2025-11-19 00:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 00:00:12,130 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 00:00:20,841 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 00:00:20,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:00:20,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:00:20,843 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:00:20,843 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:00:20,864 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:00:20,864 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:00:20,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 00:00:39,860 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 00:00:39,862 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 00:00:55,640 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 00:00:55,642 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 00:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 00:01:12,056 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 00:01:20,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 00:01:20,865 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:01:20,866 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:01:20,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:01:20,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:01:20,886 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:01:20,886 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:01:20,886 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 00:01:39,862 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 00:01:39,864 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 00:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-11-19 00:01:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-11-19 00:01:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1932) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:01:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1933) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:01:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1932) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:01:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1933) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:01:51,676 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:01:51,686 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:01:55,643 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 00:01:55,645 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 00:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 00:02:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 00:02:20,887 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 00:02:20,887 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:02:20,887 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:02:20,889 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:02:20,889 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:02:20,910 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:02:20,910 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:02:20,910 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 00:02:39,864 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 00:02:39,867 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 00:02:55,645 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 00:02:55,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 00:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 00:03:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 00:03:20,911 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 00:03:20,911 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:03:20,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:03:20,913 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:03:20,913 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:03:20,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:03:20,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:03:20,940 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 00:03:39,867 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 00:03:39,869 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 00:03:55,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 00:03:55,650 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 00:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 00:04:12,056 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 00:04:20,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 00:04:20,941 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:04:20,942 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:04:20,943 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:04:20,943 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:04:20,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:04:20,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:04:20,969 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 00:04:37,189 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-11-19 00:04:37,191 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-11-19 00:04:39,869 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 00:04:39,871 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 00:04:55,651 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 00:04:55,653 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 00:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 00:05:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 00:05:20,969 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 00:05:20,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:05:20,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:05:20,971 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:05:20,971 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:05:20,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:05:20,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:05:20,991 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 00:05:39,872 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 00:05:39,873 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 00:05:55,654 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 00:05:55,655 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 00:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 00:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 00:06:20,992 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 00:06:20,992 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:06:20,993 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:06:20,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:06:20,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:06:21,015 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:06:21,015 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:06:21,015 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 00:06:39,873 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 00:06:39,874 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 00:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-11-19 00:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-11-19 00:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1954) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:06:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1955) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1954) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1955) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:06:51,688 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:06:51,695 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:06:55,655 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 00:06:55,657 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 00:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 00:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 00:07:21,015 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 00:07:21,016 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:07:21,016 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:07:21,017 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:07:21,017 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:07:21,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:07:21,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:07:21,037 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 00:07:39,874 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 00:07:39,876 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 00:07:55,658 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 00:07:55,660 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 00:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 00:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 00:08:21,038 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 00:08:21,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:08:21,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:08:21,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:08:21,041 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:08:21,062 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:08:21,062 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:08:21,062 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 00:08:39,876 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 00:08:39,878 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 00:08:55,661 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 00:08:55,663 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 00:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 00:09:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 00:09:21,062 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 00:09:21,063 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:09:21,064 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:09:21,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:09:21,066 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:09:21,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:09:21,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:09:21,091 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 00:09:37,191 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-11-19 00:09:37,193 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-11-19 00:09:39,878 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 00:09:39,880 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 00:09:55,663 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 00:09:55,665 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 00:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 00:10:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 00:10:21,092 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 00:10:21,092 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:10:21,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:10:21,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:10:21,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:10:21,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:10:21,119 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:10:21,119 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 00:10:39,881 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 00:10:39,884 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 00:10:55,666 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 00:10:55,668 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 00:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 00:11:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 00:11:21,119 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 00:11:21,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:11:21,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:11:21,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:11:21,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:11:21,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:11:21,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:11:21,152 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 00:11:39,885 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 00:11:39,888 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 00:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-11-19 00:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1976) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-11-19 00:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1977) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1976) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1977) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:11:51,695 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:11:51,702 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:11:55,668 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 00:11:55,671 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 00:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 00:12:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 00:12:21,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 00:12:21,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:12:21,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:12:21,156 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:12:21,156 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:12:21,176 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:12:21,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:12:21,177 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 00:12:39,888 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 00:12:39,890 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 00:12:55,671 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 00:12:55,673 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 00:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 00:13:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 00:13:21,177 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 00:13:21,178 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:13:21,178 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:13:21,180 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:13:21,180 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:13:21,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:13:21,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:13:21,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 00:13:39,890 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 00:13:39,892 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 00:13:55,673 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 00:13:55,675 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 00:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 00:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 00:14:21,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 00:14:21,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:14:21,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:14:21,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:14:21,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:14:21,225 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:14:21,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:14:21,226 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 00:14:34,513 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeTaskScheduler.execute()
2025-11-19 00:14:34,565 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeTaskScheduler.execute()
2025-11-19 00:14:37,194 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 00:14:37,195 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 00:14:39,892 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 00:14:39,894 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 00:14:55,675 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 00:14:55,678 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 00:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 00:15:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 00:15:21,226 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 00:15:21,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:15:21,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:15:21,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:15:21,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:15:21,254 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:15:21,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:15:21,255 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 00:15:39,894 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 00:15:39,895 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 00:15:55,678 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 00:15:55,680 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 00:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 00:16:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 00:16:21,255 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 00:16:21,268 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,270 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,271 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,272 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:16:21,273 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:16:21,273 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,274 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,275 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:16:21,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:16:21,277 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:16:21,299 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:16:21,299 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,299 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,300 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 00:16:21,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 00:16:39,895 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 00:16:39,897 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 00:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-11-19 00:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-11-19 00:16:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1998) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:16:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1999) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:16:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1998) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:16:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-1999) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:16:51,703 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:16:51,717 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:16:55,681 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 00:16:55,685 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 00:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 00:17:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 00:17:21,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 00:17:21,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:17:21,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:17:21,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:17:21,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:17:21,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:17:21,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:17:21,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 00:17:39,897 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 00:17:39,899 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 00:17:55,685 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 00:17:55,688 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 00:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 00:18:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 00:18:21,332 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 00:18:21,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:18:21,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:18:21,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:18:21,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:18:21,354 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:18:21,354 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:18:21,354 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 00:18:39,899 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 00:18:39,901 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 00:18:55,688 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 00:18:55,690 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 00:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 00:19:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 00:19:21,354 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 00:19:21,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:19:21,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:19:21,357 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:19:21,357 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:19:21,377 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:19:21,377 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:19:21,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 00:19:37,195 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 00:19:37,198 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 00:19:39,901 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 00:19:39,902 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 00:19:55,691 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 00:19:55,692 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 00:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 00:20:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 00:20:21,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 00:20:21,378 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:20:21,378 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:20:21,379 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:20:21,379 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:20:21,399 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:20:21,399 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:20:21,399 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 00:20:39,903 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 00:20:39,905 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 00:20:55,693 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 00:20:55,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 00:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 00:21:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 00:21:21,400 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 00:21:21,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:21:21,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:21:21,401 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:21:21,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:21:21,422 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:21:21,422 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:21:21,422 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 00:21:39,906 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 00:21:39,908 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 00:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-11-19 00:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-11-19 00:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2020) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2021) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:21:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2021) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:21:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2020) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:21:51,717 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:21:51,727 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:21:55,695 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 00:21:55,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 00:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 00:22:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 00:22:21,422 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 00:22:21,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:22:21,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:22:21,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:22:21,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:22:21,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:22:21,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:22:21,449 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 00:22:39,909 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 00:22:39,910 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 00:22:55,697 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 00:22:55,699 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 00:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 00:23:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 00:23:21,449 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 00:23:21,450 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:23:21,451 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:23:21,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:23:21,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:23:21,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:23:21,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:23:21,476 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 00:23:39,911 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 00:23:39,912 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 00:23:55,699 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 00:23:55,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 00:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 00:24:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 00:24:21,476 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 00:24:21,477 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:24:21,478 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:24:21,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:24:21,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:24:21,504 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:24:21,504 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:24:21,504 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 00:24:37,198 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-11-19 00:24:37,200 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-11-19 00:24:39,913 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 00:24:39,914 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 00:24:55,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 00:24:55,704 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 00:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 00:25:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 00:25:21,504 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 00:25:21,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:25:21,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:25:21,507 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:25:21,507 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:25:21,531 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:25:21,531 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:25:21,532 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 00:25:39,915 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 00:25:39,916 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 00:25:55,705 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 00:25:55,707 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 00:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 00:26:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 00:26:21,532 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 00:26:21,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:26:21,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:26:21,534 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:26:21,534 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:26:21,559 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:26:21,559 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:26:21,559 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 00:26:39,917 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 00:26:39,918 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 00:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-11-19 00:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-11-19 00:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2042) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:26:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2043) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:26:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2043) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:26:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2042) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:26:51,728 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:26:51,734 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:26:55,707 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 00:26:55,709 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 00:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 00:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 00:27:21,559 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 00:27:21,560 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:27:21,560 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:27:21,561 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:27:21,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:27:21,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:27:21,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:27:21,583 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 00:27:39,918 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 00:27:39,919 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 00:27:55,709 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 00:27:55,711 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 00:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 00:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 00:28:21,583 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 00:28:21,584 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:28:21,584 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:28:21,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:28:21,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:28:21,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:28:21,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:28:21,608 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 00:28:39,920 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 00:28:39,922 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 00:28:55,711 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 00:28:55,713 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 00:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 00:29:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 00:29:21,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 00:29:21,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:29:21,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:29:21,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:29:21,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:29:21,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:29:21,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:29:21,630 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 00:29:37,200 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-11-19 00:29:37,202 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-11-19 00:29:39,922 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 00:29:39,923 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 00:29:55,714 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 00:29:55,716 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 00:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 00:30:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 00:30:21,630 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 00:30:21,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:30:21,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:30:21,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:30:21,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:30:21,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:30:21,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:30:21,652 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 00:30:39,923 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 00:30:39,925 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 00:30:55,716 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 00:30:55,721 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 00:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 00:31:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 00:31:21,652 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 00:31:21,652 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:31:21,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:31:21,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:31:21,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:31:21,674 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:31:21,674 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:31:21,674 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 00:31:39,925 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 00:31:39,927 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 00:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-11-19 00:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-11-19 00:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2064) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2065) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:31:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2064) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:31:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2065) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:31:51,734 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:31:51,740 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:31:55,721 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 00:31:55,723 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 00:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 00:32:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 00:32:21,674 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 00:32:21,675 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:32:21,676 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:32:21,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:32:21,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:32:21,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:32:21,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:32:21,697 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 00:32:39,927 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 00:32:39,928 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 00:32:55,723 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 00:32:55,725 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 00:32:57,058 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStgCmtScheduler.execute()
2025-11-19 00:32:57,075 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStgCmtScheduler.execute()
2025-11-19 00:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 00:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 00:33:21,698 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 00:33:21,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:33:21,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:33:21,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:33:21,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:33:21,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:33:21,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:33:21,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 00:33:39,929 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 00:33:39,930 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 00:33:55,725 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 00:33:55,727 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 00:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 00:34:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 00:34:21,720 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 00:34:21,720 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:34:21,720 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:34:21,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:34:21,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:34:21,746 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:34:21,747 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:34:21,747 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 00:34:37,202 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start StudySizeScheduler.execute()
2025-11-19 00:34:37,203 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished StudySizeScheduler.execute()
2025-11-19 00:34:39,930 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 00:34:39,932 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 00:34:55,728 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 00:34:55,730 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 00:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 00:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 00:35:21,747 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 00:35:21,748 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:35:21,748 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:35:21,750 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:35:21,750 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:35:21,770 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:35:21,770 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:35:21,770 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 00:35:39,933 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 00:35:39,934 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 00:35:55,730 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 00:35:55,733 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 00:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 00:36:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 00:36:21,771 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 00:36:21,771 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:36:21,771 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:36:21,772 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:36:21,772 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:36:21,794 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:36:21,794 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:36:21,794 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 00:36:39,935 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 00:36:39,936 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 00:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-11-19 00:36:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2086) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:36:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-11-19 00:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2087) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:36:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2087) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:36:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2086) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:36:51,741 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:36:51,799 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:36:55,733 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 00:36:55,736 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 00:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 00:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 00:37:21,794 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 00:37:21,795 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:37:21,796 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:37:21,797 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:37:21,798 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:37:21,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:37:21,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:37:21,824 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 00:37:39,937 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 00:37:39,938 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 00:37:55,736 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 00:37:55,740 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 00:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 00:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 00:38:21,824 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 00:38:21,825 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:38:21,825 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:38:21,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:38:21,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:38:21,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:38:21,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:38:21,847 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 00:38:39,938 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 00:38:39,939 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 00:38:55,740 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 00:38:55,742 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 00:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 00:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 00:39:21,847 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 00:39:21,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:39:21,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:39:21,849 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:39:21,849 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:39:21,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:39:21,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:39:21,870 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 00:39:37,204 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 00:39:37,205 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 00:39:39,940 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 00:39:39,941 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 00:39:55,742 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 00:39:55,744 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 00:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 00:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 00:40:21,870 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 00:40:21,871 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:40:21,871 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:40:21,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:40:21,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:40:21,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:40:21,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:40:21,891 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 00:40:39,941 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 00:40:39,942 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 00:40:55,745 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 00:40:55,747 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 00:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 00:41:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 00:41:21,892 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 00:41:21,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:41:21,893 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:41:21,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:41:21,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:41:21,919 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:41:21,919 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:41:21,919 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 00:41:39,943 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 00:41:39,944 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 00:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-11-19 00:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-11-19 00:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2108) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:41:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2109) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:41:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2109) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:41:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2108) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:41:51,800 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:41:51,808 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:41:55,747 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 00:41:55,749 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 00:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 00:42:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 00:42:21,919 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 00:42:21,920 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:42:21,920 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:42:21,922 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:42:21,922 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:42:21,947 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:42:21,947 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:42:21,947 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 00:42:39,944 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 00:42:39,947 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 00:42:55,749 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 00:42:55,751 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 00:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 00:43:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 00:43:21,948 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 00:43:21,948 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:43:21,949 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:43:21,950 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:43:21,950 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:43:21,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:43:21,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:43:21,970 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 00:43:39,947 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 00:43:39,948 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 00:43:55,752 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 00:43:55,755 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 00:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 00:44:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 00:44:21,970 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 00:44:21,971 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:44:21,971 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:44:21,973 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:44:21,973 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:44:21,998 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:44:21,998 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:44:21,998 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 00:44:37,206 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 00:44:37,210 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 00:44:39,949 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 00:44:39,950 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 00:44:55,755 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 00:44:55,758 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 00:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 00:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 00:45:21,998 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 00:45:21,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:45:21,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:45:22,000 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:45:22,000 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:45:22,021 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:45:22,021 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:45:22,021 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 00:45:39,950 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 00:45:39,952 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 00:45:55,758 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 00:45:55,760 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 00:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 00:46:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 00:46:22,021 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 00:46:22,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:46:22,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:46:22,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:46:22,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:46:22,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:46:22,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:46:22,047 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 00:46:39,953 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 00:46:39,954 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 00:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-11-19 00:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-11-19 00:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2130) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2131) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2131) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2130) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:46:51,809 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:46:51,815 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:46:55,760 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 00:46:55,762 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 00:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 00:47:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 00:47:22,047 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 00:47:22,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:47:22,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:47:22,049 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:47:22,049 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:47:22,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:47:22,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:47:22,069 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 00:47:39,954 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 00:47:39,955 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 00:47:55,762 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 00:47:55,764 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 00:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 00:48:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 00:48:22,069 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 00:48:22,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:48:22,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:48:22,072 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:48:22,072 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:48:22,092 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:48:22,092 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:48:22,092 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 00:48:39,956 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 00:48:39,957 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 00:48:55,764 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 00:48:55,766 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 00:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 00:49:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 00:49:22,092 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 00:49:22,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:49:22,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:49:22,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:49:22,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:49:22,113 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:49:22,114 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:49:22,114 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 00:49:37,210 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 00:49:37,212 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 00:49:39,958 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 00:49:39,960 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 00:49:55,767 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 00:49:55,769 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 00:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 00:50:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 00:50:22,114 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 00:50:22,114 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:50:22,115 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:50:22,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:50:22,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:50:22,135 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:50:22,135 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:50:22,135 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 00:50:39,960 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 00:50:39,961 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 00:50:55,769 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 00:50:55,770 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 00:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 00:51:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 00:51:22,135 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 00:51:22,136 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:51:22,136 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:51:22,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:51:22,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:51:22,163 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:51:22,163 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:51:22,163 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 00:51:39,961 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 00:51:39,968 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 00:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 00:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 00:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2150) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2151) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2151) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2150) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:51:51,815 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:51:51,822 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:51:55,771 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 00:51:55,772 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 00:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 00:52:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 00:52:22,164 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 00:52:22,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:52:22,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:52:22,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:52:22,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:52:22,201 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:52:22,201 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:52:22,201 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 00:52:39,969 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 00:52:39,970 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 00:52:55,773 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 00:52:55,774 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 00:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 00:53:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 00:53:22,201 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 00:53:22,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:53:22,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:53:22,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:53:22,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:53:22,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:53:22,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:53:22,227 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 00:53:39,970 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 00:53:39,971 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 00:53:55,775 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 00:53:55,777 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 00:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 00:54:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 00:54:22,227 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 00:54:22,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:54:22,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:54:22,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:54:22,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:54:22,254 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:54:22,254 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:54:22,254 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 00:54:37,212 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-11-19 00:54:37,214 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-11-19 00:54:39,971 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 00:54:39,973 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 00:54:55,777 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 00:54:55,780 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 00:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 00:55:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 00:55:22,255 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 00:55:22,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:55:22,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:55:22,256 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:55:22,256 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:55:22,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:55:22,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:55:22,275 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 00:55:39,973 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 00:55:39,975 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 00:55:55,780 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 00:55:55,782 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 00:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 00:56:12,059 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 00:56:22,276 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 00:56:22,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:56:22,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:56:22,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:56:22,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:56:22,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:56:22,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:56:22,302 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 00:56:39,975 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 00:56:39,977 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 00:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-11-19 00:56:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2172) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:56:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-11-19 00:56:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2173) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:56:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2172) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 00:56:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2173) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 00:56:51,823 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:56:51,830 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 00:56:55,783 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 00:56:55,785 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 00:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 00:57:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 00:57:22,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 00:57:22,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:57:22,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:57:22,305 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:57:22,305 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:57:22,326 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:57:22,326 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:57:22,326 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 00:57:39,977 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 00:57:39,979 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 00:57:55,785 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 00:57:55,787 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 00:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 00:58:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 00:58:22,326 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 00:58:22,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:58:22,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:58:22,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:58:22,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:58:22,433 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:58:22,433 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:58:22,433 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 00:58:39,979 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 00:58:39,981 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 00:58:55,787 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 00:58:55,789 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 00:59:06,174 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSDeleteScheduler.execute()
2025-11-19 00:59:06,186 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSDeleteScheduler.execute()
2025-11-19 00:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 00:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 00:59:22,433 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 00:59:22,434 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:59:22,434 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:59:22,435 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:59:22,435 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:59:22,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 00:59:22,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 00:59:22,455 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 00:59:37,215 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-11-19 00:59:37,216 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-11-19 00:59:39,981 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 00:59:39,982 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 00:59:55,789 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 00:59:55,791 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 01:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 01:00:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 01:00:22,455 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 01:00:22,456 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:00:22,456 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:00:22,457 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:00:22,457 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:00:22,480 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:00:22,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:00:22,481 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 01:00:39,983 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 01:00:39,984 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 01:00:55,791 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 01:00:55,793 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 01:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 01:01:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 01:01:22,481 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 01:01:22,482 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:01:22,482 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:01:22,484 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:01:22,484 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:01:22,508 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:01:22,508 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:01:22,508 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 01:01:39,985 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 01:01:39,986 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 01:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-11-19 01:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-11-19 01:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2194) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2195) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:01:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2194) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:01:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2195) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:01:51,831 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:01:51,838 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:01:55,794 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 01:01:55,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 01:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 01:02:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 01:02:22,509 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 01:02:22,509 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:02:22,509 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:02:22,510 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:02:22,511 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:02:22,531 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:02:22,531 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:02:22,531 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 01:02:39,986 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 01:02:39,988 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 01:02:55,797 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 01:02:55,799 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 01:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 01:03:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 01:03:22,531 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 01:03:22,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:03:22,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:03:22,534 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:03:22,534 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:03:22,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:03:22,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:03:22,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 01:03:39,989 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 01:03:39,990 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 01:03:55,800 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 01:03:55,801 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 01:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 01:04:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 01:04:22,563 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 01:04:22,563 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:04:22,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:04:22,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:04:22,565 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:04:22,584 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:04:22,584 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:04:22,584 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 01:04:37,217 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-11-19 01:04:37,218 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-11-19 01:04:39,990 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 01:04:39,992 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 01:04:55,802 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 01:04:55,804 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 01:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 01:05:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 01:05:16,621 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=35.203.210.131, port=50626, Session(1763522916900|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 01:05:16,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2208) /172.18.0.3:2762<-/35.203.210.131:50626(35): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 01:05:16,629 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2208) /172.18.0.3:2762<-/35.203.210.131:50626(35): close SSLSocket[hostname=35.203.210.131, port=50626, Session(1763522916900|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 01:05:22,584 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 01:05:22,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:05:22,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:05:22,586 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:05:22,586 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:05:22,607 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:05:22,607 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:05:22,608 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 01:05:39,992 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 01:05:39,994 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 01:05:55,804 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 01:05:55,806 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 01:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 01:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 01:06:21,175 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=35.203.210.131, port=62582, Session(1763528716625|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 01:06:21,189 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2213) /172.18.0.3:2762<-/35.203.210.131:62582(36): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 01:06:21,189 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2213) /172.18.0.3:2762<-/35.203.210.131:62582(36): close SSLSocket[hostname=35.203.210.131, port=62582, Session(1763528716625|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 01:06:22,608 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 01:06:22,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:06:22,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:06:22,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:06:22,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:06:22,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:06:22,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:06:22,630 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 01:06:24,667 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=35.203.210.131, port=64318, Session(1763528781176|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 01:06:25,011 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2213) /172.18.0.3:2762<-/35.203.210.131:64318(37): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 01:06:25,011 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2213) /172.18.0.3:2762<-/35.203.210.131:64318(37): close SSLSocket[hostname=35.203.210.131, port=64318, Session(1763528781176|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 01:06:39,994 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 01:06:39,995 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 01:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-11-19 01:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-11-19 01:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2218) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2219) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2219) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2218) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:06:51,839 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:06:51,845 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:06:55,806 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 01:06:55,808 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 01:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 01:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 01:07:22,630 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 01:07:22,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:07:22,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:07:22,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:07:22,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:07:22,652 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:07:22,652 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:07:22,653 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 01:07:39,996 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 01:07:39,998 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 01:07:55,808 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 01:07:55,811 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 01:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 01:08:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 01:08:22,653 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 01:08:22,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:08:22,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:08:22,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:08:22,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:08:22,679 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:08:22,679 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:08:22,679 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 01:08:39,998 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 01:08:39,999 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 01:08:55,811 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 01:08:55,814 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 01:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 01:09:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 01:09:22,679 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 01:09:22,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:09:22,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:09:22,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:09:22,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:09:22,701 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:09:22,702 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:09:22,702 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 01:09:37,219 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 01:09:37,220 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 01:09:40,000 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 01:09:40,002 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 01:09:55,815 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 01:09:55,817 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 01:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 01:10:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 01:10:22,702 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 01:10:22,703 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:10:22,703 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:10:22,704 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:10:22,705 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:10:22,730 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:10:22,730 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:10:22,730 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 01:10:40,002 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 01:10:40,003 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 01:10:55,817 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 01:10:55,820 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 01:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 01:11:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 01:11:22,730 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 01:11:22,731 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:11:22,731 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:11:22,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:11:22,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:11:22,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:11:22,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:11:22,757 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 01:11:40,003 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 01:11:40,005 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 01:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-11-19 01:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-11-19 01:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2240) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2241) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2241) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2240) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:11:51,845 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:11:51,855 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:11:55,820 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 01:11:55,822 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 01:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 01:12:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 01:12:22,757 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 01:12:22,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:12:22,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:12:22,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:12:22,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:12:22,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:12:22,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:12:22,779 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 01:12:40,007 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 01:12:40,008 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 01:12:55,822 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 01:12:55,824 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 01:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 01:13:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 01:13:22,779 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 01:13:22,780 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:13:22,780 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:13:22,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:13:22,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:13:22,803 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:13:22,803 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:13:22,804 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 01:13:40,008 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 01:13:40,010 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 01:13:55,824 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 01:13:55,826 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 01:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 01:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 01:14:22,805 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 01:14:22,806 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:14:22,806 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:14:22,807 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:14:22,807 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:14:22,827 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:14:22,827 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:14:22,827 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 01:14:34,566 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeTaskScheduler.execute()
2025-11-19 01:14:34,599 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeTaskScheduler.execute()
2025-11-19 01:14:37,221 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 01:14:37,222 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 01:14:40,010 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 01:14:40,011 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 01:14:55,827 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 01:14:55,829 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 01:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 01:15:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 01:15:22,827 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 01:15:22,828 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:15:22,828 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:15:22,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:15:22,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:15:22,861 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:15:22,861 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:15:22,861 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 01:15:40,011 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 01:15:40,013 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 01:15:55,829 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 01:15:55,832 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 01:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 01:16:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 01:16:22,861 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 01:16:22,867 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,868 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,869 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:16:22,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:16:22,870 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:16:22,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:16:22,873 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,873 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,897 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:16:22,897 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:16:22,898 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,899 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,900 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,901 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,901 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 01:16:22,901 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 01:16:40,013 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 01:16:40,015 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 01:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-11-19 01:16:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-11-19 01:16:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2262) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:16:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2263) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:16:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2262) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:16:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2263) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:16:51,856 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:16:51,864 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:16:55,832 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 01:16:55,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 01:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 01:17:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 01:17:22,902 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 01:17:22,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:17:22,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:17:22,903 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:17:22,903 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:17:22,924 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:17:22,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:17:22,925 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 01:17:40,015 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 01:17:40,017 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 01:17:55,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 01:17:55,837 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 01:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 01:18:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 01:18:22,925 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 01:18:22,926 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:18:22,926 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:18:22,928 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:18:22,928 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:18:22,956 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:18:22,956 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:18:22,956 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 01:18:40,018 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 01:18:40,019 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 01:18:55,837 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 01:18:55,840 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 01:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 01:19:12,056 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 01:19:22,957 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 01:19:22,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:19:22,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:19:22,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:19:22,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:19:22,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:19:22,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:19:22,978 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 01:19:37,223 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-11-19 01:19:37,225 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-11-19 01:19:40,020 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 01:19:40,021 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 01:19:55,840 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 01:19:55,844 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 01:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 01:20:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 01:20:22,978 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 01:20:22,979 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:20:22,979 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:20:22,981 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:20:22,981 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:20:23,004 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:20:23,004 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:20:23,005 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 01:20:40,022 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 01:20:40,023 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 01:20:55,844 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 01:20:55,847 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 01:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 01:21:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 01:21:23,005 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 01:21:23,005 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:21:23,006 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:21:23,007 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:21:23,007 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:21:23,028 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:21:23,029 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:21:23,043 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 01:21:40,024 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 01:21:40,025 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 01:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-11-19 01:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-11-19 01:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2284) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2285) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2285) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2284) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:21:51,864 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:21:51,870 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:21:55,848 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 01:21:55,850 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 01:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 01:22:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 01:22:23,044 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 01:22:23,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:22:23,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:22:23,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:22:23,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:22:23,074 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:22:23,074 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:22:23,074 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 01:22:40,026 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 01:22:40,027 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 01:22:55,850 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 01:22:55,854 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 01:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 01:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 01:23:23,075 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 01:23:23,076 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:23:23,076 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:23:23,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:23:23,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:23:23,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:23:23,099 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:23:23,099 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 01:23:40,027 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 01:23:40,029 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 01:23:55,855 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 01:23:55,857 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 01:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 01:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 01:24:23,099 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 01:24:23,100 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:24:23,100 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:24:23,102 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:24:23,102 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:24:23,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:24:23,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:24:23,122 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 01:24:37,225 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-11-19 01:24:37,226 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-11-19 01:24:40,029 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 01:24:40,030 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 01:24:55,857 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 01:24:55,859 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 01:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 01:25:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 01:25:23,123 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 01:25:23,123 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:25:23,123 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:25:23,124 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:25:23,124 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:25:23,144 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:25:23,144 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:25:23,144 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 01:25:40,031 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 01:25:40,032 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 01:25:55,859 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 01:25:55,861 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 01:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 01:26:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 01:26:23,145 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 01:26:23,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:26:23,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:26:23,147 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:26:23,147 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:26:23,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:26:23,172 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:26:23,172 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 01:26:40,033 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 01:26:40,034 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 01:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-11-19 01:26:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-11-19 01:26:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2306) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2307) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:26:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2307) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:26:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2306) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:26:51,871 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:26:51,881 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:26:55,862 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 01:26:55,864 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 01:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 01:27:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 01:27:23,172 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 01:27:23,173 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:27:23,173 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:27:23,174 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:27:23,174 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:27:23,208 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:27:23,208 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:27:23,208 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 01:27:40,035 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 01:27:40,036 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 01:27:55,864 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 01:27:55,867 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 01:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 01:28:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 01:28:23,209 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 01:28:23,209 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:28:23,210 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:28:23,212 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:28:23,212 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:28:23,238 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:28:23,238 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:28:23,238 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 01:28:40,036 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 01:28:40,037 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 01:28:55,867 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 01:28:55,870 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 01:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 01:29:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 01:29:23,239 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 01:29:23,240 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:29:23,240 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:29:23,241 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:29:23,241 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:29:23,263 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:29:23,263 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:29:23,263 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 01:29:37,227 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-11-19 01:29:37,228 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-11-19 01:29:40,038 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 01:29:40,039 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 01:29:55,871 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 01:29:55,872 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 01:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 01:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 01:30:23,263 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 01:30:23,264 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:30:23,264 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:30:23,265 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:30:23,265 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:30:23,285 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:30:23,285 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:30:23,285 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 01:30:40,039 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 01:30:40,041 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 01:30:55,873 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 01:30:55,874 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 01:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 01:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 01:31:23,285 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 01:31:23,286 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:31:23,286 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:31:23,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:31:23,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:31:23,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:31:23,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:31:23,308 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 01:31:40,041 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 01:31:40,043 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 01:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 01:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 01:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2327) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2328) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:31:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2327) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:31:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2328) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:31:51,882 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:31:51,888 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:31:55,875 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 01:31:55,877 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 01:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 01:32:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 01:32:23,308 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 01:32:23,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:32:23,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:32:23,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:32:23,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:32:23,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:32:23,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:32:23,330 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 01:32:40,043 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 01:32:40,045 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 01:32:55,877 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 01:32:55,880 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 01:32:57,076 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStgCmtScheduler.execute()
2025-11-19 01:32:57,091 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStgCmtScheduler.execute()
2025-11-19 01:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 01:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 01:33:23,330 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 01:33:23,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:33:23,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:33:23,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:33:23,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:33:23,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:33:23,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:33:23,352 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 01:33:40,045 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 01:33:40,047 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 01:33:55,881 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 01:33:55,883 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 01:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 01:34:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 01:34:23,353 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 01:34:23,353 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:34:23,353 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:34:23,354 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:34:23,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:34:23,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:34:23,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:34:23,375 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 01:34:37,229 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 01:34:37,231 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 01:34:40,047 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 01:34:40,049 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 01:34:55,884 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 01:34:55,886 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 01:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 01:35:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 01:35:23,375 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 01:35:23,376 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:35:23,376 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:35:23,377 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:35:23,377 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:35:23,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:35:23,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:35:23,398 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 01:35:40,049 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 01:35:40,051 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 01:35:55,886 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 01:35:55,889 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 01:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 01:36:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 01:36:23,399 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 01:36:23,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:36:23,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:36:23,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:36:23,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:36:23,432 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:36:23,433 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:36:23,433 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 01:36:40,051 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 01:36:40,052 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 01:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-11-19 01:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-11-19 01:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2350) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:36:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2349) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:36:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2350) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:36:49,976 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2349) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:36:51,889 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:36:51,900 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:36:55,890 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 01:36:55,892 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 01:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 01:37:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 01:37:23,433 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 01:37:23,434 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:37:23,434 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:37:23,436 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:37:23,436 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:37:23,461 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:37:23,461 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:37:23,461 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 01:37:40,053 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 01:37:40,054 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 01:37:55,893 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 01:37:55,895 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 01:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 01:38:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 01:38:23,462 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 01:38:23,462 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:38:23,463 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:38:23,464 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:38:23,464 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:38:23,488 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:38:23,489 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:38:23,489 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 01:38:40,054 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 01:38:40,056 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 01:38:55,895 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 01:38:55,897 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 01:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 01:39:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 01:39:23,489 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 01:39:23,489 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:39:23,490 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:39:23,491 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:39:23,491 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:39:23,510 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:39:23,510 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:39:23,510 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 01:39:37,231 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 01:39:37,232 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 01:39:40,056 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 01:39:40,057 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 01:39:55,898 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 01:39:55,899 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 01:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 01:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 01:40:23,510 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 01:40:23,511 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:40:23,511 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:40:23,512 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:40:23,512 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:40:23,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:40:23,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:40:23,533 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 01:40:40,058 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 01:40:40,059 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 01:40:55,900 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 01:40:55,901 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 01:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 01:41:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 01:41:23,533 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 01:41:23,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:41:23,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:41:23,534 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:41:23,535 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:41:23,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:41:23,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:41:23,555 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 01:41:40,059 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 01:41:40,060 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 01:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-11-19 01:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-11-19 01:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2371) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:41:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2372) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:41:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2371) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:41:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2372) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:41:51,900 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:41:51,906 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:41:55,902 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 01:41:55,903 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 01:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 01:42:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 01:42:23,555 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 01:42:23,556 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:42:23,556 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:42:23,557 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:42:23,557 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:42:23,576 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:42:23,577 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:42:23,577 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 01:42:40,061 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 01:42:40,063 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 01:42:55,904 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 01:42:55,905 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 01:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 01:43:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 01:43:23,577 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 01:43:23,578 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:43:23,578 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:43:23,579 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:43:23,579 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:43:23,600 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:43:23,600 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:43:23,601 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 01:43:40,063 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 01:43:40,064 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 01:43:55,906 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 01:43:55,908 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 01:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 01:44:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 01:44:23,601 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 01:44:23,601 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:44:23,602 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:44:23,603 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:44:23,603 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:44:23,634 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:44:23,634 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:44:23,634 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 01:44:37,233 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 01:44:37,235 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 01:44:40,064 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 01:44:40,066 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 01:44:55,908 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 01:44:55,910 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 01:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 01:45:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 01:45:23,635 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 01:45:23,635 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:45:23,636 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:45:23,637 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:45:23,637 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:45:23,663 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:45:23,663 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:45:23,663 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 01:45:40,066 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 01:45:40,068 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 01:45:55,911 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 01:45:55,913 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 01:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 01:46:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 01:46:23,664 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 01:46:23,664 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:46:23,665 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:46:23,666 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:46:23,666 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:46:23,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:46:23,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:46:23,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 01:46:40,069 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 01:46:40,072 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 01:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 01:46:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 01:46:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2393) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:46:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2394) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:46:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2393) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:46:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2394) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:46:51,907 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:46:51,915 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:46:55,914 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 01:46:55,916 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 01:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 01:47:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 01:47:23,692 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 01:47:23,692 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:47:23,692 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:47:23,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:47:23,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:47:23,713 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:47:23,713 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:47:23,713 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 01:47:40,072 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 01:47:40,073 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 01:47:55,917 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 01:47:55,919 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 01:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 01:48:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 01:48:23,713 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 01:48:23,714 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:48:23,714 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:48:23,715 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:48:23,715 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:48:23,737 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:48:23,737 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:48:23,738 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 01:48:40,074 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 01:48:40,075 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 01:48:55,919 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 01:48:55,921 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 01:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 01:49:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 01:49:23,738 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 01:49:23,738 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:49:23,739 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:49:23,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:49:23,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:49:23,760 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:49:23,760 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:49:23,760 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 01:49:37,235 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-11-19 01:49:37,237 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-11-19 01:49:40,075 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 01:49:40,077 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 01:49:55,921 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 01:49:55,923 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 01:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 01:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 01:50:23,761 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 01:50:23,761 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:50:23,761 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:50:23,762 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:50:23,762 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:50:23,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:50:23,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:50:23,782 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 01:50:40,077 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 01:50:40,079 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 01:50:55,924 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 01:50:55,926 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 01:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 01:51:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 01:51:23,782 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 01:51:23,783 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:51:23,783 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:51:23,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:51:23,785 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:51:23,805 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:51:23,805 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:51:23,805 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 01:51:40,079 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 01:51:40,082 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 01:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-11-19 01:51:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-11-19 01:51:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2415) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:51:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2416) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:51:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2416) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:51:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2415) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:51:51,915 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:51:51,924 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:51:55,926 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 01:51:55,929 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 01:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 01:52:12,056 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 01:52:23,805 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 01:52:23,806 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:52:23,806 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:52:23,807 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:52:23,808 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:52:23,832 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:52:23,832 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:52:23,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 01:52:40,082 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 01:52:40,085 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 01:52:55,929 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 01:52:55,932 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 01:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 01:53:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 01:53:23,833 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 01:53:23,834 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:53:23,834 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:53:23,836 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:53:23,836 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:53:23,862 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:53:23,862 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:53:23,862 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 01:53:40,085 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 01:53:40,086 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 01:53:55,933 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 01:53:55,934 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 01:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 01:54:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 01:54:23,863 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 01:54:23,863 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:54:23,863 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:54:23,864 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:54:23,865 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:54:23,884 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:54:23,884 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:54:23,884 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 01:54:37,237 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-11-19 01:54:37,239 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-11-19 01:54:40,087 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 01:54:40,088 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 01:54:55,936 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 01:54:55,938 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 01:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 01:55:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 01:55:23,884 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 01:55:23,885 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:55:23,886 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:55:23,887 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:55:23,887 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:55:23,909 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:55:23,909 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:55:23,909 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 01:55:40,088 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 01:55:40,090 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 01:55:55,938 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 01:55:55,940 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 01:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 01:56:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 01:56:23,910 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 01:56:23,910 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:56:23,911 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:56:23,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:56:23,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:56:23,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:56:23,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:56:23,936 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 01:56:40,090 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 01:56:40,091 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 01:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-11-19 01:56:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-11-19 01:56:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2438) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:56:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2437) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:56:49,976 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2438) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 01:56:49,976 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2437) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 01:56:51,924 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:56:51,933 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 01:56:55,941 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 01:56:55,943 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 01:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 01:57:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 01:57:23,936 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 01:57:23,936 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:57:23,937 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:57:23,939 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:57:23,939 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:57:23,964 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:57:23,964 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:57:23,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 01:57:40,092 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 01:57:40,094 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 01:57:55,944 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 01:57:55,946 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 01:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 01:58:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 01:58:23,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 01:58:23,965 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:58:23,965 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:58:23,966 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:58:23,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:58:23,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:58:23,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:58:23,991 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 01:58:40,094 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 01:58:40,096 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 01:58:55,947 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 01:58:55,949 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 01:59:06,188 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSDeleteScheduler.execute()
2025-11-19 01:59:06,203 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSDeleteScheduler.execute()
2025-11-19 01:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 01:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 01:59:23,991 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 01:59:23,992 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:59:23,992 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:59:23,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:59:23,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:59:24,017 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 01:59:24,018 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 01:59:24,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 01:59:37,239 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-11-19 01:59:37,240 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-11-19 01:59:40,097 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 01:59:40,098 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 01:59:55,950 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 01:59:55,952 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 02:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 02:00:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 02:00:24,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 02:00:24,019 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:00:24,019 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:00:24,020 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:00:24,021 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:00:24,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:00:24,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:00:24,044 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 02:00:40,099 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 02:00:40,100 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 02:00:55,952 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 02:00:55,954 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 02:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 02:01:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 02:01:24,045 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 02:01:24,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:01:24,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:01:24,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:01:24,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:01:24,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:01:24,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:01:24,067 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 02:01:40,100 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 02:01:40,102 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 02:01:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-11-19 02:01:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2459) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:01:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-11-19 02:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2460) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:01:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2460) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:01:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2459) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:01:51,935 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:01:51,944 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:01:55,955 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 02:01:55,956 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 02:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 02:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 02:02:24,067 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 02:02:24,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:02:24,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:02:24,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:02:24,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:02:24,108 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:02:24,108 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:02:24,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 02:02:40,102 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 02:02:40,104 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 02:02:55,957 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 02:02:55,959 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 02:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 02:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 02:03:24,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 02:03:24,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:03:24,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:03:24,112 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:03:24,112 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:03:24,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:03:24,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:03:24,137 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 02:03:40,104 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 02:03:40,106 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 02:03:55,959 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 02:03:55,961 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 02:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 02:04:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 02:04:24,137 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 02:04:24,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:04:24,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:04:24,140 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:04:24,140 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:04:24,163 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:04:24,163 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:04:24,164 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 02:04:37,241 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 02:04:37,245 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 02:04:40,106 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 02:04:40,108 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 02:04:55,962 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 02:04:55,965 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 02:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 02:05:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 02:05:24,164 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 02:05:24,165 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:05:24,165 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:05:24,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:05:24,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:05:24,191 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:05:24,191 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:05:24,191 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 02:05:40,108 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 02:05:40,111 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 02:05:55,965 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 02:05:55,968 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 02:06:12,047 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 02:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 02:06:24,192 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 02:06:24,193 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:06:24,193 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:06:24,195 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:06:24,195 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:06:24,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:06:24,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:06:24,220 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 02:06:40,112 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 02:06:40,115 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 02:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-11-19 02:06:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-11-19 02:06:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2480) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:06:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2481) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2481) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2480) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:06:51,945 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:06:51,953 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:06:55,968 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 02:06:55,970 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 02:07:12,047 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 02:07:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 02:07:24,220 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 02:07:24,221 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:07:24,221 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:07:24,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:07:24,223 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:07:24,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:07:24,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:07:24,248 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 02:07:40,115 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 02:07:40,117 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 02:07:55,971 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 02:07:55,972 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 02:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 02:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 02:08:24,248 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 02:08:24,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:08:24,250 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:08:24,252 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:08:24,252 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:08:24,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:08:24,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:08:24,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 02:08:40,117 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 02:08:40,119 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 02:08:55,973 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 02:08:55,975 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 02:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 02:09:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 02:09:24,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 02:09:24,280 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:09:24,280 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:09:24,282 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:09:24,282 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:09:24,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:09:24,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:09:24,302 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 02:09:37,245 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-11-19 02:09:37,247 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-11-19 02:09:40,119 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 02:09:40,121 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 02:09:55,975 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 02:09:55,977 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 02:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 02:10:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 02:10:24,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 02:10:24,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:10:24,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:10:24,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:10:24,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:10:24,326 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:10:24,326 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:10:24,326 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 02:10:40,121 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 02:10:40,122 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 02:10:55,977 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 02:10:55,979 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 02:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 02:11:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 02:11:24,326 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 02:11:24,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:11:24,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:11:24,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:11:24,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:11:24,347 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:11:24,347 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:11:24,348 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 02:11:40,123 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 02:11:40,125 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 02:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-11-19 02:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-11-19 02:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2502) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2503) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:11:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2502) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:11:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2503) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:11:51,954 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:11:51,998 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:11:55,979 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 02:11:55,982 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 02:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 02:12:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 02:12:24,348 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 02:12:24,348 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:12:24,349 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:12:24,350 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:12:24,350 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:12:24,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:12:24,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:12:24,374 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 02:12:40,125 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 02:12:40,127 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 02:12:55,982 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 02:12:55,984 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 02:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 02:13:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 02:13:24,375 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 02:13:24,375 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:13:24,376 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:13:24,377 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:13:24,377 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:13:24,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:13:24,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:13:24,398 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 02:13:40,127 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 02:13:40,128 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 02:13:55,985 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 02:13:55,987 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 02:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 02:14:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 02:14:24,399 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 02:14:24,399 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:14:24,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:14:24,401 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:14:24,401 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:14:24,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:14:24,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:14:24,423 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 02:14:34,600 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeTaskScheduler.execute()
2025-11-19 02:14:34,647 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeTaskScheduler.execute()
2025-11-19 02:14:37,247 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-11-19 02:14:37,248 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-11-19 02:14:40,128 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 02:14:40,129 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 02:14:55,987 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 02:14:55,988 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 02:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 02:15:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 02:15:24,423 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 02:15:24,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:15:24,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:15:24,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:15:24,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:15:24,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:15:24,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:15:24,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 02:15:40,130 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 02:15:40,131 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 02:15:55,989 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 02:15:55,991 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 02:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 02:16:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 02:16:24,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 02:16:24,468 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,472 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:16:24,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:16:24,473 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,473 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,474 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,474 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,475 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,475 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:16:24,477 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:16:24,477 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,497 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:16:24,497 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:16:24,498 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,498 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 02:16:24,498 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 02:16:40,131 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 02:16:40,133 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 02:16:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-11-19 02:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-11-19 02:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2524) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2525) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:16:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2525) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:16:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2524) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:16:51,998 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:16:52,007 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:16:55,991 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 02:16:55,993 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 02:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 02:17:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 02:17:24,499 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 02:17:24,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:17:24,500 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:17:24,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:17:24,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:17:24,525 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:17:24,525 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:17:24,525 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 02:17:40,133 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 02:17:40,134 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 02:17:55,994 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 02:17:55,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 02:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 02:18:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 02:18:24,526 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 02:18:24,526 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:18:24,526 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:18:24,527 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:18:24,528 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:18:24,547 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:18:24,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:18:24,548 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 02:18:40,135 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 02:18:40,136 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 02:18:55,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 02:18:55,997 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 02:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 02:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 02:19:24,548 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 02:19:24,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:19:24,549 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:19:24,550 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:19:24,550 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:19:24,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:19:24,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:19:24,569 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 02:19:37,249 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-11-19 02:19:37,254 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-11-19 02:19:40,141 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 02:19:40,143 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 02:19:55,998 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 02:19:56,000 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 02:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 02:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 02:20:24,570 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 02:20:24,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:20:24,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:20:24,572 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:20:24,572 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:20:24,593 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:20:24,593 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:20:24,593 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 02:20:40,144 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 02:20:40,145 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 02:20:56,000 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 02:20:56,002 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 02:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 02:21:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 02:21:24,593 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 02:21:24,594 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:21:24,594 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:21:24,595 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:21:24,595 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:21:24,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:21:24,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:21:24,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 02:21:40,145 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 02:21:40,147 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 02:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-11-19 02:21:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2546) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:21:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-11-19 02:21:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2547) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:21:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2546) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:21:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2547) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:21:52,007 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:21:52,020 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:21:56,002 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 02:21:56,005 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 02:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 02:22:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 02:22:24,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 02:22:24,616 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:22:24,616 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:22:24,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:22:24,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:22:24,638 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:22:24,638 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:22:24,638 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 02:22:40,147 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 02:22:40,148 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 02:22:56,005 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 02:22:56,009 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 02:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 02:23:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 02:23:24,638 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 02:23:24,640 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:23:24,640 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:23:24,642 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:23:24,642 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:23:24,668 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:23:24,668 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:23:24,668 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 02:23:40,149 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 02:23:40,151 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 02:23:56,009 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 02:23:56,010 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 02:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 02:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 02:24:24,668 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 02:24:24,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:24:24,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:24:24,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:24:24,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:24:24,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:24:24,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:24:24,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 02:24:37,255 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-11-19 02:24:37,260 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-11-19 02:24:40,151 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 02:24:40,152 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 02:24:56,012 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 02:24:56,013 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 02:25:12,047 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 02:25:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 02:25:24,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 02:25:24,692 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:25:24,692 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:25:24,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:25:24,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:25:24,723 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:25:24,723 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:25:24,723 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 02:25:40,153 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 02:25:40,154 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 02:25:56,014 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 02:25:56,016 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 02:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 02:26:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 02:26:24,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 02:26:24,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:26:24,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:26:24,725 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:26:24,725 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:26:24,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:26:24,746 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:26:24,746 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 02:26:40,154 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 02:26:40,156 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 02:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 02:26:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 02:26:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2567) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:26:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2568) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:26:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2568) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:26:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2567) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:26:52,020 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:26:52,028 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:26:56,016 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 02:26:56,018 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 02:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 02:27:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 02:27:24,746 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 02:27:24,747 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:27:24,747 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:27:24,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:27:24,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:27:24,777 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:27:24,777 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:27:24,777 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 02:27:40,156 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 02:27:40,157 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 02:27:56,018 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 02:27:56,020 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 02:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 02:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 02:28:24,778 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 02:28:24,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:28:24,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:28:24,794 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:28:24,794 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:28:24,819 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:28:24,819 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:28:24,819 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 02:28:40,157 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 02:28:40,159 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 02:28:56,020 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 02:28:56,022 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 02:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 02:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 02:29:24,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 02:29:24,820 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:29:24,820 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:29:24,821 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:29:24,821 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:29:24,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:29:24,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:29:24,842 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 02:29:37,261 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-11-19 02:29:37,262 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-11-19 02:29:40,159 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 02:29:40,160 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 02:29:56,022 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 02:29:56,024 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 02:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 02:30:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 02:30:24,842 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 02:30:24,843 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:30:24,843 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:30:24,844 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:30:24,844 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:30:24,865 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:30:24,865 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:30:24,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 02:30:40,161 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 02:30:40,162 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 02:30:56,024 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 02:30:56,027 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 02:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 02:31:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 02:31:24,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 02:31:24,866 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:31:24,866 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:31:24,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:31:24,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:31:24,893 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:31:24,893 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:31:24,893 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 02:31:40,162 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 02:31:40,163 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 02:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 02:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 02:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2589) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2590) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:31:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2589) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:31:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2590) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:31:52,028 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:31:52,038 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:31:56,027 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 02:31:56,038 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 02:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 02:32:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 02:32:24,893 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 02:32:24,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:32:24,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:32:24,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:32:24,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:32:24,915 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:32:24,915 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:32:24,915 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 02:32:40,163 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 02:32:40,165 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 02:32:56,039 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 02:32:56,044 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 02:32:57,092 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStgCmtScheduler.execute()
2025-11-19 02:32:57,101 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStgCmtScheduler.execute()
2025-11-19 02:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 02:33:12,056 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 02:33:24,915 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 02:33:24,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:33:24,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:33:24,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:33:24,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:33:24,942 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:33:24,943 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:33:24,943 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 02:33:40,165 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 02:33:40,166 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 02:33:45,230 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.118, port=63804, Session(1763528784667|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:33:46,178 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:63804(38): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 02:33:46,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:63804(38): close SSLSocket[hostname=199.45.154.118, port=63804, Session(1763528784667|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:33:48,242 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.118, port=63874, Session(1763534025233|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:33:48,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:63874(39): i/o exception: javax.net.ssl.SSLHandshakeException: The client supported protocol versions [TLSv1.1, TLSv1] are not accepted by server preferences [TLS12] in State: Sta2 - Transport connection open
2025-11-19 02:33:48,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:63874(39): close SSLSocket[hostname=199.45.154.118, port=63874, Session(1763534025233|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:33:51,637 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.118, port=15668, Session(1763534028242|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:33:51,743 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:15668(40): i/o exception: javax.net.ssl.SSLHandshakeException: The client supported protocol versions [TLSv1] are not accepted by server preferences [TLS12] in State: Sta2 - Transport connection open
2025-11-19 02:33:51,743 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:15668(40): close SSLSocket[hostname=199.45.154.118, port=15668, Session(1763534028242|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:33:53,475 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.118, port=15690, Session(1763534031638|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:33:53,618 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:15690(41): i/o exception: javax.net.ssl.SSLHandshakeException: Client requested protocol SSLv3 is not enabled or supported in server context in State: Sta2 - Transport connection open
2025-11-19 02:33:53,618 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:15690(41): close SSLSocket[hostname=199.45.154.118, port=15690, Session(1763534031638|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:33:56,044 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 02:33:56,046 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 02:33:57,636 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.118, port=15768, Session(1763534033475|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:01,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:15768(42): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 02:34:01,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:15768(42): close SSLSocket[hostname=199.45.154.118, port=15768, Session(1763534033475|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:01,461 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.118, port=18158, Session(1763534037637|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:02,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:18158(43): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 02:34:02,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:18158(43): close SSLSocket[hostname=199.45.154.118, port=18158, Session(1763534037637|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:04,081 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.118, port=18170, Session(1763534041461|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:07,482 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:18170(44): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 02:34:07,482 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2599) /172.18.0.3:2762<-/199.45.154.118:18170(44): close SSLSocket[hostname=199.45.154.118, port=18170, Session(1763534041461|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 02:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 02:34:12,716 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.118, port=4816, Session(1763534044082|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:13,876 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2600) /172.18.0.3:2762<-/199.45.154.118:4816(45): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 02:34:13,876 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2600) /172.18.0.3:2762<-/199.45.154.118:4816(45): close SSLSocket[hostname=199.45.154.118, port=4816, Session(1763534044082|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:14,620 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.118, port=4822, Session(1763534052717|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:14,891 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2600) /172.18.0.3:2762<-/199.45.154.118:4822(46): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 02:34:14,891 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2600) /172.18.0.3:2762<-/199.45.154.118:4822(46): close SSLSocket[hostname=199.45.154.118, port=4822, Session(1763534052717|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:19,369 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=199.45.154.118, port=36526, Session(1763534054621|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:24,943 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 02:34:24,943 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:34:24,944 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:34:24,945 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:34:24,945 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:34:24,964 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:34:24,964 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:34:24,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 02:34:33,477 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2600) /172.18.0.3:2762<-/199.45.154.118:36526(47): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 02:34:33,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-2600) /172.18.0.3:2762<-/199.45.154.118:36526(47): close SSLSocket[hostname=199.45.154.118, port=36526, Session(1763534054621|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 02:34:37,262 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 02:34:37,264 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 02:34:40,167 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 02:34:40,168 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 02:34:56,046 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 02:34:56,048 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 02:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 02:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 02:35:24,965 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 02:35:24,965 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:35:24,966 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:35:24,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:35:24,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:35:24,986 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:35:24,986 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:35:24,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 02:35:40,168 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 02:35:40,169 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 02:35:56,048 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 02:35:56,050 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 02:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 02:36:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 02:36:24,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 02:36:24,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:36:24,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:36:24,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:36:24,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:36:25,008 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:36:25,009 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:36:25,009 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 02:36:40,170 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 02:36:40,171 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 02:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-11-19 02:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-11-19 02:36:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2613) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:36:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2614) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:36:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2614) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:36:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2613) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:36:52,039 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:36:52,047 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:36:56,050 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 02:36:56,052 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 02:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 02:37:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 02:37:25,009 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 02:37:25,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:37:25,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:37:25,017 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:37:25,017 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:37:25,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:37:25,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:37:25,048 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 02:37:40,171 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 02:37:40,173 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 02:37:56,072 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 02:37:56,075 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 02:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 02:38:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 02:38:25,050 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 02:38:25,051 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:38:25,051 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:38:25,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:38:25,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:38:25,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:38:25,079 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:38:25,079 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 02:38:40,173 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 02:38:40,174 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 02:38:56,075 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 02:38:56,077 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 02:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 02:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 02:39:25,079 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 02:39:25,080 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:39:25,080 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:39:25,081 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:39:25,081 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:39:25,103 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:39:25,103 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:39:25,103 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 02:39:37,265 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 02:39:37,266 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 02:39:40,175 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 02:39:40,176 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 02:39:56,077 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 02:39:56,079 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 02:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 02:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 02:40:25,103 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 02:40:25,104 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:40:25,104 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:40:25,105 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:40:25,105 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:40:25,127 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:40:25,128 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:40:25,128 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 02:40:40,176 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 02:40:40,177 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 02:40:56,079 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 02:40:56,081 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 02:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 02:41:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 02:41:25,128 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 02:41:25,129 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:41:25,129 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:41:25,130 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:41:25,130 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:41:25,149 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:41:25,149 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:41:25,149 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 02:41:40,177 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 02:41:40,178 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 02:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 02:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 02:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2635) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2636) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:41:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2635) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:41:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2636) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:41:52,047 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:41:52,075 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:41:56,081 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 02:41:56,083 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 02:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 02:42:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 02:42:25,149 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 02:42:25,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:42:25,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:42:25,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:42:25,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:42:25,181 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:42:25,181 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:42:25,181 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 02:42:40,179 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 02:42:40,180 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 02:42:56,083 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 02:42:56,085 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 02:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 02:43:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 02:43:25,181 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 02:43:25,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:43:25,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:43:25,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:43:25,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:43:25,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:43:25,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:43:25,204 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 02:43:40,180 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 02:43:40,182 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 02:43:56,085 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 02:43:56,087 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 02:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 02:44:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 02:44:25,204 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 02:44:25,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:44:25,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:44:25,206 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:44:25,206 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:44:25,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:44:25,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:44:25,234 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 02:44:37,266 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-11-19 02:44:37,268 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-11-19 02:44:40,182 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 02:44:40,183 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 02:44:56,087 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 02:44:56,089 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 02:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 02:45:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 02:45:25,235 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 02:45:25,235 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:45:25,235 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:45:25,237 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:45:25,237 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:45:25,256 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:45:25,256 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:45:25,256 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 02:45:40,183 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 02:45:40,185 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 02:45:56,089 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 02:45:56,091 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 02:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 02:46:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 02:46:25,257 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 02:46:25,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:46:25,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:46:25,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:46:25,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:46:25,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:46:25,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:46:25,278 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 02:46:40,185 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 02:46:40,186 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 02:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-11-19 02:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2657) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-11-19 02:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2658) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2657) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2658) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:46:52,076 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:46:52,082 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:46:56,092 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 02:46:56,093 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 02:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 02:47:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 02:47:25,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 02:47:25,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:47:25,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:47:25,280 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:47:25,280 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:47:25,300 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:47:25,300 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:47:25,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 02:47:40,186 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 02:47:40,188 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 02:47:56,094 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 02:47:56,095 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 02:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 02:48:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 02:48:25,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 02:48:25,301 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:48:25,301 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:48:25,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:48:25,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:48:25,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:48:25,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:48:25,327 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 02:48:40,188 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 02:48:40,189 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 02:48:56,095 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 02:48:56,098 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 02:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 02:49:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 02:49:25,328 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 02:49:25,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:49:25,329 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:49:25,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:49:25,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:49:25,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:49:25,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:49:25,352 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 02:49:37,268 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-11-19 02:49:37,270 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-11-19 02:49:40,190 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 02:49:40,191 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 02:49:56,098 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 02:49:56,100 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 02:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 02:50:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 02:50:25,353 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 02:50:25,353 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:50:25,354 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:50:25,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:50:25,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:50:25,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:50:25,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:50:25,374 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 02:50:40,191 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 02:50:40,193 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 02:50:56,100 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 02:50:56,102 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 02:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 02:51:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 02:51:25,374 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 02:51:25,379 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:51:25,379 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:51:25,386 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:51:25,386 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:51:25,415 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:51:25,415 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:51:25,415 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 02:51:40,194 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 02:51:40,195 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 02:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-11-19 02:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-11-19 02:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2679) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2680) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2679) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2680) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:51:52,082 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:51:52,089 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:51:56,103 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 02:51:56,104 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 02:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 02:52:12,057 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 02:52:25,416 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 02:52:25,416 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:52:25,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:52:25,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:52:25,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:52:25,439 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:52:25,439 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:52:25,439 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 02:52:40,195 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 02:52:40,197 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 02:52:56,105 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 02:52:56,107 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 02:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 02:53:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 02:53:25,439 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 02:53:25,440 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:53:25,440 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:53:25,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:53:25,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:53:25,468 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:53:25,469 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:53:25,469 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 02:53:40,198 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 02:53:40,199 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 02:53:56,107 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 02:53:56,109 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 02:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 02:54:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 02:54:25,469 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 02:54:25,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:54:25,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:54:25,471 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:54:25,471 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:54:25,495 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:54:25,495 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:54:25,495 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 02:54:37,270 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-11-19 02:54:37,272 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-11-19 02:54:40,199 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 02:54:40,201 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 02:54:56,109 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 02:54:56,111 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 02:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 02:55:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 02:55:25,496 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 02:55:25,496 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:55:25,496 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:55:25,498 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:55:25,498 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:55:25,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:55:25,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:55:25,518 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 02:55:40,201 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 02:55:40,203 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 02:55:56,111 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 02:55:56,113 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 02:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 02:56:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 02:56:25,518 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 02:56:25,518 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:56:25,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:56:25,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:56:25,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:56:25,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:56:25,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:56:25,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 02:56:40,204 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 02:56:40,205 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 02:56:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 02:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 02:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2700) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2701) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:56:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2701) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 02:56:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2700) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 02:56:52,089 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:56:52,096 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 02:56:56,113 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 02:56:56,115 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 02:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 02:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 02:57:25,540 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 02:57:25,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:57:25,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:57:25,541 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:57:25,541 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:57:25,561 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:57:25,561 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:57:25,561 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 02:57:40,205 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 02:57:40,207 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 02:57:56,115 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 02:57:56,117 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 02:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 02:58:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 02:58:25,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 02:58:25,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:58:25,563 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:58:25,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:58:25,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:58:25,590 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:58:25,590 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:58:25,590 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 02:58:40,207 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 02:58:40,209 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 02:58:56,118 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 02:58:56,120 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 02:59:06,204 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSDeleteScheduler.execute()
2025-11-19 02:59:06,223 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSDeleteScheduler.execute()
2025-11-19 02:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 02:59:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 02:59:25,591 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 02:59:25,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:59:25,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:59:25,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:59:25,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:59:25,612 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 02:59:25,612 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 02:59:25,612 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 02:59:37,273 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 02:59:37,274 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 02:59:40,210 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 02:59:40,211 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 02:59:56,121 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 02:59:56,123 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 03:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 03:00:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 03:00:25,613 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 03:00:25,613 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:00:25,613 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:00:25,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:00:25,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:00:25,636 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:00:25,636 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:00:25,636 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 03:00:40,212 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 03:00:40,213 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 03:00:56,123 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 03:00:56,125 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 03:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 03:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 03:01:25,636 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 03:01:25,637 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:01:25,637 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:01:25,638 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:01:25,638 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:01:25,658 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:01:25,658 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:01:25,658 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 03:01:40,213 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 03:01:40,215 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 03:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-11-19 03:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-11-19 03:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2723) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2722) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2722) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2723) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:01:52,096 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:01:52,102 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:01:56,126 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 03:01:56,128 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 03:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 03:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 03:02:25,658 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 03:02:25,659 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:02:25,659 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:02:25,660 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:02:25,660 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:02:25,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:02:25,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:02:25,681 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 03:02:40,215 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 03:02:40,216 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 03:02:56,128 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 03:02:56,130 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 03:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 03:03:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 03:03:25,682 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 03:03:25,682 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:03:25,682 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:03:25,684 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:03:25,684 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:03:25,706 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:03:25,706 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:03:25,706 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 03:03:40,217 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 03:03:40,218 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 03:03:56,130 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 03:03:56,132 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 03:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 03:04:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 03:04:25,706 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 03:04:25,707 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:04:25,707 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:04:25,708 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:04:25,708 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:04:25,729 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:04:25,729 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:04:25,729 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 03:04:37,275 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-11-19 03:04:37,277 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-11-19 03:04:40,218 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 03:04:40,220 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 03:04:56,133 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 03:04:56,135 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 03:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 03:05:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 03:05:25,729 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 03:05:25,730 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:05:25,730 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:05:25,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:05:25,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:05:25,763 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:05:25,763 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:05:25,763 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 03:05:40,220 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 03:05:40,222 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 03:05:56,135 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 03:05:56,137 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 03:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 03:06:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 03:06:25,763 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 03:06:25,764 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:06:25,764 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:06:25,765 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:06:25,765 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:06:25,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:06:25,785 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:06:25,785 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 03:06:40,222 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 03:06:40,224 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 03:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-11-19 03:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-11-19 03:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2744) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2745) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2744) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2745) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:06:52,103 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:06:52,110 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:06:56,137 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 03:06:56,139 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 03:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 03:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 03:07:25,785 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 03:07:25,786 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:07:25,786 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:07:25,787 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:07:25,787 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:07:25,811 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:07:25,811 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:07:25,812 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 03:07:40,224 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 03:07:40,226 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 03:07:56,139 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 03:07:56,141 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 03:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 03:08:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 03:08:25,812 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 03:08:25,812 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:08:25,813 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:08:25,814 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:08:25,814 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:08:25,837 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:08:25,837 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:08:25,838 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 03:08:40,226 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 03:08:40,234 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 03:08:56,142 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 03:08:56,144 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 03:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 03:09:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 03:09:25,838 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 03:09:25,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:09:25,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:09:25,840 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:09:25,841 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:09:25,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:09:25,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:09:25,867 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 03:09:37,277 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-11-19 03:09:37,278 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-11-19 03:09:40,234 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 03:09:40,235 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 03:09:56,144 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 03:09:56,146 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 03:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 03:10:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 03:10:25,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 03:10:25,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:10:25,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:10:25,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:10:25,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:10:25,889 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:10:25,889 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:10:25,889 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 03:10:40,235 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 03:10:40,236 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 03:10:56,146 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 03:10:56,148 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 03:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 03:11:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 03:11:25,890 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 03:11:25,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:11:25,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:11:25,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:11:25,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:11:25,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:11:25,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:11:25,916 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 03:11:40,237 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 03:11:40,238 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 03:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-11-19 03:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-11-19 03:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2766) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2767) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2767) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2766) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:11:52,111 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:11:52,121 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:11:56,148 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 03:11:56,151 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 03:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 03:12:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 03:12:25,916 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 03:12:25,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:12:25,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:12:25,919 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:12:25,919 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:12:25,943 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:12:25,944 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:12:25,944 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 03:12:40,238 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 03:12:40,239 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 03:12:56,151 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 03:12:56,153 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 03:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 03:13:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 03:13:25,944 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 03:13:25,945 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:13:25,945 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:13:25,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:13:25,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:13:25,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:13:25,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:13:25,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 03:13:40,240 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 03:13:40,241 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 03:13:56,153 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 03:13:56,155 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 03:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 03:14:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 03:14:25,969 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 03:14:25,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:14:25,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:14:25,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:14:25,971 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:14:25,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:14:25,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:14:25,991 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 03:14:34,647 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeTaskScheduler.execute()
2025-11-19 03:14:34,690 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeTaskScheduler.execute()
2025-11-19 03:14:37,279 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-11-19 03:14:37,280 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-11-19 03:14:40,241 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 03:14:40,242 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 03:14:56,155 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 03:14:56,157 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 03:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 03:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 03:15:25,991 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 03:15:25,992 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:15:25,992 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:15:25,993 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:15:25,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:15:26,015 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:15:26,016 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:15:26,016 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 03:15:40,243 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 03:15:40,245 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 03:15:56,157 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 03:15:56,159 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 03:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 03:16:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 03:16:26,016 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 03:16:26,032 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,033 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,034 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,035 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,035 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,036 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,036 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:16:26,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:16:26,037 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:16:26,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:16:26,039 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,058 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:16:26,058 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:16:26,059 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,060 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 03:16:26,060 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 03:16:40,245 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 03:16:40,246 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 03:16:49,976 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-11-19 03:16:49,977 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2788) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:16:49,977 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-11-19 03:16:49,978 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2789) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:16:49,980 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2788) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:16:49,980 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2789) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:16:52,128 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:16:52,136 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:16:56,159 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 03:16:56,162 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 03:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 03:17:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 03:17:26,060 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 03:17:26,061 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:17:26,061 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:17:26,063 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:17:26,063 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:17:26,087 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:17:26,087 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:17:26,087 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 03:17:40,247 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 03:17:40,255 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 03:17:56,162 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 03:17:56,165 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 03:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 03:18:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 03:18:26,088 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 03:18:26,089 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:18:26,090 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:18:26,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:18:26,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:18:26,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:18:26,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:18:26,116 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 03:18:40,255 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 03:18:40,258 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 03:18:56,165 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 03:18:56,168 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 03:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 03:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 03:19:26,116 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 03:19:26,117 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:19:26,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:19:26,119 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:19:26,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:19:26,144 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:19:26,144 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:19:26,144 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 03:19:37,281 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-11-19 03:19:37,283 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-11-19 03:19:40,258 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 03:19:40,260 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 03:19:56,168 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 03:19:56,170 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 03:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 03:20:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 03:20:26,144 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 03:20:26,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:20:26,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:20:26,146 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:20:26,146 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:20:26,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:20:26,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:20:26,169 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 03:20:40,260 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 03:20:40,261 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 03:20:56,170 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 03:20:56,172 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 03:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 03:21:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 03:21:26,169 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 03:21:26,170 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:21:26,170 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:21:26,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:21:26,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:21:26,191 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:21:26,191 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:21:26,191 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 03:21:40,262 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 03:21:40,263 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 03:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 03:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2809) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 03:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2810) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2809) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2810) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:21:52,136 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:21:52,142 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:21:56,173 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 03:21:56,175 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 03:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 03:22:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 03:22:26,191 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 03:22:26,192 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:22:26,192 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:22:26,194 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:22:26,194 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:22:26,215 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:22:26,215 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:22:26,215 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 03:22:40,263 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 03:22:40,265 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 03:22:56,175 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 03:22:56,177 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 03:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 03:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 03:23:26,216 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 03:23:26,217 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:23:26,217 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:23:26,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:23:26,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:23:26,241 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:23:26,241 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:23:26,241 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 03:23:40,265 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 03:23:40,267 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 03:23:56,177 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 03:23:56,179 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 03:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 03:24:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 03:24:26,241 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 03:24:26,242 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:24:26,242 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:24:26,243 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:24:26,243 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:24:26,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:24:26,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:24:26,272 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 03:24:37,283 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-11-19 03:24:37,284 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-11-19 03:24:40,267 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 03:24:40,268 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 03:24:56,179 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 03:24:56,182 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 03:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 03:25:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 03:25:26,273 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 03:25:26,273 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:25:26,273 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:25:26,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:25:26,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:25:26,299 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:25:26,299 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:25:26,299 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 03:25:40,269 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 03:25:40,270 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 03:25:56,182 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 03:25:56,184 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 03:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 03:26:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 03:26:26,299 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 03:26:26,300 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:26:26,300 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:26:26,301 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:26:26,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:26:26,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:26:26,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:26:26,327 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 03:26:40,271 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 03:26:40,272 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 03:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 03:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2831) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 03:26:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2832) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2831) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2832) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:26:52,143 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:26:52,149 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:26:56,184 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 03:26:56,192 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 03:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 03:27:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 03:27:26,327 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 03:27:26,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:27:26,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:27:26,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:27:26,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:27:26,350 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:27:26,350 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:27:26,353 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 03:27:40,273 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 03:27:40,275 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 03:27:56,193 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 03:27:56,194 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 03:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 03:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 03:28:26,353 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 03:28:26,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:28:26,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:28:26,357 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:28:26,357 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:28:26,387 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:28:26,387 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:28:26,387 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 03:28:40,275 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 03:28:40,276 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 03:28:56,195 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 03:28:56,197 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 03:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 03:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 03:29:26,387 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 03:29:26,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:29:26,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:29:26,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:29:26,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:29:26,409 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:29:26,409 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:29:26,410 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 03:29:37,285 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 03:29:37,286 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 03:29:40,277 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 03:29:40,278 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 03:29:56,197 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 03:29:56,198 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 03:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 03:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 03:30:26,410 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 03:30:26,410 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:30:26,411 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:30:26,412 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:30:26,412 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:30:26,431 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:30:26,431 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:30:26,431 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 03:30:40,278 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 03:30:40,280 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 03:30:56,199 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 03:30:56,201 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 03:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 03:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 03:31:26,431 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 03:31:26,432 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:31:26,432 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:31:26,433 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:31:26,433 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:31:26,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:31:26,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:31:26,453 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 03:31:40,280 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 03:31:40,281 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 03:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 03:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 03:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2853) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2854) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:31:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2853) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:31:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2854) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:31:52,149 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:31:52,157 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:31:56,201 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 03:31:56,203 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 03:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 03:32:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 03:32:26,453 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 03:32:26,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:32:26,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:32:26,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:32:26,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:32:26,475 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:32:26,475 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:32:26,475 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 03:32:40,281 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 03:32:40,283 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 03:32:56,203 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 03:32:56,205 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 03:32:57,103 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStgCmtScheduler.execute()
2025-11-19 03:32:57,112 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStgCmtScheduler.execute()
2025-11-19 03:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 03:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 03:33:26,475 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 03:33:26,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:33:26,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:33:26,477 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:33:26,477 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:33:26,496 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:33:26,496 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:33:26,496 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 03:33:40,284 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 03:33:40,285 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 03:33:56,205 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 03:33:56,207 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 03:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 03:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 03:34:26,497 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 03:34:26,497 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:34:26,498 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:34:26,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:34:26,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:34:26,523 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:34:26,523 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:34:26,523 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 03:34:37,287 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 03:34:37,288 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 03:34:40,285 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 03:34:40,286 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 03:34:56,207 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 03:34:56,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 03:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 03:35:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 03:35:26,524 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 03:35:26,524 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:35:26,525 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:35:26,526 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:35:26,526 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:35:26,550 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:35:26,551 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:35:26,551 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 03:35:40,287 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 03:35:40,288 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 03:35:56,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 03:35:56,213 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 03:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 03:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 03:36:26,551 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 03:36:26,552 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:36:26,552 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:36:26,553 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:36:26,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:36:26,579 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:36:26,579 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:36:26,579 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 03:36:40,289 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 03:36:40,290 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 03:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 03:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 03:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2875) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2876) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2875) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2876) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:36:52,158 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:36:52,165 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:36:56,213 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 03:36:56,215 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 03:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 03:37:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 03:37:26,579 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 03:37:26,580 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:37:26,580 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:37:26,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:37:26,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:37:26,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:37:26,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:37:26,608 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 03:37:40,290 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 03:37:40,292 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 03:37:56,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 03:37:56,217 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 03:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 03:38:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 03:38:26,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 03:38:26,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:38:26,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:38:26,611 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:38:26,611 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:38:26,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:38:26,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:38:26,631 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 03:38:40,292 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 03:38:40,293 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 03:38:56,218 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 03:38:56,219 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 03:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 03:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 03:39:26,631 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 03:39:26,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:39:26,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:39:26,633 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:39:26,633 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:39:26,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:39:26,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:39:26,653 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 03:39:37,289 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-11-19 03:39:37,290 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-11-19 03:39:40,294 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 03:39:40,295 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 03:39:56,220 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 03:39:56,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 03:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 03:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 03:40:26,654 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 03:40:26,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:40:26,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:40:26,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:40:26,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:40:26,675 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:40:26,675 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:40:26,675 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 03:40:40,295 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 03:40:40,296 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 03:40:56,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 03:40:56,224 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 03:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 03:41:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 03:41:26,675 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 03:41:26,676 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:41:26,676 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:41:26,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:41:26,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:41:26,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:41:26,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:41:26,696 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 03:41:40,297 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 03:41:40,299 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 03:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-11-19 03:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-11-19 03:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2897) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2898) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:41:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2898) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:41:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2897) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:41:52,165 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:41:52,173 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:41:56,224 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 03:41:56,226 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 03:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 03:42:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 03:42:26,697 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 03:42:26,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:42:26,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:42:26,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:42:26,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:42:26,723 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:42:26,723 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:42:26,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 03:42:40,299 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 03:42:40,300 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 03:42:56,227 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 03:42:56,229 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 03:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 03:43:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 03:43:26,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 03:43:26,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:43:26,725 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:43:26,726 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:43:26,726 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:43:26,746 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:43:26,746 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:43:26,746 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 03:43:40,301 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 03:43:40,302 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 03:43:56,230 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 03:43:56,231 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 03:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 03:44:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 03:44:26,746 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 03:44:26,747 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:44:26,747 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:44:26,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:44:26,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:44:26,774 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:44:26,774 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:44:26,774 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 03:44:37,290 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-11-19 03:44:37,292 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-11-19 03:44:40,302 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 03:44:40,304 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 03:44:56,232 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 03:44:56,234 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 03:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 03:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 03:45:26,774 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 03:45:26,775 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:45:26,775 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:45:26,776 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:45:26,777 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:45:26,801 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:45:26,801 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:45:26,801 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 03:45:40,304 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 03:45:40,305 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 03:45:56,234 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 03:45:56,236 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 03:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 03:46:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 03:46:26,801 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 03:46:26,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:46:26,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:46:26,803 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:46:26,803 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:46:26,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:46:26,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:46:26,823 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 03:46:40,305 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 03:46:40,307 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 03:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-11-19 03:46:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2919) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:46:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-11-19 03:46:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2920) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:46:49,977 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2920) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:46:49,977 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2919) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:46:52,173 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:46:52,183 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:46:56,236 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 03:46:56,238 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 03:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 03:47:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 03:47:26,823 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 03:47:26,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:47:26,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:47:26,825 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:47:26,825 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:47:26,844 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:47:26,845 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:47:26,845 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 03:47:40,307 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 03:47:40,309 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 03:47:56,238 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 03:47:56,241 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 03:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 03:48:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 03:48:26,845 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 03:48:26,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:48:26,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:48:26,847 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:48:26,847 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:48:26,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:48:26,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:48:26,869 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 03:48:40,309 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 03:48:40,310 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 03:48:56,241 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 03:48:56,244 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 03:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 03:49:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 03:49:26,869 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 03:49:26,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:49:26,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:49:26,871 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:49:26,871 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:49:26,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:49:26,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:49:26,896 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 03:49:37,292 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-11-19 03:49:37,295 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-11-19 03:49:40,311 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 03:49:40,312 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 03:49:56,244 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 03:49:56,247 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 03:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 03:50:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 03:50:26,896 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 03:50:26,897 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:50:26,898 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:50:26,899 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:50:26,899 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:50:26,924 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:50:26,924 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:50:26,924 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 03:50:40,313 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 03:50:40,314 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 03:50:56,247 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 03:50:56,249 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 03:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 03:51:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 03:51:26,925 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 03:51:26,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:51:26,926 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:51:26,927 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:51:26,927 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:51:26,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:51:26,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:51:26,952 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 03:51:40,315 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 03:51:40,316 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 03:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 03:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2941) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 03:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2942) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:51:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2941) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:51:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2942) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:51:52,184 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:51:52,191 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:51:56,249 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 03:51:56,252 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 03:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 03:52:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 03:52:26,952 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 03:52:26,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:52:26,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:52:26,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:52:26,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:52:26,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:52:26,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:52:26,978 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 03:52:40,317 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 03:52:40,318 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 03:52:56,252 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 03:52:56,256 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 03:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 03:53:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 03:53:26,979 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 03:53:26,979 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:53:26,979 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:53:26,980 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:53:26,981 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:53:27,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:53:27,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:53:27,001 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 03:53:40,318 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 03:53:40,320 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 03:53:56,256 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 03:53:56,258 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 03:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 03:54:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 03:54:27,001 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 03:54:27,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:54:27,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:54:27,003 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:54:27,003 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:54:27,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:54:27,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:54:27,023 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 03:54:37,295 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-11-19 03:54:37,297 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-11-19 03:54:40,320 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 03:54:40,321 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 03:54:56,258 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 03:54:56,260 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 03:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 03:55:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 03:55:27,023 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 03:55:27,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:55:27,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:55:27,025 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:55:27,025 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:55:27,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:55:27,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:55:27,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 03:55:40,322 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 03:55:40,323 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 03:55:56,260 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 03:55:56,262 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 03:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 03:56:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 03:56:27,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 03:56:27,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:56:27,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:56:27,049 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:56:27,049 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:56:27,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:56:27,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:56:27,073 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 03:56:40,324 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 03:56:40,325 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 03:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-11-19 03:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2963) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-11-19 03:56:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2964) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:56:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2963) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 03:56:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2964) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 03:56:52,192 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:56:52,199 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 03:56:56,263 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 03:56:56,266 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 03:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 03:57:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 03:57:27,073 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 03:57:27,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:57:27,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:57:27,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:57:27,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:57:27,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:57:27,117 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:57:27,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 03:57:40,325 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 03:57:40,328 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 03:57:56,266 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 03:57:56,267 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 03:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 03:58:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 03:58:27,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 03:58:27,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:58:27,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:58:27,119 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:58:27,119 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:58:27,142 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:58:27,142 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:58:27,143 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 03:58:40,328 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 03:58:40,330 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 03:58:56,268 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 03:58:56,269 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 03:59:06,224 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSDeleteScheduler.execute()
2025-11-19 03:59:06,244 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSDeleteScheduler.execute()
2025-11-19 03:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 03:59:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 03:59:27,143 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 03:59:27,144 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:59:27,144 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:59:27,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:59:27,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:59:27,164 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 03:59:27,164 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 03:59:27,164 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 03:59:37,297 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-11-19 03:59:37,303 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-11-19 03:59:40,330 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 03:59:40,331 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 03:59:56,270 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 03:59:56,272 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 04:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 04:00:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 04:00:27,165 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 04:00:27,165 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:00:27,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:00:27,168 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:00:27,168 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:00:27,196 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:00:27,196 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:00:27,196 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 04:00:40,331 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 04:00:40,334 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 04:00:56,272 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 04:00:56,274 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 04:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 04:01:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 04:01:27,196 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 04:01:27,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:01:27,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:01:27,198 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:01:27,198 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:01:27,218 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:01:27,218 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:01:27,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 04:01:40,334 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 04:01:40,335 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 04:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-11-19 04:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2985) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-11-19 04:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2986) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2986) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-2985) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:01:52,200 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:01:52,244 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:01:56,274 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 04:01:56,276 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 04:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 04:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 04:02:27,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 04:02:27,219 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:02:27,219 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:02:27,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:02:27,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:02:27,240 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:02:27,240 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:02:27,240 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 04:02:40,335 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 04:02:40,336 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 04:02:56,276 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 04:02:56,278 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 04:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 04:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 04:03:27,241 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 04:03:27,242 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:03:27,242 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:03:27,243 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:03:27,244 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:03:27,267 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:03:27,268 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:03:27,268 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 04:03:40,337 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 04:03:40,338 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 04:03:56,278 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 04:03:56,280 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 04:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 04:04:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 04:04:27,268 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 04:04:27,269 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:04:27,269 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:04:27,271 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:04:27,271 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:04:27,297 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:04:27,297 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:04:27,297 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 04:04:37,303 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-11-19 04:04:37,305 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-11-19 04:04:40,338 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 04:04:40,340 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 04:04:56,281 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 04:04:56,283 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 04:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 04:05:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 04:05:27,297 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 04:05:27,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:05:27,299 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:05:27,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:05:27,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:05:27,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:05:27,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:05:27,333 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 04:05:40,341 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 04:05:40,342 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 04:05:56,286 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 04:05:56,288 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 04:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 04:06:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 04:06:27,333 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 04:06:27,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:06:27,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:06:27,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:06:27,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:06:27,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:06:27,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:06:27,360 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 04:06:40,342 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 04:06:40,343 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 04:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-11-19 04:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3007) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:06:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3008) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-11-19 04:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3007) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3008) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:06:52,245 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:06:52,256 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:06:56,288 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 04:06:56,291 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 04:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 04:07:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 04:07:27,360 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 04:07:27,361 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:07:27,361 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:07:27,362 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:07:27,362 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:07:27,387 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:07:27,387 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:07:27,387 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 04:07:40,344 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 04:07:40,345 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 04:07:56,291 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 04:07:56,293 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 04:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 04:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 04:08:27,387 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 04:08:27,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:08:27,389 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:08:27,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:08:27,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:08:27,416 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:08:27,416 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:08:27,416 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 04:08:40,345 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 04:08:40,347 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 04:08:56,294 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 04:08:56,296 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 04:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 04:09:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 04:09:27,416 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 04:09:27,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:09:27,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:09:27,420 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:09:27,420 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:09:27,445 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:09:27,445 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:09:27,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 04:09:37,306 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-11-19 04:09:37,307 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-11-19 04:09:40,347 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 04:09:40,349 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 04:09:56,297 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 04:09:56,299 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 04:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 04:10:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 04:10:27,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 04:10:27,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:10:27,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:10:27,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:10:27,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:10:27,467 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:10:27,468 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:10:27,468 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 04:10:40,349 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 04:10:40,350 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 04:10:56,299 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 04:10:56,301 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 04:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 04:11:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 04:11:27,468 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 04:11:27,468 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:11:27,469 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:11:27,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:11:27,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:11:27,489 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:11:27,489 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:11:27,489 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 04:11:40,350 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 04:11:40,352 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 04:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-11-19 04:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-11-19 04:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3029) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3030) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3030) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3029) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:11:52,256 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:11:52,262 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:11:56,301 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 04:11:56,304 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 04:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 04:12:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 04:12:27,490 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 04:12:27,490 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:12:27,490 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:12:27,491 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:12:27,492 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:12:27,512 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:12:27,512 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:12:27,512 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 04:12:40,352 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 04:12:40,354 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 04:12:56,304 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 04:12:56,306 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 04:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 04:13:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 04:13:27,513 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 04:13:27,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:13:27,515 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:13:27,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:13:27,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:13:27,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:13:27,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:13:27,544 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 04:13:40,354 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 04:13:40,356 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 04:13:56,306 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 04:13:56,308 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 04:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 04:14:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 04:14:27,545 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 04:14:27,545 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:14:27,545 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:14:27,547 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:14:27,547 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:14:27,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:14:27,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:14:27,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 04:14:34,690 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeTaskScheduler.execute()
2025-11-19 04:14:34,745 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeTaskScheduler.execute()
2025-11-19 04:14:37,325 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-11-19 04:14:37,327 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-11-19 04:14:40,356 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 04:14:40,358 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 04:14:56,308 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 04:14:56,310 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 04:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 04:15:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 04:15:27,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 04:15:27,572 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:15:27,572 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:15:27,573 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:15:27,573 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:15:27,595 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:15:27,595 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:15:27,596 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 04:15:40,358 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 04:15:40,360 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 04:15:56,311 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 04:15:56,312 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 04:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 04:16:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 04:16:27,596 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 04:16:27,606 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,607 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,607 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:16:27,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:16:27,608 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,608 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:16:27,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:16:27,610 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,610 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,611 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,611 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,638 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:16:27,638 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:16:27,640 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,640 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,642 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 04:16:27,642 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 04:16:40,360 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 04:16:40,362 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 04:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 04:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3051) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 04:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3052) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:16:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3052) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:16:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3051) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:16:52,262 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:16:52,269 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:16:56,313 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 04:16:56,315 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 04:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 04:17:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 04:17:27,642 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 04:17:27,643 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:17:27,643 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:17:27,644 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:17:27,644 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:17:27,664 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:17:27,664 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:17:27,664 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 04:17:40,362 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 04:17:40,363 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 04:17:56,315 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 04:17:56,317 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 04:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 04:18:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 04:18:27,664 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 04:18:27,665 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:18:27,665 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:18:27,666 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:18:27,667 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:18:27,690 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:18:27,690 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:18:27,690 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 04:18:40,363 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 04:18:40,365 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 04:18:56,318 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 04:18:56,320 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 04:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 04:19:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 04:19:27,690 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 04:19:27,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:19:27,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:19:27,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:19:27,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:19:27,716 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:19:27,717 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:19:27,717 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 04:19:37,327 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-11-19 04:19:37,329 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-11-19 04:19:40,365 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 04:19:40,367 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 04:19:56,321 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 04:19:56,323 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 04:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 04:20:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 04:20:27,717 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 04:20:27,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:20:27,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:20:27,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:20:27,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:20:27,744 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:20:27,744 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:20:27,744 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 04:20:40,367 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 04:20:40,368 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 04:20:56,323 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 04:20:56,325 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 04:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 04:21:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 04:21:27,744 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 04:21:27,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:21:27,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:21:27,746 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:21:27,746 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:21:27,766 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:21:27,766 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:21:27,767 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 04:21:40,368 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 04:21:40,370 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 04:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 04:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 04:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3073) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3074) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3073) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3074) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:21:52,270 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:21:52,276 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:21:56,325 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 04:21:56,327 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 04:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 04:22:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 04:22:27,767 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 04:22:27,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:22:27,768 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:22:27,769 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:22:27,769 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:22:27,788 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:22:27,789 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:22:27,789 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 04:22:40,370 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 04:22:40,371 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 04:22:56,327 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 04:22:56,329 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 04:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 04:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 04:23:27,789 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 04:23:27,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:23:27,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:23:27,791 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:23:27,791 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:23:27,811 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:23:27,811 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:23:27,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 04:23:40,371 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 04:23:40,373 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 04:23:56,329 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 04:23:56,332 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 04:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 04:24:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 04:24:27,812 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 04:24:27,812 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:24:27,813 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:24:27,814 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:24:27,814 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:24:27,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:24:27,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:24:27,839 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 04:24:37,330 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 04:24:37,331 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 04:24:40,373 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 04:24:40,375 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 04:24:56,332 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 04:24:56,334 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 04:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 04:25:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 04:25:27,840 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 04:25:27,840 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:25:27,840 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:25:27,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:25:27,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:25:27,865 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:25:27,865 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:25:27,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 04:25:40,375 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 04:25:40,377 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 04:25:56,335 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 04:25:56,338 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 04:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 04:26:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 04:26:27,865 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 04:26:27,866 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:26:27,866 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:26:27,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:26:27,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:26:27,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:26:27,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:26:27,892 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 04:26:40,377 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 04:26:40,379 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 04:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 04:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 04:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3095) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3096) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:26:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3096) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:26:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3095) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:26:52,277 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:26:52,285 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:26:56,339 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 04:26:56,341 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 04:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 04:27:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 04:27:27,892 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 04:27:27,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:27:27,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:27:27,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:27:27,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:27:27,920 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:27:27,921 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:27:27,921 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 04:27:40,379 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 04:27:40,382 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 04:27:56,341 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 04:27:56,343 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 04:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 04:28:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 04:28:27,921 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 04:28:27,922 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:28:27,922 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:28:27,923 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:28:27,924 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:28:27,945 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:28:27,945 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:28:27,945 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 04:28:40,382 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 04:28:40,384 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 04:28:56,343 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 04:28:56,345 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 04:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 04:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 04:29:27,945 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 04:29:27,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:29:27,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:29:27,948 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:29:27,948 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:29:27,974 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:29:27,974 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:29:27,974 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 04:29:37,332 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 04:29:37,334 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 04:29:40,384 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 04:29:40,386 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 04:29:56,346 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 04:29:56,348 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 04:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 04:30:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 04:30:27,975 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 04:30:27,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:30:27,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:30:27,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:30:27,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:30:27,996 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:30:27,997 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:30:27,997 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 04:30:40,386 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 04:30:40,387 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 04:30:56,348 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 04:30:56,350 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 04:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 04:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 04:31:27,997 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 04:31:27,997 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:31:27,998 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:31:27,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:31:27,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:31:28,019 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:31:28,019 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:31:28,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 04:31:40,387 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 04:31:40,389 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 04:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 04:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 04:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3117) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3118) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:31:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3117) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:31:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3118) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:31:52,285 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:31:52,292 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:31:56,350 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 04:31:56,352 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 04:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 04:32:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 04:32:28,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 04:32:28,020 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:32:28,020 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:32:28,021 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:32:28,021 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:32:28,041 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:32:28,041 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:32:28,041 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 04:32:40,390 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 04:32:40,393 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 04:32:56,352 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 04:32:56,355 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 04:32:57,112 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStgCmtScheduler.execute()
2025-11-19 04:32:57,122 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStgCmtScheduler.execute()
2025-11-19 04:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 04:33:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 04:33:28,041 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 04:33:28,042 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:33:28,042 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:33:28,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:33:28,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:33:28,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:33:28,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:33:28,068 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 04:33:40,393 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 04:33:40,396 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 04:33:56,355 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 04:33:56,357 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 04:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 04:34:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 04:34:28,068 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 04:34:28,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:34:28,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:34:28,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:34:28,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:34:28,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:34:28,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:34:28,096 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 04:34:37,334 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-11-19 04:34:37,336 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-11-19 04:34:40,396 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 04:34:40,400 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 04:34:56,357 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 04:34:56,360 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 04:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 04:35:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 04:35:28,096 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 04:35:28,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:35:28,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:35:28,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:35:28,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:35:28,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:35:28,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:35:28,120 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 04:35:40,400 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 04:35:40,402 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 04:35:56,360 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 04:35:56,362 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 04:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 04:36:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 04:36:28,121 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 04:36:28,121 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:36:28,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:36:28,123 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:36:28,124 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:36:28,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:36:28,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:36:28,151 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 04:36:40,402 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 04:36:40,406 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 04:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-11-19 04:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3137) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-11-19 04:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3138) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:36:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3137) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:36:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3138) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:36:52,292 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:36:52,300 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:36:56,363 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 04:36:56,364 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 04:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 04:37:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 04:37:28,151 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 04:37:28,151 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:37:28,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:37:28,153 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:37:28,153 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:37:28,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:37:28,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:37:28,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 04:37:40,406 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 04:37:40,407 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 04:37:56,365 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 04:37:56,367 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 04:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 04:38:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 04:38:28,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 04:38:28,184 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:38:28,184 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:38:28,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:38:28,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:38:28,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:38:28,206 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:38:28,206 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 04:38:40,407 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 04:38:40,408 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 04:38:56,367 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 04:38:56,369 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 04:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 04:39:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 04:39:28,206 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 04:39:28,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:39:28,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:39:28,208 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:39:28,208 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:39:28,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:39:28,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:39:28,227 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 04:39:37,336 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-11-19 04:39:37,338 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-11-19 04:39:40,409 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 04:39:40,410 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 04:39:56,369 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 04:39:56,371 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 04:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 04:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 04:40:28,228 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 04:40:28,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:40:28,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:40:28,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:40:28,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:40:28,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:40:28,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:40:28,250 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 04:40:40,411 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 04:40:40,412 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 04:40:56,371 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 04:40:56,431 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 04:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 04:41:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 04:41:28,250 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 04:41:28,251 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:41:28,251 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:41:28,252 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:41:28,252 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:41:28,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:41:28,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:41:28,278 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 04:41:40,412 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 04:41:40,414 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 04:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-11-19 04:41:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3159) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:41:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-11-19 04:41:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3160) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:41:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3160) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:41:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3159) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:41:52,300 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:41:52,311 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:41:56,431 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 04:41:56,435 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 04:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 04:42:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 04:42:28,278 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 04:42:28,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:42:28,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:42:28,281 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:42:28,281 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:42:28,305 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:42:28,305 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:42:28,305 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 04:42:40,414 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 04:42:40,416 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 04:42:56,435 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 04:42:56,437 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 04:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 04:43:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 04:43:28,306 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 04:43:28,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:43:28,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:43:28,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:43:28,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:43:28,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:43:28,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:43:28,332 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 04:43:40,416 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 04:43:40,417 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 04:43:56,437 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 04:43:56,439 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 04:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 04:44:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 04:44:28,332 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 04:44:28,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:44:28,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:44:28,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:44:28,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:44:28,354 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:44:28,354 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:44:28,354 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 04:44:37,338 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-11-19 04:44:37,340 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-11-19 04:44:40,417 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 04:44:40,419 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 04:44:56,440 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 04:44:56,441 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 04:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 04:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 04:45:28,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 04:45:28,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:45:28,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:45:28,356 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:45:28,356 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:45:28,376 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:45:28,377 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:45:28,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 04:45:40,419 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 04:45:40,420 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 04:45:56,442 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 04:45:56,444 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 04:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 04:46:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 04:46:28,377 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 04:46:28,377 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:46:28,378 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:46:28,378 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:46:28,379 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:46:28,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:46:28,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:46:28,398 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 04:46:40,420 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 04:46:40,422 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 04:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 04:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 04:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3181) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3182) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:46:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3181) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:46:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3182) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:46:52,311 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:46:52,322 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:46:56,444 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 04:46:56,447 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 04:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 04:47:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 04:47:28,398 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 04:47:28,399 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:47:28,399 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:47:28,401 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:47:28,401 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:47:28,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:47:28,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:47:28,425 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 04:47:40,422 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 04:47:40,423 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 04:47:56,447 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 04:47:56,449 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 04:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 04:48:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 04:48:28,426 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 04:48:28,427 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:48:28,427 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:48:28,429 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:48:28,429 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:48:28,457 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:48:28,457 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:48:28,457 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 04:48:40,423 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 04:48:40,425 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 04:48:56,450 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 04:48:56,452 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 04:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 04:49:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 04:49:28,458 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 04:49:28,458 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:49:28,459 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:49:28,460 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:49:28,460 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:49:28,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:49:28,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:49:28,479 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 04:49:37,340 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-11-19 04:49:37,341 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-11-19 04:49:40,425 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 04:49:40,426 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 04:49:56,452 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 04:49:56,453 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 04:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 04:50:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 04:50:28,479 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 04:50:28,480 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:50:28,480 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:50:28,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:50:28,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:50:28,502 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:50:28,502 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:50:28,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 04:50:40,426 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 04:50:40,430 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 04:50:56,454 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 04:50:56,456 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 04:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 04:51:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 04:51:28,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 04:51:28,504 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:51:28,504 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:51:28,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:51:28,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:51:28,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:51:28,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:51:28,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 04:51:40,431 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 04:51:40,432 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 04:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-11-19 04:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3202) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-11-19 04:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3203) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3202) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3203) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:51:52,322 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:51:52,329 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:51:56,457 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 04:51:56,458 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 04:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 04:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 04:52:28,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 04:52:28,530 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:52:28,531 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:52:28,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:52:28,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:52:28,552 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:52:28,552 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:52:28,552 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 04:52:40,432 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 04:52:40,433 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 04:52:56,458 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 04:52:56,460 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 04:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 04:53:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 04:53:28,552 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 04:53:28,553 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:53:28,553 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:53:28,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:53:28,555 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:53:28,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:53:28,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:53:28,582 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 04:53:40,434 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 04:53:40,435 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 04:53:56,460 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 04:53:56,462 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 04:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 04:54:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 04:54:28,582 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 04:54:28,583 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:54:28,583 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:54:28,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:54:28,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:54:28,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:54:28,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:54:28,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 04:54:37,342 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-11-19 04:54:37,343 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-11-19 04:54:40,435 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 04:54:40,437 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 04:54:56,462 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 04:54:56,465 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 04:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 04:55:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 04:55:28,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 04:55:28,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:55:28,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:55:28,611 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:55:28,611 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:55:28,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:55:28,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:55:28,632 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 04:55:40,437 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 04:55:40,438 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 04:55:56,465 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 04:55:56,467 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 04:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 04:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 04:56:28,632 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 04:56:28,633 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:56:28,633 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:56:28,634 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:56:28,634 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:56:28,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:56:28,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:56:28,654 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 04:56:40,438 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 04:56:40,439 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 04:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 04:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 04:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3224) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3225) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:56:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3224) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 04:56:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3225) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 04:56:52,329 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:56:52,335 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 04:56:56,467 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 04:56:56,469 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 04:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 04:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 04:57:28,654 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 04:57:28,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:57:28,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:57:28,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:57:28,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:57:28,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:57:28,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:57:28,677 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 04:57:40,440 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 04:57:40,442 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 04:57:56,469 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 04:57:56,471 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 04:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 04:58:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 04:58:28,678 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 04:58:28,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:58:28,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:58:28,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:58:28,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:58:28,704 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:58:28,704 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:58:28,705 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 04:58:40,442 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 04:58:40,444 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 04:58:56,472 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 04:58:56,474 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 04:59:06,245 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSDeleteScheduler.execute()
2025-11-19 04:59:06,256 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSDeleteScheduler.execute()
2025-11-19 04:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 04:59:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 04:59:28,705 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 04:59:28,706 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:59:28,706 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:59:28,707 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:59:28,707 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:59:28,731 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 04:59:28,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 04:59:28,732 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 04:59:37,343 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-11-19 04:59:37,346 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-11-19 04:59:40,445 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 04:59:40,446 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 04:59:56,474 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 04:59:56,476 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 05:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 05:00:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 05:00:28,732 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 05:00:28,733 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:00:28,733 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:00:28,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:00:28,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:00:28,760 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:00:28,761 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:00:28,761 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 05:00:40,446 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 05:00:40,450 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 05:00:56,477 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 05:00:56,478 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 05:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 05:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 05:01:28,761 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 05:01:28,762 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:01:28,762 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:01:28,763 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:01:28,763 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:01:28,783 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:01:28,783 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:01:28,783 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 05:01:40,450 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 05:01:40,451 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 05:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-11-19 05:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3246) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:01:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-11-19 05:01:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3247) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3246) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:01:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3247) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:01:52,336 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:01:52,344 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:01:56,479 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 05:01:56,481 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 05:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 05:02:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 05:02:28,784 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 05:02:28,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:02:28,785 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:02:28,786 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:02:28,786 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:02:28,806 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:02:28,806 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:02:28,806 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 05:02:40,452 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 05:02:40,453 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 05:02:56,481 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 05:02:56,483 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 05:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 05:03:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 05:03:28,806 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 05:03:28,807 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:03:28,807 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:03:28,809 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:03:28,809 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:03:28,835 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:03:28,835 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:03:28,835 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 05:03:40,453 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 05:03:40,457 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 05:03:56,483 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 05:03:56,487 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 05:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 05:04:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 05:04:28,835 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 05:04:28,836 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:04:28,836 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:04:28,837 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:04:28,837 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:04:28,861 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:04:28,861 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:04:28,861 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 05:04:37,346 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-11-19 05:04:37,348 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-11-19 05:04:40,457 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 05:04:40,459 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 05:04:56,487 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 05:04:56,489 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 05:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 05:05:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 05:05:28,861 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 05:05:28,862 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:05:28,862 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:05:28,863 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:05:28,863 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:05:28,884 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:05:28,884 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:05:28,884 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 05:05:40,459 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 05:05:40,460 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 05:05:56,489 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 05:05:56,491 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 05:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 05:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 05:06:28,885 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 05:06:28,885 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:06:28,885 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:06:28,886 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:06:28,886 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:06:28,906 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:06:28,906 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:06:28,906 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 05:06:40,460 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 05:06:40,462 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 05:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-11-19 05:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3267) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-11-19 05:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3268) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3267) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3268) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:06:52,345 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:06:52,353 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:06:56,491 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 05:06:56,493 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 05:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 05:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 05:07:28,907 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 05:07:28,907 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:07:28,907 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:07:28,908 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:07:28,909 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:07:28,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:07:28,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:07:28,929 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 05:07:40,462 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 05:07:40,463 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 05:07:56,493 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 05:07:56,495 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 05:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 05:08:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 05:08:28,929 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 05:08:28,930 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:08:28,930 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:08:28,932 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:08:28,932 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:08:28,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:08:28,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:08:28,957 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 05:08:40,464 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 05:08:40,465 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 05:08:56,496 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 05:08:56,498 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 05:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 05:09:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 05:09:28,958 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 05:09:28,960 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:09:28,960 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:09:28,962 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:09:28,962 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:09:28,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:09:28,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:09:28,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 05:09:37,349 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start StudySizeScheduler.execute()
2025-11-19 05:09:37,351 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished StudySizeScheduler.execute()
2025-11-19 05:09:40,466 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 05:09:40,467 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 05:09:56,498 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 05:09:56,501 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 05:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 05:10:12,056 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 05:10:28,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 05:10:28,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:10:28,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:10:28,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:10:28,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:10:29,013 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:10:29,014 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:10:29,014 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 05:10:40,467 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 05:10:40,469 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 05:10:56,501 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 05:10:56,503 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 05:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 05:11:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 05:11:29,014 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 05:11:29,015 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:11:29,015 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:11:29,016 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:11:29,016 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:11:29,041 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:11:29,041 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:11:29,041 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 05:11:40,470 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 05:11:40,471 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 05:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-11-19 05:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-11-19 05:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3289) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3289) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:11:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3290) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:11:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3290) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:11:52,353 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:11:52,361 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:11:56,504 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 05:11:56,505 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 05:12:12,047 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 05:12:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 05:12:29,041 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 05:12:29,042 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:12:29,042 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:12:29,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:12:29,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:12:29,066 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:12:29,066 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:12:29,066 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 05:12:40,471 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 05:12:40,472 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 05:12:56,506 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 05:12:56,507 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 05:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 05:13:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 05:13:29,067 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 05:13:29,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:13:29,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:13:29,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:13:29,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:13:29,092 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:13:29,092 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:13:29,092 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 05:13:40,473 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 05:13:40,474 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 05:13:56,507 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 05:13:56,509 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 05:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 05:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 05:14:29,092 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 05:14:29,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:14:29,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:14:29,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:14:29,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:14:29,114 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:14:29,114 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:14:29,114 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 05:14:34,748 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeTaskScheduler.execute()
2025-11-19 05:14:34,829 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeTaskScheduler.execute()
2025-11-19 05:14:37,351 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-11-19 05:14:37,356 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-11-19 05:14:40,474 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 05:14:40,475 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 05:14:56,509 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 05:14:56,512 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 05:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 05:15:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 05:15:29,115 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 05:15:29,115 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:15:29,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:15:29,117 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:15:29,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:15:29,146 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:15:29,146 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:15:29,146 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 05:15:40,476 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 05:15:40,477 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 05:15:56,512 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 05:15:56,514 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 05:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 05:16:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 05:16:29,147 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 05:16:29,191 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,195 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,195 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,196 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,197 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,198 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,198 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,199 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:16:29,200 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:16:29,200 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:16:29,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:16:29,202 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:16:29,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:16:29,231 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 05:16:29,232 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 05:16:40,478 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 05:16:40,479 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 05:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 05:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 05:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3311) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3312) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3312) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:16:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3311) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:16:52,362 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:16:52,368 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:16:56,514 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 05:16:56,517 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 05:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 05:17:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 05:17:29,232 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 05:17:29,233 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:17:29,233 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:17:29,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:17:29,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:17:29,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:17:29,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:17:29,258 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 05:17:40,480 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 05:17:40,481 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 05:17:56,517 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 05:17:56,518 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 05:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 05:18:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 05:18:29,259 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 05:18:29,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:18:29,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:18:29,260 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:18:29,260 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:18:29,280 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:18:29,280 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:18:29,280 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 05:18:40,481 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 05:18:40,482 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 05:18:56,519 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 05:18:56,521 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 05:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 05:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 05:19:29,281 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 05:19:29,281 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:19:29,281 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:19:29,282 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:19:29,282 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:19:29,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:19:29,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:19:29,302 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 05:19:37,357 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 05:19:37,358 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 05:19:40,482 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 05:19:40,483 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 05:19:56,521 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 05:19:56,523 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 05:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 05:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 05:20:29,302 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 05:20:29,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:20:29,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:20:29,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:20:29,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:20:29,325 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:20:29,325 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:20:29,325 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 05:20:40,484 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 05:20:40,486 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 05:20:56,523 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 05:20:56,525 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 05:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 05:21:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 05:21:29,325 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 05:21:29,326 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:21:29,326 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:21:29,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:21:29,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:21:29,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:21:29,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:21:29,352 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 05:21:40,486 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 05:21:40,487 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 05:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 05:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3333) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 05:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3334) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3333) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3334) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:21:52,368 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:21:52,430 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:21:56,526 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 05:21:56,528 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 05:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 05:22:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 05:22:29,352 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 05:22:29,353 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:22:29,353 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:22:29,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:22:29,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:22:29,380 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:22:29,380 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:22:29,380 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 05:22:40,488 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 05:22:40,490 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 05:22:56,528 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 05:22:56,530 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 05:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 05:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 05:23:29,380 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 05:23:29,381 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:23:29,381 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:23:29,383 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:23:29,383 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:23:29,415 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:23:29,415 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:23:29,415 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 05:23:40,490 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 05:23:40,491 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 05:23:56,530 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 05:23:56,532 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 05:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 05:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 05:24:29,416 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 05:24:29,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:24:29,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:24:29,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:24:29,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:24:29,438 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:24:29,438 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:24:29,439 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 05:24:37,359 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 05:24:37,360 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 05:24:40,491 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 05:24:40,493 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 05:24:56,532 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 05:24:56,534 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 05:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 05:25:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 05:25:29,439 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 05:25:29,439 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:25:29,440 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:25:29,441 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:25:29,441 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:25:29,460 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:25:29,460 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:25:29,460 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 05:25:40,493 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 05:25:40,494 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 05:25:56,534 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 05:25:56,536 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 05:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 05:26:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 05:26:29,460 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 05:26:29,461 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:26:29,461 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:26:29,462 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:26:29,462 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:26:29,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:26:29,482 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:26:29,482 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 05:26:40,494 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 05:26:40,495 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 05:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 05:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 05:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3355) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3356) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3355) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3356) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:26:52,431 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:26:52,437 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:26:56,536 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 05:26:56,538 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 05:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 05:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 05:27:29,482 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 05:27:29,482 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:27:29,483 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:27:29,484 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:27:29,484 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:27:29,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:27:29,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:27:29,505 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 05:27:40,496 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 05:27:40,497 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 05:27:56,538 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 05:27:56,540 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 05:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 05:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 05:28:29,506 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 05:28:29,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:28:29,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:28:29,508 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:28:29,508 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:28:29,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:28:29,530 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:28:29,530 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 05:28:40,497 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 05:28:40,499 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 05:28:56,541 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 05:28:56,542 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 05:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 05:29:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 05:29:29,530 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 05:29:29,530 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:29:29,531 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:29:29,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:29:29,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:29:29,552 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:29:29,552 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:29:29,552 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 05:29:37,360 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-11-19 05:29:37,362 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-11-19 05:29:40,499 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 05:29:40,500 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 05:29:56,543 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 05:29:56,544 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 05:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 05:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 05:30:29,552 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 05:30:29,553 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:30:29,553 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:30:29,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:30:29,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:30:29,574 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:30:29,574 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:30:29,574 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 05:30:40,501 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 05:30:40,502 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 05:30:56,545 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 05:30:56,546 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 05:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 05:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 05:31:29,574 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 05:31:29,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:31:29,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:31:29,576 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:31:29,576 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:31:29,595 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:31:29,595 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:31:29,595 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 05:31:40,502 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 05:31:40,503 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 05:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-11-19 05:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3377) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-11-19 05:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3378) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:31:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3377) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:31:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3378) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:31:52,437 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:31:52,447 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:31:56,547 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 05:31:56,549 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 05:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 05:32:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 05:32:29,596 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 05:32:29,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:32:29,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:32:29,598 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:32:29,599 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:32:29,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:32:29,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:32:29,624 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 05:32:40,504 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 05:32:40,505 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 05:32:56,550 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 05:32:56,552 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 05:32:57,124 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStgCmtScheduler.execute()
2025-11-19 05:32:57,135 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStgCmtScheduler.execute()
2025-11-19 05:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 05:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 05:33:29,625 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 05:33:29,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:33:29,627 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:33:29,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:33:29,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:33:29,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:33:29,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:33:29,655 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 05:33:40,505 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 05:33:40,507 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 05:33:56,553 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 05:33:56,555 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 05:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 05:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 05:34:29,655 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 05:34:29,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:34:29,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:34:29,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:34:29,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:34:29,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:34:29,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:34:29,678 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 05:34:37,362 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-11-19 05:34:37,364 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-11-19 05:34:40,507 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 05:34:40,509 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 05:34:56,555 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 05:34:56,557 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 05:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 05:35:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 05:35:29,678 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 05:35:29,679 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:35:29,679 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:35:29,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:35:29,682 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:35:29,702 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:35:29,702 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:35:29,703 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 05:35:40,509 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 05:35:40,512 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 05:35:56,557 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 05:35:56,559 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 05:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 05:36:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 05:36:29,703 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 05:36:29,703 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:36:29,704 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:36:29,705 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:36:29,705 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:36:29,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:36:29,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:36:29,725 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 05:36:40,512 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 05:36:40,513 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 05:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-11-19 05:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3399) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-11-19 05:36:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3400) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3399) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:36:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3400) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:36:52,447 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:36:52,455 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:36:56,559 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 05:36:56,561 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 05:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 05:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 05:37:29,725 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 05:37:29,726 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:37:29,726 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:37:29,728 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:37:29,728 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:37:29,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:37:29,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:37:29,749 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 05:37:40,514 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 05:37:40,515 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 05:37:56,561 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 05:37:56,564 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 05:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 05:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 05:38:29,749 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 05:38:29,750 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:38:29,750 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:38:29,751 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:38:29,751 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:38:29,773 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:38:29,773 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:38:29,773 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 05:38:40,515 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 05:38:40,518 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 05:38:56,564 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 05:38:56,566 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 05:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 05:39:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 05:39:29,774 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 05:39:29,774 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:39:29,774 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:39:29,775 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:39:29,775 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:39:29,795 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:39:29,796 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:39:29,796 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 05:39:37,365 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-11-19 05:39:37,367 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-11-19 05:39:40,518 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 05:39:40,520 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 05:39:56,566 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 05:39:56,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 05:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 05:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 05:40:29,796 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 05:40:29,796 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:40:29,797 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:40:29,798 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:40:29,798 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:40:29,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:40:29,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:40:29,823 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 05:40:40,520 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 05:40:40,522 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 05:40:56,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 05:40:56,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 05:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 05:41:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 05:41:29,824 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 05:41:29,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:41:29,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:41:29,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:41:29,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:41:29,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:41:29,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:41:29,846 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 05:41:40,522 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 05:41:40,523 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 05:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 05:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3419) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 05:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3420) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3419) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3420) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:41:52,455 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:41:52,462 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:41:56,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 05:41:56,572 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 05:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 05:42:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 05:42:29,846 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 05:42:29,847 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:42:29,847 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:42:29,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:42:29,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:42:29,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:42:29,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:42:29,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 05:42:40,523 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 05:42:40,525 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 05:42:56,572 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 05:42:56,574 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 05:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 05:43:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 05:43:29,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 05:43:29,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:43:29,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:43:29,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:43:29,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:43:29,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:43:29,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:43:29,890 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 05:43:40,525 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 05:43:40,526 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 05:43:56,574 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 05:43:56,576 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 05:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 05:44:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 05:44:29,891 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 05:44:29,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:44:29,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:44:29,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:44:29,893 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:44:29,913 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:44:29,913 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:44:29,913 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 05:44:37,367 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-11-19 05:44:37,369 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-11-19 05:44:40,527 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 05:44:40,528 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 05:44:56,577 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 05:44:56,578 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 05:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 05:45:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 05:45:29,913 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 05:45:29,914 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:45:29,914 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:45:29,915 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:45:29,915 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:45:29,934 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:45:29,934 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:45:29,935 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 05:45:40,528 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 05:45:40,529 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 05:45:56,579 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 05:45:56,581 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 05:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 05:46:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 05:46:29,935 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 05:46:29,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:46:29,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:46:29,941 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:46:29,941 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:46:29,965 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:46:29,965 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:46:29,965 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 05:46:40,530 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 05:46:40,531 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 05:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-11-19 05:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3441) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-11-19 05:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3442) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3442) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3441) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:46:52,462 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:46:52,471 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:46:56,582 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 05:46:56,584 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 05:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 05:47:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 05:47:29,966 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 05:47:29,966 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:47:29,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:47:29,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:47:29,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:47:29,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:47:29,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:47:29,988 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 05:47:40,531 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 05:47:40,532 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 05:47:56,584 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 05:47:56,586 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 05:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 05:48:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 05:48:29,988 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 05:48:29,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:48:29,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:48:29,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:48:29,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:48:30,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:48:30,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:48:30,012 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 05:48:40,533 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 05:48:40,534 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 05:48:56,586 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 05:48:56,588 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 05:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 05:49:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 05:49:30,012 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 05:49:30,013 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:49:30,013 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:49:30,014 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:49:30,014 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:49:30,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:49:30,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:49:30,037 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 05:49:37,369 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-11-19 05:49:37,373 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-11-19 05:49:40,534 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 05:49:40,535 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 05:49:56,589 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 05:49:56,590 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 05:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 05:50:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 05:50:30,037 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 05:50:30,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:50:30,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:50:30,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:50:30,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:50:30,060 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:50:30,060 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:50:30,060 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 05:50:40,535 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 05:50:40,537 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 05:50:56,591 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 05:50:56,592 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 05:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 05:51:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 05:51:30,060 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 05:51:30,061 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:51:30,061 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:51:30,062 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:51:30,062 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:51:30,082 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:51:30,082 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:51:30,082 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 05:51:40,537 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 05:51:40,540 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 05:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 05:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3463) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 05:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3464) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3463) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:51:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3464) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:51:52,471 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:51:52,479 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:51:56,593 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 05:51:56,595 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 05:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 05:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 05:52:30,083 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 05:52:30,084 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:52:30,084 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:52:30,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:52:30,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:52:30,105 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:52:30,105 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:52:30,106 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 05:52:40,540 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 05:52:40,541 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 05:52:56,595 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 05:52:56,598 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 05:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 05:53:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 05:53:30,106 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 05:53:30,106 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:53:30,107 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:53:30,108 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:53:30,108 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:53:30,129 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:53:30,129 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:53:30,129 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 05:53:40,542 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 05:53:40,543 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 05:53:56,598 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 05:53:56,600 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 05:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 05:54:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 05:54:30,129 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 05:54:30,129 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:54:30,130 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:54:30,131 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:54:30,131 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:54:30,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:54:30,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:54:30,150 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 05:54:37,373 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 05:54:37,375 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 05:54:40,543 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 05:54:40,544 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 05:54:56,600 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 05:54:56,602 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 05:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 05:55:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 05:55:30,150 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 05:55:30,151 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:55:30,151 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:55:30,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:55:30,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:55:30,172 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:55:30,172 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:55:30,173 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 05:55:40,545 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 05:55:40,546 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 05:55:56,602 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 05:55:56,604 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 05:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 05:56:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 05:56:30,173 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 05:56:30,173 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:56:30,174 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:56:30,175 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:56:30,175 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:56:30,194 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:56:30,194 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:56:30,194 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 05:56:40,546 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 05:56:40,547 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 05:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 05:56:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 05:56:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3485) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3486) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:56:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3486) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 05:56:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3485) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 05:56:52,479 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:56:52,486 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 05:56:56,604 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 05:56:56,606 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 05:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 05:57:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 05:57:30,196 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 05:57:30,196 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:57:30,196 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:57:30,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:57:30,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:57:30,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:57:30,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:57:30,222 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 05:57:40,547 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 05:57:40,550 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 05:57:56,606 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 05:57:56,608 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 05:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 05:58:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 05:58:30,222 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 05:58:30,223 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:58:30,223 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:58:30,224 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:58:30,224 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:58:30,245 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:58:30,245 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:58:30,245 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 05:58:40,550 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 05:58:40,551 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 05:58:56,608 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 05:58:56,610 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 05:59:06,257 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSDeleteScheduler.execute()
2025-11-19 05:59:06,275 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSDeleteScheduler.execute()
2025-11-19 05:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 05:59:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 05:59:30,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 05:59:30,246 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:59:30,246 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:59:30,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:59:30,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:59:30,267 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 05:59:30,267 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 05:59:30,267 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 05:59:37,375 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-11-19 05:59:37,377 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-11-19 05:59:40,552 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 05:59:40,553 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 05:59:56,610 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 05:59:56,612 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 06:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 06:00:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 06:00:30,267 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 06:00:30,268 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:00:30,268 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:00:30,269 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:00:30,269 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:00:30,290 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:00:30,290 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:00:30,291 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 06:00:40,553 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 06:00:40,554 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 06:00:56,612 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 06:00:56,614 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 06:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 06:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 06:01:30,291 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 06:01:30,292 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:01:30,292 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:01:30,293 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:01:30,293 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:01:30,312 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:01:30,312 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:01:30,312 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 06:01:40,555 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 06:01:40,556 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 06:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-11-19 06:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3507) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-11-19 06:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3508) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3507) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3508) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:01:52,486 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:01:52,494 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:01:56,614 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 06:01:56,616 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 06:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 06:02:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 06:02:30,312 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 06:02:30,313 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:02:30,314 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:02:30,315 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:02:30,315 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:02:30,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:02:30,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:02:30,335 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 06:02:40,556 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 06:02:40,558 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 06:02:56,616 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 06:02:56,618 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 06:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 06:03:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 06:03:30,335 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 06:03:30,336 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:03:30,336 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:03:30,338 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:03:30,338 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:03:30,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:03:30,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:03:30,359 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 06:03:40,558 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 06:03:40,559 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 06:03:56,618 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 06:03:56,620 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 06:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 06:04:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 06:04:30,360 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 06:04:30,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:04:30,362 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:04:30,363 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:04:30,363 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:04:30,383 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:04:30,383 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:04:30,383 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 06:04:37,377 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start StudySizeScheduler.execute()
2025-11-19 06:04:37,379 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished StudySizeScheduler.execute()
2025-11-19 06:04:40,559 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 06:04:40,561 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 06:04:56,620 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 06:04:56,622 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 06:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 06:05:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 06:05:30,384 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 06:05:30,385 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:05:30,385 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:05:30,386 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:05:30,386 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:05:30,407 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:05:30,407 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:05:30,407 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 06:05:40,561 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 06:05:40,563 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 06:05:56,622 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 06:05:56,624 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 06:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 06:06:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 06:06:30,407 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 06:06:30,408 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:06:30,408 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:06:30,409 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:06:30,409 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:06:30,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:06:30,429 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:06:30,429 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 06:06:40,563 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 06:06:40,565 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 06:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-11-19 06:06:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-11-19 06:06:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3529) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3530) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3530) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3529) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:06:52,495 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:06:52,506 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:06:56,624 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 06:06:56,626 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 06:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 06:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 06:07:30,429 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 06:07:30,430 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:07:30,431 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:07:30,432 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:07:30,432 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:07:30,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:07:30,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:07:30,452 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 06:07:40,565 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 06:07:40,566 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 06:07:56,626 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 06:07:56,628 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 06:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 06:08:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 06:08:30,452 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 06:08:30,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:08:30,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:08:30,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:08:30,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:08:30,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:08:30,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:08:30,477 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 06:08:40,566 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 06:08:40,568 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 06:08:56,628 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 06:08:56,630 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 06:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 06:09:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 06:09:30,477 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 06:09:30,477 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:09:30,478 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:09:30,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:09:30,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:09:30,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:09:30,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:09:30,499 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 06:09:37,380 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-11-19 06:09:37,381 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-11-19 06:09:40,568 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 06:09:40,569 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 06:09:56,630 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 06:09:56,632 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 06:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 06:10:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 06:10:30,500 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 06:10:30,500 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:10:30,500 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:10:30,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:10:30,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:10:30,521 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:10:30,521 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:10:30,521 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 06:10:40,570 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 06:10:40,571 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 06:10:56,632 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 06:10:56,634 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 06:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 06:11:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 06:11:30,521 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 06:11:30,522 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:11:30,522 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:11:30,523 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:11:30,523 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:11:30,543 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:11:30,543 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:11:30,543 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 06:11:40,571 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 06:11:40,572 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 06:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-11-19 06:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-11-19 06:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3551) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3552) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:11:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3551) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:11:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3552) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:11:52,507 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:11:52,517 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:11:56,634 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 06:11:56,636 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 06:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 06:12:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 06:12:30,543 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 06:12:30,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:12:30,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:12:30,545 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:12:30,545 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:12:30,565 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:12:30,565 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:12:30,565 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 06:12:40,573 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 06:12:40,574 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 06:12:56,636 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 06:12:56,638 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 06:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 06:13:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 06:13:30,565 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 06:13:30,566 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:13:30,566 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:13:30,568 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:13:30,568 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:13:30,589 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:13:30,589 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:13:30,589 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 06:13:40,574 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 06:13:40,575 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 06:13:56,638 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 06:13:56,640 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 06:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 06:14:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 06:14:30,589 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 06:14:30,590 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:14:30,590 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:14:30,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:14:30,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:14:30,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:14:30,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:14:30,617 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 06:14:34,830 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeTaskScheduler.execute()
2025-11-19 06:14:34,885 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeTaskScheduler.execute()
2025-11-19 06:14:37,382 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 06:14:37,385 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 06:14:40,575 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 06:14:40,577 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 06:14:56,640 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 06:14:56,642 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 06:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 06:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 06:15:30,617 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 06:15:30,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:15:30,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:15:30,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:15:30,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:15:30,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:15:30,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:15:30,647 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 06:15:40,577 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 06:15:40,578 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 06:15:56,642 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 06:15:56,644 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 06:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 06:16:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 06:16:30,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 06:16:30,665 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,669 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,669 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,670 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,670 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,671 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:16:30,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:16:30,672 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,672 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,673 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:16:30,673 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:16:30,674 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,694 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:16:30,694 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:16:30,694 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,695 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 06:16:30,695 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 06:16:40,579 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 06:16:40,580 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 06:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 06:16:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3573) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:16:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 06:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3574) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:16:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3574) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:16:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3573) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:16:52,517 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:16:52,523 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:16:56,644 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 06:16:56,646 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 06:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 06:17:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 06:17:30,695 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 06:17:30,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:17:30,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:17:30,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:17:30,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:17:30,716 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:17:30,717 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:17:30,717 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 06:17:40,580 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 06:17:40,581 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 06:17:56,646 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 06:17:56,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 06:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 06:18:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 06:18:30,717 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 06:18:30,717 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:18:30,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:18:30,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:18:30,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:18:30,738 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:18:30,738 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:18:30,739 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 06:18:40,581 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 06:18:40,583 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 06:18:56,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 06:18:56,650 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 06:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 06:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 06:19:30,739 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 06:19:30,739 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:19:30,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:19:30,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:19:30,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:19:30,761 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:19:30,761 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:19:30,761 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 06:19:37,385 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 06:19:37,387 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 06:19:40,583 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 06:19:40,584 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 06:19:56,650 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 06:19:56,652 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 06:20:03,021 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110084044555&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:05,896 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110084115937&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:07,188 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110084241514&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:11,679 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110084400171&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 06:20:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 06:20:12,940 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110084458633&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:14,176 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110084010518&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:15,337 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110084617304&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:16,532 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110084634587&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:17,738 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110084939955&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:18,902 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110084948299&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:20,058 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085030651&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:21,438 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085114939&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:23,538 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085335328&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:24,730 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085343599&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:27,457 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085419015&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:28,644 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085454263&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:30,027 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085505050&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:30,761 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 06:20:30,762 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:20:30,762 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:20:30,763 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:20:30,763 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:20:30,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:20:30,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:20:30,784 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 06:20:32,623 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085524230&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:34,804 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085542529&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:36,315 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085556434&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:37,452 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085605534&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:38,600 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085641427&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:39,771 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085648953&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:40,585 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 06:20:40,587 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 06:20:40,938 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66790&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251110084009814&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251110085705307&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:20:56,652 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 06:20:56,654 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 06:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 06:21:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 06:21:30,784 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 06:21:30,785 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:21:30,785 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:21:30,786 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:21:30,786 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:21:30,806 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:21:30,806 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:21:30,806 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 06:21:40,587 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 06:21:40,588 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 06:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 06:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3595) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:21:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 06:21:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3596) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3595) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:21:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3596) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:21:52,524 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:21:52,533 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:21:56,654 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 06:21:56,656 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 06:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 06:22:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 06:22:30,806 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 06:22:30,824 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 06:22:30,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:22:30,825 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:22:30,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:22:30,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:22:30,849 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:22:30,850 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:22:30,850 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 06:22:40,589 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 06:22:40,590 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 06:22:56,656 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 06:22:56,659 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 06:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 06:23:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 06:23:30,850 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 06:23:30,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:23:30,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:23:30,853 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:23:30,853 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:23:30,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:23:30,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:23:30,874 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 06:23:40,590 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 06:23:40,591 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 06:23:56,659 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 06:23:56,661 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 06:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 06:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 06:24:30,875 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 06:24:30,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:24:30,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:24:30,876 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:24:30,876 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:24:30,897 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:24:30,897 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:24:30,897 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 06:24:37,387 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-11-19 06:24:37,389 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-11-19 06:24:40,592 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 06:24:40,593 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 06:24:56,661 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 06:24:56,663 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 06:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 06:25:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 06:25:30,897 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 06:25:30,898 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:25:30,898 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:25:30,899 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:25:30,900 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:25:30,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:25:30,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:25:30,926 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 06:25:40,593 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 06:25:40,595 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 06:25:56,663 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 06:25:56,665 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 06:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 06:26:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 06:26:30,926 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 06:26:30,926 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:26:30,927 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:26:30,928 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:26:30,928 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:26:30,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:26:30,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:26:30,953 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 06:26:40,595 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 06:26:40,596 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 06:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-11-19 06:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-11-19 06:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3617) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3618) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3617) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3618) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:26:52,533 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:26:52,539 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:26:56,665 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 06:26:56,667 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 06:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 06:27:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 06:27:30,953 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 06:27:30,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:27:30,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:27:30,955 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:27:30,955 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:27:30,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:27:30,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:27:30,975 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 06:27:40,596 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 06:27:40,598 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 06:27:56,668 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 06:27:56,669 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 06:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 06:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 06:28:30,975 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 06:28:30,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:28:30,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:28:30,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:28:30,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:28:30,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:28:30,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:28:30,999 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 06:28:40,598 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 06:28:40,599 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 06:28:56,670 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 06:28:56,671 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 06:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 06:29:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 06:29:13,817 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144426554&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:15,224 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144432768&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:16,386 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144439467&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:17,560 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144509880&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:18,811 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144734989&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:19,960 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144743622&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:21,263 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144756761&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:22,468 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144803407&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:23,628 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144853425&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:24,781 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144859300&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:25,924 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143926598&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:27,194 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143943242&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:28,362 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144033141&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:29,506 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144038502&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:31,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 06:29:31,000 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:29:31,000 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:29:31,000 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144044290&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:31,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:29:31,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:29:31,021 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:29:31,021 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:29:31,022 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 06:29:35,441 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144050640&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:36,596 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144057872&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:37,389 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-11-19 06:29:37,390 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-11-19 06:29:39,398 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144114938&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:40,599 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 06:29:40,601 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 06:29:40,658 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144209617&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:41,847 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144235878&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:42,984 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144249050&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:44,127 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144300329&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:45,365 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144328981&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:46,730 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143708696&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:47,858 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143724169&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:48,963 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143730060&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:50,066 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143744061&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:51,159 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143751297&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:52,283 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143859744&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:53,412 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143906226&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:54,511 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143912637&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:55,597 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143918464&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:29:56,672 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 06:29:56,673 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 06:29:56,680 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144227411&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:02,963 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144426554&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:04,021 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144432768&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:05,064 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144439467&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:06,153 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144509880&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:07,213 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144734989&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:08,291 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144743622&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:09,398 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144756761&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:10,538 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144803407&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:11,631 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144853425&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 06:30:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 06:30:12,733 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144859300&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:13,817 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143926598&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:14,875 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143943242&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:16,136 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144033141&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:18,448 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144038502&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:19,611 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144044290&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:20,820 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144050640&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:21,944 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144057872&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:23,048 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144114938&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:24,198 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144209617&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:25,343 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144235878&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:26,440 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144249050&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:27,582 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144300329&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:29,796 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144328981&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:30,934 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143708696&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:31,022 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 06:30:31,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:30:31,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:30:31,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:30:31,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:30:31,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:30:31,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:30:31,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 06:30:32,072 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143724169&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:33,206 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143730060&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:34,588 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143744061&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:35,704 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143751297&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:36,836 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143859744&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:37,922 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143906226&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:39,081 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143912637&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:40,251 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143918464&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:40,601 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 06:30:40,602 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 06:30:41,422 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144227411&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:30:56,673 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 06:30:56,676 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 06:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 06:31:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 06:31:31,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 06:31:31,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:31:31,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:31:31,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:31:31,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:31:31,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:31:31,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:31:31,068 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 06:31:40,602 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 06:31:40,604 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 06:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-11-19 06:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-11-19 06:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3639) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3640) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:31:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3640) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:31:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3639) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:31:52,540 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:31:52,549 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:31:56,677 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 06:31:56,679 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 06:32:08,264 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144426554&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:09,491 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144432768&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:10,614 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144439467&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:11,756 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144509880&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 06:32:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 06:32:12,921 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144734989&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:14,058 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144743622&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:15,209 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144756761&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:16,350 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144803407&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:17,520 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144853425&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:18,661 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144859300&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:20,127 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143926598&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:21,263 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143943242&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:22,405 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144033141&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:23,558 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144038502&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:24,740 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144044290&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:25,845 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144050640&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:27,019 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144057872&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:28,157 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144114938&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:29,292 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144209617&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:30,654 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144235878&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:31,068 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 06:32:31,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:32:31,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:32:31,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:32:31,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:32:31,090 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:32:31,090 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:32:31,090 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 06:32:31,785 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144249050&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:32,850 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144300329&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:33,993 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144328981&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:35,208 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143708696&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:36,289 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143724169&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:37,463 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143730060&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:38,591 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143744061&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:39,838 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143751297&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:40,604 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 06:32:40,605 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 06:32:40,913 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143859744&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:42,060 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143906226&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:43,193 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143912637&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:44,383 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111143918464&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:45,522 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67131&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251111143708384&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251111144227411&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:32:56,679 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 06:32:56,681 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 06:32:57,135 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStgCmtScheduler.execute()
2025-11-19 06:32:57,138 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStgCmtScheduler.execute()
2025-11-19 06:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 06:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 06:33:31,090 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 06:33:31,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:33:31,092 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:33:31,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:33:31,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:33:31,117 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:33:31,117 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:33:31,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 06:33:40,605 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 06:33:40,606 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 06:33:56,681 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 06:33:56,683 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 06:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 06:34:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 06:34:31,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 06:34:31,119 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 06:34:31,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:34:31,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:34:31,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:34:31,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:34:31,142 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:34:31,142 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:34:31,142 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 06:34:37,390 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-11-19 06:34:37,392 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-11-19 06:34:40,607 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 06:34:40,608 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 06:34:56,683 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 06:34:56,685 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 06:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 06:35:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 06:35:31,143 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 06:35:31,143 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:35:31,143 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:35:31,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:35:31,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:35:31,165 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:35:31,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:35:31,166 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 06:35:40,608 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 06:35:40,609 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 06:35:56,685 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 06:35:56,687 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 06:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 06:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 06:36:31,166 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 06:36:31,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:36:31,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:36:31,168 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:36:31,168 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:36:31,189 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:36:31,189 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:36:31,189 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 06:36:40,610 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 06:36:40,611 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 06:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 06:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 06:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3661) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3662) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3661) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3662) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:36:52,549 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:36:52,577 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:36:56,687 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 06:36:56,689 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 06:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 06:37:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 06:37:31,189 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 06:37:31,190 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:37:31,190 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:37:31,191 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:37:31,191 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:37:31,218 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:37:31,218 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:37:31,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 06:37:40,611 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 06:37:40,612 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 06:37:56,689 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 06:37:56,691 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 06:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 06:38:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 06:38:31,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 06:38:31,219 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:38:31,219 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:38:31,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:38:31,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:38:31,241 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:38:31,241 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:38:31,241 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 06:38:40,613 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 06:38:40,614 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 06:38:56,691 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 06:38:56,693 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 06:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 06:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 06:39:31,241 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 06:39:31,242 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:39:31,242 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:39:31,243 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:39:31,243 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:39:31,264 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:39:31,264 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:39:31,264 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 06:39:37,392 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-11-19 06:39:37,394 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-11-19 06:39:40,614 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 06:39:40,616 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 06:39:56,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 06:39:56,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 06:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 06:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 06:40:31,264 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 06:40:31,265 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:40:31,265 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:40:31,266 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:40:31,266 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:40:31,285 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:40:31,285 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:40:31,285 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 06:40:40,616 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 06:40:40,617 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 06:40:56,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 06:40:56,697 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 06:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 06:41:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 06:41:31,286 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 06:41:31,286 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:41:31,286 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:41:31,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:41:31,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:41:31,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:41:31,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:41:31,307 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 06:41:40,618 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 06:41:40,619 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 06:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-11-19 06:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3683) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-11-19 06:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3684) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3683) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3684) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:41:52,577 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:41:52,604 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:41:56,698 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 06:41:56,700 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 06:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 06:42:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 06:42:31,307 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 06:42:31,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:42:31,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:42:31,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:42:31,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:42:31,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:42:31,329 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:42:31,329 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 06:42:40,619 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 06:42:40,620 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 06:42:56,700 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 06:42:56,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 06:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 06:43:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 06:43:31,329 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 06:43:31,329 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:43:31,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:43:31,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:43:31,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:43:31,351 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:43:31,351 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:43:31,351 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 06:43:40,621 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 06:43:40,622 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 06:43:44,543 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106081832607&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:45,850 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106081902302&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:46,984 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082031784&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:48,103 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083101941&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:49,230 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083156181&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:50,365 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083235171&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:51,505 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082049913&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:52,606 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082130487&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:53,737 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082154240&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:54,889 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082329969&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:56,355 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082349213&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:56,703 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 06:43:56,704 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 06:43:57,441 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082400879&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:58,537 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082446399&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:43:59,661 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082530524&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:00,808 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082730928&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:01,949 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082738747&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:03,079 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082746032&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:04,191 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082753376&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:05,263 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082800655&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:06,371 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082815039&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:07,516 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082931159&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:08,648 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082940398&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:09,766 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082950199&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:10,958 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082958906&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 06:44:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 06:44:12,283 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083005758&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:13,404 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083025390&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:14,446 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083356997&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:31,351 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 06:44:31,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:44:31,353 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:44:31,354 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:44:31,354 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:44:31,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:44:31,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:44:31,374 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 06:44:37,394 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-11-19 06:44:37,396 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-11-19 06:44:40,622 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 06:44:40,623 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 06:44:55,380 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106081832607&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:56,658 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106081902302&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:56,705 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 06:44:56,706 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 06:44:57,850 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082031784&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:44:58,974 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083101941&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:01,407 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083156181&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:02,574 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083235171&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:03,722 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082049913&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:04,838 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082130487&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:06,080 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082154240&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:07,191 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082329969&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:08,321 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082349213&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:09,440 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082400879&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:10,550 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082446399&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:11,779 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082530524&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 06:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 06:45:13,753 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082730928&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:14,913 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082738747&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:16,038 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082746032&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:18,221 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082753376&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:19,347 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082800655&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:20,472 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082815039&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:21,641 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082931159&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:23,721 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082940398&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:24,844 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082950199&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:26,005 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106082958906&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:27,321 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083005758&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:28,457 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083025390&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:29,585 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66276&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251106081832298&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251106083356997&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:45:31,374 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 06:45:31,375 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:45:31,375 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:45:31,376 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:45:31,376 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:45:31,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:45:31,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:45:31,398 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 06:45:40,624 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 06:45:40,625 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 06:45:56,706 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 06:45:56,708 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 06:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 06:46:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 06:46:31,398 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 06:46:31,400 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 06:46:31,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:46:31,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:46:31,401 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:46:31,401 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:46:31,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:46:31,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:46:31,429 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 06:46:35,917 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=167.94.146.56, port=63944, Session(1763534059369|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:36,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3701) /172.18.0.3:2762<-/167.94.146.56:63944(48): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 06:46:36,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3701) /172.18.0.3:2762<-/167.94.146.56:63944(48): close SSLSocket[hostname=167.94.146.56, port=63944, Session(1763534059369|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:37,737 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=167.94.146.56, port=63978, Session(1763549195919|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:37,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3701) /172.18.0.3:2762<-/167.94.146.56:63978(49): i/o exception: javax.net.ssl.SSLHandshakeException: The client supported protocol versions [TLSv1.1, TLSv1] are not accepted by server preferences [TLS12] in State: Sta2 - Transport connection open
2025-11-19 06:46:37,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3701) /172.18.0.3:2762<-/167.94.146.56:63978(49): close SSLSocket[hostname=167.94.146.56, port=63978, Session(1763549195919|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:39,435 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=167.94.146.56, port=64014, Session(1763549197737|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:39,700 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3701) /172.18.0.3:2762<-/167.94.146.56:64014(50): i/o exception: javax.net.ssl.SSLHandshakeException: The client supported protocol versions [TLSv1] are not accepted by server preferences [TLS12] in State: Sta2 - Transport connection open
2025-11-19 06:46:39,700 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3701) /172.18.0.3:2762<-/167.94.146.56:64014(50): close SSLSocket[hostname=167.94.146.56, port=64014, Session(1763549197737|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:40,625 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 06:46:40,626 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 06:46:41,130 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=167.94.146.56, port=24180, Session(1763549199435|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:41,138 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:24180(51): i/o exception: javax.net.ssl.SSLHandshakeException: Client requested protocol SSLv3 is not enabled or supported in server context in State: Sta2 - Transport connection open
2025-11-19 06:46:41,138 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:24180(51): close SSLSocket[hostname=167.94.146.56, port=24180, Session(1763549199435|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:45,055 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=167.94.146.56, port=24282, Session(1763549201130|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:46,348 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:24282(52): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-11-19 06:46:46,348 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:24282(52): close SSLSocket[hostname=167.94.146.56, port=24282, Session(1763549201130|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:46,848 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=167.94.146.56, port=24312, Session(1763549205056|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:47,306 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:24312(53): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 06:46:47,306 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:24312(53): close SSLSocket[hostname=167.94.146.56, port=24312, Session(1763549205056|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:47,998 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=167.94.146.56, port=24336, Session(1763549206848|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 06:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 06:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3705) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3706) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3706) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3705) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:46:51,337 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:24336(54): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 06:46:51,337 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:24336(54): close SSLSocket[hostname=167.94.146.56, port=24336, Session(1763549206848|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:52,605 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:46:52,621 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:46:54,934 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=167.94.146.56, port=33130, Session(1763549207998|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:55,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:33130(55): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 06:46:55,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:33130(55): close SSLSocket[hostname=167.94.146.56, port=33130, Session(1763549207998|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:55,551 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=167.94.146.56, port=33146, Session(1763549214934|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:55,554 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:33146(56): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 06:46:55,554 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:33146(56): close SSLSocket[hostname=167.94.146.56, port=33146, Session(1763549214934|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:46:56,708 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 06:46:56,710 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 06:46:59,569 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=167.94.146.56, port=33284, Session(1763549215551|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:47:09,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:33284(57): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 06:47:09,580 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3703) /172.18.0.3:2762<-/167.94.146.56:33284(57): close SSLSocket[hostname=167.94.146.56, port=33284, Session(1763549215551|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 06:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 06:47:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 06:47:31,429 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 06:47:31,429 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:47:31,430 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:47:31,431 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:47:31,431 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:47:31,451 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:47:31,451 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:47:31,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 06:47:40,626 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 06:47:40,628 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 06:47:56,710 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 06:47:56,712 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 06:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 06:48:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 06:48:31,452 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 06:48:31,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:48:31,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:48:31,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:48:31,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:48:31,474 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:48:31,474 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:48:31,474 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 06:48:40,628 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 06:48:40,629 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 06:48:56,712 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 06:48:56,714 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 06:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 06:49:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 06:49:31,474 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 06:49:31,475 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:49:31,475 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:49:31,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:49:31,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:49:31,504 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:49:31,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:49:31,505 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 06:49:37,396 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 06:49:37,397 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 06:49:40,630 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 06:49:40,631 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 06:49:56,714 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 06:49:56,716 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 06:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 06:50:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 06:50:31,505 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 06:50:31,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:50:31,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:50:31,507 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:50:31,507 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:50:31,528 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:50:31,528 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:50:31,528 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 06:50:40,631 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 06:50:40,632 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 06:50:56,716 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 06:50:56,718 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 06:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 06:51:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 06:51:31,528 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 06:51:31,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:51:31,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:51:31,530 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:51:31,530 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:51:31,552 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:51:31,552 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:51:31,553 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 06:51:40,633 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 06:51:40,634 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 06:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 06:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3727) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 06:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3728) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3727) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3728) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:51:52,621 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:51:52,628 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:51:56,718 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 06:51:56,720 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 06:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 06:52:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 06:52:31,553 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 06:52:31,553 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:52:31,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:52:31,555 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:52:31,555 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:52:31,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:52:31,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:52:31,575 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 06:52:40,634 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 06:52:40,635 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 06:52:56,720 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 06:52:56,722 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 06:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 06:53:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 06:53:31,575 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 06:53:31,576 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:53:31,576 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:53:31,577 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:53:31,578 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:53:31,599 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:53:31,599 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:53:31,599 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 06:53:40,636 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 06:53:40,637 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 06:53:56,722 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 06:53:56,724 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 06:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 06:54:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 06:54:31,599 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 06:54:31,600 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:54:31,600 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:54:31,601 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:54:31,601 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:54:31,620 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:54:31,620 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:54:31,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 06:54:37,398 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start StudySizeScheduler.execute()
2025-11-19 06:54:37,399 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished StudySizeScheduler.execute()
2025-11-19 06:54:40,638 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 06:54:40,639 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 06:54:56,724 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 06:54:56,726 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 06:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 06:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 06:55:31,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 06:55:31,622 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:55:31,622 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:55:31,623 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:55:31,623 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:55:31,642 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:55:31,642 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:55:31,642 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 06:55:40,639 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 06:55:40,640 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 06:55:56,726 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 06:55:56,728 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 06:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 06:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 06:56:31,642 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 06:56:31,643 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:56:31,643 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:56:31,644 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:56:31,644 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:56:31,663 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:56:31,663 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:56:31,664 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 06:56:40,641 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 06:56:40,642 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 06:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-11-19 06:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3749) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-11-19 06:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3750) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3750) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 06:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3749) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 06:56:52,628 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:56:52,634 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 06:56:56,728 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 06:56:56,730 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 06:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 06:57:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 06:57:31,664 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 06:57:31,664 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:57:31,665 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:57:31,666 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:57:31,666 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:57:31,686 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:57:31,686 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:57:31,686 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 06:57:40,642 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 06:57:40,643 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 06:57:56,730 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 06:57:56,732 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 06:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 06:58:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 06:58:31,687 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 06:58:31,687 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:58:31,687 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:58:31,688 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:58:31,688 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:58:31,708 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:58:31,708 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:58:31,708 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 06:58:40,643 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 06:58:40,644 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 06:58:46,879 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68248&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118143713100&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118143713389&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:58:48,084 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68248&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118143713100&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118143740485&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:58:49,200 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68248&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118143713100&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118143855389&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:58:51,632 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68248&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118143713100&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118143930612&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:58:52,770 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68248&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118143713100&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118144015705&contentType=image/jpeg from null@162.240.235.97
2025-11-19 06:58:56,732 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 06:58:56,734 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 06:59:06,276 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSDeleteScheduler.execute()
2025-11-19 06:59:06,287 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSDeleteScheduler.execute()
2025-11-19 06:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 06:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 06:59:31,708 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 06:59:31,709 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:59:31,709 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:59:31,710 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:59:31,710 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:59:31,729 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 06:59:31,729 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 06:59:31,729 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 06:59:37,399 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start StudySizeScheduler.execute()
2025-11-19 06:59:37,401 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished StudySizeScheduler.execute()
2025-11-19 06:59:40,645 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 06:59:40,646 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 06:59:56,735 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 06:59:56,737 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 07:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 07:00:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 07:00:31,729 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 07:00:31,731 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 07:00:31,731 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:00:31,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:00:31,733 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:00:31,733 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:00:31,753 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:00:31,753 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:00:31,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 07:00:40,646 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 07:00:40,648 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 07:00:56,737 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 07:00:56,739 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 07:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 07:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 07:01:31,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 07:01:31,754 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:01:31,755 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:01:31,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:01:31,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:01:31,775 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:01:31,775 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:01:31,775 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 07:01:40,648 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 07:01:40,649 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 07:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-11-19 07:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3771) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-11-19 07:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3772) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3771) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3772) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:01:52,634 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:01:52,641 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:01:56,739 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 07:01:56,741 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 07:02:00,365 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52089,localport=11112]
2025-11-19 07:02:00,370 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> A-ASSOCIATE-RQ
2025-11-19 07:02:00,375 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << A-ASSOCIATE-AC
2025-11-19 07:02:00,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:05,048 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:02:05,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): Found previous received Instance[pk=222421, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:02:05,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): Replace previous received Instance[pk=222421, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:02:05,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): Create Instance[pk=223383, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:02:05,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): Create Location[pk=223383, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/32532873, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 07:02:05,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): Updated DB in 349 ms
2025-11-19 07:02:05,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:06,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:08,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:02:08,402 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:02:08,958 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:08,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:09,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:11,081 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:02:11,084 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:02:11,585 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:11,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 07:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 07:02:14,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:16,727 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:02:16,730 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:02:17,235 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:17,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:17,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:18,977 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:02:18,979 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:02:19,476 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:19,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:19,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:21,015 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:02:21,017 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:02:21,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:21,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:21,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:23,083 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:02:23,086 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:02:23,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:23,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:23,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:25,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:02:25,222 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:02:25,720 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:25,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:25,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:27,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:02:27,764 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3773) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:02:28,253 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:28,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:02:29,133 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) >> A-RELEASE-RQ
2025-11-19 07:02:29,134 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3773) DCM4CHEE<-HS50US07(58) << A-RELEASE-RP
2025-11-19 07:02:29,185 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS50US07(58): close Socket[addr=187.91.27.8/187.91.27.8,port=52089,localport=11112]
2025-11-19 07:02:31,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 07:02:31,776 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:31,776 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:31,777 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:02:31,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:31,799 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:02:31,799 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:02:31,799 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 07:02:40,649 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 07:02:40,651 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 07:02:56,741 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 07:02:56,743 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 07:02:59,614 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52094,localport=11112]
2025-11-19 07:02:59,618 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> A-ASSOCIATE-RQ
2025-11-19 07:02:59,637 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << A-ASSOCIATE-AC
2025-11-19 07:02:59,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:04,202 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:04,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): Found previous received Instance[pk=223383, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:03:04,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): Replace previous received Instance[pk=223383, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:03:04,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): Create Instance[pk=223384, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:03:04,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): Create Location[pk=223384, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/6544F229, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 07:03:04,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): Updated DB in 91 ms
2025-11-19 07:03:04,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:04,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:05,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:05,800 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:03:06,320 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:06,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:06,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:07,822 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:07,825 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:03:08,357 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:08,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:08,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:09,891 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:09,894 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:03:10,615 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:10,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:10,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 07:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 07:03:12,264 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:12,267 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:03:12,789 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:12,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:12,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:14,396 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:14,399 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:03:14,554 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=49231,localport=11112]
2025-11-19 07:03:14,589 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> A-ASSOCIATE-RQ
2025-11-19 07:03:14,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << A-ASSOCIATE-AC
2025-11-19 07:03:14,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:14,916 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:14,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:15,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:16,463 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:16,466 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:03:16,979 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:16,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:17,185 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:18,507 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:18,510 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:03:19,020 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:19,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:19,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:20,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:20,488 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3779) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:03:20,985 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:20,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:21,185 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) >> A-RELEASE-RQ
2025-11-19 07:03:21,185 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3779) DCM4CHEE<-HS50US07(59) << A-RELEASE-RP
2025-11-19 07:03:21,236 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS50US07(59): close Socket[addr=187.91.27.8/187.91.27.8,port=52094,localport=11112]
2025-11-19 07:03:31,800 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 07:03:31,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:31,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:31,801 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:03:31,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:31,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:03:31,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:31,823 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 07:03:40,651 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 07:03:40,652 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 07:03:51,600 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52095,localport=11112]
2025-11-19 07:03:51,601 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> A-ASSOCIATE-RQ
2025-11-19 07:03:51,601 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << A-ASSOCIATE-AC
2025-11-19 07:03:51,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:55,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:55,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): Found previous received Instance[pk=222388, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:03:55,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): Replace previous received Instance[pk=222388, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:03:55,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): Create Instance[pk=223385, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:03:55,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): Create Location[pk=223385, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/9FE61D8B, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 07:03:55,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): Updated DB in 165 ms
2025-11-19 07:03:55,185 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:55,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:56,564 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:56,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): Found previous received Instance[pk=222389, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:03:56,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): Replace previous received Instance[pk=222389, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:03:56,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): Create Instance[pk=223386, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:03:56,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): Create Location[pk=223386, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/9FE70252, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 07:03:56,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): Updated DB in 26 ms
2025-11-19 07:03:56,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:56,744 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 07:03:56,745 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 07:03:56,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:57,950 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:57,957 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:03:58,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:03:58,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:58,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:59,620 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:03:59,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): Found previous received Instance[pk=223308, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:03:59,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): Replace previous received Instance[pk=223308, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:03:59,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): Create Instance[pk=223387, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:03:59,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): Create Location[pk=223387, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/AF8AB927, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 07:03:59,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): Updated DB in 54 ms
2025-11-19 07:03:59,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:03:59,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:00,014 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:00,017 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:04:00,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:00,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:00,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:01,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:01,892 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:04:02,656 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:02,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:02,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:04,326 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:04,328 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:04:04,823 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:04,824 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:05,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:06,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:06,482 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:04:06,969 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:06,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:07,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:08,543 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:08,545 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:04:09,026 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:09,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:09,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:10,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:10,572 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3787) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:04:11,053 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:11,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:11,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) >> A-RELEASE-RQ
2025-11-19 07:04:11,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3787) DCM4CHEE<-HS50US07(61) << A-RELEASE-RP
2025-11-19 07:04:11,313 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS50US07(61): close Socket[addr=187.91.27.8/187.91.27.8,port=52095,localport=11112]
2025-11-19 07:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 07:04:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 07:04:31,824 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 07:04:31,825 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 07:04:31,827 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 07:04:31,827 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:31,828 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:31,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:04:31,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:31,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:04:31,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:31,849 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 07:04:31,849 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 07:04:37,401 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-11-19 07:04:37,403 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-11-19 07:04:40,653 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 07:04:40,654 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 07:04:41,709 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52096,localport=11112]
2025-11-19 07:04:41,709 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> A-ASSOCIATE-RQ
2025-11-19 07:04:41,709 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << A-ASSOCIATE-AC
2025-11-19 07:04:41,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:45,532 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:45,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): Found previous received Instance[pk=223384, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:04:45,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): Replace previous received Instance[pk=223384, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:04:45,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): Create Instance[pk=223388, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:04:45,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): Create Location[pk=223388, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/9B13E792, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 07:04:45,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): Updated DB in 95 ms
2025-11-19 07:04:45,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:45,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:47,248 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:47,255 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:04:47,610 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:47,614 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:04:47,758 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:47,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:47,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:48,118 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:48,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:48,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:49,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:49,674 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:04:50,169 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:50,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:50,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:51,712 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:51,714 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:04:52,216 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:52,217 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:52,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:54,119 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:54,121 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:04:54,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:54,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:54,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:56,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:56,244 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:04:56,746 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 07:04:56,748 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 07:04:56,754 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:56,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:56,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:58,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:04:58,860 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:04:59,372 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:04:59,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:04:59,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:00,771 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:00,773 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:05:01,276 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:05:01,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:01,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:02,755 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:02,757 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3790) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:05:03,247 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:05:03,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:03,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) >> A-RELEASE-RQ
2025-11-19 07:05:03,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3790) DCM4CHEE<-HS50US07(62) << A-RELEASE-RP
2025-11-19 07:05:03,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS50US07(62): close Socket[addr=187.91.27.8/187.91.27.8,port=52096,localport=11112]
2025-11-19 07:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 07:05:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 07:05:31,850 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 07:05:31,851 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:05:31,852 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:05:31,853 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:05:31,853 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:05:31,854 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:05:31,854 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:05:31,855 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:05:31,855 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:05:31,877 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:05:31,877 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:05:31,878 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:05:31,878 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 07:05:33,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:33,604 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:05:33,911 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52097,localport=11112]
2025-11-19 07:05:33,915 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> A-ASSOCIATE-RQ
2025-11-19 07:05:33,915 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << A-ASSOCIATE-AC
2025-11-19 07:05:34,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:05:34,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:34,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:34,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:37,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:37,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222390, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:05:37,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222390, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:05:37,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223389, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:05:37,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223389, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B3B42E8B, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:37,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 81 ms
2025-11-19 07:05:37,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:37,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:38,980 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:38,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222391, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:05:38,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222391, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:05:38,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223390, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:05:38,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223390, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B3CEEAE4, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:39,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 21 ms
2025-11-19 07:05:39,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:39,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:40,551 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:40,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222392, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:05:40,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222392, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:05:40,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223391, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:05:40,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223391, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B575BE64, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:40,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 22 ms
2025-11-19 07:05:40,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:40,654 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 07:05:40,655 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 07:05:40,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:42,045 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:42,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222393, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:05:42,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222393, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:05:42,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223392, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:05:42,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223392, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B59F75A6, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:42,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 25 ms
2025-11-19 07:05:42,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:42,285 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:44,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:44,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222394, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:05:44,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222394, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:05:44,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223393, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:05:44,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223393, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B8C58E59, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:44,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 35 ms
2025-11-19 07:05:44,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:44,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:45,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:45,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222395, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:05:45,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222395, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:05:45,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223394, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:05:45,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223394, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BA88635A, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:45,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 27 ms
2025-11-19 07:05:45,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:45,851 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52051,localport=11112]
2025-11-19 07:05:45,852 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) >> A-ASSOCIATE-RQ
2025-11-19 07:05:45,852 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) << A-ASSOCIATE-AC
2025-11-19 07:05:45,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:46,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:47,183 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:47,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222396, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:05:47,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222396, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:05:47,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223395, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:05:47,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223395, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BE0D6A07, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:47,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 30 ms
2025-11-19 07:05:47,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:47,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:48,664 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:48,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222397, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:05:48,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222397, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:05:48,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223396, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:05:48,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223396, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BFB49496, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:48,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 22 ms
2025-11-19 07:05:48,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:48,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:49,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:49,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Found previous received Instance[pk=223375, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:05:49,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Replace previous received Instance[pk=223375, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:05:49,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Instance[pk=223397, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:05:49,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Location[pk=223397, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/B4CA4842, tsuid=1.2.840.10008.1.2, size=3416832, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:49,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Updated DB in 52 ms
2025-11-19 07:05:49,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:50,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:50,574 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:50,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222398, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:05:50,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222398, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:05:50,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223398, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:05:50,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223398, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/C14E1C2A, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:50,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 15 ms
2025-11-19 07:05:50,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:50,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:52,429 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:52,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222399, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:05:52,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222399, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:05:52,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223399, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:05:52,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223399, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/C3030EB6, tsuid=1.2.840.10008.1.2, size=3915952, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:52,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 30 ms
2025-11-19 07:05:52,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:52,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:54,043 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:54,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222400, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:05:54,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222400, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:05:54,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223400, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:05:54,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223400, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EA5AFA81, tsuid=1.2.840.10008.1.2, size=3916100, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:54,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 19 ms
2025-11-19 07:05:54,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:54,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:56,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:56,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222401, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 07:05:56,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222401, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 07:05:56,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223401, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 07:05:56,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223401, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EA6A1568, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:56,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:56,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Found previous received Instance[pk=223370, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:05:56,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Replace previous received Instance[pk=223370, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:05:56,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Instance[pk=223402, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:05:56,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Location[pk=223402, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/B502B4CC, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:56,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 24 ms
2025-11-19 07:05:56,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:56,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Updated DB in 17 ms
2025-11-19 07:05:56,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:56,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:56,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:56,748 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 07:05:56,750 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 07:05:57,632 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:57,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222402, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 07:05:57,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222402, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 07:05:57,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223403, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 07:05:57,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223403, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EC1F5DE7, tsuid=1.2.840.10008.1.2, size=3416900, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:57,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 18 ms
2025-11-19 07:05:57,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:57,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:59,000 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:05:59,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222403, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 07:05:59,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222403, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 07:05:59,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223404, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 07:05:59,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223404, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EF6E39E1, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:05:59,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 34 ms
2025-11-19 07:05:59,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:05:59,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:00,831 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:00,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222404, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 07:06:00,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222404, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 07:06:00,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223405, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 07:06:00,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223405, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EFA3CA64, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:00,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 19 ms
2025-11-19 07:06:00,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:01,055 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:01,077 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:01,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Found previous received Instance[pk=223371, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:06:01,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Replace previous received Instance[pk=223371, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:06:01,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Instance[pk=223406, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:06:01,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Location[pk=223406, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/B5120F61, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:01,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Updated DB in 12 ms
2025-11-19 07:06:01,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:01,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:02,582 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:02,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222405, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 07:06:02,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222405, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 07:06:02,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223407, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 07:06:02,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223407, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F13DDFEA, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:02,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 33 ms
2025-11-19 07:06:02,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:02,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:04,143 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:04,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222406, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 07:06:04,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222406, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 07:06:04,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223408, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 07:06:04,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223408, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F2C9DF3D, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:04,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 22 ms
2025-11-19 07:06:04,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:04,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:05,129 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:05,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Found previous received Instance[pk=223372, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:06:05,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Replace previous received Instance[pk=223372, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:06:05,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Instance[pk=223409, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:06:05,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Location[pk=223409, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/B68D3880, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:05,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Updated DB in 18 ms
2025-11-19 07:06:05,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:05,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:05,766 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:05,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222407, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 07:06:05,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222407, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 07:06:05,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223410, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 07:06:05,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223410, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F4988985, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:05,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 22 ms
2025-11-19 07:06:05,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:05,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:08,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:08,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222408, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 07:06:08,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222408, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 07:06:08,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223411, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 07:06:08,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223411, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/1D8E9E85, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:08,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 26 ms
2025-11-19 07:06:08,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:08,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:09,160 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:09,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Found previous received Instance[pk=223373, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:06:09,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Replace previous received Instance[pk=223373, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:06:09,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Instance[pk=223412, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:06:09,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Location[pk=223412, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/B69A798A, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:09,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Updated DB in 22 ms
2025-11-19 07:06:09,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:09,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:10,004 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:10,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222409, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 07:06:10,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222409, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 07:06:10,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223413, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 07:06:10,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223413, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/20DAD3BC, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:10,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 32 ms
2025-11-19 07:06:10,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:10,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 07:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 07:06:12,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:12,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222410, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 07:06:12,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222410, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 07:06:12,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223414, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 07:06:12,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223414, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/22AB62A1, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:12,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 38 ms
2025-11-19 07:06:12,285 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:12,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:13,810 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:13,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222411, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 07:06:13,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222411, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 07:06:13,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223415, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 07:06:13,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223415, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/26412461, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:13,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 26 ms
2025-11-19 07:06:13,837 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:13,845 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:13,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Found previous received Instance[pk=223374, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:06:13,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Replace previous received Instance[pk=223374, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:06:13,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Instance[pk=223416, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:06:13,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Create Location[pk=223416, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/B6AA5F28, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:13,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64): Updated DB in 10 ms
2025-11-19 07:06:13,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:14,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:14,054 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) >> A-RELEASE-RQ
2025-11-19 07:06:14,054 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(64) << A-RELEASE-RP
2025-11-19 07:06:14,104 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(64): close Socket[addr=187.91.27.8/187.91.27.8,port=52051,localport=11112]
2025-11-19 07:06:14,450 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52055,localport=11112]
2025-11-19 07:06:14,450 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) >> A-ASSOCIATE-RQ
2025-11-19 07:06:14,450 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) << A-ASSOCIATE-AC
2025-11-19 07:06:14,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:15,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:15,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222412, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 07:06:15,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222412, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 07:06:15,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223417, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 07:06:15,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223417, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/27F7CA7E, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:15,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 21 ms
2025-11-19 07:06:15,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:15,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:17,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:17,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222413, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 07:06:17,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222413, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 07:06:17,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223418, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 07:06:17,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223418, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/2CDA5AE0, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:17,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 33 ms
2025-11-19 07:06:17,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:18,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:19,458 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:19,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222414, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 07:06:19,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222414, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 07:06:19,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223419, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 07:06:19,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223419, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5437690B, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:19,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 35 ms
2025-11-19 07:06:19,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:19,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:20,694 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:20,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Found previous received Instance[pk=223397, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:06:20,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Replace previous received Instance[pk=223397, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:06:20,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Instance[pk=223420, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:06:20,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Location[pk=223420, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/2B0FB493, tsuid=1.2.840.10008.1.2, size=3416832, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:20,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Updated DB in 47 ms
2025-11-19 07:06:20,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:20,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:21,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:21,258 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:06:21,326 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:21,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222415, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 07:06:21,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222415, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 07:06:21,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223421, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 07:06:21,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223421, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/59394747, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:21,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 25 ms
2025-11-19 07:06:21,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:21,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:21,761 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:06:21,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:21,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:22,803 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:22,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222416, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 07:06:22,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222416, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 07:06:22,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223422, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 07:06:22,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223422, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5AED3823, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:22,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 26 ms
2025-11-19 07:06:22,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:23,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:24,521 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:24,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Found previous received Instance[pk=223402, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:06:24,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Replace previous received Instance[pk=223402, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:06:24,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Instance[pk=223423, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:06:24,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Location[pk=223423, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/0AEC8CEA, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:24,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Updated DB in 15 ms
2025-11-19 07:06:24,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:24,638 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:24,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Found previous received Instance[pk=222417, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 07:06:24,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Replace previous received Instance[pk=222417, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 07:06:24,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Instance[pk=223424, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 07:06:24,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Create Location[pk=223424, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5AF07184, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:24,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): Updated DB in 11 ms
2025-11-19 07:06:24,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:24,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:24,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:26,178 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:26,182 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 07:06:26,681 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): processing 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:06:26,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 29:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:26,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:27,861 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:27,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Found previous received Instance[pk=223406, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:06:27,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Replace previous received Instance[pk=223406, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:06:27,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Instance[pk=223425, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:06:27,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Location[pk=223425, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/A5B3A986, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:27,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Updated DB in 19 ms
2025-11-19 07:06:27,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:28,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:28,146 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:28,148 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 07:06:29,493 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): processing 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:06:29,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:29,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:31,114 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:31,116 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 07:06:31,603 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): processing 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:06:31,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:31,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:31,878 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 07:06:31,880 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 07:06:31,881 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 07:06:31,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:06:31,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:06:31,882 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:06:31,882 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:06:31,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:06:31,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:06:31,903 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 07:06:31,903 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 07:06:32,339 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:32,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Found previous received Instance[pk=223409, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:06:32,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Replace previous received Instance[pk=223409, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:06:32,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Instance[pk=223426, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:06:32,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Location[pk=223426, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/C223C5E6, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:32,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Updated DB in 15 ms
2025-11-19 07:06:32,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:32,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:33,335 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:33,337 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3792) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 07:06:33,974 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63): processing 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:06:33,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:34,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) >> A-RELEASE-RQ
2025-11-19 07:06:34,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3792) DCM4CHEE<-HS50US07(63) << A-RELEASE-RP
2025-11-19 07:06:34,246 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS50US07(63): close Socket[addr=187.91.27.8/187.91.27.8,port=52097,localport=11112]
2025-11-19 07:06:37,386 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:37,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Found previous received Instance[pk=223412, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:06:37,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Replace previous received Instance[pk=223412, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:06:37,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Instance[pk=223427, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:06:37,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Location[pk=223427, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/C0F93A1E, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:37,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Updated DB in 31 ms
2025-11-19 07:06:37,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:37,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:40,656 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 07:06:40,657 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 07:06:42,350 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:42,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Found previous received Instance[pk=223416, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:06:42,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Replace previous received Instance[pk=223416, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:06:42,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Instance[pk=223428, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:06:42,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Create Location[pk=223428, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/7AF27A16, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:42,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65): Updated DB in 36 ms
2025-11-19 07:06:42,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:42,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) >> A-RELEASE-RQ
2025-11-19 07:06:42,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(65) << A-RELEASE-RP
2025-11-19 07:06:42,637 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(65): close Socket[addr=187.91.27.8/187.91.27.8,port=52055,localport=11112]
2025-11-19 07:06:42,970 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52056,localport=11112]
2025-11-19 07:06:42,970 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) >> A-ASSOCIATE-RQ
2025-11-19 07:06:42,970 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) << A-ASSOCIATE-AC
2025-11-19 07:06:43,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:47,504 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:47,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Found previous received Instance[pk=223420, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:06:47,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Replace previous received Instance[pk=223420, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:06:47,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Instance[pk=223429, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:06:47,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Location[pk=223429, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/1330A039, tsuid=1.2.840.10008.1.2, size=3416832, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:47,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Updated DB in 17 ms
2025-11-19 07:06:47,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165705486 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:47,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-11-19 07:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-11-19 07:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3804) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3805) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3805) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:06:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3804) Start deleting 47 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:06:50,946 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:50,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Found previous received Instance[pk=223423, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:06:50,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Replace previous received Instance[pk=223423, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:06:50,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Instance[pk=223430, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:06:50,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Location[pk=223430, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/413232C2, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:50,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Updated DB in 11 ms
2025-11-19 07:06:50,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165745844 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:51,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:52,641 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:06:52,647 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:06:53,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:53,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Found previous received Instance[pk=223425, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:06:53,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Replace previous received Instance[pk=223425, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:06:53,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Instance[pk=223431, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:06:53,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Location[pk=223431, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/E3663FDB, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:53,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Updated DB in 9 ms
2025-11-19 07:06:53,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165758164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:53,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:56,751 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 07:06:56,753 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 07:06:58,899 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:06:58,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Found previous received Instance[pk=223426, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:06:58,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Replace previous received Instance[pk=223426, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:06:58,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Instance[pk=223432, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:06:58,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Location[pk=223432, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/66F1424C, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:06:58,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Updated DB in 10 ms
2025-11-19 07:06:58,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165815495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:06:59,104 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:02,659 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:02,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Found previous received Instance[pk=223427, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:07:02,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Replace previous received Instance[pk=223427, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:07:02,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Instance[pk=223433, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:07:02,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Location[pk=223433, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/DE2931D2, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:07:02,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Updated DB in 18 ms
2025-11-19 07:07:02,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165823953 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:02,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:04,637 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52098,localport=11112]
2025-11-19 07:07:04,638 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> A-ASSOCIATE-RQ
2025-11-19 07:07:04,638 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << A-ASSOCIATE-AC
2025-11-19 07:07:04,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:07,065 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:07,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Found previous received Instance[pk=223428, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:07:07,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Replace previous received Instance[pk=223428, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:07:07,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Instance[pk=223434, uid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:07:07,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Create Location[pk=223434, systemID=amazon-s3, path=2025/11/19/03132CB1/E71FE205/278C54BD, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 07:07:07,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66): Updated DB in 19 ms
2025-11-19 07:07:07,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118165837888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:07,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) >> A-RELEASE-RQ
2025-11-19 07:07:07,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(66) << A-RELEASE-RP
2025-11-19 07:07:07,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(66): close Socket[addr=187.91.27.8/187.91.27.8,port=52056,localport=11112]
2025-11-19 07:07:07,664 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52057,localport=11112]
2025-11-19 07:07:07,665 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) >> A-ASSOCIATE-RQ
2025-11-19 07:07:07,665 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) << A-ASSOCIATE-AC
2025-11-19 07:07:07,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:08,439 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3806) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:08,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): Found previous received Instance[pk=223388, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:07:08,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): Replace previous received Instance[pk=223388, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:07:08,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): Create Instance[pk=223435, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:07:08,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): Create Location[pk=223435, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/7571EACD, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 07:07:08,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): Updated DB in 21 ms
2025-11-19 07:07:08,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:08,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:08,466 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:07:08,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:08,968 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:08,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:09,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:11,289 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3806) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:11,291 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:07:11,789 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:11,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:11,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 07:07:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 07:07:13,294 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3806) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:13,297 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:07:13,491 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:13,512 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:07:13,784 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:13,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:13,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:14,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:14,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:14,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:15,732 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3806) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:15,734 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:07:16,232 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:16,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:16,440 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:19,556 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:19,568 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:07:19,961 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3806) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:19,963 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:07:20,055 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:20,056 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:20,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:20,454 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:20,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:20,663 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:20,663 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3804) Finished deleting 47 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:07:20,663 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3804) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:07:21,847 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3806) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:21,849 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:07:22,335 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:22,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:22,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:26,254 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3806) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:26,257 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:07:26,742 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:26,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:26,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:27,136 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:27,145 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:07:27,638 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:27,638 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:27,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:28,266 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3806) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:28,268 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:07:28,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:28,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:29,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:30,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3806) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:30,357 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3806) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:07:30,862 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:30,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:31,092 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) >> A-RELEASE-RQ
2025-11-19 07:07:31,092 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3806) DCM4CHEE<-HS50US07(67) << A-RELEASE-RP
2025-11-19 07:07:31,143 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS50US07(67): close Socket[addr=187.91.27.8/187.91.27.8,port=52098,localport=11112]
2025-11-19 07:07:31,903 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 07:07:31,905 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 07:07:31,905 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:31,905 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:31,907 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:07:31,907 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:31,907 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 07:07:31,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:07:31,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:31,930 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 07:07:33,793 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:33,803 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:07:34,294 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:34,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:34,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:38,992 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:39,001 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:07:39,508 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:39,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:39,702 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:40,657 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 07:07:40,658 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 07:07:43,241 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:43,251 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:07:43,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:43,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:43,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:46,574 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:46,577 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:07:47,132 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:47,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:47,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:47,429 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:07:47,438 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3797) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:07:47,976 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:07:47,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:07:48,168 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) >> A-RELEASE-RQ
2025-11-19 07:07:48,168 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3797) DCM4CHEE<-HS30(68) << A-RELEASE-RP
2025-11-19 07:07:48,220 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS30(68): close Socket[addr=187.91.27.8/187.91.27.8,port=52057,localport=11112]
2025-11-19 07:07:56,753 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 07:07:56,755 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 07:08:01,558 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52100,localport=11112]
2025-11-19 07:08:01,559 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> A-ASSOCIATE-RQ
2025-11-19 07:08:01,559 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << A-ASSOCIATE-AC
2025-11-19 07:08:01,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:05,116 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:05,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Found previous received Instance[pk=222422, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:08:05,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Replace previous received Instance[pk=222422, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:08:05,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Instance[pk=223436, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:08:05,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Location[pk=223436, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/FFF9B4A7, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 07:08:05,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Updated DB in 64 ms
2025-11-19 07:08:05,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:05,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:06,629 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:06,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Found previous received Instance[pk=222423, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:08:06,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Replace previous received Instance[pk=222423, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:08:06,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Instance[pk=223437, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:08:06,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Location[pk=223437, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/01753114, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:08:06,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Updated DB in 28 ms
2025-11-19 07:08:06,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:06,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:08,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:08,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Found previous received Instance[pk=222424, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:08:08,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Replace previous received Instance[pk=222424, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:08:08,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Instance[pk=223438, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:08:08,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Location[pk=223438, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/26FD22CD, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 07:08:08,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Updated DB in 10 ms
2025-11-19 07:08:08,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:08,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:09,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:09,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Found previous received Instance[pk=222425, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:08:09,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Replace previous received Instance[pk=222425, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:08:09,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Instance[pk=223439, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:08:09,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Location[pk=223439, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/28A4580C, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:08:09,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Updated DB in 23 ms
2025-11-19 07:08:09,677 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:09,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:11,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:11,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Found previous received Instance[pk=222426, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:08:11,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Replace previous received Instance[pk=222426, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:08:11,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Instance[pk=223440, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:08:11,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Location[pk=223440, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/28B26085, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:08:11,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Updated DB in 17 ms
2025-11-19 07:08:11,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:11,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 07:08:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 07:08:12,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:12,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Found previous received Instance[pk=222427, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:08:12,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Replace previous received Instance[pk=222427, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:08:12,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Instance[pk=223441, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:08:12,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Location[pk=223441, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/28EAC229, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:08:12,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Updated DB in 18 ms
2025-11-19 07:08:12,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:12,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:14,164 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:14,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Found previous received Instance[pk=222428, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:08:14,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Replace previous received Instance[pk=222428, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:08:14,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Instance[pk=223442, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:08:14,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Location[pk=223442, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2A854D44, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:08:14,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Updated DB in 19 ms
2025-11-19 07:08:14,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:14,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:15,610 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:15,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Found previous received Instance[pk=222429, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:08:15,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Replace previous received Instance[pk=222429, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:08:15,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Instance[pk=223443, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:08:15,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Location[pk=223443, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2AA106EB, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:08:15,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Updated DB in 24 ms
2025-11-19 07:08:15,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:15,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:17,138 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:17,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Found previous received Instance[pk=222430, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:08:17,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Replace previous received Instance[pk=222430, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:08:17,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Instance[pk=223444, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:08:17,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Location[pk=223444, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2C2D7205, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 07:08:17,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Updated DB in 28 ms
2025-11-19 07:08:17,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:17,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:18,564 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52062,localport=11112]
2025-11-19 07:08:18,566 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) >> A-ASSOCIATE-RQ
2025-11-19 07:08:18,566 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) << A-ASSOCIATE-AC
2025-11-19 07:08:18,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:19,069 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:19,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Found previous received Instance[pk=222431, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:08:19,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Replace previous received Instance[pk=222431, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:08:19,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Instance[pk=223445, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:08:19,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Create Location[pk=223445, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2C4A11E2, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:08:19,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): Updated DB in 32 ms
2025-11-19 07:08:19,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:19,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:20,454 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:20,457 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:20,952 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:20,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:21,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:22,541 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:22,543 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:23,027 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:23,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:26,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:30,829 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3814) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:30,839 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3814) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:08:31,331 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:31,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:31,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:31,930 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 07:08:31,931 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 07:08:31,934 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 07:08:31,935 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 07:08:31,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:31,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:31,937 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:08:31,937 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:31,937 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 07:08:31,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:08:31,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:31,958 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 07:08:31,958 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 07:08:31,958 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 07:08:32,043 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:32,045 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:08:32,538 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:32,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:32,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:36,327 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:36,329 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:36,809 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:36,809 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:37,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:39,453 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:39,456 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:40,374 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:40,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:40,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:40,659 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 07:08:40,660 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 07:08:42,470 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:42,472 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:42,987 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:42,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:43,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:43,786 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3814) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:43,796 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3814) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:08:44,314 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:44,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:44,519 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:45,489 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:45,491 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:45,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:45,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:46,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:48,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:48,314 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:48,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:48,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:49,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:51,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:51,307 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:51,799 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:51,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:52,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:52,345 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3814) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:52,353 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3814) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:08:52,849 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:52,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:53,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:53,874 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:53,876 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:54,357 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:54,357 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:54,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:56,755 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 07:08:56,757 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 07:08:56,904 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:56,907 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:57,399 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:08:57,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:57,613 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:08:59,507 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:59,510 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:08:59,684 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3814) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:08:59,693 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3814) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:09:00,005 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:00,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:00,187 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:00,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:00,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:00,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:02,794 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:02,796 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:09:03,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:03,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:03,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:03,772 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3814) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:03,781 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3814) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:09:04,271 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:04,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:04,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:05,825 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:05,828 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:09:06,314 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:06,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:06,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:07,523 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3814) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:07,556 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3814) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:09:08,686 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:08,688 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:09:08,934 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:08,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:09,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:09,172 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:09,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:09,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:10,776 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:10,778 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:09:11,279 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:11,281 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:09:11,285 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:11,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:11,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:11,794 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:11,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:12,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 07:09:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 07:09:12,808 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:12,811 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:09:12,958 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3814) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:12,963 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3814) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:09:13,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:13,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:13,462 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:13,462 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:13,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:13,666 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) >> A-RELEASE-RQ
2025-11-19 07:09:13,666 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3814) DCM4CHEE<-HS30(70) << A-RELEASE-RP
2025-11-19 07:09:13,717 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(70): close Socket[addr=187.91.27.8/187.91.27.8,port=52062,localport=11112]
2025-11-19 07:09:15,663 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:15,665 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:09:16,173 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:16,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:16,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:17,958 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3812) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:17,960 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3812) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:09:18,461 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69): processing 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:18,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << 28:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:18,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) >> A-RELEASE-RQ
2025-11-19 07:09:18,675 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3812) DCM4CHEE<-HS50US07(69) << A-RELEASE-RP
2025-11-19 07:09:18,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS50US07(69): close Socket[addr=187.91.27.8/187.91.27.8,port=52100,localport=11112]
2025-11-19 07:09:31,959 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 07:09:31,960 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 07:09:31,961 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:31,961 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:31,962 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:09:31,962 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:31,963 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 07:09:32,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:09:32,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:32,037 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 07:09:37,403 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 07:09:37,688 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) Calculated size of 3 studies
2025-11-19 07:09:37,688 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 07:09:40,661 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 07:09:40,662 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 07:09:44,081 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52064,localport=11112]
2025-11-19 07:09:44,081 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) >> A-ASSOCIATE-RQ
2025-11-19 07:09:44,081 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) << A-ASSOCIATE-AC
2025-11-19 07:09:44,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:49,127 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52101,localport=11112]
2025-11-19 07:09:49,128 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> A-ASSOCIATE-RQ
2025-11-19 07:09:49,128 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << A-ASSOCIATE-AC
2025-11-19 07:09:49,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:49,419 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:49,422 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:09:49,918 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:49,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:50,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:50,515 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:50,523 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3823) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:09:51,029 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:51,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:51,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:52,561 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3824) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:52,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): Found previous received Instance[pk=223435, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:09:52,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): Replace previous received Instance[pk=223435, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:09:52,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): Create Instance[pk=223446, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:09:52,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): Create Location[pk=223446, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/32532873, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 07:09:52,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): Updated DB in 30 ms
2025-11-19 07:09:52,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:52,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:54,035 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:54,041 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3823) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:09:54,244 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3824) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:54,247 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:09:54,534 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:54,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:54,739 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:54,739 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:54,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:54,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:56,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3824) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:56,316 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:09:56,757 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 07:09:56,759 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 07:09:56,806 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:56,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:57,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:57,799 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:57,804 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3823) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:09:58,289 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:58,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:58,378 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3824) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:09:58,380 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:09:58,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:58,869 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:09:58,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:09:59,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:01,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3824) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:01,134 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:10:01,641 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:01,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:01,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:02,469 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:02,474 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3823) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:10:02,963 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:02,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:03,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3824) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:03,106 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:10:03,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:03,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:03,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:03,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:05,967 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3824) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:05,970 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:10:07,421 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:07,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:07,637 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:08,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:08,075 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3823) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:10:08,566 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:08,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:08,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:09,155 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3824) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:09,157 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:10:09,644 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:09,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:09,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:11,040 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3824) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:11,042 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3824) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:10:11,533 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:11,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:11,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) >> A-RELEASE-RQ
2025-11-19 07:10:11,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3824) DCM4CHEE<-HS50US07(72) << A-RELEASE-RP
2025-11-19 07:10:11,798 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS50US07(72): close Socket[addr=187.91.27.8/187.91.27.8,port=52101,localport=11112]
2025-11-19 07:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 07:10:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 07:10:13,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:13,145 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3823) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:10:13,701 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:13,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:13,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:17,531 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3823) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:17,534 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3823) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:10:18,045 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:18,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:18,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) >> A-RELEASE-RQ
2025-11-19 07:10:18,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3823) DCM4CHEE<-HS30(71) << A-RELEASE-RP
2025-11-19 07:10:18,302 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS30(71): close Socket[addr=187.91.27.8/187.91.27.8,port=52064,localport=11112]
2025-11-19 07:10:27,420 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:27,423 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:10:27,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:27,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:28,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:32,037 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 07:10:32,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:32,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:32,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:10:32,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:32,042 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 07:10:32,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:10:32,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:32,069 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 07:10:40,662 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 07:10:40,663 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 07:10:42,192 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52102,localport=11112]
2025-11-19 07:10:42,198 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> A-ASSOCIATE-RQ
2025-11-19 07:10:42,198 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << A-ASSOCIATE-AC
2025-11-19 07:10:42,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:46,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:46,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): Found previous received Instance[pk=223446, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:10:46,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): Replace previous received Instance[pk=223446, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:10:46,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): Create Instance[pk=223447, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:10:46,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): Create Location[pk=223447, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/C08B5AE2, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 07:10:46,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): Updated DB in 21 ms
2025-11-19 07:10:46,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:46,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:48,368 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:48,370 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:10:48,670 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52065,localport=11112]
2025-11-19 07:10:48,670 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) >> A-ASSOCIATE-RQ
2025-11-19 07:10:48,670 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) << A-ASSOCIATE-AC
2025-11-19 07:10:48,864 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:48,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:48,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:49,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:50,453 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:50,455 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:10:50,941 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:50,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:51,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:52,618 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:52,620 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:10:53,210 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:53,210 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:53,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:54,485 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:54,491 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3828) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:10:54,976 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:54,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:55,097 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:55,100 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:10:55,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:55,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:55,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:55,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:56,759 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 07:10:56,761 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 07:10:57,174 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:57,176 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:10:57,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:57,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:57,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:58,096 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:10:58,101 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3828) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:10:59,277 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:10:59,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:10:59,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:00,205 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:00,208 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:00,698 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:00,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:00,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:01,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:01,800 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3828) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:11:02,276 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:02,278 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:02,287 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:02,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:02,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:02,767 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:02,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:03,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:05,146 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:05,148 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3829) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:05,646 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:05,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:05,856 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) >> A-RELEASE-RQ
2025-11-19 07:11:05,857 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3829) DCM4CHEE<-HS50US07(73) << A-RELEASE-RP
2025-11-19 07:11:05,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS50US07(73): close Socket[addr=187.91.27.8/187.91.27.8,port=52102,localport=11112]
2025-11-19 07:11:06,053 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:06,057 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3828) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:11:06,349 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52103,localport=11112]
2025-11-19 07:11:06,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> A-ASSOCIATE-RQ
2025-11-19 07:11:06,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << A-ASSOCIATE-AC
2025-11-19 07:11:06,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:06,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:06,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:06,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:11,334 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:11,334 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:11,337 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:11:11,370 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3828) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:11:11,610 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:11,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): Found previous received Instance[pk=223447, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:11:11,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): Replace previous received Instance[pk=223447, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:11:11,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): Create Instance[pk=223448, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:11:11,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): Create Location[pk=223448, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/594D4EE1, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 07:11:11,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): Updated DB in 32 ms
2025-11-19 07:11:11,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:11,822 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:11,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:11,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:11,858 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:11,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:12,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 07:11:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 07:11:12,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:13,372 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:13,374 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:13,856 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:13,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:14,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:15,436 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:15,439 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:15,928 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:15,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:16,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:16,927 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:16,931 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3828) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:11:17,500 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:17,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:17,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:17,937 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:17,939 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:18,463 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:18,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:18,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:21,203 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:21,207 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3828) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:11:21,480 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:21,482 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:21,700 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:21,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:21,905 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) >> A-RELEASE-RQ
2025-11-19 07:11:21,905 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3828) DCM4CHEE<-HS30(74) << A-RELEASE-RP
2025-11-19 07:11:21,955 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(74): close Socket[addr=187.91.27.8/187.91.27.8,port=52065,localport=11112]
2025-11-19 07:11:23,189 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:23,190 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:23,409 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:24,817 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:24,819 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:25,324 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:25,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:25,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:27,311 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:27,313 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:27,893 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:27,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:28,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:30,159 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:30,161 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:30,680 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:30,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:30,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:32,069 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 07:11:32,071 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 07:11:32,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:32,072 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:32,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:11:32,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:32,073 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 07:11:32,074 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 07:11:32,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:11:32,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:32,097 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 07:11:32,168 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:32,171 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:11:32,668 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:32,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:32,881 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) >> A-RELEASE-RQ
2025-11-19 07:11:32,881 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(75) << A-RELEASE-RP
2025-11-19 07:11:32,932 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS50US07(75): close Socket[addr=187.91.27.8/187.91.27.8,port=52103,localport=11112]
2025-11-19 07:11:33,335 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52104,localport=11112]
2025-11-19 07:11:33,335 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> A-ASSOCIATE-RQ
2025-11-19 07:11:33,335 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << A-ASSOCIATE-AC
2025-11-19 07:11:33,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:37,988 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:37,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): Found previous received Instance[pk=223385, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:11:37,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): Replace previous received Instance[pk=223385, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:11:38,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): Create Instance[pk=223449, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:11:38,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): Create Location[pk=223449, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/A312A646, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 07:11:38,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): Updated DB in 27 ms
2025-11-19 07:11:38,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:38,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:39,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:39,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): Found previous received Instance[pk=223386, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:11:39,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): Replace previous received Instance[pk=223386, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:11:39,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): Create Instance[pk=223450, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:11:39,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): Create Location[pk=223450, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/5AD23BE3, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 07:11:39,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): Updated DB in 28 ms
2025-11-19 07:11:39,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:39,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:40,663 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 07:11:40,665 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 07:11:41,665 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:41,667 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:11:42,155 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:42,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:42,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:43,873 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:43,875 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:11:44,367 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:44,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:44,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:46,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:46,004 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:11:46,496 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:46,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:46,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:47,999 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:48,001 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:11:48,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:48,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:48,739 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:48,822 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:48,824 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:11:49,341 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:49,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:49,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:49,929 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:49,931 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-11-19 07:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3828) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-11-19 07:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3836) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3836) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3828) Start deleting 21 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:11:50,432 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:50,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:50,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:52,325 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52066,localport=11112]
2025-11-19 07:11:52,326 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) >> A-ASSOCIATE-RQ
2025-11-19 07:11:52,326 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) << A-ASSOCIATE-AC
2025-11-19 07:11:52,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:52,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:52,585 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:11:52,647 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:11:52,653 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:11:53,096 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:53,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:53,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:54,727 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:11:54,729 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 07:11:55,224 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:11:55,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:55,435 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) >> A-RELEASE-RQ
2025-11-19 07:11:55,436 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(76) << A-RELEASE-RP
2025-11-19 07:11:55,486 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS50US07(76): close Socket[addr=187.91.27.8/187.91.27.8,port=52104,localport=11112]
2025-11-19 07:11:55,856 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52105,localport=11112]
2025-11-19 07:11:55,856 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> A-ASSOCIATE-RQ
2025-11-19 07:11:55,856 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << A-ASSOCIATE-AC
2025-11-19 07:11:56,065 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:11:56,761 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 07:11:56,763 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 07:12:01,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:01,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): Found previous received Instance[pk=223448, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:12:01,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): Replace previous received Instance[pk=223448, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:12:01,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): Create Instance[pk=223451, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:12:01,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): Create Location[pk=223451, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/90657B57, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:01,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): Updated DB in 17 ms
2025-11-19 07:12:01,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:01,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:02,713 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3828) Finished deleting 21 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:12:02,713 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3828) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:12:05,123 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:05,125 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:12:05,619 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:05,619 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:05,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:07,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:07,323 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:12:07,814 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:07,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:08,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:08,541 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3837) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:08,549 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3837) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:12:09,033 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:09,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:09,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:09,545 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:09,548 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:12:10,044 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:10,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:10,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 07:12:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 07:12:13,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:13,199 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:12:13,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3837) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:13,684 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3837) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:12:13,692 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:13,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:13,903 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:14,169 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:14,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:14,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:15,288 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:15,291 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:12:15,806 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:15,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:16,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:17,951 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3837) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:17,951 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:17,953 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:12:17,958 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3837) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:12:18,500 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:18,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:18,504 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:18,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:18,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:18,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:20,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:20,105 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:12:20,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:20,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:20,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:22,409 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:22,411 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:12:22,608 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3837) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:22,614 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3837) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:12:22,928 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:22,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:23,135 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) >> A-RELEASE-RQ
2025-11-19 07:12:23,135 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(78) << A-RELEASE-RP
2025-11-19 07:12:23,186 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS50US07(78): close Socket[addr=187.91.27.8/187.91.27.8,port=52105,localport=11112]
2025-11-19 07:12:23,625 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52106,localport=11112]
2025-11-19 07:12:23,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> A-ASSOCIATE-RQ
2025-11-19 07:12:23,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << A-ASSOCIATE-AC
2025-11-19 07:12:23,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:23,919 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:23,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:24,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:27,235 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:27,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223389, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:12:27,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223389, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:12:27,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223452, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:12:27,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223452, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/A8B195D0, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:27,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 32 ms
2025-11-19 07:12:27,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:27,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:28,368 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3837) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:28,374 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3837) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:12:28,861 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:28,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:29,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:30,180 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:30,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223390, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:12:30,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223390, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:12:30,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223453, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:12:30,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223453, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/E95393A3, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:30,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 20 ms
2025-11-19 07:12:30,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:30,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:32,097 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 07:12:32,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:32,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:32,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:12:32,099 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:32,119 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:12:32,119 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:32,119 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 07:12:32,186 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:32,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223391, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:12:32,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223391, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:12:32,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223454, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:12:32,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223454, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/3AFC39F5, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:32,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 19 ms
2025-11-19 07:12:32,205 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:32,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:32,719 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:32,721 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:12:33,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3837) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:33,079 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3837) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:12:33,210 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:33,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:33,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:33,589 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:33,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:33,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:33,838 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:33,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223392, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:12:33,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223392, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:12:33,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223455, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:12:33,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223455, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/9A9D6807, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:33,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 14 ms
2025-11-19 07:12:33,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:34,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:37,271 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:37,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223393, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:12:37,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223393, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:12:37,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223456, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:12:37,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223456, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/795D802B, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:37,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 23 ms
2025-11-19 07:12:37,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:37,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:38,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3837) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:38,109 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3837) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:12:38,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:12:38,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:38,802 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) >> A-RELEASE-RQ
2025-11-19 07:12:38,802 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3837) DCM4CHEE<-HS30(77) << A-RELEASE-RP
2025-11-19 07:12:38,853 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS30(77): close Socket[addr=187.91.27.8/187.91.27.8,port=52066,localport=11112]
2025-11-19 07:12:38,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:38,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223394, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:12:38,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223394, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:12:38,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223457, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:12:38,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223457, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/8F7FA2D6, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:39,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 15 ms
2025-11-19 07:12:39,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:39,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:40,665 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 07:12:40,666 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 07:12:40,847 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:40,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223395, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:12:40,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223395, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:12:40,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223458, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:12:40,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223458, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/95C6EAE3, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:40,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 27 ms
2025-11-19 07:12:40,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:41,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:44,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:44,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223396, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:12:44,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223396, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:12:44,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223459, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:12:44,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223459, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/7FB34A03, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:44,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 25 ms
2025-11-19 07:12:44,508 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:44,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:46,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:46,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223398, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:12:46,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223398, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:12:46,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223460, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:12:46,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223460, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/D2AC76DA, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:46,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 34 ms
2025-11-19 07:12:46,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:46,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:49,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:49,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223399, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:12:49,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223399, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:12:49,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223461, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:12:49,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223461, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BD185FA3, tsuid=1.2.840.10008.1.2, size=3915952, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:49,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 26 ms
2025-11-19 07:12:49,632 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:49,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:51,547 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:51,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223400, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:12:51,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223400, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:12:51,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223462, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:12:51,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223462, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/828EC26E, tsuid=1.2.840.10008.1.2, size=3916100, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:51,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 19 ms
2025-11-19 07:12:51,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:51,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:53,591 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:53,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223401, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 07:12:53,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223401, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 07:12:53,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223463, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 07:12:53,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223463, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/E2FF0AC2, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:53,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 15 ms
2025-11-19 07:12:53,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:53,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:55,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:55,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223403, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 07:12:55,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223403, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 07:12:55,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223464, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 07:12:55,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223464, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/818EA769, tsuid=1.2.840.10008.1.2, size=3416900, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:55,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 11 ms
2025-11-19 07:12:55,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:55,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:56,763 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 07:12:56,765 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 07:12:57,072 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:57,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223404, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 07:12:57,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223404, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 07:12:57,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223465, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 07:12:57,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223465, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/35E98762, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:57,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 24 ms
2025-11-19 07:12:57,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:57,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:59,076 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:12:59,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223405, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 07:12:59,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223405, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 07:12:59,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223466, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 07:12:59,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223466, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/FA2DDCD4, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 07:12:59,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 37 ms
2025-11-19 07:12:59,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:12:59,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:00,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:00,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223407, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 07:13:00,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223407, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 07:13:00,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223467, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 07:13:00,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223467, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/57A4F66B, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:00,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 20 ms
2025-11-19 07:13:00,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:01,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:02,622 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:02,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223408, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 07:13:02,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223408, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 07:13:02,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223468, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 07:13:02,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223468, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/40E1BBF9, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:02,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 20 ms
2025-11-19 07:13:02,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:02,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:04,706 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:04,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223410, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 07:13:04,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223410, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 07:13:04,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223469, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 07:13:04,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223469, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/247BC1CF, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:04,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 21 ms
2025-11-19 07:13:04,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:04,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:06,750 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:06,752 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:13:06,788 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:06,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223411, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 07:13:06,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223411, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 07:13:06,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223470, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 07:13:06,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223470, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/C0630E47, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:06,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 9 ms
2025-11-19 07:13:06,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:07,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:07,237 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:07,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:07,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:09,049 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:09,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223413, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 07:13:09,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223413, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 07:13:09,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223471, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 07:13:09,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223471, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/AAF947D4, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:09,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 35 ms
2025-11-19 07:13:09,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:09,219 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52067,localport=11112]
2025-11-19 07:13:09,219 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) >> A-ASSOCIATE-RQ
2025-11-19 07:13:09,219 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) << A-ASSOCIATE-AC
2025-11-19 07:13:09,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:09,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:11,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:11,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223414, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 07:13:11,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223414, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 07:13:11,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223472, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 07:13:11,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223472, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F398DF44, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:11,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 14 ms
2025-11-19 07:13:11,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:11,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 07:13:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 07:13:13,215 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:13,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223415, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 07:13:13,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223415, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 07:13:13,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223473, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 07:13:13,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223473, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B5A0261C, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:13,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 30 ms
2025-11-19 07:13:13,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:13,469 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:15,038 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:15,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223417, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 07:13:15,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223417, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 07:13:15,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223474, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 07:13:15,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223474, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BBFCF5FC, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:15,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 9 ms
2025-11-19 07:13:15,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:15,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:16,377 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3838) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:16,381 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3838) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:13:16,902 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:16,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:17,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:17,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:17,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223418, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 07:13:17,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223418, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 07:13:17,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223475, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 07:13:17,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223475, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/4E664137, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:17,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 20 ms
2025-11-19 07:13:17,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:17,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:19,555 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:19,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223419, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 07:13:19,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223419, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 07:13:19,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223476, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 07:13:19,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223476, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/E179BD0C, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:19,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 16 ms
2025-11-19 07:13:19,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:19,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:20,475 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3838) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:20,479 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3838) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:13:20,988 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:20,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:21,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:21,934 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:21,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223421, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 07:13:21,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223421, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 07:13:21,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223477, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 07:13:21,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223477, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5883D2A8, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:21,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 9 ms
2025-11-19 07:13:21,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:22,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:23,664 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:23,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223422, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 07:13:23,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223422, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 07:13:23,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223478, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 07:13:23,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223478, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5AD2F557, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:23,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 19 ms
2025-11-19 07:13:23,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:23,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:24,961 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3838) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:24,965 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3838) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:13:25,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:25,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Found previous received Instance[pk=223424, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 07:13:25,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Replace previous received Instance[pk=223424, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 07:13:25,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Instance[pk=223479, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 07:13:25,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Create Location[pk=223479, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/FF53D765, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:25,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): Updated DB in 29 ms
2025-11-19 07:13:25,462 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:25,469 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:25,469 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:25,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:25,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:28,048 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:28,051 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 07:13:28,556 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): processing 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:28,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 29:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:28,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:30,391 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3838) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:30,395 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3838) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:13:30,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:30,632 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 07:13:30,884 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:30,884 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:31,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:31,126 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): processing 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:31,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:31,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:32,120 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 07:13:32,121 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:13:32,123 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:13:32,123 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:13:32,124 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:13:32,124 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:13:32,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:32,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:32,126 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:13:32,126 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:32,151 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:13:32,151 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:32,153 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 07:13:32,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 07:13:32,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:32,893 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 07:13:34,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): processing 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:34,262 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:34,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:35,143 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3838) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:35,146 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3838) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:13:35,646 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:35,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:35,771 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:35,773 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 07:13:35,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:36,259 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79): processing 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:36,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:36,471 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) >> A-RELEASE-RQ
2025-11-19 07:13:36,471 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(79) << A-RELEASE-RP
2025-11-19 07:13:36,522 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS50US07(79): close Socket[addr=187.91.27.8/187.91.27.8,port=52106,localport=11112]
2025-11-19 07:13:36,922 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52107,localport=11112]
2025-11-19 07:13:36,922 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> A-ASSOCIATE-RQ
2025-11-19 07:13:36,922 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << A-ASSOCIATE-AC
2025-11-19 07:13:37,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:39,987 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3838) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:39,990 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3838) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:13:40,486 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:40,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:40,666 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 07:13:40,667 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 07:13:40,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:41,137 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:41,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): Found previous received Instance[pk=223451, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:13:41,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): Replace previous received Instance[pk=223451, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:13:41,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): Create Instance[pk=223480, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:13:41,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): Create Location[pk=223480, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/32532873, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 07:13:41,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): Updated DB in 28 ms
2025-11-19 07:13:41,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:41,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:43,083 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:43,085 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:13:43,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:43,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:43,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:43,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3838) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:43,996 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3838) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:13:44,499 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:44,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:44,703 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) >> A-RELEASE-RQ
2025-11-19 07:13:44,703 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3838) DCM4CHEE<-HS30(80) << A-RELEASE-RP
2025-11-19 07:13:44,753 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS30(80): close Socket[addr=187.91.27.8/187.91.27.8,port=52067,localport=11112]
2025-11-19 07:13:45,804 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:45,806 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:13:46,296 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:46,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:46,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:47,930 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:47,933 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:13:48,449 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:48,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:48,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:50,154 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:50,156 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:13:50,376 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:50,378 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:13:50,716 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:50,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:50,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:51,768 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:51,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:51,981 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:52,975 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:52,978 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:13:53,503 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:53,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:53,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:55,012 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:55,014 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:13:55,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:55,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:55,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:56,765 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 07:13:56,767 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 07:13:57,741 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:57,744 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:13:58,242 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:13:58,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:58,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:13:59,748 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:13:59,751 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:14:00,274 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:00,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:00,497 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) >> A-RELEASE-RQ
2025-11-19 07:14:00,497 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(81) << A-RELEASE-RP
2025-11-19 07:14:00,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(81): close Socket[addr=187.91.27.8/187.91.27.8,port=52107,localport=11112]
2025-11-19 07:14:00,988 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52108,localport=11112]
2025-11-19 07:14:00,988 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> A-ASSOCIATE-RQ
2025-11-19 07:14:00,988 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << A-ASSOCIATE-AC
2025-11-19 07:14:01,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:05,272 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:05,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Found previous received Instance[pk=223436, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:14:05,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Replace previous received Instance[pk=223436, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:14:05,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Instance[pk=223481, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:14:05,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Location[pk=223481, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/C31AEE10, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:05,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Updated DB in 25 ms
2025-11-19 07:14:05,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:05,519 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:07,254 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:07,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Found previous received Instance[pk=223437, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:14:07,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Replace previous received Instance[pk=223437, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:14:07,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Instance[pk=223482, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:14:07,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Location[pk=223482, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2521DF5E, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:07,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Updated DB in 21 ms
2025-11-19 07:14:07,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:07,486 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:09,226 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:09,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Found previous received Instance[pk=223438, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:14:09,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Replace previous received Instance[pk=223438, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:14:09,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Instance[pk=223483, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:14:09,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Location[pk=223483, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/A625026E, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:09,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Updated DB in 16 ms
2025-11-19 07:14:09,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:09,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:10,901 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:10,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Found previous received Instance[pk=223439, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:14:10,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Replace previous received Instance[pk=223439, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:14:10,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Instance[pk=223484, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:14:10,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Location[pk=223484, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/1337D0FE, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:10,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Updated DB in 26 ms
2025-11-19 07:14:10,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:11,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 07:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 07:14:12,706 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:12,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Found previous received Instance[pk=223440, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:14:12,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Replace previous received Instance[pk=223440, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:14:12,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Instance[pk=223485, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:14:12,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Location[pk=223485, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/FB963BFA, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:12,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Updated DB in 18 ms
2025-11-19 07:14:12,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:12,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:14,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:14,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Found previous received Instance[pk=223441, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:14:14,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Replace previous received Instance[pk=223441, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:14:14,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Instance[pk=223486, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:14:14,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Location[pk=223486, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/0364AC5E, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:14,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Updated DB in 17 ms
2025-11-19 07:14:14,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:14,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:15,119 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52068,localport=11112]
2025-11-19 07:14:15,120 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> A-ASSOCIATE-RQ
2025-11-19 07:14:15,120 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << A-ASSOCIATE-AC
2025-11-19 07:14:15,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118163931145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:16,342 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:16,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Found previous received Instance[pk=223442, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:14:16,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Replace previous received Instance[pk=223442, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:14:16,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Instance[pk=223487, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:14:16,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Location[pk=223487, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/1958AE83, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:16,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Updated DB in 31 ms
2025-11-19 07:14:16,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:16,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:18,077 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:18,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Found previous received Instance[pk=223443, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:14:18,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Replace previous received Instance[pk=223443, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:14:18,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Instance[pk=223488, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:14:18,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Location[pk=223488, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/F6B056F0, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:18,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Updated DB in 20 ms
2025-11-19 07:14:18,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:18,313 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:18,644 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:18,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223306, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163931145, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:14:18,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223306, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163931145, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:14:18,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223489, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163931145, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:14:18,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223489, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/4E8FEC45, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:18,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 40 ms
2025-11-19 07:14:18,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118163931145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:18,903 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118163936871 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:20,340 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:20,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Found previous received Instance[pk=223444, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:14:20,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Replace previous received Instance[pk=223444, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:14:20,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Instance[pk=223490, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:14:20,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Location[pk=223490, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/748B4680, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:20,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Updated DB in 10 ms
2025-11-19 07:14:20,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:20,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:22,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:22,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Found previous received Instance[pk=223445, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:14:22,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Replace previous received Instance[pk=223445, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:14:22,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Instance[pk=223491, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:14:22,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Create Location[pk=223491, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/564A0A43, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:22,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): Updated DB in 19 ms
2025-11-19 07:14:22,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:22,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:23,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:23,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223307, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163936871, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:14:23,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223307, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163936871, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:14:23,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223492, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163936871, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 07:14:23,867 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223492, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/4E924CC0, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:23,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 36 ms
2025-11-19 07:14:23,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118163936871 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:24,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118163944457 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:24,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:24,258 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:24,771 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:24,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:24,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:27,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:27,254 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:27,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:27,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:27,950 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:27,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223309, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163944457, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:14:27,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223309, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163944457, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:14:27,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223493, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163944457, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 07:14:27,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223493, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/4E9F6C47, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:27,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 26 ms
2025-11-19 07:14:27,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:27,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118163944457 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:28,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118163951356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:29,450 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:29,452 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:29,943 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:29,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:30,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:32,055 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:32,058 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:32,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 07:14:32,155 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 07:14:32,155 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:32,156 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:32,157 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:14:32,157 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:32,158 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 07:14:32,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:14:32,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:32,179 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 07:14:32,577 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:32,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:32,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:33,046 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:33,048 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:14:33,326 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:33,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223310, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163951356, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:14:33,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223310, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163951356, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:14:33,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223494, uid=1.2.410.200001.101.11.301.1144174170.3.20251118163951356, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 07:14:33,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223494, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/4EAC22E9, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:33,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 17 ms
2025-11-19 07:14:33,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118163951356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:33,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:33,531 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:33,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164018653 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:33,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:34,631 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:34,634 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:34,886 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeTaskScheduler.execute()
2025-11-19 07:14:34,905 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeTaskScheduler.execute()
2025-11-19 07:14:35,143 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:35,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:35,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:36,700 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:36,702 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:37,689 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-11-19 07:14:37,804 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:37,804 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:37,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:37,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223311, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164018653, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:14:37,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223311, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164018653, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:14:37,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223495, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164018653, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 07:14:37,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223495, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/74019C68, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:37,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 9 ms
2025-11-19 07:14:37,814 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164018653 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:37,920 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) Calculated size of 3 studies
2025-11-19 07:14:37,920 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-11-19 07:14:38,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164036485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:38,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:39,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:39,387 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:39,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:39,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:40,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:40,667 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 07:14:40,668 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 07:14:41,435 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:41,437 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:41,475 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:41,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223312, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164036485, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:14:41,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223312, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164036485, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:14:41,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223496, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164036485, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 07:14:41,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223496, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/741CDB89, tsuid=1.2.840.10008.1.2, size=3416858, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:41,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 16 ms
2025-11-19 07:14:41,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164036485 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:41,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164052487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:41,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:41,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:42,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:44,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:44,004 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:44,490 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:44,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:44,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:45,464 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:45,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223313, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164052487, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:14:45,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223313, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164052487, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:14:45,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223497, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164052487, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 07:14:45,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223497, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/74373911, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:45,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 12 ms
2025-11-19 07:14:45,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164052487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:45,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164200116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:46,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:46,007 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:46,503 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:46,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:46,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:48,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:48,117 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:48,614 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:48,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:48,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:51,091 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:51,093 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:51,332 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:51,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223314, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164200116, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:14:51,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223314, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164200116, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:14:51,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223498, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164200116, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 07:14:51,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223498, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/77597FEF, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:51,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 29 ms
2025-11-19 07:14:51,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164200116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:51,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164231745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:51,643 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:51,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:51,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:53,284 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:53,287 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:53,786 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:53,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:54,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:56,022 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:56,022 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:56,024 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:56,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223315, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164231745, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:14:56,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223315, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164231745, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:14:56,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223499, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164231745, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 07:14:56,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223499, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/778451B3, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 07:14:56,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 21 ms
2025-11-19 07:14:56,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164231745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:56,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164312082 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:56,524 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:56,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:56,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:56,767 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 07:14:56,769 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 07:14:58,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:14:58,124 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:14:58,634 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:14:58,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:14:58,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:00,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:00,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223316, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164312082, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:15:00,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223316, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164312082, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:15:00,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223500, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164312082, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 07:15:00,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223500, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/791D55E1, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 07:15:00,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 15 ms
2025-11-19 07:15:00,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164312082 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:00,183 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:00,185 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:15:00,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164415316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:00,694 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:00,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:00,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:02,918 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:02,920 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:15:03,423 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:03,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:03,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:03,877 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:03,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Found previous received Instance[pk=223317, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164415316, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:15:03,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Replace previous received Instance[pk=223317, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164415316, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:15:03,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Instance[pk=223501, uid=1.2.410.200001.101.11.301.1144174170.3.20251118164415316, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 07:15:03,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Create Location[pk=223501, systemID=amazon-s3, path=2025/11/19/03132C70/80E58662/7AD3960B, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 07:15:03,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83): Updated DB in 27 ms
2025-11-19 07:15:03,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251118164415316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:04,109 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) >> A-RELEASE-RQ
2025-11-19 07:15:04,109 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(83) << A-RELEASE-RP
2025-11-19 07:15:04,159 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(83): close Socket[addr=187.91.27.8/187.91.27.8,port=52068,localport=11112]
2025-11-19 07:15:04,515 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52069,localport=11112]
2025-11-19 07:15:04,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) >> A-ASSOCIATE-RQ
2025-11-19 07:15:04,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) << A-ASSOCIATE-AC
2025-11-19 07:15:04,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:05,077 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:05,080 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 07:15:05,580 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82): processing 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:05,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << 28:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:05,810 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) >> A-RELEASE-RQ
2025-11-19 07:15:05,810 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(82) << A-RELEASE-RP
2025-11-19 07:15:05,860 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS50US07(82): close Socket[addr=187.91.27.8/187.91.27.8,port=52108,localport=11112]
2025-11-19 07:15:06,239 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52109,localport=11112]
2025-11-19 07:15:06,239 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> A-ASSOCIATE-RQ
2025-11-19 07:15:06,239 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << A-ASSOCIATE-AC
2025-11-19 07:15:06,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:09,134 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:09,138 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:15:09,627 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:09,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:09,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:11,231 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:11,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): Found previous received Instance[pk=223480, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:15:11,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): Replace previous received Instance[pk=223480, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:15:11,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): Create Instance[pk=223502, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:15:11,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): Create Location[pk=223502, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/C0CA3223, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 07:15:11,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): Updated DB in 12 ms
2025-11-19 07:15:11,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:11,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 07:15:12,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 07:15:12,054 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:15:12,553 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:12,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:12,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:12,963 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:12,966 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:15:14,225 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:14,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:14,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:14,690 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:14,694 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:15:15,182 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:15,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:15,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:15,842 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:15,845 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:15:16,331 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:16,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:16,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:17,942 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:17,944 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:15:18,433 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:18,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:18,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:18,529 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:15:18,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:19,858 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:19,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:20,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:20,934 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:20,936 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:15:21,473 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:21,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:21,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:22,875 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:22,877 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:15:23,388 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:23,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:23,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:24,419 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:24,422 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:15:25,807 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:25,810 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:15:26,135 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:26,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:26,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:26,395 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:26,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:26,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:28,167 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:28,169 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:15:28,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:28,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:28,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:30,212 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3831) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:30,214 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3831) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 07:15:30,215 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:30,219 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:15:30,720 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:30,720 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:30,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:30,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:30,929 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) >> A-RELEASE-RQ
2025-11-19 07:15:30,929 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3831) DCM4CHEE<-HS50US07(85) << A-RELEASE-RP
2025-11-19 07:15:30,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:30,980 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS50US07(85): close Socket[addr=187.91.27.8/187.91.27.8,port=52109,localport=11112]
2025-11-19 07:15:32,179 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 07:15:32,181 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 07:15:32,181 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:32,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:32,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:15:32,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:32,183 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 07:15:32,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:15:32,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:32,208 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 07:15:32,208 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 07:15:35,577 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:35,581 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:15:36,076 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:36,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:36,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:39,600 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:39,604 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3846) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:15:40,086 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:40,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:40,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) >> A-RELEASE-RQ
2025-11-19 07:15:40,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3846) DCM4CHEE<-HS30(84) << A-RELEASE-RP
2025-11-19 07:15:40,342 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(84): close Socket[addr=187.91.27.8/187.91.27.8,port=52069,localport=11112]
2025-11-19 07:15:40,668 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 07:15:40,669 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 07:15:40,704 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52072,localport=11112]
2025-11-19 07:15:40,704 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) >> A-ASSOCIATE-RQ
2025-11-19 07:15:40,704 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) << A-ASSOCIATE-AC
2025-11-19 07:15:40,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:44,496 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:44,507 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:15:45,011 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:45,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:45,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:51,142 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:51,147 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:15:51,678 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:51,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:51,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:53,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:53,357 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:15:54,025 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:54,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:54,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:56,769 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 07:15:56,770 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 07:15:56,915 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:15:56,920 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:15:57,425 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:15:57,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:15:57,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:02,106 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:02,111 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:16:02,612 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:02,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:02,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:06,199 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:06,204 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:16:06,712 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:06,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:06,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:10,709 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:10,713 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:16:11,213 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:11,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:11,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 07:16:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 07:16:23,120 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:23,124 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:16:23,645 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:23,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:23,850 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) >> A-RELEASE-RQ
2025-11-19 07:16:23,850 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(86) << A-RELEASE-RP
2025-11-19 07:16:23,901 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(86): close Socket[addr=187.91.27.8/187.91.27.8,port=52072,localport=11112]
2025-11-19 07:16:24,262 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52073,localport=11112]
2025-11-19 07:16:24,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) >> A-ASSOCIATE-RQ
2025-11-19 07:16:24,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) << A-ASSOCIATE-AC
2025-11-19 07:16:24,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:27,862 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:27,866 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:16:28,503 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:28,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:28,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:32,208 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 07:16:32,210 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,211 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,212 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,213 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,214 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,214 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:32,215 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:32,215 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,216 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,216 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,217 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,218 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:16:32,218 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:32,219 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,220 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,220 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,221 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,221 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,244 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:16:32,244 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:32,244 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,245 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,246 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,246 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,247 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,247 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 07:16:32,247 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 07:16:34,537 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:34,539 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:16:34,824 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:34,828 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:16:35,034 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:35,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:35,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:35,335 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:35,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:35,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:40,669 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 07:16:40,670 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 07:16:41,280 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:41,285 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:16:41,789 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:41,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:41,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:45,765 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:45,768 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:16:46,270 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:46,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:46,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-11-19 07:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-11-19 07:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3858) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3859) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3859) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:16:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3858) Start deleting 52 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:16:50,442 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:50,446 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:16:50,954 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:50,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:51,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:52,653 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:16:52,659 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:16:54,915 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:16:54,918 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:16:55,428 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:16:55,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:55,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:16:56,771 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 07:16:56,772 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 07:17:01,406 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:01,409 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:17:01,897 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:01,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:02,103 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) >> A-RELEASE-RQ
2025-11-19 07:17:02,104 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(87) << A-RELEASE-RP
2025-11-19 07:17:02,154 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS30(87): close Socket[addr=187.91.27.8/187.91.27.8,port=52073,localport=11112]
2025-11-19 07:17:02,515 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52074,localport=11112]
2025-11-19 07:17:02,516 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) >> A-ASSOCIATE-RQ
2025-11-19 07:17:02,516 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) << A-ASSOCIATE-AC
2025-11-19 07:17:02,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:09,386 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:09,389 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:17:09,941 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:09,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:10,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 07:17:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 07:17:15,955 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:15,959 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:17:16,047 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:16,050 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:17:16,456 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:16,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:16,546 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:16,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:16,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:16,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:22,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:22,691 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:17:23,196 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:23,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:23,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:23,610 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3858) Finished deleting 52 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:17:23,610 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3858) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:17:29,895 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:29,899 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:17:30,382 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:30,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:31,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:32,248 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 07:17:32,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:32,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:32,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:17:32,250 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:32,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:17:32,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:32,275 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 07:17:35,765 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:35,769 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:17:36,263 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:36,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:36,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:40,671 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 07:17:40,672 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 07:17:41,099 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:41,103 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:17:41,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:41,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:41,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:46,119 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:46,123 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:17:46,621 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:46,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:46,826 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) >> A-RELEASE-RQ
2025-11-19 07:17:46,826 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(88) << A-RELEASE-RP
2025-11-19 07:17:46,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(88): close Socket[addr=187.91.27.8/187.91.27.8,port=52074,localport=11112]
2025-11-19 07:17:47,240 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52075,localport=11112]
2025-11-19 07:17:47,240 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) >> A-ASSOCIATE-RQ
2025-11-19 07:17:47,241 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) << A-ASSOCIATE-AC
2025-11-19 07:17:47,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:51,062 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:51,066 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:17:51,559 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:51,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:51,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:56,773 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 07:17:56,774 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 07:17:57,686 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:57,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:17:57,689 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:17:57,691 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:17:58,197 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:58,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:58,201 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:17:58,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:58,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:17:58,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:04,131 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:04,134 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:04,639 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:04,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:04,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:08,735 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:08,739 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:09,238 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:09,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:09,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 07:18:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 07:18:13,077 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:13,081 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:13,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:13,587 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:13,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:17,450 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:17,454 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:17,953 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:17,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:18,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:21,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:21,489 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:21,998 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:21,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:22,206 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) >> A-RELEASE-RQ
2025-11-19 07:18:22,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(89) << A-RELEASE-RP
2025-11-19 07:18:22,257 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(89): close Socket[addr=187.91.27.8/187.91.27.8,port=52075,localport=11112]
2025-11-19 07:18:22,618 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52076,localport=11112]
2025-11-19 07:18:22,619 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) >> A-ASSOCIATE-RQ
2025-11-19 07:18:22,619 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) << A-ASSOCIATE-AC
2025-11-19 07:18:22,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:28,373 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:28,376 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:28,884 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:28,884 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:29,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:30,902 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:30,904 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:18:31,418 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:31,419 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:31,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:32,275 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 07:18:32,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:32,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:32,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:18:32,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:32,305 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:18:32,305 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:32,305 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 07:18:32,607 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:32,612 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:33,106 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:33,106 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:33,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:36,697 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:36,701 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:37,199 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:37,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:37,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:40,672 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 07:18:40,673 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 07:18:42,055 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:42,059 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:42,618 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:42,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:42,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:46,582 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:46,585 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:47,089 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:47,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:47,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:51,925 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:51,928 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:52,429 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:52,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:52,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:56,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3853) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:18:56,425 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3853) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 07:18:56,775 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 07:18:56,777 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 07:18:56,929 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:18:56,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:18:57,134 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) >> A-RELEASE-RQ
2025-11-19 07:18:57,134 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3853) DCM4CHEE<-HS30(90) << A-RELEASE-RP
2025-11-19 07:18:57,185 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(90): close Socket[addr=187.91.27.8/187.91.27.8,port=52076,localport=11112]
2025-11-19 07:19:03,784 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:19:03,786 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:19:04,291 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:19:04,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:19:04,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 07:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 07:19:32,305 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 07:19:32,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:19:32,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:19:32,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:19:32,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:19:32,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:19:32,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:19:32,330 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 07:19:37,130 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:19:37,132 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:19:37,631 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:19:37,632 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:19:37,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:19:37,920 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-11-19 07:19:38,111 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) Calculated size of 3 studies
2025-11-19 07:19:38,111 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-11-19 07:19:40,674 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 07:19:40,675 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 07:19:56,777 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 07:19:56,779 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 07:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 07:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 07:20:23,804 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:20:23,807 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:20:24,362 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:20:24,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:20:24,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:20:32,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 07:20:32,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:20:32,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:20:32,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:20:32,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:20:32,335 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 07:20:32,358 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:20:32,358 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:20:32,358 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 07:20:40,675 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 07:20:40,676 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 07:20:56,779 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 07:20:56,781 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 07:21:11,197 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:21:11,199 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:21:11,711 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:21:11,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:21:11,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 07:21:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 07:21:32,359 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 07:21:32,360 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 07:21:32,361 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 07:21:32,362 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:21:32,362 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:21:32,364 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:21:32,364 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:21:32,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:21:32,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:21:32,399 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 07:21:32,399 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 07:21:40,677 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 07:21:40,678 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 07:21:49,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:21:49,095 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3780) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:21:49,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:21:49,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:21:49,811 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) >> A-RELEASE-RQ
2025-11-19 07:21:49,811 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3780) DCM4CHEE<-HS60MT(60) << A-RELEASE-RP
2025-11-19 07:21:49,862 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS60MT(60): close Socket[addr=187.91.27.8/187.91.27.8,port=49231,localport=11112]
2025-11-19 07:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-11-19 07:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-11-19 07:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3780) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3852) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:21:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3852) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3780) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:21:52,659 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:21:52,666 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:21:56,781 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 07:21:56,783 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 07:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 07:22:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 07:22:20,271 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=49232,localport=11112]
2025-11-19 07:22:20,272 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> A-ASSOCIATE-RQ
2025-11-19 07:22:20,272 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << A-ASSOCIATE-AC
2025-11-19 07:22:20,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:22:32,400 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 07:22:32,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:22:32,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:22:32,401 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:22:32,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:22:32,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:22:32,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:22:32,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 07:22:40,678 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 07:22:40,680 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 07:22:56,784 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 07:22:56,786 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 07:23:00,531 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:23:00,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): Found previous received Instance[pk=223387, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:23:00,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): Replace previous received Instance[pk=223387, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:23:00,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): Create Instance[pk=223503, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:23:00,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): Create Location[pk=223503, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/DF6A5A51, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 07:23:00,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): Updated DB in 24 ms
2025-11-19 07:23:00,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:23:00,766 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 07:23:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 07:23:32,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 07:23:32,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:23:32,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:23:32,426 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 07:23:32,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:23:32,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:23:32,450 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:23:32,450 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:23:32,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 07:23:37,844 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:23:37,847 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:23:38,362 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:23:38,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:23:38,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:23:40,680 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 07:23:40,681 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 07:23:56,786 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 07:23:56,788 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 07:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 07:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 07:24:20,883 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:24:20,886 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:24:21,388 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:24:21,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:24:21,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:24:32,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 07:24:32,452 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 07:24:32,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:24:32,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:24:32,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:24:32,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:24:32,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:24:32,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:24:32,477 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 07:24:32,477 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 07:24:38,111 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-11-19 07:24:38,113 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-11-19 07:24:40,681 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 07:24:40,683 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 07:24:56,788 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 07:24:56,790 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 07:25:09,767 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:25:09,769 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:25:10,284 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:25:10,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:25:10,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 07:25:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 07:25:32,478 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 07:25:32,478 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:25:32,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:25:32,480 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:25:32,480 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:25:32,502 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:25:32,502 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:25:32,502 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 07:25:40,683 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 07:25:40,684 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 07:25:56,790 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 07:25:56,792 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 07:25:59,538 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:25:59,540 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:26:00,035 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:26:00,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:26:00,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 07:26:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 07:26:32,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 07:26:32,503 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:26:32,503 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:26:32,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:26:32,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:26:32,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:26:32,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:26:32,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 07:26:39,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:26:39,077 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:26:39,627 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:26:39,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:26:39,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:26:40,685 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 07:26:40,686 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 07:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-11-19 07:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3902) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-11-19 07:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3903) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3903) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3902) Start deleting 1 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:26:50,798 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3902) Finished deleting 1 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:26:50,798 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3902) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:26:52,666 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:26:52,673 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:26:56,792 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 07:26:56,794 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 07:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 07:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 07:27:22,503 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:27:22,505 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:27:23,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:27:23,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:27:23,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:27:32,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 07:27:32,530 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:27:32,530 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:27:32,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:27:32,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:27:32,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:27:32,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:27:32,554 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 07:27:40,686 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 07:27:40,688 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 07:27:55,759 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:27:55,761 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:27:56,268 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:27:56,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:27:56,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:27:56,794 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 07:27:56,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 07:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 07:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 07:28:32,554 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 07:28:32,555 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:28:32,555 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:28:32,557 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:28:32,557 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:28:32,579 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:28:32,579 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:28:32,579 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 07:28:38,358 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:28:38,360 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:28:38,860 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:28:38,860 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:28:39,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:28:40,688 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 07:28:40,689 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 07:28:56,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 07:28:56,798 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 07:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 07:29:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 07:29:27,809 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:29:27,811 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:29:28,313 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:29:28,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:29:28,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:29:32,579 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 07:29:32,580 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:29:32,580 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:29:32,581 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:29:32,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:29:32,602 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:29:32,602 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:29:32,603 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 07:29:38,113 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-11-19 07:29:38,183 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) Calculated size of 1 studies
2025-11-19 07:29:38,183 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-11-19 07:29:40,690 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 07:29:40,691 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 07:29:56,798 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 07:29:56,800 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 07:30:01,254 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:30:01,257 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:30:01,777 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:30:01,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:30:01,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 07:30:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 07:30:32,603 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 07:30:32,603 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:30:32,603 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:30:32,604 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:30:32,605 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:30:32,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:30:32,627 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:30:32,627 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 07:30:40,691 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 07:30:40,692 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 07:30:42,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:30:42,481 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:30:43,009 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:30:43,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:30:43,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:30:56,800 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 07:30:56,802 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 07:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 07:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 07:31:15,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:31:15,658 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:31:16,164 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:31:16,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:31:16,377 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:31:32,627 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 07:31:32,628 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:31:32,628 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:31:32,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:31:32,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:31:32,650 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:31:32,650 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:31:32,651 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 07:31:32,652 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 07:31:40,692 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 07:31:40,694 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 07:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-11-19 07:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3924) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-11-19 07:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3925) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3925) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3924) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:31:50,236 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:31:50,238 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:31:50,830 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:31:50,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:31:51,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:31:52,673 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:31:52,680 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:31:56,802 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 07:31:56,804 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 07:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 07:32:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 07:32:28,547 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:32:28,550 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:32:29,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:32:29,061 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:32:29,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:32:32,652 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 07:32:32,652 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:32:32,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:32:32,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:32:32,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:32:32,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:32:32,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:32:32,678 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 07:32:40,694 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 07:32:40,695 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 07:32:56,804 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 07:32:56,806 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 07:32:57,138 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStgCmtScheduler.execute()
2025-11-19 07:32:57,140 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStgCmtScheduler.execute()
2025-11-19 07:33:11,805 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:33:11,808 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 07:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 07:33:12,320 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:33:12,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:33:12,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:33:32,678 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 07:33:32,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:33:32,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:33:32,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:33:32,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:33:32,706 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:33:32,706 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:33:32,706 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 07:33:40,695 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 07:33:40,696 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 07:33:52,645 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:33:52,647 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:33:53,149 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:33:53,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:33:53,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:33:56,806 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 07:33:56,808 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 07:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 07:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 07:34:25,998 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:34:26,000 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:34:26,516 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:34:26,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:34:26,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:34:32,707 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 07:34:32,707 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:34:32,707 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:34:32,708 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:34:32,709 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:34:32,731 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:34:32,731 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:34:32,731 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 07:34:38,183 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 07:34:38,185 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 07:34:40,697 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 07:34:40,698 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 07:34:56,808 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 07:34:56,810 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 07:35:06,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:35:06,520 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:35:07,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:35:07,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:35:07,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 07:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 07:35:32,731 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 07:35:32,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:35:32,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:35:32,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:35:32,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:35:32,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:35:32,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:35:32,758 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 07:35:39,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:35:39,677 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:35:40,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:35:40,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:35:40,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:35:40,698 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 07:35:40,700 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 07:35:56,811 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 07:35:56,813 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 07:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 07:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 07:36:17,215 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:36:17,218 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:36:17,721 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:36:17,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:36:17,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:36:32,758 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 07:36:32,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:36:32,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:36:32,761 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:36:32,761 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:36:32,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:36:32,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:36:32,784 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 07:36:40,700 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 07:36:40,701 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 07:36:49,633 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:36:49,635 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-11-19 07:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3881) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-11-19 07:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3946) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3881) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3946) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:36:50,141 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:36:50,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:36:50,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:36:52,680 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:36:52,686 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:36:56,813 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 07:36:56,815 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 07:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 07:37:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 07:37:22,745 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:37:22,748 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:37:23,255 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:37:23,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:37:23,469 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:37:32,784 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 07:37:32,787 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:37:32,788 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:37:32,792 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:37:32,793 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:37:32,833 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:37:32,833 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:37:32,833 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 07:37:40,701 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 07:37:40,702 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 07:37:56,070 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:37:56,073 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:37:56,592 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:37:56,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:37:56,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:37:56,815 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 07:37:56,817 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 07:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 07:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 07:38:32,834 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 07:38:32,834 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:38:32,835 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:38:32,836 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:38:32,836 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:38:32,856 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:38:32,856 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:38:32,856 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 07:38:40,703 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 07:38:40,704 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 07:38:46,130 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:38:46,133 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:38:46,669 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:38:46,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:38:46,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:38:56,817 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 07:38:56,819 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 07:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 07:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 07:39:27,029 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:39:27,031 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:39:27,535 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:39:27,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:39:27,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:39:32,857 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 07:39:32,857 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:39:32,858 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:39:32,860 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:39:32,860 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:39:32,887 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:39:32,887 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:39:32,887 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 07:39:38,185 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-11-19 07:39:38,187 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-11-19 07:39:40,704 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 07:39:40,705 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 07:39:56,819 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 07:39:56,820 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 07:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 07:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 07:40:16,081 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3880) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:40:16,084 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3880) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:40:16,596 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:40:16,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:40:16,804 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) >> A-RELEASE-RQ
2025-11-19 07:40:16,804 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3880) DCM4CHEE<-HS60MT(91) << A-RELEASE-RP
2025-11-19 07:40:16,855 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS60MT(91): close Socket[addr=187.91.27.8/187.91.27.8,port=49232,localport=11112]
2025-11-19 07:40:32,887 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 07:40:32,888 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:40:32,888 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:40:32,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:40:32,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:40:32,911 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:40:32,911 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:40:32,911 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 07:40:40,705 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 07:40:40,707 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 07:40:47,260 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=49234,localport=11112]
2025-11-19 07:40:47,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> A-ASSOCIATE-RQ
2025-11-19 07:40:47,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << A-ASSOCIATE-AC
2025-11-19 07:40:47,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:40:56,821 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 07:40:56,823 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 07:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 07:41:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 07:41:29,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:41:29,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): Found previous received Instance[pk=223503, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:41:29,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): Replace previous received Instance[pk=223503, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:41:29,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): Create Instance[pk=223504, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 07:41:29,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): Create Location[pk=223504, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/AF8AB927, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 07:41:29,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): Updated DB in 18 ms
2025-11-19 07:41:29,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:41:29,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:41:32,911 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 07:41:32,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:41:32,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:41:32,915 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 07:41:32,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:41:32,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:41:32,942 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:41:32,942 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:41:32,942 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 07:41:40,707 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 07:41:40,708 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 07:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-11-19 07:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3969) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-11-19 07:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3970) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3969) Start deleting 1 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3970) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:41:50,796 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3969) Finished deleting 1 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:41:50,796 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3969) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:41:52,686 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:41:52,692 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:41:56,823 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 07:41:56,825 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 07:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 07:42:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 07:42:16,859 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:42:16,861 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:42:17,371 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:42:17,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:42:17,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:42:32,942 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 07:42:32,944 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 07:42:32,944 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:42:32,945 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:42:32,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:42:32,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:42:32,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:42:32,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:42:32,968 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 07:42:32,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 07:42:40,709 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 07:42:40,710 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 07:42:56,825 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 07:42:56,827 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 07:43:06,263 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:43:06,265 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:43:06,796 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:43:06,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:43:07,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 07:43:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 07:43:32,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 07:43:32,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:43:32,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:43:32,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:43:32,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:43:32,993 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:43:32,993 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:43:32,993 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 07:43:40,710 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 07:43:40,711 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 07:43:44,064 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:43:44,067 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:43:44,564 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:43:44,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:43:44,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:43:56,827 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 07:43:56,829 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 07:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 07:44:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 07:44:30,759 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:44:30,761 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:44:31,331 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:44:31,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:44:31,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:44:32,993 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 07:44:32,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:44:32,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:44:32,995 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:44:32,995 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:44:33,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:44:33,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:44:33,022 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 07:44:38,187 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 07:44:38,188 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 07:44:40,711 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 07:44:40,712 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 07:44:56,829 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 07:44:56,831 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 07:45:11,457 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:45:11,460 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:45:12,002 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:45:12,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 07:45:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 07:45:12,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:45:33,023 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 07:45:33,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:45:33,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:45:33,025 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:45:33,025 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:45:33,050 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:45:33,050 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:45:33,050 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 07:45:40,712 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 07:45:40,713 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 07:45:44,430 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:45:44,432 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:45:44,948 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:45:44,949 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:45:45,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:45:56,831 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 07:45:56,833 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 07:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 07:46:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 07:46:27,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:46:27,587 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:46:28,086 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:46:28,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:46:28,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:46:33,050 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 07:46:33,051 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:46:33,051 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:46:33,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:46:33,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:46:33,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:46:33,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:46:33,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 07:46:40,714 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 07:46:40,715 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 07:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-11-19 07:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-11-19 07:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3991) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3992) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3991) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-3992) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:46:52,693 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:46:52,699 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:46:56,833 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 07:46:56,835 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 07:47:00,888 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=49316,localport=11112]
2025-11-19 07:47:00,889 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) >> A-ASSOCIATE-RQ
2025-11-19 07:47:00,889 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) << A-ASSOCIATE-AC
2025-11-19 07:47:01,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:47:08,930 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:47:08,932 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:47:09,432 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:47:09,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:47:09,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 07:47:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 07:47:33,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 07:47:33,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:47:33,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:47:33,079 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:47:33,079 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:47:33,103 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:47:33,103 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:47:33,104 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 07:47:40,715 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 07:47:40,716 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 07:47:56,835 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 07:47:56,837 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 07:47:57,417 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:47:57,420 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:47:57,934 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:47:57,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:47:58,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 07:48:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 07:48:33,104 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 07:48:33,105 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:48:33,105 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:48:33,107 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:48:33,107 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:48:33,131 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:48:33,131 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:48:33,131 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 07:48:40,576 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:48:40,578 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:48:40,716 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 07:48:40,717 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 07:48:41,096 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:48:41,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:48:41,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:48:56,837 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 07:48:56,840 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 07:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 07:49:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 07:49:23,962 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:49:23,966 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:49:24,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:49:24,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:49:24,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:49:33,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 07:49:33,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:49:33,133 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:49:33,134 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:49:33,134 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:49:33,160 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:49:33,160 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:49:33,160 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 07:49:38,189 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-11-19 07:49:38,243 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) Calculated size of 1 studies
2025-11-19 07:49:38,243 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-11-19 07:49:40,718 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 07:49:40,719 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 07:49:54,943 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:49:54,945 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:49:55,458 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:49:55,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:49:55,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:49:56,094 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3993) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:49:56,103 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Patient[pk=8782, id=PatientID[pk=8782, id=68309, issuer=DCM4CHEE.AF19E3D4.055293F1], name=NECY GODOY LEITE]
2025-11-19 07:49:56,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Study[pk=8791, uid=1.2.392.200036.9125.2.3619053820161.65116255297.33525, id=*]
2025-11-19 07:49:56,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Series[pk=8895, uid=1.2.392.200036.9125.3.3619053820161.65116255297.33526, no=3001, mod=CR]
2025-11-19 07:49:56,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Instance[pk=223505, uid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 07:49:56,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Location[pk=223505, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/3BC1B1E0, tsuid=1.2.840.10008.1.2, size=8391774, status=OK, objectType=DICOM_FILE]
2025-11-19 07:49:56,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Updated DB in 63 ms
2025-11-19 07:49:56,159 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) No duplicate record with equal Patient ID found Patient[pk=8782, id=PatientID[pk=8782, id=68309, issuer=DCM4CHEE.AF19E3D4.055293F1], name=NECY GODOY LEITE]
2025-11-19 07:49:56,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:49:56,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:49:56,840 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 07:49:56,842 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 07:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 07:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 07:50:33,160 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 07:50:33,161 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:50:33,161 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:50:33,162 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:50:33,162 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:50:33,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:50:33,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:50:33,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 07:50:35,989 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:50:35,991 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:50:36,505 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:50:36,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:50:36,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:50:40,719 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 07:50:40,720 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 07:50:56,842 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 07:50:56,843 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 07:51:08,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:51:08,794 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:51:09,291 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:51:09,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:51:09,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 07:51:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 07:51:33,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 07:51:33,184 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 07:51:33,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:51:33,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:51:33,186 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 07:51:33,187 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 07:51:33,188 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:51:33,188 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:51:33,209 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:51:33,209 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:51:33,209 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 07:51:40,720 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 07:51:40,722 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 07:51:48,878 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:51:48,880 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:51:49,372 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:51:49,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:51:49,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 07:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 07:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4014) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4015) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4014) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4015) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:51:52,699 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:51:52,705 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:51:56,844 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 07:51:56,845 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 07:51:57,001 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014100605908&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:51:58,178 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014100619627&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:51:59,358 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014101103744&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:00,600 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014101208840&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:01,778 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014101237454&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:02,974 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014101320369&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:04,118 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014101349278&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:05,307 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014101422563&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:06,460 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014100537200&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:09,580 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014100546285&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:11,161 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014100756366&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 07:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 07:52:12,285 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014100819174&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:13,921 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014100832848&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:15,144 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014100907252&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:16,280 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014100939439&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:17,408 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014100952348&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:18,652 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014101006998&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:19,782 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014101012465&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:20,967 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62368&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251014100536863&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251014101058179&contentType=image/jpeg from null@162.240.235.97
2025-11-19 07:52:29,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:52:29,848 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:52:30,335 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:52:30,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:52:30,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:52:33,210 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 07:52:33,210 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:52:33,211 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:52:33,212 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:52:33,212 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:52:33,233 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:52:33,233 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:52:33,233 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 07:52:40,722 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 07:52:40,723 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 07:52:49,531 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3993) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:52:49,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Instance[pk=223506, uid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 07:52:49,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Location[pk=223506, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/21AE86EC, tsuid=1.2.840.10008.1.2, size=8391764, status=OK, objectType=DICOM_FILE]
2025-11-19 07:52:49,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Updated DB in 25 ms
2025-11-19 07:52:49,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:52:49,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:52:56,846 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 07:52:56,848 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 07:53:10,252 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:53:10,255 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:53:10,765 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:53:10,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:53:10,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 07:53:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 07:53:33,233 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 07:53:33,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:53:33,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:53:33,236 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:53:33,236 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:53:33,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:53:33,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:53:33,260 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 07:53:33,260 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 07:53:40,723 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 07:53:40,724 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 07:53:54,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:53:54,034 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:53:54,567 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:53:54,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:53:54,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:53:56,848 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 07:53:56,850 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 07:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 07:54:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 07:54:31,149 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:54:31,151 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:54:31,668 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:54:31,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:54:31,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:54:33,260 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 07:54:33,261 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:54:33,261 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:54:33,262 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 07:54:33,263 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:54:33,263 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:54:33,284 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:54:33,284 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:54:33,284 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 07:54:38,243 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-11-19 07:54:38,245 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-11-19 07:54:40,725 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 07:54:40,726 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 07:54:56,850 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 07:54:56,852 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 07:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 07:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 07:55:13,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:55:13,655 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:55:14,172 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:55:14,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:55:14,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:55:33,284 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 07:55:33,285 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:55:33,286 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:55:33,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:55:33,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:55:33,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:55:33,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:55:33,308 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 07:55:40,726 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 07:55:40,727 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 07:55:43,150 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3993) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:55:43,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Instance[pk=223507, uid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 07:55:43,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Location[pk=223507, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/66741C04, tsuid=1.2.840.10008.1.2, size=8391776, status=OK, objectType=DICOM_FILE]
2025-11-19 07:55:43,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Updated DB in 11 ms
2025-11-19 07:55:43,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:55:43,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:55:56,066 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:55:56,069 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:55:56,566 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:55:56,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:55:56,776 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:55:56,852 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 07:55:56,854 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 07:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 07:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 07:56:28,722 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:56:28,725 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:56:29,247 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:56:29,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:56:29,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:56:33,309 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 07:56:33,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:56:33,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:56:33,311 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:56:33,311 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:56:33,338 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:56:33,339 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:56:33,339 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 07:56:40,727 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 07:56:40,729 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 07:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-11-19 07:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4036) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-11-19 07:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4037) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4036) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 07:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4037) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 07:56:52,706 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:56:52,712 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 07:56:56,854 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 07:56:56,856 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 07:57:01,911 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:57:01,913 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:57:02,426 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:57:02,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:57:02,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 07:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 07:57:33,339 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 07:57:33,340 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:57:33,340 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:57:33,341 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 07:57:33,342 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:57:33,342 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:57:33,365 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:57:33,365 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:57:33,365 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 07:57:40,729 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 07:57:40,730 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 07:57:52,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:57:52,107 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:57:52,624 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:57:52,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:57:52,836 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:57:56,856 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 07:57:56,858 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 07:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 07:58:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 07:58:33,365 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 07:58:33,366 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:58:33,366 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:58:33,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:58:33,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:58:33,392 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:58:33,392 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:58:33,392 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 07:58:37,542 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:58:37,544 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:58:37,948 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3993) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:58:37,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Instance[pk=223508, uid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 07:58:37,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Create Location[pk=223508, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/977ACA4B, tsuid=1.2.840.10008.1.2, size=8391776, status=OK, objectType=DICOM_FILE]
2025-11-19 07:58:37,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93): Updated DB in 17 ms
2025-11-19 07:58:37,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:58:38,057 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:58:38,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:58:38,166 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) >> A-RELEASE-RQ
2025-11-19 07:58:38,166 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3993) DCM4CHEE<-FCR-CSL1(93) << A-RELEASE-RP
2025-11-19 07:58:38,216 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-FCR-CSL1(93): close Socket[addr=187.91.27.8/187.91.27.8,port=49316,localport=11112]
2025-11-19 07:58:38,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:58:40,730 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 07:58:40,731 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 07:58:56,858 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 07:58:56,860 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 07:59:06,287 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSDeleteScheduler.execute()
2025-11-19 07:59:06,293 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSDeleteScheduler.execute()
2025-11-19 07:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 07:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 07:59:24,138 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-3963) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 07:59:24,140 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-3963) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 07:59:24,673 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:59:24,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:59:24,882 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) >> A-RELEASE-RQ
2025-11-19 07:59:24,882 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-3963) DCM4CHEE<-HS60MT(92) << A-RELEASE-RP
2025-11-19 07:59:24,932 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS60MT(92): close Socket[addr=187.91.27.8/187.91.27.8,port=49234,localport=11112]
2025-11-19 07:59:33,392 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 07:59:33,393 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:59:33,393 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:59:33,394 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:59:33,394 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:59:33,415 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 07:59:33,416 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 07:59:33,416 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 07:59:38,245 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-11-19 07:59:38,326 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) Calculated size of 1 studies
2025-11-19 07:59:38,326 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-11-19 07:59:40,731 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 07:59:40,733 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 07:59:55,336 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=49257,localport=11112]
2025-11-19 07:59:55,337 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> A-ASSOCIATE-RQ
2025-11-19 07:59:55,337 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << A-ASSOCIATE-AC
2025-11-19 07:59:55,541 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 07:59:56,861 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 07:59:56,862 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 08:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 08:00:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 08:00:33,416 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 08:00:33,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:00:33,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:00:33,418 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 08:00:33,419 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 08:00:33,420 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:00:33,420 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:00:33,440 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:00:33,440 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:00:33,440 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 08:00:37,670 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:00:37,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): Found previous received Instance[pk=223504, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:00:37,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): Replace previous received Instance[pk=223504, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:00:37,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): Create Instance[pk=223509, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:00:37,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): Create Location[pk=223509, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/A84A9425, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 08:00:37,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): Updated DB in 32 ms
2025-11-19 08:00:37,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:00:37,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:00:40,733 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 08:00:40,734 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 08:00:56,862 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 08:00:56,864 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 08:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 08:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 08:01:24,536 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:01:24,538 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:01:25,067 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:01:25,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:01:25,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:01:33,440 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 08:01:33,442 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 08:01:33,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:01:33,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:01:33,444 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:01:33,444 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:01:33,464 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:01:33,464 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:01:33,464 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 08:01:40,734 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 08:01:40,735 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 08:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-11-19 08:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-11-19 08:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4058) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4059) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4059) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4058) Start deleting 1 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:01:50,798 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4058) Finished deleting 1 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:01:50,798 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4058) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:01:52,713 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:01:52,719 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:01:56,864 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 08:01:56,866 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 08:02:02,214 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:02:02,216 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:02:02,717 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:02:02,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:02:02,925 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 08:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 08:02:33,464 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 08:02:33,466 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 08:02:33,466 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:02:33,466 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:02:33,467 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:02:33,467 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:02:33,497 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:02:33,497 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:02:33,498 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 08:02:33,498 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 08:02:40,735 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 08:02:40,736 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 08:02:47,779 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:02:47,781 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:02:48,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:02:48,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:02:48,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:02:56,867 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 08:02:56,868 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 08:03:07,219 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=49373,localport=11112]
2025-11-19 08:03:07,220 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95) >> A-ASSOCIATE-RQ
2025-11-19 08:03:07,220 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95) << A-ASSOCIATE-AC
2025-11-19 08:03:07,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95) >> 13:C-STORE-RQ[pcid=11, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349576.3322225854.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 08:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 08:03:33,499 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 08:03:33,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:03:33,500 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:03:33,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:03:33,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:03:33,522 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:03:33,522 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:03:33,522 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 08:03:34,776 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:03:34,778 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:03:35,341 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:03:35,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:03:35,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:03:40,737 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 08:03:40,738 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 08:03:56,869 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 08:03:56,871 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 08:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 08:04:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 08:04:18,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:04:18,684 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:04:19,197 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:04:19,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:04:19,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:04:33,523 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 08:04:33,523 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:04:33,524 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:04:33,525 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:04:33,525 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:04:33,547 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:04:33,547 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:04:33,547 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 08:04:38,326 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start StudySizeScheduler.execute()
2025-11-19 08:04:38,328 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished StudySizeScheduler.execute()
2025-11-19 08:04:40,738 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 08:04:40,739 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 08:04:55,684 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:04:55,687 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:04:56,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:04:56,179 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:04:56,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:04:56,871 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 08:04:56,873 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 08:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 08:05:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 08:05:24,975 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=49404,localport=11112]
2025-11-19 08:05:24,983 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96) >> A-ASSOCIATE-RQ
2025-11-19 08:05:24,983 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96) << A-ASSOCIATE-AC
2025-11-19 08:05:25,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96) >> 0:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510744.2 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 08:05:28,641 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4074) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:05:28,676 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96): No Patient ID in received object
2025-11-19 08:05:28,678 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96): Create Patient[pk=8783, id=PatientID[pk=8783, id=P-00000024, issuer=DCM4CHEE.null.null], name=null]
2025-11-19 08:05:28,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96): Create Study[pk=8792, uid=1.2.840.113619.2.423.84107009440.1763510744.3, id=*]
2025-11-19 08:05:28,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96): Create Series[pk=8896, uid=1.2.840.113619.2.423.84107009440.1763510744.4, no=0, mod=US]
2025-11-19 08:05:28,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96): Create Instance[pk=223510, uid=1.2.840.113619.2.423.84107009440.1763510744.2, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 08:05:28,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96): Create Location[pk=223510, systemID=amazon-s3, path=2025/11/19/EE90ADCB/EE90ADCC/EE90ADCA, tsuid=1.2.840.10008.1.2.1, size=692502, status=OK, objectType=DICOM_FILE]
2025-11-19 08:05:28,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96): Updated DB in 66 ms
2025-11-19 08:05:28,708 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4074) No duplicate record with equal Patient ID found Patient[pk=8783, id=PatientID[pk=8783, id=P-00000024, issuer=DCM4CHEE.null.null], name=null]
2025-11-19 08:05:28,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96) << 0:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510744.2 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 08:05:28,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96) >> A-RELEASE-RQ
2025-11-19 08:05:28,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4074) DCM4CHEE<-F6LOGIQ(96) << A-RELEASE-RP
2025-11-19 08:05:29,040 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-F6LOGIQ(96): close Socket[addr=187.91.27.8/187.91.27.8,port=49404,localport=11112]
2025-11-19 08:05:33,548 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 08:05:33,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:05:33,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:05:33,550 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:05:33,550 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:05:33,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:05:33,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:05:33,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 08:05:37,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:05:37,653 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:05:38,165 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:05:38,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:05:38,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:05:40,739 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 08:05:40,740 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 08:05:47,589 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=49406,localport=11112]
2025-11-19 08:05:47,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97) >> A-ASSOCIATE-RQ
2025-11-19 08:05:47,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97) << A-ASSOCIATE-AC
2025-11-19 08:05:47,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97) >> 1:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510744.2 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 08:05:50,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4080) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:05:50,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97): Found previous received Instance[pk=223510, uid=1.2.840.113619.2.423.84107009440.1763510744.2, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 08:05:50,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97): Replace previous received Instance[pk=223510, uid=1.2.840.113619.2.423.84107009440.1763510744.2, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 08:05:50,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97): Delete Series[pk=8896, uid=1.2.840.113619.2.423.84107009440.1763510744.4, no=0, mod=US]
2025-11-19 08:05:50,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97): Delete Study[pk=8792, uid=1.2.840.113619.2.423.84107009440.1763510744.3, id=*]
2025-11-19 08:05:51,000 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97): Create Patient[pk=8784, id=PatientID[pk=8784, id=191125-080603, issuer=DCM4CHEE.null.null], name=null]
2025-11-19 08:05:51,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97): Create Study[pk=8793, uid=1.2.840.113619.2.423.84107009440.1763510764.8, id=*]
2025-11-19 08:05:51,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97): Create Series[pk=8897, uid=1.2.840.113619.2.423.84107009440.1763510764.9, no=1, mod=US]
2025-11-19 08:05:51,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97): Create Instance[pk=223511, uid=1.2.840.113619.2.423.84107009440.1763510744.2, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 08:05:51,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97): Create Location[pk=223511, systemID=amazon-s3, path=2025/11/19/EE91968E/EE91968F/EE90ADCA, tsuid=1.2.840.10008.1.2.1, size=692540, status=OK, objectType=DICOM_FILE]
2025-11-19 08:05:51,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97): Updated DB in 58 ms
2025-11-19 08:05:51,016 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4080) No duplicate record with equal Patient ID found Patient[pk=8784, id=PatientID[pk=8784, id=191125-080603, issuer=DCM4CHEE.null.null], name=null]
2025-11-19 08:05:51,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97) << 1:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510744.2 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 08:05:51,311 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97) >> A-RELEASE-RQ
2025-11-19 08:05:51,312 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4080) DCM4CHEE<-F6LOGIQ(97) << A-RELEASE-RP
2025-11-19 08:05:51,362 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-F6LOGIQ(97): close Socket[addr=187.91.27.8/187.91.27.8,port=49406,localport=11112]
2025-11-19 08:05:56,873 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 08:05:56,875 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 08:06:00,893 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4064) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:00,898 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95): Create Patient[pk=8785, id=PatientID[pk=8785, id=68303, issuer=DCM4CHEE.5C56F6C6.0A2B1928], name=VIVIAN PATRICIA VIEIRA DA SILVA]
2025-11-19 08:06:00,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95): Create Study[pk=8794, uid=1.2.392.200036.9125.2.3619053820161.65116256436.335218, id=*]
2025-11-19 08:06:00,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95): Create Series[pk=8898, uid=1.2.392.200036.9125.3.3619053820161.65116256436.335219, no=3001, mod=CR]
2025-11-19 08:06:00,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95): Create Instance[pk=223512, uid=1.2.392.200036.9125.9.0.254349576.3322225854.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 08:06:00,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95): Create Location[pk=223512, systemID=amazon-s3, path=2025/11/19/75596EA9/B27932C9/F06E89A7, tsuid=1.2.840.10008.1.2, size=8391806, status=OK, objectType=DICOM_FILE]
2025-11-19 08:06:00,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95): Updated DB in 43 ms
2025-11-19 08:06:00,938 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4064) No duplicate record with equal Patient ID found Patient[pk=8785, id=PatientID[pk=8785, id=68303, issuer=DCM4CHEE.5C56F6C6.0A2B1928], name=VIVIAN PATRICIA VIEIRA DA SILVA]
2025-11-19 08:06:00,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95) << 13:C-STORE-RSP[pcid=11, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349576.3322225854.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:01,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95) >> 15:C-STORE-RQ[pcid=11, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349577.218506430.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 08:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 08:06:19,883 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:19,886 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:06:20,384 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:06:20,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:20,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:21,997 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=49410,localport=11112]
2025-11-19 08:06:21,997 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4082) DCM4CHEE<-F6LOGIQ(98) >> A-ASSOCIATE-RQ
2025-11-19 08:06:21,998 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4082) DCM4CHEE<-F6LOGIQ(98) << A-ASSOCIATE-AC
2025-11-19 08:06:27,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4082) DCM4CHEE<-F6LOGIQ(98) >> 2:C-STORE-RQ[pcid=5, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510788.14.528 - ?
  tsuid=1.2.840.10008.1.2.4.70 - JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])]
2025-11-19 08:06:33,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 08:06:33,573 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 08:06:33,574 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:06:33,574 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:06:33,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:06:33,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:06:33,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:06:33,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:06:33,597 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 08:06:33,598 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 08:06:40,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4082) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:40,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4082) DCM4CHEE<-F6LOGIQ(98): Create Instance[pk=223513, uid=1.2.840.113619.2.423.84107009440.1763510788.14.528, class=1.2.840.10008.5.1.4.1.1.3.1, no=256]
2025-11-19 08:06:40,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4082) DCM4CHEE<-F6LOGIQ(98): Create Location[pk=223513, systemID=amazon-s3, path=2025/11/19/EE91968E/EE91968F/2C5A73D8, tsuid=1.2.840.10008.1.2.4.70, size=6838702, status=OK, objectType=DICOM_FILE]
2025-11-19 08:06:40,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4082) DCM4CHEE<-F6LOGIQ(98): Updated DB in 13 ms
2025-11-19 08:06:40,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4082) DCM4CHEE<-F6LOGIQ(98) << 2:C-STORE-RSP[pcid=5, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510788.14.528 - ?
  tsuid=1.2.840.10008.1.2.4.70 - JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])]
2025-11-19 08:06:40,333 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4082) DCM4CHEE<-F6LOGIQ(98) >> A-RELEASE-RQ
2025-11-19 08:06:40,333 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4082) DCM4CHEE<-F6LOGIQ(98) << A-RELEASE-RP
2025-11-19 08:06:40,384 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-F6LOGIQ(98): close Socket[addr=187.91.27.8/187.91.27.8,port=49410,localport=11112]
2025-11-19 08:06:40,741 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 08:06:40,741 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 08:06:40,911 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=49411,localport=11112]
2025-11-19 08:06:40,911 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99) >> A-ASSOCIATE-RQ
2025-11-19 08:06:40,911 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99) << A-ASSOCIATE-AC
2025-11-19 08:06:43,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99) >> 3:C-STORE-RQ[pcid=5, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510793.17.528 - ?
  tsuid=1.2.840.10008.1.2.4.70 - JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])]
2025-11-19 08:06:47,487 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52083,localport=11112]
2025-11-19 08:06:47,493 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) >> A-ASSOCIATE-RQ
2025-11-19 08:06:47,493 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) << A-ASSOCIATE-AC
2025-11-19 08:06:47,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 08:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 08:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4088) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4089) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:06:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4088) Start deleting 1 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:06:49,976 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4089) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:06:50,739 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4088) Finished deleting 1 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:06:50,739 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4088) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:06:51,108 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:51,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Series[pk=8899, uid=1.2.410.200001.101.11.301.1123109166.2.20251119080129530, no=1, mod=US]
2025-11-19 08:06:51,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Instance[pk=223514, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:06:51,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Location[pk=223514, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CAD00D86, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:06:51,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Updated DB in 64 ms
2025-11-19 08:06:51,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:51,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:52,719 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:06:52,725 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:06:53,014 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:53,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Instance[pk=223515, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:06:53,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Location[pk=223515, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CC77A139, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:06:53,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Updated DB in 14 ms
2025-11-19 08:06:53,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:53,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:54,627 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:54,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Instance[pk=223516, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:06:54,630 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Location[pk=223516, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CE3AA7A4, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:06:54,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Updated DB in 13 ms
2025-11-19 08:06:54,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:54,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:55,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4085) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:55,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Create Instance[pk=223517, uid=1.2.840.113619.2.423.84107009440.1763510793.17.528, class=1.2.840.10008.5.1.4.1.1.3.1, no=256]
2025-11-19 08:06:55,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Create Location[pk=223517, systemID=amazon-s3, path=2025/11/19/EE91968E/EE91968F/B9634901, tsuid=1.2.840.10008.1.2.4.70, size=6838702, status=OK, objectType=DICOM_FILE]
2025-11-19 08:06:55,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Updated DB in 24 ms
2025-11-19 08:06:55,824 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99) << 3:C-STORE-RSP[pcid=5, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510793.17.528 - ?
  tsuid=1.2.840.10008.1.2.4.70 - JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])]
2025-11-19 08:06:56,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99) >> 4:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510802.18 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 08:06:56,227 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:56,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Instance[pk=223518, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:06:56,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Location[pk=223518, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CFE3361D, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:06:56,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Updated DB in 13 ms
2025-11-19 08:06:56,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:56,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:56,875 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 08:06:56,877 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 08:06:57,857 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:57,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Instance[pk=223519, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:06:57,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Location[pk=223519, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D1986C59, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:06:57,867 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Updated DB in 10 ms
2025-11-19 08:06:57,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:57,931 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4085) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:57,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Create Instance[pk=223520, uid=1.2.840.113619.2.423.84107009440.1763510802.18, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 08:06:57,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Create Location[pk=223520, systemID=amazon-s3, path=2025/11/19/EE91968E/EE91968F/E5009D6C, tsuid=1.2.840.10008.1.2.1, size=692532, status=OK, objectType=DICOM_FILE]
2025-11-19 08:06:57,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Updated DB in 7 ms
2025-11-19 08:06:57,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99) << 4:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510802.18 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 08:06:58,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:58,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99) >> 5:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510802.18 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 08:06:58,385 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024093601947&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:06:59,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:59,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Instance[pk=223521, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:06:59,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Location[pk=223521, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D34B037A, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:06:59,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Updated DB in 13 ms
2025-11-19 08:06:59,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:59,594 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024093821755&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:06:59,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:06:59,991 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4085) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:06:59,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Found previous received Instance[pk=223520, uid=1.2.840.113619.2.423.84107009440.1763510802.18, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 08:06:59,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Replace previous received Instance[pk=223520, uid=1.2.840.113619.2.423.84107009440.1763510802.18, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 08:06:59,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Create Instance[pk=223522, uid=1.2.840.113619.2.423.84107009440.1763510802.18, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 08:06:59,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Create Location[pk=223522, systemID=amazon-s3, path=2025/11/19/EE91968E/EE91968F/49EFB80B, tsuid=1.2.840.10008.1.2.1, size=692532, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:00,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99): Updated DB in 19 ms
2025-11-19 08:07:00,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99) << 5:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763510802.18 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 08:07:00,323 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99) >> A-RELEASE-RQ
2025-11-19 08:07:00,323 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4085) DCM4CHEE<-F6LOGIQ(99) << A-RELEASE-RP
2025-11-19 08:07:00,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-F6LOGIQ(99): close Socket[addr=187.91.27.8/187.91.27.8,port=49411,localport=11112]
2025-11-19 08:07:00,705 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024093835356&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:01,238 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4086) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:01,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Instance[pk=223523, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:07:01,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Create Location[pk=223523, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D6C499F3, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:01,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100): Updated DB in 14 ms
2025-11-19 08:07:01,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:01,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) >> A-RELEASE-RQ
2025-11-19 08:07:01,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4086) DCM4CHEE<-HS30(100) << A-RELEASE-RP
2025-11-19 08:07:01,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS30(100): close Socket[addr=187.91.27.8/187.91.27.8,port=52083,localport=11112]
2025-11-19 08:07:01,608 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:01,612 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:07:01,867 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52084,localport=11112]
2025-11-19 08:07:01,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) >> A-ASSOCIATE-RQ
2025-11-19 08:07:01,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) << A-ASSOCIATE-AC
2025-11-19 08:07:01,894 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024093609526&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:02,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:02,131 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:07:02,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:02,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:03,040 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024093619241&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:04,209 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024093626746&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:05,367 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024093923923&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:06,245 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:06,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Found previous received Instance[pk=223514, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:07:06,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Replace previous received Instance[pk=223514, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:07:06,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Instance[pk=223524, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:07:06,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Location[pk=223524, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/FB33A873, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:06,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Updated DB in 15 ms
2025-11-19 08:07:06,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:06,516 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094002112&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:07,667 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094131000&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:08,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:09,241 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024093753146&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:10,393 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094157611&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:11,541 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094427917&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 08:07:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 08:07:12,734 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094509301&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:13,892 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094732185&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:15,059 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024095049339&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:16,219 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094201568&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:17,429 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094900737&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:18,627 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094414012&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:19,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:19,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Found previous received Instance[pk=223515, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:07:19,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Replace previous received Instance[pk=223515, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:07:19,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Instance[pk=223525, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:07:19,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Location[pk=223525, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/C862F555, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:19,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Updated DB in 17 ms
2025-11-19 08:07:19,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:19,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:19,781 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094532373&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:21,371 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024094557920&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:21,657 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:21,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Found previous received Instance[pk=223516, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:07:21,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Replace previous received Instance[pk=223516, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:07:21,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Instance[pk=223526, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:07:21,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Location[pk=223526, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/42599453, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:21,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Updated DB in 18 ms
2025-11-19 08:07:21,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:21,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:22,546 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024095028291&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:23,687 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64309&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024093601566&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024095121213&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:07:23,712 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:23,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Found previous received Instance[pk=223518, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:07:23,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Replace previous received Instance[pk=223518, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:07:23,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Instance[pk=223527, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:07:23,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Location[pk=223527, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/8DE62932, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:23,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Updated DB in 17 ms
2025-11-19 08:07:23,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:23,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:26,059 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:26,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Found previous received Instance[pk=223519, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:07:26,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Replace previous received Instance[pk=223519, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:07:26,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Instance[pk=223528, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:07:26,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Location[pk=223528, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/6049D71C, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:26,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Updated DB in 14 ms
2025-11-19 08:07:26,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:26,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:27,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:27,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Found previous received Instance[pk=223521, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:07:27,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Replace previous received Instance[pk=223521, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:07:27,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Instance[pk=223529, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:07:27,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Location[pk=223529, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/AA641B6C, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:27,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Updated DB in 9 ms
2025-11-19 08:07:27,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:27,985 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:29,474 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:29,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Found previous received Instance[pk=223523, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:07:29,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Replace previous received Instance[pk=223523, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:07:29,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Instance[pk=223530, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:07:29,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Create Location[pk=223530, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/A7BA1C52, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:29,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101): Updated DB in 14 ms
2025-11-19 08:07:29,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:29,694 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) >> A-RELEASE-RQ
2025-11-19 08:07:29,694 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(101) << A-RELEASE-RP
2025-11-19 08:07:29,744 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(101): close Socket[addr=187.91.27.8/187.91.27.8,port=52084,localport=11112]
2025-11-19 08:07:30,101 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52085,localport=11112]
2025-11-19 08:07:30,101 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) >> A-ASSOCIATE-RQ
2025-11-19 08:07:30,101 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) << A-ASSOCIATE-AC
2025-11-19 08:07:30,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:33,598 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 08:07:33,599 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 08:07:33,600 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:07:33,601 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:07:33,601 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 08:07:33,602 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 08:07:33,603 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:07:33,603 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:07:33,625 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:07:33,625 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:07:33,626 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 08:07:33,626 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 08:07:34,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:34,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Found previous received Instance[pk=223524, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:07:34,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Replace previous received Instance[pk=223524, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:07:34,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Instance[pk=223531, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:07:34,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Location[pk=223531, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/711A5E19, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:34,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Updated DB in 17 ms
2025-11-19 08:07:34,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:34,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:36,425 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:36,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Found previous received Instance[pk=223525, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:07:36,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Replace previous received Instance[pk=223525, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:07:36,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Instance[pk=223532, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:07:36,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Location[pk=223532, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/11DBB2C7, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:36,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Updated DB in 13 ms
2025-11-19 08:07:36,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:36,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:38,698 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:38,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Found previous received Instance[pk=223526, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:07:38,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Replace previous received Instance[pk=223526, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:07:38,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Instance[pk=223533, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:07:38,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Location[pk=223533, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/86CEBF1B, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:38,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Updated DB in 19 ms
2025-11-19 08:07:38,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:38,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:40,430 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:40,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Found previous received Instance[pk=223527, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:07:40,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Replace previous received Instance[pk=223527, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:07:40,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Instance[pk=223534, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:07:40,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Location[pk=223534, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/194ECD5D, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:40,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Updated DB in 20 ms
2025-11-19 08:07:40,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:40,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:40,742 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 08:07:40,743 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 08:07:42,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:42,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Found previous received Instance[pk=223528, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:07:42,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Replace previous received Instance[pk=223528, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:07:42,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Instance[pk=223535, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:07:42,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Location[pk=223535, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/FE3F9B8A, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:42,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Updated DB in 49 ms
2025-11-19 08:07:42,814 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:43,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:44,470 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:44,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Found previous received Instance[pk=223529, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:07:44,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Replace previous received Instance[pk=223529, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:07:44,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Instance[pk=223536, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:07:44,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Location[pk=223536, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/5E6F0687, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:44,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Updated DB in 18 ms
2025-11-19 08:07:44,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:44,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:46,511 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:46,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Found previous received Instance[pk=223530, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:07:46,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Replace previous received Instance[pk=223530, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:07:46,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Instance[pk=223537, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:07:46,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Create Location[pk=223537, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/5173062C, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:46,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102): Updated DB in 13 ms
2025-11-19 08:07:46,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:46,731 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) >> A-RELEASE-RQ
2025-11-19 08:07:46,731 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(102) << A-RELEASE-RP
2025-11-19 08:07:46,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS30(102): close Socket[addr=187.91.27.8/187.91.27.8,port=52085,localport=11112]
2025-11-19 08:07:47,137 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52087,localport=11112]
2025-11-19 08:07:47,137 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) >> A-ASSOCIATE-RQ
2025-11-19 08:07:47,137 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) << A-ASSOCIATE-AC
2025-11-19 08:07:47,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:51,498 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:51,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Found previous received Instance[pk=223531, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:07:51,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Replace previous received Instance[pk=223531, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:07:51,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Instance[pk=223538, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:07:51,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Location[pk=223538, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/7DFA4665, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:51,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Updated DB in 12 ms
2025-11-19 08:07:51,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:51,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:52,907 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:52,913 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:07:53,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:53,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Found previous received Instance[pk=223532, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:07:53,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Replace previous received Instance[pk=223532, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:07:53,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Instance[pk=223539, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:07:53,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Location[pk=223539, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/84D51220, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:53,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Updated DB in 12 ms
2025-11-19 08:07:53,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:53,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:53,898 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:07:53,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:54,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:55,687 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:55,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Found previous received Instance[pk=223533, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:07:55,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Replace previous received Instance[pk=223533, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:07:55,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Instance[pk=223540, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:07:55,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Location[pk=223540, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/1C745A76, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:55,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Updated DB in 18 ms
2025-11-19 08:07:55,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:55,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:56,877 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 08:07:56,879 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 08:07:57,392 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:57,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Found previous received Instance[pk=223534, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:07:57,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Replace previous received Instance[pk=223534, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:07:57,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Instance[pk=223541, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:07:57,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Location[pk=223541, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/45C393F3, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:57,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Updated DB in 17 ms
2025-11-19 08:07:57,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:57,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:59,654 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:07:59,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Found previous received Instance[pk=223535, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:07:59,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Replace previous received Instance[pk=223535, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:07:59,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Instance[pk=223542, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:07:59,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Location[pk=223542, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/13E3F787, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:07:59,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Updated DB in 15 ms
2025-11-19 08:07:59,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:07:59,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:01,539 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:01,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Found previous received Instance[pk=223536, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:08:01,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Replace previous received Instance[pk=223536, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:08:01,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Instance[pk=223543, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:08:01,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Location[pk=223543, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/12C98660, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:08:01,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Updated DB in 14 ms
2025-11-19 08:08:01,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:01,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:03,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:03,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Found previous received Instance[pk=223537, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:08:03,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Replace previous received Instance[pk=223537, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:08:03,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Instance[pk=223544, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:08:03,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Create Location[pk=223544, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/A81BCFA7, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:08:03,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103): Updated DB in 21 ms
2025-11-19 08:08:03,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:03,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) >> A-RELEASE-RQ
2025-11-19 08:08:03,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(103) << A-RELEASE-RP
2025-11-19 08:08:03,724 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(103): close Socket[addr=187.91.27.8/187.91.27.8,port=52087,localport=11112]
2025-11-19 08:08:04,081 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52088,localport=11112]
2025-11-19 08:08:04,081 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) >> A-ASSOCIATE-RQ
2025-11-19 08:08:04,081 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) << A-ASSOCIATE-AC
2025-11-19 08:08:04,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:08,603 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:08,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Found previous received Instance[pk=223538, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:08:08,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Replace previous received Instance[pk=223538, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:08:08,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Instance[pk=223545, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:08:08,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Location[pk=223545, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/80875150, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:08:08,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Updated DB in 21 ms
2025-11-19 08:08:08,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:08,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:10,923 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:10,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Found previous received Instance[pk=223539, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:08:10,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Replace previous received Instance[pk=223539, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:08:10,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Instance[pk=223546, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:08:10,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Location[pk=223546, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/38ED83A2, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:08:10,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Updated DB in 16 ms
2025-11-19 08:08:10,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:11,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 08:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 08:08:13,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:13,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Found previous received Instance[pk=223540, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:08:13,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Replace previous received Instance[pk=223540, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:08:13,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Instance[pk=223547, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:08:13,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Location[pk=223547, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/16633164, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:08:13,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Updated DB in 9 ms
2025-11-19 08:08:13,061 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:13,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:15,021 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:15,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Found previous received Instance[pk=223541, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:08:15,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Replace previous received Instance[pk=223541, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:08:15,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Instance[pk=223548, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:08:15,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Location[pk=223548, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/3D822BA2, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:08:15,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Updated DB in 21 ms
2025-11-19 08:08:15,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:15,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:17,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:17,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Found previous received Instance[pk=223542, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:08:17,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Replace previous received Instance[pk=223542, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:08:17,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Instance[pk=223549, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:08:17,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Location[pk=223549, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/23951B12, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:08:17,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Updated DB in 31 ms
2025-11-19 08:08:17,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:17,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:19,371 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:19,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Found previous received Instance[pk=223543, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:08:19,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Replace previous received Instance[pk=223543, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:08:19,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Instance[pk=223550, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:08:19,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Location[pk=223550, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/ECFA26A6, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:08:19,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Updated DB in 21 ms
2025-11-19 08:08:19,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:19,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:21,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4049) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:21,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Found previous received Instance[pk=223544, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:08:21,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Replace previous received Instance[pk=223544, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:08:21,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Instance[pk=223551, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:08:21,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Create Location[pk=223551, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/3A2084DC, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:08:21,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104): Updated DB in 18 ms
2025-11-19 08:08:21,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:21,443 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) >> A-RELEASE-RQ
2025-11-19 08:08:21,443 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4049) DCM4CHEE<-HS30(104) << A-RELEASE-RP
2025-11-19 08:08:21,493 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS30(104): close Socket[addr=187.91.27.8/187.91.27.8,port=52088,localport=11112]
2025-11-19 08:08:31,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:31,314 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:08:31,847 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:08:31,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:32,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:33,626 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 08:08:33,628 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 08:08:33,628 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 08:08:33,629 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 08:08:33,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:08:33,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:08:33,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:08:33,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:08:33,631 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 08:08:33,632 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 08:08:33,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:08:33,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:08:33,652 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 08:08:40,743 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 08:08:40,744 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 08:08:56,210 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4064) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:08:56,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95): Create Instance[pk=223552, uid=1.2.392.200036.9125.9.0.254349577.218506430.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 08:08:56,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95): Create Location[pk=223552, systemID=amazon-s3, path=2025/11/19/75596EA9/B27932C9/4FFEEC43, tsuid=1.2.840.10008.1.2, size=8391800, status=OK, objectType=DICOM_FILE]
2025-11-19 08:08:56,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95): Updated DB in 11 ms
2025-11-19 08:08:56,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95) << 15:C-STORE-RSP[pcid=11, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349577.218506430.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:56,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4064) DCM4CHEE<-FCR-CSL1(95) >> 17:C-STORE-RQ[pcid=11, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349577.1124541630.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:08:56,879 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 08:08:56,881 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 08:09:07,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:09:07,839 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:09:08,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:09:08,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:09:08,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 08:09:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 08:09:33,652 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 08:09:33,653 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 08:09:33,654 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 08:09:33,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:09:33,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:09:33,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:09:33,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:09:33,676 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:09:33,676 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:09:33,676 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 08:09:38,328 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 08:09:38,390 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) Calculated size of 1 studies
2025-11-19 08:09:38,390 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 08:09:40,744 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 08:09:40,745 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 08:09:42,142 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:09:42,177 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:09:42,681 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:09:42,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:09:42,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:09:56,881 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 08:09:56,883 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 08:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 08:10:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 08:10:15,584 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:10:15,586 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:10:16,090 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:10:16,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:16,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:16,436 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.91.27.8,port=52090,localport=11112]
2025-11-19 08:10:16,443 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) >> A-ASSOCIATE-RQ
2025-11-19 08:10:16,444 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) << A-ASSOCIATE-AC
2025-11-19 08:10:16,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:20,324 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:10:20,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Found previous received Instance[pk=223545, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:10:20,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Replace previous received Instance[pk=223545, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:10:20,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Instance[pk=223553, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:10:20,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Location[pk=223553, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/C674E26F, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:10:20,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Updated DB in 22 ms
2025-11-19 08:10:20,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:20,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:22,210 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:10:22,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Found previous received Instance[pk=223546, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:10:22,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Replace previous received Instance[pk=223546, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:10:22,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Instance[pk=223554, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:10:22,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Location[pk=223554, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/F8108AA6, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:10:22,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Updated DB in 13 ms
2025-11-19 08:10:22,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:22,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:24,094 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:10:24,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Found previous received Instance[pk=223547, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:10:24,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Replace previous received Instance[pk=223547, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:10:24,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Instance[pk=223555, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:10:24,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Location[pk=223555, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/B27DEFA8, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:10:24,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Updated DB in 18 ms
2025-11-19 08:10:24,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:24,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:26,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:10:26,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Found previous received Instance[pk=223548, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:10:26,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Replace previous received Instance[pk=223548, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:10:26,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Instance[pk=223556, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:10:26,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Location[pk=223556, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/DF4A2B6B, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:10:26,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Updated DB in 35 ms
2025-11-19 08:10:26,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:26,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:27,855 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:10:27,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Found previous received Instance[pk=223549, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:10:27,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Replace previous received Instance[pk=223549, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:10:27,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Instance[pk=223557, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:10:27,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Location[pk=223557, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/C6541398, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:10:27,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Updated DB in 8 ms
2025-11-19 08:10:27,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:28,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:29,556 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:10:29,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Found previous received Instance[pk=223550, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:10:29,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Replace previous received Instance[pk=223550, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:10:29,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Instance[pk=223558, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:10:29,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Location[pk=223558, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/88F3DAEE, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:10:29,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Updated DB in 15 ms
2025-11-19 08:10:29,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:29,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:31,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4102) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:10:31,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Found previous received Instance[pk=223551, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:10:31,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Replace previous received Instance[pk=223551, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:10:31,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Instance[pk=223559, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:10:31,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Create Location[pk=223559, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/20505FE1, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:10:31,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105): Updated DB in 13 ms
2025-11-19 08:10:31,707 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:31,915 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) >> A-RELEASE-RQ
2025-11-19 08:10:31,915 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4102) DCM4CHEE<-HS30(105) << A-RELEASE-RP
2025-11-19 08:10:31,966 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS30(105): close Socket[addr=187.91.27.8/187.91.27.8,port=52090,localport=11112]
2025-11-19 08:10:33,677 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 08:10:33,678 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 08:10:33,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:10:33,679 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:10:33,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:10:33,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:10:33,700 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:10:33,700 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:10:33,700 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 08:10:40,746 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 08:10:40,747 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 08:10:54,014 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4048) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:10:54,046 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4048) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:10:54,550 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:10:54,551 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:54,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4048) DCM4CHEE<-HS60MT(94) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:10:56,883 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 08:10:56,885 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 08:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 08:11:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 08:11:33,700 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 08:11:33,701 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 08:11:33,702 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 08:11:33,703 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 08:11:33,703 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:11:33,703 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:11:33,705 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:11:33,705 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:11:33,730 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:11:33,730 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:11:33,730 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 08:11:40,747 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 08:11:40,749 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 08:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-11-19 08:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4112) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-11-19 08:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4113) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4113) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:11:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4112) Start deleting 36 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:11:52,725 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:11:52,732 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:11:56,885 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 08:11:56,887 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 08:12:11,388 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4112) Finished deleting 36 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:12:11,388 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4112) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 08:12:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 08:12:33,731 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 08:12:33,731 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:12:33,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:12:33,733 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 08:12:33,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:12:33,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:12:33,754 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:12:33,755 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:12:33,755 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 08:12:40,749 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 08:12:40,750 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 08:12:56,887 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 08:12:56,889 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 08:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 08:13:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 08:13:33,755 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 08:13:33,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:13:33,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:13:33,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:13:33,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:13:33,777 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:13:33,777 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:13:33,778 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 08:13:40,750 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 08:13:40,752 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 08:13:56,889 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 08:13:56,891 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 08:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 08:14:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 08:14:33,778 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 08:14:33,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:14:33,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:14:33,780 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:14:33,780 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:14:33,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:14:33,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:14:33,801 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 08:14:34,906 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeTaskScheduler.execute()
2025-11-19 08:14:34,931 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeTaskScheduler.execute()
2025-11-19 08:14:38,391 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 08:14:38,614 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) Calculated size of 3 studies
2025-11-19 08:14:38,614 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 08:14:40,752 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 08:14:40,753 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 08:14:56,891 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 08:14:56,894 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 08:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 08:15:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 08:15:33,801 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 08:15:33,801 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:15:33,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:15:33,803 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:15:33,803 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:15:33,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:15:33,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:15:33,826 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 08:15:40,753 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 08:15:40,755 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 08:15:56,894 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 08:15:56,896 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 08:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 08:16:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 08:16:33,826 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 08:16:33,828 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,829 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,830 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,831 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,831 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:16:33,831 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:16:33,832 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,832 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,833 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,833 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,834 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:16:33,834 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:16:33,835 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,835 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,836 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,865 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:16:33,865 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:16:33,866 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,867 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,868 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:16:33,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 08:16:40,755 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 08:16:40,756 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 08:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 08:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4134) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 08:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4135) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4135) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4134) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:16:52,732 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:16:52,738 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:16:56,896 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 08:16:56,898 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 08:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 08:17:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 08:17:33,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 08:17:33,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:17:33,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:17:33,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:17:33,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:17:33,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:17:33,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:17:33,890 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 08:17:40,757 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 08:17:40,758 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 08:17:56,898 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 08:17:56,900 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 08:18:10,001 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49285,localport=11112]
2025-11-19 08:18:10,002 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4140) DCM4CHEE<-HS60MT(106) >> A-ASSOCIATE-RQ
2025-11-19 08:18:10,003 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4140) DCM4CHEE<-HS60MT(106) << A-ASSOCIATE-AC
2025-11-19 08:18:10,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4140) DCM4CHEE<-HS60MT(106) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142152005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 08:18:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 08:18:17,261 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49439,localport=11112]
2025-11-19 08:18:17,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4142) DCM4CHEE<-FCR-CSL1(107) >> A-ASSOCIATE-RQ
2025-11-19 08:18:17,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4142) DCM4CHEE<-FCR-CSL1(107) << A-ASSOCIATE-AC
2025-11-19 08:18:17,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4142) DCM4CHEE<-FCR-CSL1(107) >> 37:C-STORE-RQ[pcid=35, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349576.3322225854.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:18:33,890 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 08:18:33,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:18:33,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:18:33,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:18:33,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:18:33,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:18:33,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:18:33,912 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 08:18:40,758 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 08:18:40,759 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 08:18:56,900 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 08:18:56,901 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 08:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 08:19:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 08:19:33,913 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 08:19:33,913 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:19:33,914 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:19:33,915 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:19:33,915 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:19:33,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:19:33,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:19:33,935 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 08:19:38,615 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-11-19 08:19:38,622 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-11-19 08:19:40,760 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 08:19:40,761 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 08:19:56,902 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 08:19:56,904 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 08:20:09,124 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49456,localport=11112]
2025-11-19 08:20:09,125 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) >> A-ASSOCIATE-RQ
2025-11-19 08:20:09,125 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) << A-ASSOCIATE-AC
2025-11-19 08:20:09,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) >> 49:C-STORE-RQ[pcid=47, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349576.3322225854.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:20:12,047 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 08:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 08:20:15,589 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49287,localport=11112]
2025-11-19 08:20:15,595 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> A-ASSOCIATE-RQ
2025-11-19 08:20:15,595 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << A-ASSOCIATE-AC
2025-11-19 08:20:15,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:20:33,935 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 08:20:33,936 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:20:33,936 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:20:33,937 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:20:33,937 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:20:33,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:20:33,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:20:33,957 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 08:20:40,761 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 08:20:40,762 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 08:20:50,450 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52091,localport=11112]
2025-11-19 08:20:50,451 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> A-ASSOCIATE-RQ
2025-11-19 08:20:50,451 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << A-ASSOCIATE-AC
2025-11-19 08:20:50,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:20:54,520 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:20:54,527 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Patient[pk=8786, id=PatientID[pk=8786, id=68310, issuer=DCM4CHEE.799E5954.06C1060F], name=NEIDE BARRETO DO NASCIMENTO]
2025-11-19 08:20:54,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Study[pk=8795, uid=68310, id=68310]
2025-11-19 08:20:54,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Series[pk=8900, uid=1.2.410.200001.101.11.301.1123109166.2.20251119081323298, no=1, mod=US]
2025-11-19 08:20:54,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223560, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:20:54,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223560, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0313307E, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:20:54,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 29 ms
2025-11-19 08:20:54,550 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) No duplicate record with equal Patient ID found Patient[pk=8786, id=PatientID[pk=8786, id=68310, issuer=DCM4CHEE.799E5954.06C1060F], name=NEIDE BARRETO DO NASCIMENTO]
2025-11-19 08:20:54,551 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:20:54,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:20:56,091 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:20:56,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223561, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:20:56,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223561, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/03313179, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:20:56,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 14 ms
2025-11-19 08:20:56,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:20:56,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:20:56,904 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 08:20:56,905 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 08:20:57,589 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:20:57,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223562, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:20:57,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223562, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/04AEA7BB, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:20:57,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 15 ms
2025-11-19 08:20:57,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:20:57,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:20:59,145 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:20:59,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223563, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:20:59,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223563, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/08176F3C, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:20:59,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 12 ms
2025-11-19 08:20:59,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:20:59,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:00,163 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:00,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): Found previous received Instance[pk=223509, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:21:00,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): Replace previous received Instance[pk=223509, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:21:00,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): Create Instance[pk=223564, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:21:00,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): Create Location[pk=223564, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/AF8AB927, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:00,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): Updated DB in 19 ms
2025-11-19 08:21:00,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:00,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:00,694 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:00,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223565, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:21:00,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223565, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0A0348C7, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:00,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 20 ms
2025-11-19 08:21:00,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:00,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:02,522 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:02,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223566, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:21:02,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223566, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0D7A7C37, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:02,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 23 ms
2025-11-19 08:21:02,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:02,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:04,273 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:04,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223567, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:21:04,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223567, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/32DAE1A7, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:04,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 13 ms
2025-11-19 08:21:04,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:04,519 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:06,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:06,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223568, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:21:06,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223568, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/34763B2F, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:06,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 13 ms
2025-11-19 08:21:06,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:06,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:08,178 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:08,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223569, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:21:08,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223569, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/34B926EF, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:08,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 9 ms
2025-11-19 08:21:08,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:08,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:09,916 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:09,918 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223570, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:21:09,918 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223570, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/36557743, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:09,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 24 ms
2025-11-19 08:21:09,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:10,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:11,574 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:11,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Instance[pk=223571, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:21:11,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Create Location[pk=223571, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/37DCBCDF, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:11,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110): Updated DB in 18 ms
2025-11-19 08:21:11,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:11,818 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) >> A-RELEASE-RQ
2025-11-19 08:21:11,818 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(110) << A-RELEASE-RP
2025-11-19 08:21:11,869 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS30(110): close Socket[addr=187.36.104.204/187.36.104.204,port=52091,localport=11112]
2025-11-19 08:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 08:21:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 08:21:12,276 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52093,localport=11112]
2025-11-19 08:21:12,276 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> A-ASSOCIATE-RQ
2025-11-19 08:21:12,277 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << A-ASSOCIATE-AC
2025-11-19 08:21:12,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:16,520 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:16,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223560, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:21:16,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223560, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:21:16,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223572, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:21:16,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223572, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/6DD8CCC0, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:16,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 22 ms
2025-11-19 08:21:16,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:16,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:18,266 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:18,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223561, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:21:18,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223561, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:21:18,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223573, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:21:18,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223573, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/87C13AB0, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:18,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 10 ms
2025-11-19 08:21:18,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:18,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:20,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:20,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223562, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:21:20,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223562, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:21:20,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223574, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:21:20,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223574, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/B38741BB, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:20,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 20 ms
2025-11-19 08:21:20,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:20,333 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:21,785 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:21,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223563, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:21:21,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223563, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:21:21,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223575, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:21:21,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223575, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/E2F68FB3, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:21,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 18 ms
2025-11-19 08:21:21,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:22,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:23,670 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:23,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223565, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:21:23,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223565, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:21:23,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223576, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:21:23,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223576, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/FEDB6BD4, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:23,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 21 ms
2025-11-19 08:21:23,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:23,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:25,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:25,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223566, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:21:25,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223566, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:21:25,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223577, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:21:25,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223577, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/9049D8F6, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:25,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 24 ms
2025-11-19 08:21:25,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:25,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:27,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:27,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223567, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:21:27,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223567, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:21:27,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223578, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:21:27,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223578, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0BB9F931, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:27,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 29 ms
2025-11-19 08:21:27,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:27,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:30,057 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:30,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223568, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:21:30,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223568, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:21:30,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223579, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:21:30,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223579, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/987F114B, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:30,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 19 ms
2025-11-19 08:21:30,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:30,313 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:32,174 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:32,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223569, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:21:32,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223569, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:21:32,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223580, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:21:32,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223580, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/D4C2894E, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:32,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 14 ms
2025-11-19 08:21:32,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:32,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:33,958 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 08:21:33,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:21:33,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:21:33,959 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:21:33,960 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:21:33,985 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:21:33,985 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:21:33,986 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 08:21:34,702 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:34,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223570, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:21:34,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223570, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:21:34,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223581, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:21:34,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223581, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/94792A56, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:34,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 18 ms
2025-11-19 08:21:34,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:34,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:36,508 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:36,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Found previous received Instance[pk=223571, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:21:36,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Replace previous received Instance[pk=223571, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:21:36,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Instance[pk=223582, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:21:36,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Create Location[pk=223582, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/37DB7066, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:36,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111): Updated DB in 22 ms
2025-11-19 08:21:36,531 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:36,763 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) >> A-RELEASE-RQ
2025-11-19 08:21:36,763 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(111) << A-RELEASE-RP
2025-11-19 08:21:36,813 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(111): close Socket[addr=187.36.104.204/187.36.104.204,port=52093,localport=11112]
2025-11-19 08:21:37,231 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52094,localport=11112]
2025-11-19 08:21:37,231 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> A-ASSOCIATE-RQ
2025-11-19 08:21:37,231 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << A-ASSOCIATE-AC
2025-11-19 08:21:37,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:40,763 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 08:21:40,764 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 08:21:41,610 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:41,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223572, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:21:41,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223572, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:21:41,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223583, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:21:41,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223583, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/2743D02A, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:41,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 18 ms
2025-11-19 08:21:41,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:41,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:43,487 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:43,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223573, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:21:43,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223573, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:21:43,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223584, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:21:43,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223584, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/7AF6ECE5, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:43,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 16 ms
2025-11-19 08:21:43,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:43,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:45,588 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:45,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223574, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:21:45,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223574, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:21:45,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223585, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:21:45,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223585, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/776DEF5B, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:45,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 14 ms
2025-11-19 08:21:45,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:45,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:47,681 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:47,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223575, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:21:47,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223575, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:21:47,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223586, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:21:47,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223586, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/8AFCC3F9, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:47,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 30 ms
2025-11-19 08:21:47,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:47,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:47,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:47,963 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:21:48,447 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:21:48,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:48,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:49,489 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:49,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223576, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:21:49,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223576, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:21:49,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223587, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:21:49,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223587, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/95BD0BEC, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:49,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 11 ms
2025-11-19 08:21:49,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:49,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-11-19 08:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4166) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-11-19 08:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4167) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4167) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4166) Start deleting 17 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:21:51,871 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:51,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223577, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:21:51,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223577, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:21:51,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223588, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:21:51,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223588, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/222CCADB, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:51,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 35 ms
2025-11-19 08:21:51,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:52,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:52,738 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:21:52,745 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:21:53,863 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:53,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223578, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:21:53,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223578, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:21:53,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223589, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:21:53,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223589, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/43BC04FE, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:53,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 14 ms
2025-11-19 08:21:53,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:54,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:55,742 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:55,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223579, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:21:55,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223579, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:21:55,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223590, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:21:55,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223590, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0C6E21C0, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:55,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 10 ms
2025-11-19 08:21:55,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:55,987 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:56,906 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 08:21:56,907 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 08:21:58,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:21:58,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223580, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:21:58,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223580, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:21:58,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223591, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:21:58,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223591, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/7596AF91, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:21:58,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 28 ms
2025-11-19 08:21:58,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:21:58,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:00,170 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4166) Finished deleting 17 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:22:00,170 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4166) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:22:00,188 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:00,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223581, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:22:00,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223581, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:22:00,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223592, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:22:00,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223592, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/36557743, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:00,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 8 ms
2025-11-19 08:22:00,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:00,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:02,062 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:02,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Found previous received Instance[pk=223582, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:22:02,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Replace previous received Instance[pk=223582, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:22:02,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Instance[pk=223593, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:22:02,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Create Location[pk=223593, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/37DCBCDF, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:02,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112): Updated DB in 14 ms
2025-11-19 08:22:02,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:02,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) >> A-RELEASE-RQ
2025-11-19 08:22:02,305 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(112) << A-RELEASE-RP
2025-11-19 08:22:02,355 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(112): close Socket[addr=187.36.104.204/187.36.104.204,port=52094,localport=11112]
2025-11-19 08:22:02,782 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52096,localport=11112]
2025-11-19 08:22:02,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> A-ASSOCIATE-RQ
2025-11-19 08:22:02,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << A-ASSOCIATE-AC
2025-11-19 08:22:03,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:07,856 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:07,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223583, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:22:07,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223583, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:22:07,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223594, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:22:07,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223594, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0313307E, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:07,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 23 ms
2025-11-19 08:22:07,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:08,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:10,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:10,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223584, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:22:10,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223584, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:22:10,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223595, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:22:10,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223595, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/03313179, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:10,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 27 ms
2025-11-19 08:22:10,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:10,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 08:22:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 08:22:12,710 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:12,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223585, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:22:12,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223585, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:22:12,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223596, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:22:12,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223596, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/04AEA7BB, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:12,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 13 ms
2025-11-19 08:22:12,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:12,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:15,113 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:15,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223586, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:22:15,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223586, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:22:15,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223597, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:22:15,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223597, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/08176F3C, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:15,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 16 ms
2025-11-19 08:22:15,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:15,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:16,790 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:16,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223587, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:22:16,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223587, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:22:16,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223598, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:22:16,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223598, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0A0348C7, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:16,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 17 ms
2025-11-19 08:22:16,809 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:17,051 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:18,512 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:18,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223588, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:22:18,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223588, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:22:18,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223599, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:22:18,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223599, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0D7A7C37, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:18,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 18 ms
2025-11-19 08:22:18,531 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:18,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:20,278 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:20,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223589, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:22:20,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223589, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:22:20,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223600, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:22:20,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223600, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/32DAE1A7, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:20,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 17 ms
2025-11-19 08:22:20,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:20,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:22,090 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:22,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223590, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:22:22,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223590, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:22:22,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223601, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:22:22,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223601, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/34763B2F, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:22,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 17 ms
2025-11-19 08:22:22,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:22,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:23,707 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:23,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223591, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:22:23,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223591, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:22:23,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223602, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:22:23,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223602, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/34B926EF, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:23,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 32 ms
2025-11-19 08:22:23,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:23,981 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:25,586 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:25,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223592, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:22:25,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223592, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:22:25,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223603, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:22:25,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223603, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/6E426050, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:25,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 14 ms
2025-11-19 08:22:25,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:25,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:27,662 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:27,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Found previous received Instance[pk=223593, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:22:27,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Replace previous received Instance[pk=223593, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:22:27,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Instance[pk=223604, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:22:27,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Create Location[pk=223604, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/13BE7179, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:27,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113): Updated DB in 14 ms
2025-11-19 08:22:27,677 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:27,917 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) >> A-RELEASE-RQ
2025-11-19 08:22:27,917 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(113) << A-RELEASE-RP
2025-11-19 08:22:27,967 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(113): close Socket[addr=187.36.104.204/187.36.104.204,port=52096,localport=11112]
2025-11-19 08:22:28,385 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52097,localport=11112]
2025-11-19 08:22:28,390 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> A-ASSOCIATE-RQ
2025-11-19 08:22:28,390 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << A-ASSOCIATE-AC
2025-11-19 08:22:28,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:32,468 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:32,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223594, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:22:32,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223594, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:22:32,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223605, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:22:32,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223605, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/73E794F6, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:32,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 15 ms
2025-11-19 08:22:32,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:32,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:33,986 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 08:22:33,987 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 08:22:33,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:22:33,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:22:33,989 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 08:22:33,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:22:33,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:22:34,010 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:22:34,010 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:22:34,011 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 08:22:34,011 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 08:22:34,011 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 08:22:34,348 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:34,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223595, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:22:34,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223595, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:22:34,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223606, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:22:34,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223606, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/97661BAD, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:34,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 13 ms
2025-11-19 08:22:34,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:34,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:35,135 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:35,137 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:22:35,631 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:22:35,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:35,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:36,140 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:36,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223596, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:22:36,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223596, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:22:36,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223607, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:22:36,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223607, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/69B9C93D, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:36,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 23 ms
2025-11-19 08:22:36,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:36,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:37,887 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:37,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223597, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:22:37,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223597, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:22:37,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223608, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:22:37,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223608, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0DB97A4E, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:37,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 18 ms
2025-11-19 08:22:37,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:38,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:39,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:39,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223598, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:22:39,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223598, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:22:39,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223609, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:22:39,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223609, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/28B6A386, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:39,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 17 ms
2025-11-19 08:22:39,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:39,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:40,764 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 08:22:40,765 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 08:22:41,352 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:41,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223599, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:22:41,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223599, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:22:41,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223610, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:22:41,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223610, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/8BA5163B, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:41,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 28 ms
2025-11-19 08:22:41,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:41,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:43,648 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:43,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223600, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:22:43,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223600, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:22:43,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223611, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:22:43,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223611, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/40E0C3A9, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:43,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 25 ms
2025-11-19 08:22:43,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:43,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:45,407 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:45,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223601, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:22:45,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223601, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:22:45,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223612, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:22:45,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223612, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/E1B8C743, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:45,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 8 ms
2025-11-19 08:22:45,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:45,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:47,083 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:47,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223602, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:22:47,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223602, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:22:47,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223613, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:22:47,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223613, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/41F29A5D, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:47,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 25 ms
2025-11-19 08:22:47,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:47,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:49,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:49,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223603, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:22:49,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223603, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:22:49,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223614, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:22:49,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223614, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/04134035, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:49,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 16 ms
2025-11-19 08:22:49,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:49,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:51,176 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:51,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Found previous received Instance[pk=223604, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:22:51,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Replace previous received Instance[pk=223604, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:22:51,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Instance[pk=223615, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:22:51,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Create Location[pk=223615, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/7020C51A, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:51,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114): Updated DB in 16 ms
2025-11-19 08:22:51,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:51,429 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) >> A-RELEASE-RQ
2025-11-19 08:22:51,429 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(114) << A-RELEASE-RP
2025-11-19 08:22:51,479 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS30(114): close Socket[addr=187.36.104.204/187.36.104.204,port=52097,localport=11112]
2025-11-19 08:22:51,884 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52100,localport=11112]
2025-11-19 08:22:51,885 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> A-ASSOCIATE-RQ
2025-11-19 08:22:51,885 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << A-ASSOCIATE-AC
2025-11-19 08:22:52,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:56,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:56,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223605, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:22:56,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223605, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:22:56,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223616, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:22:56,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223616, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/D58A5054, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:56,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 26 ms
2025-11-19 08:22:56,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:56,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:56,907 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 08:22:56,909 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 08:22:57,905 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:57,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223606, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:22:57,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223606, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:22:57,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223617, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:22:57,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223617, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/D571A9E8, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:57,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 17 ms
2025-11-19 08:22:57,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:58,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:22:59,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:22:59,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223607, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:22:59,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223607, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:22:59,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223618, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:22:59,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223618, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/4C87CB40, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:22:59,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 18 ms
2025-11-19 08:22:59,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:00,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:02,238 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:02,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223608, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:23:02,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223608, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:23:02,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223619, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:23:02,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223619, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/AE338C12, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:02,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 29 ms
2025-11-19 08:23:02,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:02,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:04,023 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:04,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223609, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:23:04,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223609, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:23:04,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223620, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:23:04,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223620, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/27E032AA, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:04,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 30 ms
2025-11-19 08:23:04,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:04,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:05,966 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:05,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223610, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:23:05,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223610, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:23:05,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223621, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:23:05,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223621, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/809646F2, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:05,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 23 ms
2025-11-19 08:23:05,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:06,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:07,940 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:07,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223611, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:23:07,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223611, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:23:07,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223622, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:23:07,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223622, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/D12B5FE0, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:07,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 19 ms
2025-11-19 08:23:07,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:08,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:10,267 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:10,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223612, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:23:10,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223612, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:23:10,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223623, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:23:10,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223623, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/37D6D7F0, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:10,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 14 ms
2025-11-19 08:23:10,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:10,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 08:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 08:23:12,484 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:12,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223613, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:23:12,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223613, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:23:12,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223624, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:23:12,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223624, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/D6D1E436, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:12,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 23 ms
2025-11-19 08:23:12,508 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:12,744 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:14,300 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:14,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223614, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:23:14,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223614, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:23:14,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223625, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:23:14,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223625, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/6A690B3A, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:14,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 17 ms
2025-11-19 08:23:14,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:14,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:16,070 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:16,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Found previous received Instance[pk=223615, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:23:16,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Replace previous received Instance[pk=223615, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:23:16,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Instance[pk=223626, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:23:16,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Create Location[pk=223626, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/8FD829CE, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:16,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115): Updated DB in 18 ms
2025-11-19 08:23:16,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:16,314 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) >> A-RELEASE-RQ
2025-11-19 08:23:16,314 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(115) << A-RELEASE-RP
2025-11-19 08:23:16,365 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS30(115): close Socket[addr=187.36.104.204/187.36.104.204,port=52100,localport=11112]
2025-11-19 08:23:16,770 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52101,localport=11112]
2025-11-19 08:23:16,770 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> A-ASSOCIATE-RQ
2025-11-19 08:23:16,770 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << A-ASSOCIATE-AC
2025-11-19 08:23:16,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:20,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:20,797 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:23:21,146 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:21,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223616, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:23:21,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223616, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:23:21,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223627, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:23:21,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223627, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/C9BA0EF4, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:21,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 10 ms
2025-11-19 08:23:21,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:21,294 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:23:21,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:21,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:21,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:23,872 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:23,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223617, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:23:23,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223617, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:23:23,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223628, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:23:23,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223628, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/EC04CEDC, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:23,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 28 ms
2025-11-19 08:23:23,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:24,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:25,820 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:25,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223618, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:23:25,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223618, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:23:25,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223629, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:23:25,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223629, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/96AAE922, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:25,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 27 ms
2025-11-19 08:23:25,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:26,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:28,437 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:28,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223619, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:23:28,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223619, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:23:28,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223630, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:23:28,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223630, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/FC00E057, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:28,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 24 ms
2025-11-19 08:23:28,462 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:28,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:30,264 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:30,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223620, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:23:30,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223620, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:23:30,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223631, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:23:30,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223631, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/E1D80BDA, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:30,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 17 ms
2025-11-19 08:23:30,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:30,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:32,231 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:32,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223621, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:23:32,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223621, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:23:32,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223632, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:23:32,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223632, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/1267E32A, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:32,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 18 ms
2025-11-19 08:23:32,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:32,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:34,012 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 08:23:34,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:23:34,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:23:34,013 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:23:34,013 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:23:34,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:23:34,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:23:34,037 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 08:23:34,265 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:34,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223622, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:23:34,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223622, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:23:34,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223633, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:23:34,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223633, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/A77F9E3E, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:34,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 22 ms
2025-11-19 08:23:34,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:34,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:36,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:36,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223623, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:23:36,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223623, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:23:36,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223634, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:23:36,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223634, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/2B49CEB1, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:36,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 11 ms
2025-11-19 08:23:36,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:36,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:38,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:38,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223624, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:23:38,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223624, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:23:38,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223635, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:23:38,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223635, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/69BB21C4, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:38,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 15 ms
2025-11-19 08:23:38,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:38,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:40,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:40,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223625, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:23:40,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223625, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:23:40,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223636, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:23:40,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223636, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/2080C5D7, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:40,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 9 ms
2025-11-19 08:23:40,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:40,766 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 08:23:40,767 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 08:23:40,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:42,561 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:42,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Found previous received Instance[pk=223626, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:23:42,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Replace previous received Instance[pk=223626, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:23:42,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Instance[pk=223637, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:23:42,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Create Location[pk=223637, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/7BF7E0E6, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:42,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116): Updated DB in 29 ms
2025-11-19 08:23:42,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:42,820 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) >> A-RELEASE-RQ
2025-11-19 08:23:42,820 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(116) << A-RELEASE-RP
2025-11-19 08:23:42,871 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(116): close Socket[addr=187.36.104.204/187.36.104.204,port=52101,localport=11112]
2025-11-19 08:23:43,319 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52103,localport=11112]
2025-11-19 08:23:43,319 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> A-ASSOCIATE-RQ
2025-11-19 08:23:43,319 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << A-ASSOCIATE-AC
2025-11-19 08:23:43,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:45,259 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:45,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Found previous received Instance[pk=223512, uid=1.2.392.200036.9125.9.0.254349576.3322225854.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 08:23:45,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Replace previous received Instance[pk=223512, uid=1.2.392.200036.9125.9.0.254349576.3322225854.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 08:23:45,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Create Instance[pk=223638, uid=1.2.392.200036.9125.9.0.254349576.3322225854.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 08:23:45,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Create Location[pk=223638, systemID=amazon-s3, path=2025/11/19/75596EA9/B27932C9/F58391AA, tsuid=1.2.840.10008.1.2, size=8391806, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:45,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Updated DB in 22 ms
2025-11-19 08:23:45,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) << 49:C-STORE-RSP[pcid=47, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349576.3322225854.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:45,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) >> 51:C-STORE-RQ[pcid=47, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349577.218506430.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:47,400 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:47,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223627, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:23:47,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223627, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:23:47,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223639, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:23:47,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223639, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/6920B34F, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:47,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 15 ms
2025-11-19 08:23:47,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:47,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:49,213 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:49,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223628, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:23:49,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223628, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:23:49,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223640, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:23:49,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223640, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/9E0F28CF, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:49,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 19 ms
2025-11-19 08:23:49,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:49,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:51,044 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:51,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223629, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:23:51,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223629, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:23:51,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223641, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:23:51,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223641, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/F4F98460, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:51,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 20 ms
2025-11-19 08:23:51,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:51,307 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:52,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:52,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223630, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:23:52,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223630, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:23:52,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223642, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:23:52,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223642, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/87F16A35, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:52,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 23 ms
2025-11-19 08:23:52,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:53,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:54,741 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:54,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223631, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:23:54,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223631, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:23:54,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223643, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:23:54,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223643, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/2D65BD07, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:54,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 20 ms
2025-11-19 08:23:54,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:55,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:56,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:56,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223632, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:23:56,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223632, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:23:56,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223644, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:23:56,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223644, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/8666B371, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:56,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 8 ms
2025-11-19 08:23:56,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:56,910 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 08:23:56,911 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 08:23:56,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:58,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:23:58,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223633, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:23:58,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223633, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:23:58,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223645, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:23:58,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223645, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/7F880925, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:23:58,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 22 ms
2025-11-19 08:23:58,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:23:58,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:00,415 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:00,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223634, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:24:00,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223634, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:24:00,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223646, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:24:00,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223646, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/4A1BBF57, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:00,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 13 ms
2025-11-19 08:24:00,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:00,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:02,542 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:02,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223635, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:24:02,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223635, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:24:02,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223647, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:24:02,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223647, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/DD7CBAF7, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:02,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 28 ms
2025-11-19 08:24:02,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:02,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:04,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:04,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223636, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:24:04,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223636, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:24:04,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223648, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:24:04,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223648, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/84F1F7B2, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:04,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 17 ms
2025-11-19 08:24:04,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:04,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:06,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:06,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Found previous received Instance[pk=223637, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:24:06,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Replace previous received Instance[pk=223637, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:24:06,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Instance[pk=223649, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:24:06,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Create Location[pk=223649, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/5C4B36D6, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:06,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117): Updated DB in 17 ms
2025-11-19 08:24:06,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:06,746 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) >> A-RELEASE-RQ
2025-11-19 08:24:06,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(117) << A-RELEASE-RP
2025-11-19 08:24:06,797 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS30(117): close Socket[addr=187.36.104.204/187.36.104.204,port=52103,localport=11112]
2025-11-19 08:24:07,227 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52104,localport=11112]
2025-11-19 08:24:07,231 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> A-ASSOCIATE-RQ
2025-11-19 08:24:07,231 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << A-ASSOCIATE-AC
2025-11-19 08:24:07,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:08,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:08,797 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:24:09,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:09,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:09,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:11,634 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:11,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223639, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:24:11,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223639, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:24:11,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223650, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:24:11,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223650, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0E2968A5, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:11,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 28 ms
2025-11-19 08:24:11,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:11,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 08:24:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 08:24:13,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:13,583 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:24:13,756 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:13,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223640, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:24:13,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223640, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:24:13,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223651, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:24:13,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223651, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/FAF58BCB, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:13,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 8 ms
2025-11-19 08:24:13,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:14,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:14,081 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:14,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:14,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:15,854 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:15,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223641, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:24:15,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223641, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:24:15,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223652, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:24:15,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223652, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/BC189673, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:15,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 8 ms
2025-11-19 08:24:15,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:16,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:17,662 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:17,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223642, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:24:17,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223642, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:24:17,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223653, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:24:17,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223653, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/6AEA7CF3, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:17,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 23 ms
2025-11-19 08:24:17,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:17,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:19,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:19,912 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:24:20,269 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:20,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223643, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:24:20,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223643, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:24:20,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223654, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:24:20,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223654, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/61802C38, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:20,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 18 ms
2025-11-19 08:24:20,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:20,401 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:20,402 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:20,537 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:20,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:22,255 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:22,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223644, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:24:22,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223644, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:24:22,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223655, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:24:22,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223655, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/ADB3921F, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:22,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 32 ms
2025-11-19 08:24:22,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:22,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:24,877 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:24,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223645, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:24:24,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223645, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:24:24,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223656, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:24:24,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223656, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/BEE028BB, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:24,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 16 ms
2025-11-19 08:24:24,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:25,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:25,928 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:25,931 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:24:26,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:26,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:26,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:26,903 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:26,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223646, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:24:26,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223646, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:24:26,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223657, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:24:26,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223657, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/44EB4242, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:26,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 14 ms
2025-11-19 08:24:26,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:27,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:29,406 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:29,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223647, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:24:29,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223647, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:24:29,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223658, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:24:29,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223658, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/1E576D75, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:29,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 14 ms
2025-11-19 08:24:29,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:29,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:31,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:31,764 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:24:32,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:32,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223648, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:24:32,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223648, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:24:32,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223659, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:24:32,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223659, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0E6BC8D8, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:32,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 9 ms
2025-11-19 08:24:32,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:32,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:32,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:32,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:32,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:33,812 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:33,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Found previous received Instance[pk=223649, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:24:33,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Replace previous received Instance[pk=223649, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:24:33,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Instance[pk=223660, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:24:33,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Create Location[pk=223660, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0EE651BF, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:33,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118): Updated DB in 15 ms
2025-11-19 08:24:33,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:34,038 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 08:24:34,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:34,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:34,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:24:34,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:34,064 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:24:34,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:34,065 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 08:24:34,075 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) >> A-RELEASE-RQ
2025-11-19 08:24:34,075 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(118) << A-RELEASE-RP
2025-11-19 08:24:34,125 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(118): close Socket[addr=187.36.104.204/187.36.104.204,port=52104,localport=11112]
2025-11-19 08:24:34,563 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52105,localport=11112]
2025-11-19 08:24:34,564 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> A-ASSOCIATE-RQ
2025-11-19 08:24:34,564 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << A-ASSOCIATE-AC
2025-11-19 08:24:34,809 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:38,622 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-11-19 08:24:38,624 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-11-19 08:24:39,015 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:39,018 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:24:39,389 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:39,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223650, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:24:39,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223650, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:24:39,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223661, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:24:39,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223661, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/3BB060EF, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:39,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 28 ms
2025-11-19 08:24:39,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:39,577 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:39,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:39,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:39,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:40,767 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 08:24:40,768 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 08:24:41,258 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:41,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223651, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:24:41,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223651, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:24:41,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223662, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:24:41,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223662, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0D45B114, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:41,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 18 ms
2025-11-19 08:24:41,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:41,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:43,902 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:43,904 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:24:43,958 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:43,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223652, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:24:43,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223652, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:24:43,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223663, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:24:43,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223663, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/F965F0D9, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:43,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 16 ms
2025-11-19 08:24:43,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:44,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:44,399 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:44,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:44,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:45,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:45,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223653, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:24:45,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223653, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:24:45,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223664, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:24:45,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223664, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/14517372, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:45,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 13 ms
2025-11-19 08:24:45,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:46,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:47,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:47,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223654, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:24:47,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223654, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:24:48,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223665, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:24:48,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223665, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/6E6DB79C, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:48,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 17 ms
2025-11-19 08:24:48,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:48,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:50,202 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:50,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223655, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:24:50,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223655, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:24:50,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223666, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:24:50,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223666, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/DFC839E8, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:50,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 8 ms
2025-11-19 08:24:50,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:50,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:51,003 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:51,005 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:24:51,501 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:51,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:51,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:52,072 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:52,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223656, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:24:52,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223656, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:24:52,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223667, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:24:52,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223667, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/64B7AA3A, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:52,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 18 ms
2025-11-19 08:24:52,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:52,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:54,857 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:54,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223657, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:24:54,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223657, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:24:54,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223668, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:24:54,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223668, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/B29CBBB5, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:54,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 20 ms
2025-11-19 08:24:54,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:55,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:56,616 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:56,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223658, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:24:56,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223658, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:24:56,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223669, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:24:56,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223669, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/382DA9AF, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:56,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 19 ms
2025-11-19 08:24:56,637 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:56,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:56,912 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 08:24:56,913 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 08:24:57,318 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:57,320 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:24:57,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:24:57,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:58,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:58,436 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:24:58,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223659, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:24:58,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223659, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:24:58,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223670, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:24:58,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223670, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/E53F36F1, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:24:58,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 28 ms
2025-11-19 08:24:58,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:24:58,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:01,097 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4160) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:01,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Found previous received Instance[pk=223660, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:25:01,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Replace previous received Instance[pk=223660, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:25:01,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Instance[pk=223671, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:25:01,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Create Location[pk=223671, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/FFF68086, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:25:01,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119): Updated DB in 28 ms
2025-11-19 08:25:01,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:01,369 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) >> A-RELEASE-RQ
2025-11-19 08:25:01,369 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4160) DCM4CHEE<-HS30(119) << A-RELEASE-RP
2025-11-19 08:25:01,419 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS30(119): close Socket[addr=187.36.104.204/187.36.104.204,port=52105,localport=11112]
2025-11-19 08:25:02,981 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:02,984 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:25:03,484 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:03,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:03,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:08,058 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:08,060 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:25:08,552 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:08,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:08,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 08:25:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 08:25:13,015 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:13,017 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:25:13,511 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:13,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:13,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:20,248 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:20,250 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:25:20,738 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:20,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:20,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:26,612 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:26,614 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:25:27,328 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:27,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:27,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:32,783 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:32,786 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:25:33,307 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:33,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:33,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:34,065 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 08:25:34,066 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 08:25:34,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:34,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:34,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:25:34,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:34,069 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 08:25:34,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:25:34,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:34,091 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 08:25:38,403 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:38,404 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:25:38,908 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:38,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:39,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:40,768 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 08:25:40,769 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 08:25:43,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:43,637 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:25:44,148 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:44,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:44,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:48,441 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:48,443 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:25:48,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:48,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:49,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:55,733 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:25:55,735 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:25:56,296 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:25:56,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:56,537 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:25:56,914 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 08:25:56,915 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 08:26:02,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:26:02,209 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:26:02,739 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:26:02,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:26:02,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:26:08,680 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:26:08,683 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:26:09,549 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:26:09,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:26:09,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 08:26:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 08:26:14,807 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:26:14,809 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:26:15,324 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:26:15,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:26:15,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:26:20,310 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4154) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:26:20,312 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4154) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:26:20,805 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:26:20,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:26:21,041 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) >> A-RELEASE-RQ
2025-11-19 08:26:21,041 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4154) DCM4CHEE<-HS60MT(109) << A-RELEASE-RP
2025-11-19 08:26:21,091 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS60MT(109): close Socket[addr=187.36.104.204/187.36.104.204,port=49287,localport=11112]
2025-11-19 08:26:34,091 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 08:26:34,093 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:26:34,094 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 08:26:34,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:26:34,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:26:34,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:26:34,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:26:34,114 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:26:34,114 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:26:34,115 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 08:26:40,770 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 08:26:40,771 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 08:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-11-19 08:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-11-19 08:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4187) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4188) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4188) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:26:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4187) Start deleting 84 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:26:51,561 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49310,localport=11112]
2025-11-19 08:26:51,562 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> A-ASSOCIATE-RQ
2025-11-19 08:26:51,562 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << A-ASSOCIATE-AC
2025-11-19 08:26:51,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:26:52,745 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:26:52,752 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:26:56,915 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 08:26:56,917 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 08:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 08:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 08:27:18,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:27:18,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Found previous received Instance[pk=223552, uid=1.2.392.200036.9125.9.0.254349577.218506430.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 08:27:18,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Replace previous received Instance[pk=223552, uid=1.2.392.200036.9125.9.0.254349577.218506430.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 08:27:18,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Create Instance[pk=223672, uid=1.2.392.200036.9125.9.0.254349577.218506430.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 08:27:18,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Create Location[pk=223672, systemID=amazon-s3, path=2025/11/19/75596EA9/B27932C9/E229F80C, tsuid=1.2.840.10008.1.2, size=8391800, status=OK, objectType=DICOM_FILE]
2025-11-19 08:27:18,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Updated DB in 9 ms
2025-11-19 08:27:18,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) << 51:C-STORE-RSP[pcid=47, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349577.218506430.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:27:19,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) >> 53:C-STORE-RQ[pcid=47, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349577.1124541630.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:27:34,115 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 08:27:34,115 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:27:34,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:27:34,117 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 08:27:34,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:27:34,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:27:34,141 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:27:34,141 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:27:34,141 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 08:27:36,247 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:27:36,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): Found previous received Instance[pk=223564, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:27:36,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): Replace previous received Instance[pk=223564, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:27:36,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): Create Instance[pk=223673, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:27:36,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): Create Location[pk=223673, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/FC297621, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 08:27:36,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): Updated DB in 9 ms
2025-11-19 08:27:36,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:27:36,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:27:40,771 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 08:27:40,772 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 08:27:43,447 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4187) Finished deleting 84 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:27:43,447 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4187) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:27:56,917 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 08:27:56,919 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 08:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 08:28:12,056 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 08:28:21,717 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:28:21,720 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:28:22,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:28:22,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:28:22,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:28:34,141 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 08:28:34,143 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 08:28:34,143 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:28:34,143 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:28:34,144 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:28:34,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:28:34,145 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 08:28:34,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:28:34,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:28:34,167 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 08:28:40,772 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 08:28:40,773 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 08:28:56,919 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 08:28:56,921 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 08:29:07,912 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:29:07,914 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:29:08,407 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:29:08,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:29:08,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 08:29:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 08:29:34,167 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 08:29:34,169 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 08:29:34,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:29:34,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:29:34,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:29:34,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:29:34,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:29:34,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:29:34,200 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 08:29:34,200 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 08:29:38,624 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-11-19 08:29:38,799 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) Calculated size of 3 studies
2025-11-19 08:29:38,799 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-11-19 08:29:40,774 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 08:29:40,775 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 08:29:52,096 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:29:52,098 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:29:52,592 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:29:52,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:29:52,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:29:56,921 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 08:29:56,923 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 08:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 08:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 08:30:34,201 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 08:30:34,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:30:34,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:30:34,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:30:34,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:30:34,239 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:30:34,239 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:30:34,239 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 08:30:37,522 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:30:37,524 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:30:38,102 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:30:38,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:30:38,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:30:40,775 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 08:30:40,777 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 08:30:49,413 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65873&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251104082209307&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251104082209653&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:30:50,596 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65873&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251104082209307&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251104082226602&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:30:50,631 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:30:50,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Create Instance[pk=223674, uid=1.2.392.200036.9125.9.0.254349577.1124541630.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 08:30:50,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Create Location[pk=223674, systemID=amazon-s3, path=2025/11/19/75596EA9/B27932C9/A8A1F667, tsuid=1.2.840.10008.1.2, size=8391808, status=OK, objectType=DICOM_FILE]
2025-11-19 08:30:50,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Updated DB in 30 ms
2025-11-19 08:30:50,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) << 53:C-STORE-RSP[pcid=47, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349577.1124541630.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:30:50,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) >> 55:C-STORE-RQ[pcid=47, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349577.2399675582.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:30:51,667 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65873&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251104082209307&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251104082321743&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:30:52,820 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65873&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251104082209307&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251104082310219&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:30:56,923 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 08:30:56,925 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 08:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 08:31:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 08:31:15,202 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:31:15,204 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:31:15,708 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:31:15,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:31:15,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:31:34,240 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 08:31:34,241 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 08:31:34,241 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:31:34,242 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:31:34,242 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 08:31:34,244 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:31:34,244 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:31:34,267 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:31:34,267 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:31:34,268 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 08:31:34,268 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 08:31:40,777 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 08:31:40,778 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 08:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 08:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4210) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 08:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4211) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4211) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4210) Start deleting 2 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:31:51,340 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4210) Finished deleting 2 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:31:51,340 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4210) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:31:51,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:31:51,693 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:31:52,211 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:31:52,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:31:52,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:31:52,752 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:31:52,758 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:31:56,925 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 08:31:56,927 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 08:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 08:32:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 08:32:32,710 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:32:32,712 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:32:33,218 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:32:33,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:32:33,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:32:34,269 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 08:32:34,270 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 08:32:34,270 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:32:34,271 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:32:34,271 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 08:32:34,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:32:34,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:32:34,293 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:32:34,293 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:32:34,294 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 08:32:40,778 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 08:32:40,780 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 08:32:56,927 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 08:32:56,929 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 08:32:57,141 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStgCmtScheduler.execute()
2025-11-19 08:32:57,148 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStgCmtScheduler.execute()
2025-11-19 08:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 08:33:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 08:33:12,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:33:12,671 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:33:13,206 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:33:13,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:33:13,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:33:34,294 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 08:33:34,294 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:33:34,295 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:33:34,296 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:33:34,296 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:33:34,322 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:33:34,322 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:33:34,322 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 08:33:40,780 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 08:33:40,782 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 08:33:56,929 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 08:33:56,931 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 08:33:56,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:33:56,959 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:33:57,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:33:57,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:33:57,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 08:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 08:34:22,634 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4152) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:34:22,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Create Instance[pk=223675, uid=1.2.392.200036.9125.9.0.254349577.2399675582.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 08:34:22,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Create Location[pk=223675, systemID=amazon-s3, path=2025/11/19/75596EA9/B27932C9/1EC81F8E, tsuid=1.2.840.10008.1.2, size=8391808, status=OK, objectType=DICOM_FILE]
2025-11-19 08:34:22,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108): Updated DB in 31 ms
2025-11-19 08:34:22,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) << 55:C-STORE-RSP[pcid=47, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349577.2399675582.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:34:22,911 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) >> A-RELEASE-RQ
2025-11-19 08:34:22,911 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4152) DCM4CHEE<-FCR-CSL1(108) << A-RELEASE-RP
2025-11-19 08:34:22,962 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-FCR-CSL1(108): close Socket[addr=187.36.104.204/187.36.104.204,port=49456,localport=11112]
2025-11-19 08:34:34,322 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 08:34:34,323 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:34:34,323 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:34:34,324 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:34:34,324 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:34:34,344 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:34:34,344 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:34:34,344 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 08:34:36,060 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:34:36,063 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:34:36,573 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:34:36,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:34:36,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:34:38,799 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-11-19 08:34:38,801 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-11-19 08:34:40,782 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 08:34:40,783 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 08:34:56,931 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 08:34:56,933 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 08:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 08:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 08:35:13,506 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:35:13,508 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:35:14,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:35:14,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:35:14,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:35:34,345 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 08:35:34,346 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 08:35:34,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:35:34,347 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:35:34,348 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:35:34,348 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:35:34,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:35:34,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:35:34,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 08:35:40,784 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 08:35:40,785 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 08:35:53,348 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:35:53,350 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:35:53,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:35:53,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:35:54,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:35:56,933 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 08:35:56,935 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 08:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 08:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 08:36:34,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 08:36:34,370 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:36:34,371 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:36:34,372 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:36:34,372 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:36:34,393 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:36:34,393 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:36:34,394 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 08:36:37,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:36:37,249 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:36:37,767 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:36:37,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:36:38,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:36:40,785 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 08:36:40,787 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 08:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-11-19 08:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-11-19 08:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4232) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4233) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4233) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4232) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:36:52,758 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:36:52,764 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:36:56,935 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 08:36:56,937 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 08:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 08:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 08:37:16,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:37:16,383 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:37:16,901 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:37:16,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:37:17,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:37:34,394 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 08:37:34,394 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:37:34,395 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:37:34,396 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:37:34,396 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:37:34,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:37:34,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:37:34,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 08:37:40,787 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 08:37:40,788 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 08:37:56,645 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:37:56,647 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:37:56,937 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 08:37:56,939 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 08:37:57,162 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:37:57,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:37:57,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 08:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 08:38:34,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 08:38:34,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:38:34,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:38:34,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:38:34,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:38:34,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:38:34,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:38:34,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 08:38:37,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:38:37,425 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:38:37,965 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:38:37,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:38:38,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:38:40,788 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 08:38:40,790 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 08:38:56,939 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 08:38:56,941 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 08:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 08:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 08:39:18,935 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:39:18,937 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:39:19,452 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:39:19,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:39:19,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:39:34,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 08:39:34,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:39:34,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:39:34,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:39:34,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:39:34,469 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:39:34,469 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:39:34,469 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 08:39:38,801 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-11-19 08:39:38,802 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-11-19 08:39:40,790 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 08:39:40,792 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 08:39:56,941 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 08:39:56,943 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 08:39:58,521 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:39:58,523 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:39:59,027 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:39:59,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:39:59,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 08:40:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 08:40:34,470 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 08:40:34,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:40:34,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:40:34,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:40:34,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:40:34,495 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:40:34,495 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:40:34,495 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 08:40:38,057 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:40:38,059 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:40:38,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:40:38,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:40:38,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:40:40,792 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 08:40:40,793 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 08:40:56,943 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 08:40:56,945 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 08:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 08:41:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 08:41:17,703 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:41:17,705 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:41:18,219 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:41:18,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:41:18,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:41:34,495 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 08:41:34,496 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:41:34,496 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:41:34,497 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:41:34,498 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:41:34,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:41:34,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:41:34,519 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 08:41:40,793 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 08:41:40,794 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 08:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 08:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4254) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 08:41:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4255) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4254) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4255) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:41:52,764 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:41:52,770 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:41:54,961 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:41:54,963 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:41:55,487 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:41:55,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:41:55,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:41:56,946 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 08:41:56,947 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 08:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 08:42:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 08:42:34,519 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 08:42:34,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:42:34,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:42:34,521 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:42:34,521 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:42:34,545 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:42:34,545 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:42:34,546 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 08:42:35,871 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:42:35,873 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:42:36,386 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:42:36,386 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:42:36,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:42:40,794 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 08:42:40,796 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 08:42:56,947 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 08:42:56,949 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 08:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 08:43:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 08:43:14,842 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:43:14,845 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:43:15,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:43:15,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:15,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:34,546 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 08:43:34,546 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:43:34,547 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:43:34,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:43:34,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:43:34,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:43:34,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:43:34,570 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 08:43:39,649 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52115,localport=11112]
2025-11-19 08:43:39,650 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> A-ASSOCIATE-RQ
2025-11-19 08:43:39,650 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << A-ASSOCIATE-AC
2025-11-19 08:43:39,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083338431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:40,796 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 08:43:40,797 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 08:43:43,883 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:43:43,899 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Patient[pk=8787, id=PatientID[pk=8787, id=68300, issuer=DCM4CHEE.8FDE6837.0A713836], name=ELZA BENTO MOREIRA]
2025-11-19 08:43:43,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Study[pk=8796, uid=68300, id=68300]
2025-11-19 08:43:43,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Series[pk=8901, uid=1.2.410.200001.101.11.501.1791052210.2.20251119083336037, no=1, mod=US]
2025-11-19 08:43:43,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223676, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083338431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:43:43,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223676, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/0F3072A4, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:43:43,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 65 ms
2025-11-19 08:43:43,949 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) No duplicate record with equal Patient ID found Patient[pk=8787, id=PatientID[pk=8787, id=68300, issuer=DCM4CHEE.8FDE6837.0A713836], name=ELZA BENTO MOREIRA]
2025-11-19 08:43:43,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083338431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:44,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083354421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:45,916 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:43:45,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223677, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083354421, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:43:45,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223677, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/0F4AD00B, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:43:45,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 11 ms
2025-11-19 08:43:45,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083354421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:46,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083416994 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:48,231 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:43:48,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223678, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083416994, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:43:48,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223678, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/10C84705, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:43:48,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 11 ms
2025-11-19 08:43:48,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083416994 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:48,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083502108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:50,004 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:43:50,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223679, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083502108, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:43:50,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223679, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/126D178C, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:43:50,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 16 ms
2025-11-19 08:43:50,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083502108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:50,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083621625 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:52,034 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:43:52,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223680, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083621625, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:43:52,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223680, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/143DBDCE, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 08:43:52,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 31 ms
2025-11-19 08:43:52,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083621625 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:52,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083703749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:54,262 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:43:54,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223681, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083703749, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:43:54,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223681, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/15D7542C, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 08:43:54,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 21 ms
2025-11-19 08:43:54,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083703749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:54,519 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083800175 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:56,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:43:56,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223682, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083800175, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:43:56,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223682, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/178AB981, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:43:56,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 28 ms
2025-11-19 08:43:56,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083800175 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:56,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083914388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:56,950 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 08:43:56,951 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 08:43:57,767 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:43:57,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223683, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083914388, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:43:57,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223683, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/194F82C1, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:43:57,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 12 ms
2025-11-19 08:43:57,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083914388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:58,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083924800 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:59,608 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:43:59,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223684, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083924800, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:43:59,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223684, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/195DAC07, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:43:59,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 16 ms
2025-11-19 08:43:59,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083924800 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:43:59,860 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084024524 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:01,418 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:01,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223685, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084024524, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:44:01,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223685, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/3EE83EB0, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:01,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 23 ms
2025-11-19 08:44:01,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084024524 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:01,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084252557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:03,364 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:03,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223686, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084252557, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:44:03,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223686, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/427B4E13, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:03,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 24 ms
2025-11-19 08:44:03,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084252557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:03,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084355693 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:05,609 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:05,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223687, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084355693, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:44:05,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223687, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/44318808, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:05,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 27 ms
2025-11-19 08:44:05,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084355693 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:05,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084406446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:07,847 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:07,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223688, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084406446, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:44:07,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223688, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/45A05767, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:07,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 13 ms
2025-11-19 08:44:07,860 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084406446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:08,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084412828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:09,755 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4260) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:09,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Instance[pk=223689, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084412828, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:44:09,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Create Location[pk=223689, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/45ACAC34, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:09,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121): Updated DB in 13 ms
2025-11-19 08:44:09,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084412828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:10,002 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) >> A-RELEASE-RQ
2025-11-19 08:44:10,002 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4260) DCM4CHEE<-HS50US07(121) << A-RELEASE-RP
2025-11-19 08:44:10,052 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS50US07(121): close Socket[addr=187.36.104.204/187.36.104.204,port=52115,localport=11112]
2025-11-19 08:44:10,126 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:10,128 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:44:10,478 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52116,localport=11112]
2025-11-19 08:44:10,482 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> A-ASSOCIATE-RQ
2025-11-19 08:44:10,482 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << A-ASSOCIATE-AC
2025-11-19 08:44:10,636 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:44:10,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:10,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083338431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:10,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 08:44:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 08:44:15,029 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:15,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223676, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083338431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:44:15,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223676, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083338431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:44:15,036 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223690, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083338431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:44:15,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223690, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/3DF8B46E, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:15,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 23 ms
2025-11-19 08:44:15,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083338431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:15,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083354421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:17,965 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:17,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223677, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083354421, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:44:17,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223677, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083354421, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:44:17,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223691, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083354421, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:44:17,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223691, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/78CE0075, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:17,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 32 ms
2025-11-19 08:44:17,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083354421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:18,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083416994 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:30,427 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:30,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223678, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083416994, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:44:30,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223678, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083416994, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:44:30,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223692, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083416994, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:44:30,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223692, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/1CE61CCF, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:30,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 17 ms
2025-11-19 08:44:30,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083416994 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:30,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083502108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:34,043 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:34,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223679, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083502108, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:44:34,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223679, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083502108, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:44:34,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223693, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083502108, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:44:34,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223693, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/CDCD8B6E, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:34,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 20 ms
2025-11-19 08:44:34,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083502108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:34,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083504888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:34,570 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 08:44:34,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:44:34,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:44:34,572 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:44:34,572 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:44:34,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:44:34,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:44:34,592 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 08:44:36,330 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:36,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223694, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083504888, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:44:36,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223694, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/126E1B89, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:36,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 25 ms
2025-11-19 08:44:36,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083504888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:36,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083621625 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:38,606 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:38,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223680, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083621625, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:44:38,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223680, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083621625, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:44:38,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223695, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083621625, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:44:38,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223695, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/545E3C68, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:38,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 14 ms
2025-11-19 08:44:38,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083621625 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:38,802 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 08:44:38,811 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 08:44:38,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083703749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:40,492 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:40,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223681, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083703749, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:44:40,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223681, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083703749, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:44:40,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223696, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083703749, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:44:40,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223696, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/0BACF36F, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:40,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 20 ms
2025-11-19 08:44:40,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083703749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:40,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083800175 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:40,798 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 08:44:40,799 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 08:44:42,258 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:42,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223682, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083800175, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:44:42,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223682, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083800175, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:44:42,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223697, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083800175, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:44:42,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223697, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/B90D5861, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:42,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 26 ms
2025-11-19 08:44:42,285 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083800175 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:42,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083914388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:43,986 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:43,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223683, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083914388, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:44:43,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223683, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083914388, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:44:43,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223698, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083914388, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:44:43,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223698, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/F42118EC, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:43,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 8 ms
2025-11-19 08:44:43,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083914388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:44,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083924800 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:45,705 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:45,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223684, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083924800, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:44:45,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223684, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083924800, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:44:45,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223699, uid=1.2.410.200001.101.11.501.1791052210.3.20251119083924800, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:44:45,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223699, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/B784F4E2, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:45,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 16 ms
2025-11-19 08:44:45,721 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119083924800 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:45,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084024524 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:47,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:47,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223685, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084024524, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:44:47,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223685, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084024524, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:44:48,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223700, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084024524, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:44:48,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223700, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/DAEFCB63, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:48,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 18 ms
2025-11-19 08:44:48,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084024524 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:48,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084252557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:49,984 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:49,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223686, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084252557, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:44:49,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223686, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084252557, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:44:49,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223701, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084252557, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:44:49,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223701, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/6DF9ED6A, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:50,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 18 ms
2025-11-19 08:44:50,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084252557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:50,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084355693 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:52,000 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:52,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223687, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084355693, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:44:52,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223687, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084355693, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:44:52,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223702, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084355693, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:44:52,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223702, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/051C54CC, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:52,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 13 ms
2025-11-19 08:44:52,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084355693 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:52,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084406446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:54,043 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:54,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223688, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084406446, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:44:54,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223688, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084406446, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:44:54,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223703, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084406446, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:44:54,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223703, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/4FA3FBA1, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:54,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 9 ms
2025-11-19 08:44:54,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084406446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:54,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084412828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:56,023 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4189) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:44:56,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Found previous received Instance[pk=223689, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084412828, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:44:56,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Replace previous received Instance[pk=223689, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084412828, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:44:56,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Instance[pk=223704, uid=1.2.410.200001.101.11.501.1791052210.3.20251119084412828, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:44:56,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Create Location[pk=223704, systemID=amazon-s3, path=2025/11/19/03132F71/41851927/ED535A74, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 08:44:56,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122): Updated DB in 16 ms
2025-11-19 08:44:56,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119084412828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:44:56,278 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) >> A-RELEASE-RQ
2025-11-19 08:44:56,278 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4189) DCM4CHEE<-HS50US07(122) << A-RELEASE-RP
2025-11-19 08:44:56,329 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS50US07(122): close Socket[addr=187.36.104.204/187.36.104.204,port=52116,localport=11112]
2025-11-19 08:44:56,951 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 08:44:56,953 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 08:45:01,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:45:01,862 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:45:02,352 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:45:02,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:45:02,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 08:45:12,071 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 08:45:34,592 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 08:45:34,593 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:45:34,594 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:45:34,595 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:45:34,595 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:45:34,619 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:45:34,619 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:45:34,622 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 08:45:34,622 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 08:45:40,799 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 08:45:40,800 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 08:45:45,218 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4188) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:45:45,221 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4188) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:45:45,733 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:45:45,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:45:45,969 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) >> A-RELEASE-RQ
2025-11-19 08:45:45,969 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4188) DCM4CHEE<-HS60MT(120) << A-RELEASE-RP
2025-11-19 08:45:46,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS60MT(120): close Socket[addr=187.36.104.204/187.36.104.204,port=49310,localport=11112]
2025-11-19 08:45:56,953 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 08:45:56,955 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 08:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 08:46:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 08:46:16,478 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49330,localport=11112]
2025-11-19 08:46:16,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) >> A-ASSOCIATE-RQ
2025-11-19 08:46:16,479 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) << A-ASSOCIATE-AC
2025-11-19 08:46:16,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150401742 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:46:34,623 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 08:46:34,625 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 08:46:34,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:46:34,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:46:34,627 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:46:34,627 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:46:34,628 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 08:46:34,628 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 08:46:34,650 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:46:34,650 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:46:34,651 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 08:46:40,800 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 08:46:40,801 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 08:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 08:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4280) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 08:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4281) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4281) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4280) Start deleting 14 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:46:52,771 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:46:52,777 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:46:55,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:46:55,707 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Patient[pk=8788, id=PatientID[pk=8788, id=68241, issuer=DCM4CHEE.FEA5415C.0BA739A6], name=ODILEIA MENDES RABERO CRUZ]
2025-11-19 08:46:55,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Study[pk=8797, uid=68241, id=68241]
2025-11-19 08:46:55,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Series[pk=8902, uid=1.2.410.200001.101.11.601.1501430850.2.20251118150400128, no=1, mod=US]
2025-11-19 08:46:55,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Instance[pk=223705, uid=1.2.410.200001.101.11.601.1501430850.3.20251118150401742, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:46:55,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Location[pk=223705, systemID=amazon-s3, path=2025/11/19/03132C2D/5E1A89B2/2BC57690, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 08:46:55,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Updated DB in 28 ms
2025-11-19 08:46:55,730 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) No duplicate record with equal Patient ID found Patient[pk=8788, id=PatientID[pk=8788, id=68241, issuer=DCM4CHEE.FEA5415C.0BA739A6], name=ODILEIA MENDES RABERO CRUZ]
2025-11-19 08:46:55,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150401742 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:46:55,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150422137 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:46:56,955 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 08:46:56,957 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 08:46:57,561 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4280) Finished deleting 14 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:46:57,561 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4280) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 08:47:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 08:47:34,651 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 08:47:34,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:47:34,652 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:47:34,656 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 08:47:34,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:47:34,658 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:47:34,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:47:34,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:47:34,681 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 08:47:37,839 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:47:37,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Instance[pk=223706, uid=1.2.410.200001.101.11.601.1501430850.3.20251118150422137, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:47:37,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Location[pk=223706, systemID=amazon-s3, path=2025/11/19/03132C2D/5E1A89B2/2BE20351, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 08:47:37,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Updated DB in 6 ms
2025-11-19 08:47:37,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150422137 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:47:38,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150548583 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:47:40,802 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 08:47:40,803 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 08:47:56,957 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 08:47:56,959 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 08:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 08:48:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 08:48:15,980 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:48:15,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Instance[pk=223707, uid=1.2.410.200001.101.11.601.1501430850.3.20251118150548583, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:48:15,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Location[pk=223707, systemID=amazon-s3, path=2025/11/19/03132C2D/5E1A89B2/2DB5D4C7, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 08:48:15,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Updated DB in 13 ms
2025-11-19 08:48:15,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150548583 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:48:16,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150719518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:48:34,682 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 08:48:34,685 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 08:48:34,685 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:48:34,686 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:48:34,687 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:48:34,687 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:48:34,709 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:48:34,709 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:48:34,710 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 08:48:40,803 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 08:48:40,804 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 08:48:56,959 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 08:48:56,961 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 08:48:58,903 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:48:58,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Instance[pk=223708, uid=1.2.410.200001.101.11.601.1501430850.3.20251118150719518, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:48:58,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Location[pk=223708, systemID=amazon-s3, path=2025/11/19/03132C2D/5E1A89B2/30F5B30D, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 08:48:58,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Updated DB in 10 ms
2025-11-19 08:48:58,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150719518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:48:59,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150730820 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 08:49:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 08:49:34,710 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 08:49:34,710 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:49:34,711 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:49:34,712 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:49:34,712 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:49:34,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:49:34,732 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:49:34,732 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 08:49:38,812 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-11-19 08:49:38,891 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) Calculated size of 1 studies
2025-11-19 08:49:38,891 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-11-19 08:49:40,805 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 08:49:40,806 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 08:49:41,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:49:41,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Instance[pk=223709, uid=1.2.410.200001.101.11.601.1501430850.3.20251118150730820, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:49:41,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Location[pk=223709, systemID=amazon-s3, path=2025/11/19/03132C2D/5E1A89B2/310DD612, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 08:49:41,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Updated DB in 49 ms
2025-11-19 08:49:41,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150730820 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:49:41,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150742130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:49:56,961 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 08:49:56,964 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 08:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 08:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 08:50:21,320 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52107,localport=11112]
2025-11-19 08:50:21,325 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> A-ASSOCIATE-RQ
2025-11-19 08:50:21,326 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << A-ASSOCIATE-AC
2025-11-19 08:50:21,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:25,655 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:25,659 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Patient[pk=8789, id=PatientID[pk=8789, id=68313, issuer=DCM4CHEE.79CC4A19.0DB09790], name=CAMILIANY PEREIRA DA SILVA]
2025-11-19 08:50:25,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Study[pk=8798, uid=68313, id=68313]
2025-11-19 08:50:25,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Series[pk=8903, uid=1.2.410.200001.101.11.301.1123109166.2.20251119083042638, no=1, mod=US]
2025-11-19 08:50:25,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223710, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:50:25,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223710, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/67DCEAAA, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:25,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 22 ms
2025-11-19 08:50:25,678 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) No duplicate record with equal Patient ID found Patient[pk=8789, id=PatientID[pk=8789, id=68313, issuer=DCM4CHEE.79CC4A19.0DB09790], name=CAMILIANY PEREIRA DA SILVA]
2025-11-19 08:50:25,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:25,687 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:25,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Instance[pk=223711, uid=1.2.410.200001.101.11.601.1501430850.3.20251118150742130, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:50:25,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Create Location[pk=223711, systemID=amazon-s3, path=2025/11/19/03132C2D/5E1A89B2/311CBC29, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:25,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123): Updated DB in 8 ms
2025-11-19 08:50:25,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118150742130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:25,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:25,980 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) >> A-RELEASE-RQ
2025-11-19 08:50:25,980 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(123) << A-RELEASE-RP
2025-11-19 08:50:26,031 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS60MT(123): close Socket[addr=187.36.104.204/187.36.104.204,port=49330,localport=11112]
2025-11-19 08:50:26,467 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49331,localport=11112]
2025-11-19 08:50:26,467 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) >> A-ASSOCIATE-RQ
2025-11-19 08:50:26,467 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) << A-ASSOCIATE-AC
2025-11-19 08:50:26,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142152005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:27,708 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:27,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223712, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:50:27,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223712, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/697604C7, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:27,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 11 ms
2025-11-19 08:50:27,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:27,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:29,658 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:29,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223713, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:50:29,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223713, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/6E78B692, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:29,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 20 ms
2025-11-19 08:50:29,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:29,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:31,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:31,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223714, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:50:31,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223714, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/6EB03E0B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:31,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 6 ms
2025-11-19 08:50:31,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:31,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:33,357 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:33,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223715, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:50:33,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223715, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/7067BE54, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:33,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 17 ms
2025-11-19 08:50:33,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:33,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:34,732 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 08:50:34,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:50:34,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:50:34,735 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:50:34,735 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:50:34,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:50:34,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:50:34,757 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 08:50:35,037 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:35,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223716, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:50:35,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223716, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/7219687D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:35,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 6 ms
2025-11-19 08:50:35,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:35,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:36,713 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:36,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223717, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:50:36,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223717, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/7569A479, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:36,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 13 ms
2025-11-19 08:50:36,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:36,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:38,823 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:38,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223718, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:50:38,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223718, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/75938675, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:38,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 12 ms
2025-11-19 08:50:38,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:39,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:40,571 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:40,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223719, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:50:40,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223719, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/770E3604, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:40,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 28 ms
2025-11-19 08:50:40,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:40,806 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 08:50:40,807 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 08:50:40,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:42,309 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:42,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223720, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:50:42,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223720, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/772974E6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:42,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 6 ms
2025-11-19 08:50:42,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:42,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:44,317 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:44,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223721, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:50:44,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223721, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9C98BDA3, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:44,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 10 ms
2025-11-19 08:50:44,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:44,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:46,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:46,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223722, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:50:46,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223722, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9CD21F4B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:46,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 30 ms
2025-11-19 08:50:46,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:46,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:47,981 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:47,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223723, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:50:47,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223723, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9E5E8626, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:47,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 6 ms
2025-11-19 08:50:47,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:48,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:49,859 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:49,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223724, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:50:49,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223724, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A523C9D8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:49,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 10 ms
2025-11-19 08:50:49,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:50,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:51,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:51,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223725, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:50:51,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223725, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A53C4A23, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:51,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 5 ms
2025-11-19 08:50:51,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:51,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:53,395 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:53,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223726, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:50:53,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223726, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A55AD185, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:53,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 6 ms
2025-11-19 08:50:53,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:53,632 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:55,430 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:55,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223727, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:50:55,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223727, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A6CA7B56, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:55,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 11 ms
2025-11-19 08:50:55,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:55,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:56,964 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 08:50:56,966 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 08:50:57,247 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:57,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223728, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:50:57,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223728, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A6D7AE5A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:57,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 13 ms
2025-11-19 08:50:57,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:57,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:59,175 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:50:59,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223729, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:50:59,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223729, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A6E5DBC1, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:50:59,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 22 ms
2025-11-19 08:50:59,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:50:59,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:01,046 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:01,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223730, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:51:01,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223730, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A87EDC14, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:01,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 28 ms
2025-11-19 08:51:01,075 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:01,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:02,900 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:02,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223731, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:51:02,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223731, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/AA5E7B1D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:02,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 11 ms
2025-11-19 08:51:02,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:03,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:05,139 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:05,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223732, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:51:05,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223732, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/AA6ACF66, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:05,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 27 ms
2025-11-19 08:51:05,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:05,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:06,922 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:06,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223733, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:51:06,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223733, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/AA79B55F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:06,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 13 ms
2025-11-19 08:51:06,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:07,013 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:07,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125): Found previous received Instance[pk=208381, uid=1.2.410.200001.101.11.601.1501430850.3.20251107142152005, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:51:07,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125): Replace previous received Instance[pk=208381, uid=1.2.410.200001.101.11.601.1501430850.3.20251107142152005, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:51:07,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125): Create Instance[pk=223734, uid=1.2.410.200001.101.11.601.1501430850.3.20251107142152005, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:51:07,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125): Create Location[pk=223734, systemID=amazon-s3, path=2025/11/19/0312530D/D1F4507C/9FAAE19A, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:07,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125): Updated DB in 36 ms
2025-11-19 08:51:07,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142152005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:07,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:07,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142202951 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:08,808 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:08,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223735, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:51:08,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223735, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/ABE665DB, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:08,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 5 ms
2025-11-19 08:51:08,814 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:09,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:10,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:10,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223736, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:51:10,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223736, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/ABF3E73C, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:10,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 19 ms
2025-11-19 08:51:10,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:10,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 08:51:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 08:51:12,429 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:12,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223737, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:51:12,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223737, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D18003EA, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:12,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 22 ms
2025-11-19 08:51:12,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:12,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:14,447 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:14,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223738, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:51:14,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223738, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D325C1E5, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:14,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 16 ms
2025-11-19 08:51:14,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:14,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:16,388 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:16,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223739, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:51:16,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223739, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D36F659F, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:16,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 23 ms
2025-11-19 08:51:16,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:16,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:18,191 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:18,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223740, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:51:18,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223740, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D4F74584, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:18,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 20 ms
2025-11-19 08:51:18,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:18,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:19,982 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:19,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Instance[pk=223741, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:51:19,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Create Location[pk=223741, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D506363F, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:19,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124): Updated DB in 9 ms
2025-11-19 08:51:19,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:20,224 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) >> A-RELEASE-RQ
2025-11-19 08:51:20,225 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(124) << A-RELEASE-RP
2025-11-19 08:51:20,275 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(124): close Socket[addr=187.36.104.204/187.36.104.204,port=52107,localport=11112]
2025-11-19 08:51:20,701 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52109,localport=11112]
2025-11-19 08:51:20,702 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> A-ASSOCIATE-RQ
2025-11-19 08:51:20,702 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << A-ASSOCIATE-AC
2025-11-19 08:51:20,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:25,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:25,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223710, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:51:25,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223710, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:51:25,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223742, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:51:25,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223742, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A641E7E1, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:25,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 15 ms
2025-11-19 08:51:25,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:25,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:27,198 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:27,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223712, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:51:27,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223712, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:51:27,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223743, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:51:27,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223743, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9416CE2F, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:27,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 14 ms
2025-11-19 08:51:27,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:27,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:29,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:29,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223713, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:51:29,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223713, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:51:29,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223744, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:51:29,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223744, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/6FB07D23, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:29,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 14 ms
2025-11-19 08:51:29,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:29,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:30,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:30,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223714, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:51:30,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223714, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:51:30,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223745, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:51:30,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223745, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/BCE3E0C2, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:30,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 15 ms
2025-11-19 08:51:30,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:30,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:32,468 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:32,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223715, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:51:32,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223715, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:51:32,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223746, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:51:32,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223746, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D1C487CB, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:32,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 19 ms
2025-11-19 08:51:32,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:32,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:34,240 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:34,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223716, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:51:34,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223716, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:51:34,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223747, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:51:34,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223747, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/4DCDA884, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:34,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 21 ms
2025-11-19 08:51:34,262 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:34,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:34,757 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 08:51:34,758 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 08:51:34,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:51:34,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:51:34,760 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:51:34,760 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:51:34,761 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 08:51:34,763 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 08:51:34,789 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:51:34,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:51:34,790 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 08:51:35,994 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:35,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223717, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:51:35,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223717, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:51:36,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223748, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:51:36,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223748, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/1C9E23A6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:36,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 18 ms
2025-11-19 08:51:36,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:36,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:37,979 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:37,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223718, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:51:37,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223718, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:51:37,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223749, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:51:37,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223749, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/FE5C35E3, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:37,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 15 ms
2025-11-19 08:51:37,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:38,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:39,938 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:39,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223719, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:51:39,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223719, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:51:39,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223750, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:51:39,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223750, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/43BA444D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:39,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 15 ms
2025-11-19 08:51:39,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:40,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:40,807 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 08:51:40,808 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 08:51:41,609 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:41,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223720, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:51:41,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223720, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:51:41,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223751, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:51:41,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223751, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/126EA80B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:41,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 16 ms
2025-11-19 08:51:41,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:41,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:43,646 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:43,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223721, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:51:43,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223721, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:51:43,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223752, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:51:43,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223752, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/BCC5902E, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:43,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 14 ms
2025-11-19 08:51:43,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:43,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:45,543 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:45,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223722, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:51:45,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223722, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:51:45,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223753, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:51:45,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223753, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A53915AD, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:45,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 14 ms
2025-11-19 08:51:45,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:45,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:47,336 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:47,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223723, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:51:47,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223723, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:51:47,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223754, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:51:47,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223754, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/942B7EFA, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:47,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 22 ms
2025-11-19 08:51:47,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:47,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:47,952 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:47,956 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patient ID 66690^^^DCM4CHEE.0002661B.0DB08C6F in previous received object of Study[uid=66690].
2025-11-19 08:51:48,444 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142202951 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patient ID 66690^^^DCM4CHEE.0002661B.0DB08C6F in previous received object of Study[uid=66690].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:51:48,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:48,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142221657 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:49,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:49,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223724, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:51:49,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223724, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:51:49,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223755, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:51:49,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223755, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A99CA1D1, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:49,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 8 ms
2025-11-19 08:51:49,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:49,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-11-19 08:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4303) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-11-19 08:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4304) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4304) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4303) Start deleting 15 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:51:50,970 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:50,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223725, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:51:50,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223725, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:51:50,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223756, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:51:50,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223756, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/1ECD2FF4, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:50,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 29 ms
2025-11-19 08:51:51,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:51,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:52,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:52,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223726, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:51:52,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223726, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:51:52,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223757, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:51:52,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223757, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/2FF925DD, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:52,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 8 ms
2025-11-19 08:51:52,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:52,777 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:51:52,786 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:51:52,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:55,204 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:55,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223727, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:51:55,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223727, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:51:55,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223758, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:51:55,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223758, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/4C569066, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:55,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 8 ms
2025-11-19 08:51:55,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:55,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:56,966 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 08:51:56,968 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 08:51:57,053 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:57,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223728, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:51:57,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223728, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:51:57,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223759, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:51:57,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223759, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/BC83437D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:57,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 9 ms
2025-11-19 08:51:57,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:57,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:58,766 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:51:58,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223729, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:51:58,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223729, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:51:58,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223760, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:51:58,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223760, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/0122E488, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:51:58,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 26 ms
2025-11-19 08:51:58,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:51:58,856 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4303) Finished deleting 15 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:51:58,856 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4303) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:51:59,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:02,060 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:02,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223730, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:52:02,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223730, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:52:02,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223761, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:52:02,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223761, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D1D835DB, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:02,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 17 ms
2025-11-19 08:52:02,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:02,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:03,822 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:03,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223731, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:52:03,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223731, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:52:03,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223762, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:52:03,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223762, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/E5B167EE, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:03,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 22 ms
2025-11-19 08:52:03,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:04,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:05,729 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:05,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223732, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:52:05,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223732, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:52:05,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223763, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:52:05,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223763, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A52F9900, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:05,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 13 ms
2025-11-19 08:52:05,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:05,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:08,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:08,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223733, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:52:08,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223733, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:52:08,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223764, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:52:08,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223764, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/90143DB5, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:08,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 27 ms
2025-11-19 08:52:08,865 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:09,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:10,579 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:10,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223735, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:52:10,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223735, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:52:10,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223765, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:52:10,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223765, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/AA3CC0E2, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:10,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 9 ms
2025-11-19 08:52:10,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:10,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 08:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 08:52:12,452 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:12,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223736, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:52:12,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223736, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:52:12,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223766, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:52:12,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223766, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/27E1A95C, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:12,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 18 ms
2025-11-19 08:52:12,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:12,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:14,506 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:14,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223737, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:52:14,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223737, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:52:14,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223767, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:52:14,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223767, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/1A011432, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:14,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 27 ms
2025-11-19 08:52:14,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:14,766 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:16,329 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:16,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223738, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:52:16,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223738, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:52:16,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223768, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:52:16,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223768, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/F7A63FE6, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:16,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 20 ms
2025-11-19 08:52:16,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:16,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:18,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:18,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223739, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:52:18,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223739, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:52:18,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223769, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:52:18,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223769, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/E27AE482, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:18,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 27 ms
2025-11-19 08:52:18,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:18,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:20,173 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:20,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223740, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:52:20,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223740, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:52:20,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223770, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:52:20,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223770, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/BB4BDCEF, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:20,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 10 ms
2025-11-19 08:52:20,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:20,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:21,935 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:21,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Found previous received Instance[pk=223741, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:52:21,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Replace previous received Instance[pk=223741, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:52:21,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Instance[pk=223771, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:52:21,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Create Location[pk=223771, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/493D5824, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:21,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126): Updated DB in 28 ms
2025-11-19 08:52:21,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:22,193 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) >> A-RELEASE-RQ
2025-11-19 08:52:22,193 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(126) << A-RELEASE-RP
2025-11-19 08:52:22,244 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(126): close Socket[addr=187.36.104.204/187.36.104.204,port=52109,localport=11112]
2025-11-19 08:52:22,700 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52111,localport=11112]
2025-11-19 08:52:22,700 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> A-ASSOCIATE-RQ
2025-11-19 08:52:22,700 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << A-ASSOCIATE-AC
2025-11-19 08:52:22,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:27,010 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:27,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223742, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:52:27,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223742, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:52:27,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223772, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:52:27,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223772, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/67DCEAAA, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:27,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 17 ms
2025-11-19 08:52:27,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:27,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:29,721 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:29,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223743, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:52:29,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223743, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:52:29,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223773, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:52:29,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223773, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/697604C7, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:29,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 16 ms
2025-11-19 08:52:29,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:29,990 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:31,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:31,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223744, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:52:31,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223744, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:52:31,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223774, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:52:31,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223774, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/6E78B692, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:31,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 8 ms
2025-11-19 08:52:31,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:31,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:32,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:32,053 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patient ID 66690^^^DCM4CHEE.0002661B.0DB08C6F in previous received object of Study[uid=66690].
2025-11-19 08:52:32,594 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142221657 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patient ID 66690^^^DCM4CHEE.0002661B.0DB08C6F in previous received object of Study[uid=66690].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:52:32,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:32,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142231757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:33,267 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:33,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223745, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:52:33,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223745, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:52:33,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223775, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:52:33,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223775, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/6EB03E0B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:33,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 9 ms
2025-11-19 08:52:33,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:33,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:34,790 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 08:52:34,793 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 08:52:34,793 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:52:34,794 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:52:34,795 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:52:34,795 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:52:34,795 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 08:52:34,796 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 08:52:34,819 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:52:34,820 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:52:34,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 08:52:35,258 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:35,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223746, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:52:35,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223746, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:52:35,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223776, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:52:35,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223776, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/7067BE54, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:35,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 15 ms
2025-11-19 08:52:35,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:35,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:37,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:37,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223747, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:52:37,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223747, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:52:37,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223777, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:52:37,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223777, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/7219687D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:37,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 28 ms
2025-11-19 08:52:37,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:37,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:39,437 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:39,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223748, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:52:39,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223748, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:52:39,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223778, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:52:39,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223778, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/7569A479, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:39,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 26 ms
2025-11-19 08:52:39,464 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:39,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:40,809 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 08:52:40,810 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 08:52:42,248 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:42,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223749, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:52:42,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223749, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:52:42,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223779, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:52:42,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223779, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/75938675, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:42,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 21 ms
2025-11-19 08:52:42,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:42,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:44,001 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:44,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223750, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:52:44,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223750, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:52:44,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223780, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:52:44,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223780, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/770E3604, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:44,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 24 ms
2025-11-19 08:52:44,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:44,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:45,798 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:45,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223751, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:52:45,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223751, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:52:45,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223781, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:52:45,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223781, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/772974E6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:45,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 21 ms
2025-11-19 08:52:45,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:46,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:47,562 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:47,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223752, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:52:47,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223752, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:52:47,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223782, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:52:47,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223782, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9C98BDA3, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:47,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 14 ms
2025-11-19 08:52:47,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:47,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:49,829 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:49,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223753, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:52:49,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223753, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:52:49,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223783, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:52:49,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223783, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9CD21F4B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:49,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 8 ms
2025-11-19 08:52:49,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:50,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:51,758 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:51,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223754, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:52:51,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223754, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:52:51,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223784, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:52:51,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223784, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9E5E8626, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:51,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 14 ms
2025-11-19 08:52:51,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:52,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:53,910 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:53,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223755, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:52:53,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223755, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:52:53,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223785, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:52:53,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223785, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A523C9D8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:53,918 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 8 ms
2025-11-19 08:52:53,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:54,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:55,931 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:55,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223756, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:52:55,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223756, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:52:55,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223786, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:52:55,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223786, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/91713844, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:55,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 13 ms
2025-11-19 08:52:55,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:56,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:56,968 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 08:52:56,970 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 08:52:57,739 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:57,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223757, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:52:57,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223757, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:52:57,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223787, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:52:57,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223787, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/C868E88D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:57,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 19 ms
2025-11-19 08:52:57,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:58,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:52:59,943 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:52:59,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223758, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:52:59,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223758, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:52:59,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223788, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:52:59,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223788, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/20F25DA2, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:52:59,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 27 ms
2025-11-19 08:52:59,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:00,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:02,282 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:02,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223759, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:53:02,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223759, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:53:02,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223789, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:53:02,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223789, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/7CFE7B82, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:02,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 19 ms
2025-11-19 08:53:02,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:02,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:04,112 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:04,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223760, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:53:04,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223760, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:53:04,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223790, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:53:04,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223790, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/EDCA8582, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:04,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 15 ms
2025-11-19 08:53:04,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:04,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:05,879 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:05,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223761, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:53:05,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223761, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:53:05,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223791, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:53:05,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223791, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/19C33823, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:05,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 21 ms
2025-11-19 08:53:05,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:06,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:07,654 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:07,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223762, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:53:07,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223762, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:53:07,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223792, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:53:07,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223792, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/2F19BB46, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:07,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 7 ms
2025-11-19 08:53:07,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:07,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:09,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:09,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223763, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:53:09,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223763, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:53:09,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223793, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:53:09,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223793, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/B5F6BB1A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:09,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 31 ms
2025-11-19 08:53:09,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:09,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:11,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:11,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223764, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:53:11,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223764, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:53:11,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223794, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:53:11,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223794, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/885B3220, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:11,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 13 ms
2025-11-19 08:53:11,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:11,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 08:53:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 08:53:13,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:13,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223765, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:53:13,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223765, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:53:13,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223795, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:53:13,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223795, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/8D07C793, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:13,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 13 ms
2025-11-19 08:53:13,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:13,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:14,089 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:14,091 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patient ID 66690^^^DCM4CHEE.0002661B.0DB08C6F in previous received object of Study[uid=66690].
2025-11-19 08:53:15,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142231757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patient ID 66690^^^DCM4CHEE.0002661B.0DB08C6F in previous received object of Study[uid=66690].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:53:15,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:15,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:15,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223766, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:53:15,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223766, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:53:15,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223796, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:53:15,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223796, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/C7EDC22D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:15,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 8 ms
2025-11-19 08:53:15,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:15,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142245051 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:15,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:17,296 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:17,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223767, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:53:17,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223767, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:53:17,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223797, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:53:17,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223797, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9D6814BC, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:17,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 27 ms
2025-11-19 08:53:17,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:17,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:19,126 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:19,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223768, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:53:19,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223768, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:53:19,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223798, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:53:19,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223798, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/90D9455F, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:19,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 30 ms
2025-11-19 08:53:19,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:19,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:21,192 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:21,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223769, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:53:21,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223769, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:53:21,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223799, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:53:21,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223799, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/C100E238, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:21,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 14 ms
2025-11-19 08:53:21,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:21,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:22,926 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:22,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223770, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:53:22,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223770, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:53:22,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223800, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:53:22,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223800, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/65F6184B, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:22,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 21 ms
2025-11-19 08:53:22,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:23,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:24,783 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:24,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Found previous received Instance[pk=223771, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:53:24,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Replace previous received Instance[pk=223771, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:53:24,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Instance[pk=223801, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:53:24,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Create Location[pk=223801, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D69C0856, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:24,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127): Updated DB in 14 ms
2025-11-19 08:53:24,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:25,050 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) >> A-RELEASE-RQ
2025-11-19 08:53:25,050 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(127) << A-RELEASE-RP
2025-11-19 08:53:25,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(127): close Socket[addr=187.36.104.204/187.36.104.204,port=52111,localport=11112]
2025-11-19 08:53:25,550 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52112,localport=11112]
2025-11-19 08:53:25,551 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> A-ASSOCIATE-RQ
2025-11-19 08:53:25,551 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << A-ASSOCIATE-AC
2025-11-19 08:53:25,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:31,046 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:31,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223772, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:53:31,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223772, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:53:31,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223802, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:53:31,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223802, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/B641EA86, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:31,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 35 ms
2025-11-19 08:53:31,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:31,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:33,402 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:33,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223773, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:53:33,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223773, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:53:33,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223803, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:53:33,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223803, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/F4712C9F, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:33,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 10 ms
2025-11-19 08:53:33,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:33,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:34,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 08:53:34,822 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:53:34,822 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:53:34,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:53:34,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:53:34,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:53:34,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:53:34,846 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 08:53:35,420 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:35,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223774, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:53:35,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223774, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:53:35,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223804, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:53:35,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223804, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D590E678, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:35,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 27 ms
2025-11-19 08:53:35,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:35,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:37,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:37,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223775, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:53:37,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223775, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:53:37,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223805, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:53:37,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223805, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/F1644AFA, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:37,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 13 ms
2025-11-19 08:53:37,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:37,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:39,464 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:39,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223776, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:53:39,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223776, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:53:39,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223806, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:53:39,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223806, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/1C9E6B16, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:39,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 9 ms
2025-11-19 08:53:39,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:39,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:40,810 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 08:53:40,811 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 08:53:41,250 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:41,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223777, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:53:41,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223777, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:53:41,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223807, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:53:41,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223807, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/5EA602E8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:41,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 18 ms
2025-11-19 08:53:41,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:41,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:43,267 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:43,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223778, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:53:43,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223778, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:53:43,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223808, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:53:43,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223808, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/5828ED22, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:43,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 19 ms
2025-11-19 08:53:43,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:43,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:45,155 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:45,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223779, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:53:45,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223779, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:53:45,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223809, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:53:45,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223809, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/2D31A79D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:45,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 8 ms
2025-11-19 08:53:45,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:45,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:47,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:47,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223780, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:53:47,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223780, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:53:47,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223810, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:53:47,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223810, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/E152C478, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:47,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 18 ms
2025-11-19 08:53:47,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:47,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:49,579 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:49,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223781, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:53:49,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223781, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:53:49,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223811, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:53:49,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223811, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/57F5EDC6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:49,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 15 ms
2025-11-19 08:53:49,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:49,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:51,732 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:51,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223782, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:53:51,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223782, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:53:51,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223812, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:53:51,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223812, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/DFA3862F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:51,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 22 ms
2025-11-19 08:53:51,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:52,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:53,916 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:53,918 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223783, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:53:53,918 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223783, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:53:53,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223813, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:53:53,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223813, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/C87198DF, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:53,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 13 ms
2025-11-19 08:53:53,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:54,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:56,176 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:56,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223784, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:53:56,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223784, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:53:56,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223814, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:53:56,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223814, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/C00FF029, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:56,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 15 ms
2025-11-19 08:53:56,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:56,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:56,970 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 08:53:56,972 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 08:53:58,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:53:58,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223785, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:53:58,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223785, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:53:58,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223815, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:53:58,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223815, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/8AD7D0F9, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:53:58,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 17 ms
2025-11-19 08:53:58,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:53:58,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:00,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:00,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223786, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:54:00,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223786, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:54:00,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223816, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:54:00,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223816, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9B7A8D22, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:00,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 16 ms
2025-11-19 08:54:00,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:00,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:02,110 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:02,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223787, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:54:02,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223787, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:54:02,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223817, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:54:02,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223817, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/1CABA212, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:02,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 13 ms
2025-11-19 08:54:02,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:02,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:04,076 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:04,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223788, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:54:04,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223788, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:54:04,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223818, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:54:04,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223818, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/3869A802, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:04,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 24 ms
2025-11-19 08:54:04,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:04,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:06,475 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:06,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223789, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:54:06,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223789, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:54:06,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223819, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:54:06,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223819, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/6DD1630E, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:06,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 21 ms
2025-11-19 08:54:06,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:06,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:08,493 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:08,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223790, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:54:08,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223790, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:54:08,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223820, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:54:08,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223820, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/4FD350D8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:08,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 20 ms
2025-11-19 08:54:08,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:08,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:10,579 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:10,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223791, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:54:10,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223791, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:54:10,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223821, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:54:10,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223821, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A4D1BC06, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:10,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 9 ms
2025-11-19 08:54:10,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:10,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 08:54:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 08:54:12,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:12,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223792, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:54:12,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223792, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:54:12,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223822, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:54:12,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223822, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/2813BB25, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:12,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 24 ms
2025-11-19 08:54:12,707 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:12,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:14,650 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:14,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223793, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:54:14,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223793, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:54:14,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223823, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:54:14,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223823, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/0C7143A7, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:14,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 28 ms
2025-11-19 08:54:14,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:14,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:16,821 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:16,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223794, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:54:16,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223794, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:54:16,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223824, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:54:16,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223824, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/2C31C208, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:16,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 9 ms
2025-11-19 08:54:16,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:17,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:18,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:18,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223795, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:54:18,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223795, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:54:18,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223825, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:54:18,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223825, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/E84B31D2, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:18,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 12 ms
2025-11-19 08:54:18,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:19,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:20,762 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:20,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223796, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:54:20,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223796, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:54:20,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223826, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:54:20,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223826, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/034A146A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:20,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 18 ms
2025-11-19 08:54:20,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:21,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:21,280 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:21,282 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patient ID 66690^^^DCM4CHEE.0002661B.0DB08C6F in previous received object of Study[uid=66690].
2025-11-19 08:54:21,761 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142245051 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patient ID 66690^^^DCM4CHEE.0002661B.0DB08C6F in previous received object of Study[uid=66690].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:54:21,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:21,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142335821 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:23,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:23,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223797, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:54:23,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223797, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:54:23,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223827, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:54:23,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223827, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/68B78791, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:23,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 17 ms
2025-11-19 08:54:23,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:23,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:25,447 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:25,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223798, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:54:25,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223798, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:54:25,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223828, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:54:25,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223828, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/8CC04685, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:25,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 15 ms
2025-11-19 08:54:25,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:25,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:28,286 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:28,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223799, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:54:28,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223799, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:54:28,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223829, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:54:28,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223829, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/6124CF65, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:28,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 27 ms
2025-11-19 08:54:28,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:28,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:30,529 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:30,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223800, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:54:30,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223800, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:54:30,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223830, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:54:30,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223830, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/F7272F8B, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:30,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 27 ms
2025-11-19 08:54:30,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:30,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:32,787 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:32,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Found previous received Instance[pk=223801, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:54:32,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Replace previous received Instance[pk=223801, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:54:32,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Instance[pk=223831, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:54:32,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Create Location[pk=223831, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/3019DF8D, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:32,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128): Updated DB in 23 ms
2025-11-19 08:54:32,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:33,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) >> A-RELEASE-RQ
2025-11-19 08:54:33,061 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(128) << A-RELEASE-RP
2025-11-19 08:54:33,111 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(128): close Socket[addr=187.36.104.204/187.36.104.204,port=52112,localport=11112]
2025-11-19 08:54:33,560 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52113,localport=11112]
2025-11-19 08:54:33,560 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> A-ASSOCIATE-RQ
2025-11-19 08:54:33,560 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << A-ASSOCIATE-AC
2025-11-19 08:54:33,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:34,846 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 08:54:34,847 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:54:34,847 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:54:34,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:54:34,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:54:34,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:54:34,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:54:34,872 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 08:54:38,098 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:38,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223661, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:54:38,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223661, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:54:38,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223832, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:54:38,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223832, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0313307E, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:38,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 27 ms
2025-11-19 08:54:38,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081323431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:38,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:38,891 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-11-19 08:54:38,972 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) Calculated size of 1 studies
2025-11-19 08:54:38,972 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-11-19 08:54:40,385 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:40,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223662, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:54:40,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223662, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:54:40,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223833, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:54:40,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223833, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/03313179, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:40,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 7 ms
2025-11-19 08:54:40,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081347472 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:40,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:40,811 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 08:54:40,812 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 08:54:42,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:42,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223663, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:54:42,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223663, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:54:42,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223834, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:54:42,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223834, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/04AEA7BB, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:42,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 12 ms
2025-11-19 08:54:42,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081409987 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:43,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:45,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:45,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223664, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:54:45,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223664, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:54:45,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223835, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:54:45,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223835, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/08176F3C, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:45,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 22 ms
2025-11-19 08:54:45,402 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081607900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:45,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:47,318 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:47,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223665, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:54:47,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223665, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:54:47,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223836, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:54:47,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223836, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0A0348C7, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:47,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 31 ms
2025-11-19 08:54:47,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081744905 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:47,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:49,325 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:49,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223666, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:54:49,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223666, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:54:49,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223837, uid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:54:49,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223837, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/0D7A7C37, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:49,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 23 ms
2025-11-19 08:54:49,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119081953075 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:49,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:51,160 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:51,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223667, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:54:51,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223667, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:54:51,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223838, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:54:51,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223838, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/32DAE1A7, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:51,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 34 ms
2025-11-19 08:54:51,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082023414 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:51,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:54,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:54,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223668, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:54:54,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223668, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:54:54,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223839, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:54:54,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223839, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/34763B2F, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:54,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 27 ms
2025-11-19 08:54:54,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082109190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:54,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:56,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:56,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223669, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:54:56,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223669, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:54:56,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223840, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:54:56,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223840, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/34B926EF, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:56,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 30 ms
2025-11-19 08:54:56,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082151803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:56,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:56,972 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 08:54:56,974 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 08:54:58,035 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:58,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223670, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:54:58,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223670, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:54:58,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223841, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:54:58,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223841, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/36557743, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:58,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 8 ms
2025-11-19 08:54:58,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082239901 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:58,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:59,702 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:54:59,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Found previous received Instance[pk=223671, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:54:59,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Replace previous received Instance[pk=223671, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:54:59,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Instance[pk=223842, uid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:54:59,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Create Location[pk=223842, systemID=amazon-s3, path=2025/11/19/03132F90/3568C7FC/37DCBCDF, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 08:54:59,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129): Updated DB in 17 ms
2025-11-19 08:54:59,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119082302113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:54:59,971 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) >> A-RELEASE-RQ
2025-11-19 08:54:59,971 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(129) << A-RELEASE-RP
2025-11-19 08:55:00,021 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(129): close Socket[addr=187.36.104.204/187.36.104.204,port=52113,localport=11112]
2025-11-19 08:55:00,440 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52114,localport=11112]
2025-11-19 08:55:00,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) >> A-ASSOCIATE-RQ
2025-11-19 08:55:00,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) << A-ASSOCIATE-AC
2025-11-19 08:55:00,677 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:05,004 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:05,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Found previous received Instance[pk=223553, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:05,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Replace previous received Instance[pk=223553, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:05,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Instance[pk=223843, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:05,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Location[pk=223843, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CAD00D86, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:05,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Updated DB in 19 ms
2025-11-19 08:55:05,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:05,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:07,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:07,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Found previous received Instance[pk=223554, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:55:07,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Replace previous received Instance[pk=223554, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:55:07,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Instance[pk=223844, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:55:07,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Location[pk=223844, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CC77A139, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:07,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Updated DB in 18 ms
2025-11-19 08:55:07,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:07,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:08,563 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4274) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:08,565 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4274) Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patient ID 66690^^^DCM4CHEE.0002661B.0DB08C6F in previous received object of Study[uid=66690].
2025-11-19 08:55:09,145 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251107142335821 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patient ID 66690^^^DCM4CHEE.0002661B.0DB08C6F in previous received object of Study[uid=66690].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:55:09,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 66690^^^DCM4CHEE.7B872577.0DB08C6F differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:09,379 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) >> A-RELEASE-RQ
2025-11-19 08:55:09,379 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4274) DCM4CHEE<-HS60MT(125) << A-RELEASE-RP
2025-11-19 08:55:09,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS60MT(125): close Socket[addr=187.36.104.204/187.36.104.204,port=49331,localport=11112]
2025-11-19 08:55:09,463 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:09,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Found previous received Instance[pk=223555, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:55:09,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Replace previous received Instance[pk=223555, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:55:09,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Instance[pk=223845, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:55:09,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Location[pk=223845, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CE3AA7A4, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:09,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Updated DB in 13 ms
2025-11-19 08:55:09,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:09,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:11,387 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:11,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Found previous received Instance[pk=223556, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:55:11,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Replace previous received Instance[pk=223556, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:55:11,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Instance[pk=223846, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:55:11,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Location[pk=223846, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CFE3361D, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:11,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Updated DB in 14 ms
2025-11-19 08:55:11,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:11,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 08:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 08:55:13,487 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:13,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Found previous received Instance[pk=223557, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:55:13,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Replace previous received Instance[pk=223557, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:55:13,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Instance[pk=223847, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:55:13,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Location[pk=223847, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D1986C59, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:13,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Updated DB in 27 ms
2025-11-19 08:55:13,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:13,752 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:15,342 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:15,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Found previous received Instance[pk=223558, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:55:15,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Replace previous received Instance[pk=223558, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:55:15,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Instance[pk=223848, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:55:15,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Location[pk=223848, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D34B037A, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:15,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Updated DB in 28 ms
2025-11-19 08:55:15,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:15,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:17,558 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:17,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Found previous received Instance[pk=223559, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:55:17,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Replace previous received Instance[pk=223559, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:55:17,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Instance[pk=223849, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:55:17,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Create Location[pk=223849, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D6C499F3, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:17,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130): Updated DB in 23 ms
2025-11-19 08:55:17,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:17,816 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) >> A-RELEASE-RQ
2025-11-19 08:55:17,816 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(130) << A-RELEASE-RP
2025-11-19 08:55:17,866 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS30(130): close Socket[addr=187.36.104.204/187.36.104.204,port=52114,localport=11112]
2025-11-19 08:55:18,272 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52115,localport=11112]
2025-11-19 08:55:18,273 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) >> A-ASSOCIATE-RQ
2025-11-19 08:55:18,273 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) << A-ASSOCIATE-AC
2025-11-19 08:55:18,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:23,235 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:23,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Found previous received Instance[pk=223843, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:23,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Replace previous received Instance[pk=223843, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:23,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Instance[pk=223850, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:23,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Location[pk=223850, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D48C3927, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:23,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Updated DB in 16 ms
2025-11-19 08:55:23,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:23,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:25,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:25,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Found previous received Instance[pk=223844, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:55:25,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Replace previous received Instance[pk=223844, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:55:25,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Instance[pk=223851, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:55:25,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Location[pk=223851, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D8E366C6, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:25,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Updated DB in 16 ms
2025-11-19 08:55:25,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:25,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:28,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:28,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Found previous received Instance[pk=223845, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:55:28,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Replace previous received Instance[pk=223845, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:55:28,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Instance[pk=223852, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:55:28,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Location[pk=223852, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/21221339, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:28,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Updated DB in 16 ms
2025-11-19 08:55:28,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:28,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:30,194 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:30,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Found previous received Instance[pk=223846, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:55:30,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Replace previous received Instance[pk=223846, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:55:30,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Instance[pk=223853, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:55:30,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Location[pk=223853, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/DF360DB6, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:30,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Updated DB in 29 ms
2025-11-19 08:55:30,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:30,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:32,811 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:32,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Found previous received Instance[pk=223847, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:55:32,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Replace previous received Instance[pk=223847, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:55:32,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Instance[pk=223854, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:55:32,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Location[pk=223854, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/0E4D3612, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:32,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Updated DB in 15 ms
2025-11-19 08:55:32,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:33,065 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:34,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 08:55:34,875 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 08:55:34,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:55:34,876 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:55:34,876 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 08:55:34,878 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:55:34,878 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:55:34,887 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:34,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Found previous received Instance[pk=223848, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:55:34,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Replace previous received Instance[pk=223848, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:55:34,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Instance[pk=223855, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:55:34,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Location[pk=223855, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/62F4765F, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:34,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Updated DB in 9 ms
2025-11-19 08:55:34,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:34,905 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:55:34,905 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:55:34,905 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 08:55:35,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:36,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:36,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Found previous received Instance[pk=223849, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:55:36,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Replace previous received Instance[pk=223849, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:55:36,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Instance[pk=223856, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:55:36,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Create Location[pk=223856, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/AD0B7EC8, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:36,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131): Updated DB in 15 ms
2025-11-19 08:55:36,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:36,910 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) >> A-RELEASE-RQ
2025-11-19 08:55:36,910 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(131) << A-RELEASE-RP
2025-11-19 08:55:36,961 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(131): close Socket[addr=187.36.104.204/187.36.104.204,port=52115,localport=11112]
2025-11-19 08:55:37,372 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52116,localport=11112]
2025-11-19 08:55:37,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) >> A-ASSOCIATE-RQ
2025-11-19 08:55:37,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) << A-ASSOCIATE-AC
2025-11-19 08:55:37,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:39,895 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49352,localport=11112]
2025-11-19 08:55:39,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> A-ASSOCIATE-RQ
2025-11-19 08:55:39,897 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << A-ASSOCIATE-AC
2025-11-19 08:55:40,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:40,812 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 08:55:40,814 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 08:55:41,862 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:41,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Found previous received Instance[pk=223850, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:41,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Replace previous received Instance[pk=223850, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:41,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Instance[pk=223857, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:41,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Location[pk=223857, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/1D9116E2, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:41,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Updated DB in 19 ms
2025-11-19 08:55:41,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:42,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:44,093 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:44,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Found previous received Instance[pk=223851, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:55:44,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Replace previous received Instance[pk=223851, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:55:44,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Instance[pk=223858, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:55:44,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Location[pk=223858, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/8A401620, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:44,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Updated DB in 42 ms
2025-11-19 08:55:44,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:44,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:46,673 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:46,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Found previous received Instance[pk=223852, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:55:46,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Replace previous received Instance[pk=223852, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:55:46,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Instance[pk=223859, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:55:46,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Location[pk=223859, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/EDFE2F83, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:46,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Updated DB in 26 ms
2025-11-19 08:55:46,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:46,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:48,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:48,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Found previous received Instance[pk=223853, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:55:48,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Replace previous received Instance[pk=223853, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:55:48,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Instance[pk=223860, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:55:48,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Location[pk=223860, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/396B00D2, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:48,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Updated DB in 9 ms
2025-11-19 08:55:48,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:48,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:50,501 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:50,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Found previous received Instance[pk=223854, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:55:50,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Replace previous received Instance[pk=223854, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:55:50,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Instance[pk=223861, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:55:50,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Location[pk=223861, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/C3DC21BB, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:50,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Updated DB in 10 ms
2025-11-19 08:55:50,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:50,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:52,255 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:52,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Found previous received Instance[pk=223855, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:55:52,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Replace previous received Instance[pk=223855, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:55:52,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Instance[pk=223862, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:55:52,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Location[pk=223862, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/194E3F9B, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:52,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Updated DB in 19 ms
2025-11-19 08:55:52,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:52,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:53,910 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:53,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Found previous received Instance[pk=223856, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:55:53,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Replace previous received Instance[pk=223856, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:55:53,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Instance[pk=223863, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:55:53,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Create Location[pk=223863, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/7CBCF91F, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:53,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132): Updated DB in 26 ms
2025-11-19 08:55:53,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:54,108 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092006798&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:55:54,170 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) >> A-RELEASE-RQ
2025-11-19 08:55:54,170 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(132) << A-RELEASE-RP
2025-11-19 08:55:54,221 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(132): close Socket[addr=187.36.104.204/187.36.104.204,port=52116,localport=11112]
2025-11-19 08:55:54,631 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52117,localport=11112]
2025-11-19 08:55:54,631 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) >> A-ASSOCIATE-RQ
2025-11-19 08:55:54,631 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) << A-ASSOCIATE-AC
2025-11-19 08:55:54,861 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:55,564 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092022376&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:55:56,698 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092033894&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:55:56,974 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 08:55:56,976 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 08:55:57,819 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092056910&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:55:58,687 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:55:58,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Found previous received Instance[pk=223857, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:58,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Replace previous received Instance[pk=223857, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:58,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Instance[pk=223864, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:55:58,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Location[pk=223864, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/21D1C167, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:55:58,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Updated DB in 26 ms
2025-11-19 08:55:58,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:58,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:55:58,983 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092115657&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:00,444 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092132679&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:01,504 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:01,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Found previous received Instance[pk=223858, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:01,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Replace previous received Instance[pk=223858, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:01,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Instance[pk=223865, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:01,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Location[pk=223865, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/056DD70F, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:01,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Updated DB in 19 ms
2025-11-19 08:56:01,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:01,606 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092203461&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:01,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:02,832 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092237266&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:03,469 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:03,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Found previous received Instance[pk=223859, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:03,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Replace previous received Instance[pk=223859, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:03,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Instance[pk=223866, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:03,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Location[pk=223866, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/B883B3E9, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:03,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Updated DB in 19 ms
2025-11-19 08:56:03,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:03,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:03,962 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092330669&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:05,100 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092455911&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:06,049 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:06,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Found previous received Instance[pk=223860, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:06,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Replace previous received Instance[pk=223860, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:06,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Instance[pk=223867, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:06,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Location[pk=223867, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/5CFCA952, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:06,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Updated DB in 8 ms
2025-11-19 08:56:06,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:06,280 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092511102&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:06,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:07,428 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092606670&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:07,988 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:07,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Found previous received Instance[pk=223861, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:56:07,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Replace previous received Instance[pk=223861, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:56:07,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Instance[pk=223868, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:56:07,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Location[pk=223868, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/2AA4A563, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:08,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Updated DB in 14 ms
2025-11-19 08:56:08,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:08,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:09,048 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092630871&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:10,512 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:10,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Found previous received Instance[pk=223862, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:56:10,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Replace previous received Instance[pk=223862, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:56:10,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Instance[pk=223869, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:56:10,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Location[pk=223869, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/7C146A87, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:10,525 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092657602&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:10,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Updated DB in 35 ms
2025-11-19 08:56:10,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:10,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:11,982 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092103762&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 08:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 08:56:12,973 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:12,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Found previous received Instance[pk=223863, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:56:12,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Replace previous received Instance[pk=223863, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:56:12,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Instance[pk=223870, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:56:12,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Create Location[pk=223870, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/9E78B2DD, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:12,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134): Updated DB in 21 ms
2025-11-19 08:56:12,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:13,087 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092119611&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:13,225 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) >> A-RELEASE-RQ
2025-11-19 08:56:13,225 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(134) << A-RELEASE-RP
2025-11-19 08:56:13,275 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(134): close Socket[addr=187.36.104.204/187.36.104.204,port=52117,localport=11112]
2025-11-19 08:56:13,686 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52119,localport=11112]
2025-11-19 08:56:13,686 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) >> A-ASSOCIATE-RQ
2025-11-19 08:56:13,687 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) << A-ASSOCIATE-AC
2025-11-19 08:56:13,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:14,251 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092142422&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:15,415 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092713915&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:16,604 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118093035374&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:17,882 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118093102694&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:18,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:18,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Found previous received Instance[pk=223864, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:18,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Replace previous received Instance[pk=223864, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:18,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Instance[pk=223871, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:18,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Location[pk=223871, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/522AFCD0, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:18,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Updated DB in 17 ms
2025-11-19 08:56:18,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:18,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:19,016 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118091814105&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:20,134 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:20,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Found previous received Instance[pk=223865, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:20,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Replace previous received Instance[pk=223865, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:20,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Instance[pk=223872, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:20,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Location[pk=223872, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/5F6499D9, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:20,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Updated DB in 22 ms
2025-11-19 08:56:20,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:20,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:22,430 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118091829276&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:22,456 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:22,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Found previous received Instance[pk=223866, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:22,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Replace previous received Instance[pk=223866, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:22,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Instance[pk=223873, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:22,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Location[pk=223873, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/92FC9D35, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:22,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Updated DB in 10 ms
2025-11-19 08:56:22,467 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:22,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:23,575 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118091935452&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:24,720 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092730967&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:24,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:24,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): Found previous received Instance[pk=223673, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:24,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): Replace previous received Instance[pk=223673, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:24,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): Create Instance[pk=223874, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:24,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): Create Location[pk=223874, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/AF8AB927, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:24,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): Updated DB in 21 ms
2025-11-19 08:56:24,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:24,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:24,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Found previous received Instance[pk=223867, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:24,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Replace previous received Instance[pk=223867, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:24,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Instance[pk=223875, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:24,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Location[pk=223875, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/89CEC299, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:24,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Updated DB in 8 ms
2025-11-19 08:56:24,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:25,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:25,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:25,854 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092742454&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:26,686 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:26,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Found previous received Instance[pk=223868, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:56:26,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Replace previous received Instance[pk=223868, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:56:26,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Instance[pk=223876, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:56:26,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Location[pk=223876, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/4AEA5A2A, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:26,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Updated DB in 15 ms
2025-11-19 08:56:26,702 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:26,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:26,945 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68165&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251118091813763&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251118092758774&contentType=image/jpeg from null@162.240.235.97
2025-11-19 08:56:29,339 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:29,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Found previous received Instance[pk=223869, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:56:29,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Replace previous received Instance[pk=223869, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:56:29,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Instance[pk=223877, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:56:29,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Location[pk=223877, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/103F95E2, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:29,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Updated DB in 25 ms
2025-11-19 08:56:29,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:29,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:31,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:31,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Found previous received Instance[pk=223870, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:56:31,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Replace previous received Instance[pk=223870, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:56:31,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Instance[pk=223878, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:56:31,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Create Location[pk=223878, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/0C43DE5F, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:31,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135): Updated DB in 25 ms
2025-11-19 08:56:31,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:31,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) >> A-RELEASE-RQ
2025-11-19 08:56:31,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(135) << A-RELEASE-RP
2025-11-19 08:56:31,415 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS30(135): close Socket[addr=187.36.104.204/187.36.104.204,port=52119,localport=11112]
2025-11-19 08:56:31,818 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52120,localport=11112]
2025-11-19 08:56:31,819 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) >> A-ASSOCIATE-RQ
2025-11-19 08:56:31,819 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) << A-ASSOCIATE-AC
2025-11-19 08:56:32,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:34,905 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 08:56:34,906 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 08:56:34,907 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 08:56:34,908 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 08:56:34,908 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:56:34,908 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:56:34,909 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:56:34,909 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:56:34,910 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 08:56:34,930 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:56:34,930 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:56:34,930 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 08:56:36,706 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:36,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Found previous received Instance[pk=223871, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:36,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Replace previous received Instance[pk=223871, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:36,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Instance[pk=223879, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:36,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Location[pk=223879, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/C0E3897B, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:36,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Updated DB in 26 ms
2025-11-19 08:56:36,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:36,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:38,888 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:38,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Found previous received Instance[pk=223872, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:38,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Replace previous received Instance[pk=223872, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:38,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Instance[pk=223880, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:38,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Location[pk=223880, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/87A27BC2, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:38,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Updated DB in 17 ms
2025-11-19 08:56:38,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:39,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:40,814 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 08:56:40,815 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 08:56:40,989 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:40,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Found previous received Instance[pk=223873, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:40,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Replace previous received Instance[pk=223873, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:40,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Instance[pk=223881, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:40,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Location[pk=223881, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/AC502175, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:41,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Updated DB in 11 ms
2025-11-19 08:56:41,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:41,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:43,022 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:43,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Found previous received Instance[pk=223875, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:43,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Replace previous received Instance[pk=223875, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:43,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Instance[pk=223882, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:43,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Location[pk=223882, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/3E1F3CEF, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:43,036 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Updated DB in 14 ms
2025-11-19 08:56:43,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:43,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:44,912 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:44,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Found previous received Instance[pk=223876, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:56:44,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Replace previous received Instance[pk=223876, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:56:44,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Instance[pk=223883, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:56:44,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Location[pk=223883, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D6948B31, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:44,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Updated DB in 15 ms
2025-11-19 08:56:44,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:45,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:47,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:47,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Found previous received Instance[pk=223877, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:56:47,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Replace previous received Instance[pk=223877, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:56:47,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Instance[pk=223884, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:56:47,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Location[pk=223884, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CA3DC4FE, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:47,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Updated DB in 21 ms
2025-11-19 08:56:47,312 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:47,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:49,325 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4294) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:49,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Found previous received Instance[pk=223878, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:56:49,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Replace previous received Instance[pk=223878, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:56:49,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Instance[pk=223885, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:56:49,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Create Location[pk=223885, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/BB00E062, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:49,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136): Updated DB in 16 ms
2025-11-19 08:56:49,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:49,568 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) >> A-RELEASE-RQ
2025-11-19 08:56:49,568 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4294) DCM4CHEE<-HS30(136) << A-RELEASE-RP
2025-11-19 08:56:49,619 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS30(136): close Socket[addr=187.36.104.204/187.36.104.204,port=52120,localport=11112]
2025-11-19 08:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 08:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 08:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4294) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4318) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4318) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 08:56:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4294) Start deleting 100 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:56:50,024 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52121,localport=11112]
2025-11-19 08:56:50,025 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) >> A-ASSOCIATE-RQ
2025-11-19 08:56:50,025 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) << A-ASSOCIATE-AC
2025-11-19 08:56:50,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:52,787 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:56:52,796 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 08:56:53,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:53,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Found previous received Instance[pk=223879, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:53,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Replace previous received Instance[pk=223879, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:53,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Instance[pk=223886, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:56:53,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Location[pk=223886, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/40725ACB, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:53,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Updated DB in 9 ms
2025-11-19 08:56:53,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:54,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:55,806 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:55,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Found previous received Instance[pk=223880, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:55,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Replace previous received Instance[pk=223880, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:55,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Instance[pk=223887, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:56:55,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Location[pk=223887, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/33316E2A, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:55,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Updated DB in 9 ms
2025-11-19 08:56:55,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:56,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:56,976 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 08:56:56,978 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 08:56:57,781 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:57,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Found previous received Instance[pk=223881, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:57,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Replace previous received Instance[pk=223881, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:57,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Instance[pk=223888, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:56:57,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Location[pk=223888, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/E1CD472C, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:57,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Updated DB in 13 ms
2025-11-19 08:56:57,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:58,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:59,603 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:56:59,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Found previous received Instance[pk=223882, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:59,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Replace previous received Instance[pk=223882, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:59,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Instance[pk=223889, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:56:59,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Location[pk=223889, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/48A57879, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:56:59,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Updated DB in 8 ms
2025-11-19 08:56:59,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:56:59,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:01,400 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:01,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Found previous received Instance[pk=223883, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:57:01,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Replace previous received Instance[pk=223883, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:57:01,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Instance[pk=223890, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:57:01,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Location[pk=223890, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/C6AD0B1F, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:01,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Updated DB in 9 ms
2025-11-19 08:57:01,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:01,637 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:04,727 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:04,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Found previous received Instance[pk=223884, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:57:04,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Replace previous received Instance[pk=223884, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:57:04,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Instance[pk=223891, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:57:04,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Location[pk=223891, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/16E3F990, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:04,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Updated DB in 26 ms
2025-11-19 08:57:04,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:04,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:06,488 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:06,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Found previous received Instance[pk=223885, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:57:06,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Replace previous received Instance[pk=223885, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:57:06,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Instance[pk=223892, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:57:06,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Create Location[pk=223892, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/32656EF5, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:06,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137): Updated DB in 8 ms
2025-11-19 08:57:06,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:06,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) >> A-RELEASE-RQ
2025-11-19 08:57:06,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(137) << A-RELEASE-RP
2025-11-19 08:57:06,775 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(137): close Socket[addr=187.36.104.204/187.36.104.204,port=52121,localport=11112]
2025-11-19 08:57:07,182 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52122,localport=11112]
2025-11-19 08:57:07,183 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) >> A-ASSOCIATE-RQ
2025-11-19 08:57:07,183 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) << A-ASSOCIATE-AC
2025-11-19 08:57:07,364 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:07,366 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:57:07,411 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:07,881 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:57:07,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:08,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 08:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 08:57:12,756 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:12,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Found previous received Instance[pk=223886, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:57:12,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Replace previous received Instance[pk=223886, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:57:12,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Instance[pk=223893, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:57:12,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Location[pk=223893, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/484AF5B9, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:12,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Updated DB in 20 ms
2025-11-19 08:57:12,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:13,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:14,474 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:14,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Found previous received Instance[pk=223887, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:57:14,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Replace previous received Instance[pk=223887, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:57:14,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Instance[pk=223894, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:57:14,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Location[pk=223894, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/12167638, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:14,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Updated DB in 8 ms
2025-11-19 08:57:14,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:14,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:16,193 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:16,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Found previous received Instance[pk=223888, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:57:16,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Replace previous received Instance[pk=223888, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:57:16,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Instance[pk=223895, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:57:16,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Location[pk=223895, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CAAEC48F, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:16,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Updated DB in 28 ms
2025-11-19 08:57:16,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:16,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:20,057 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:20,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Found previous received Instance[pk=223889, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:57:20,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Replace previous received Instance[pk=223889, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:57:20,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Instance[pk=223896, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:57:20,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Location[pk=223896, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/62723C3B, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:20,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Updated DB in 14 ms
2025-11-19 08:57:20,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:20,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:21,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:21,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Found previous received Instance[pk=223890, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:57:21,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Replace previous received Instance[pk=223890, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:57:21,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Instance[pk=223897, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:57:21,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Location[pk=223897, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/58E830FA, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:21,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Updated DB in 9 ms
2025-11-19 08:57:21,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:22,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:23,722 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:23,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Found previous received Instance[pk=223891, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:57:23,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Replace previous received Instance[pk=223891, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:57:23,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Instance[pk=223898, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:57:23,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Location[pk=223898, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/66C46B72, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:23,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Updated DB in 10 ms
2025-11-19 08:57:23,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:23,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:27,514 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:27,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Found previous received Instance[pk=223892, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:57:27,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Replace previous received Instance[pk=223892, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:57:27,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Instance[pk=223899, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:57:27,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Create Location[pk=223899, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/60A0C656, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:27,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138): Updated DB in 8 ms
2025-11-19 08:57:27,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:27,761 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) >> A-RELEASE-RQ
2025-11-19 08:57:27,761 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(138) << A-RELEASE-RP
2025-11-19 08:57:27,811 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(138): close Socket[addr=187.36.104.204/187.36.104.204,port=52122,localport=11112]
2025-11-19 08:57:28,264 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52123,localport=11112]
2025-11-19 08:57:28,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) >> A-ASSOCIATE-RQ
2025-11-19 08:57:28,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) << A-ASSOCIATE-AC
2025-11-19 08:57:28,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:34,481 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:34,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Found previous received Instance[pk=223893, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:57:34,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Replace previous received Instance[pk=223893, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:57:34,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Instance[pk=223900, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:57:34,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Location[pk=223900, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/5AAED2E6, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:34,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Updated DB in 11 ms
2025-11-19 08:57:34,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:34,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:34,930 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 08:57:34,931 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 08:57:34,932 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:57:34,932 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:57:34,933 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:57:34,933 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:57:34,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:57:34,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:57:34,955 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 08:57:34,956 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 08:57:34,956 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 08:57:36,644 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:36,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Found previous received Instance[pk=223894, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:57:36,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Replace previous received Instance[pk=223894, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:57:36,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Instance[pk=223901, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:57:36,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Location[pk=223901, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/6782CD31, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:36,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Updated DB in 8 ms
2025-11-19 08:57:36,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:36,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:40,156 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:40,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Found previous received Instance[pk=223895, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:57:40,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Replace previous received Instance[pk=223895, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:57:40,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Instance[pk=223902, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:57:40,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Location[pk=223902, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/F65FB9B4, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:40,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Updated DB in 18 ms
2025-11-19 08:57:40,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:40,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:40,815 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 08:57:40,816 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 08:57:42,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:42,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Found previous received Instance[pk=223896, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:57:42,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Replace previous received Instance[pk=223896, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:57:42,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Instance[pk=223903, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:57:42,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Location[pk=223903, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D160425A, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:42,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Updated DB in 9 ms
2025-11-19 08:57:42,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:42,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:44,416 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:44,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Found previous received Instance[pk=223897, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:57:44,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Replace previous received Instance[pk=223897, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:57:44,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Instance[pk=223904, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:57:44,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Location[pk=223904, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/3BC3F5BA, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:44,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Updated DB in 7 ms
2025-11-19 08:57:44,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:44,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:47,949 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:47,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Found previous received Instance[pk=223898, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:57:47,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Replace previous received Instance[pk=223898, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:57:47,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Instance[pk=223905, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:57:47,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Location[pk=223905, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/50AD5A94, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:47,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Updated DB in 17 ms
2025-11-19 08:57:47,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:48,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:49,703 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:49,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Found previous received Instance[pk=223899, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:57:49,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Replace previous received Instance[pk=223899, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:57:49,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Instance[pk=223906, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:57:49,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Create Location[pk=223906, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/0657B954, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:49,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139): Updated DB in 8 ms
2025-11-19 08:57:49,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:49,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) >> A-RELEASE-RQ
2025-11-19 08:57:49,982 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(139) << A-RELEASE-RP
2025-11-19 08:57:50,032 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS30(139): close Socket[addr=187.36.104.204/187.36.104.204,port=52123,localport=11112]
2025-11-19 08:57:50,458 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52124,localport=11112]
2025-11-19 08:57:50,458 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) >> A-ASSOCIATE-RQ
2025-11-19 08:57:50,458 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) << A-ASSOCIATE-AC
2025-11-19 08:57:50,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:55,185 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:55,188 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:57:55,248 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:55,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Found previous received Instance[pk=223900, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:57:55,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Replace previous received Instance[pk=223900, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:57:55,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Instance[pk=223907, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:57:55,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Location[pk=223907, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/C5B0FA07, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:55,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Updated DB in 15 ms
2025-11-19 08:57:55,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:55,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:55,677 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:57:55,677 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:55,916 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:56,978 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 08:57:56,980 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 08:57:57,152 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:57,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Found previous received Instance[pk=223901, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:57:57,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Replace previous received Instance[pk=223901, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:57:57,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Instance[pk=223908, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:57:57,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Location[pk=223908, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/5A474C7D, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:57,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Updated DB in 10 ms
2025-11-19 08:57:57,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:57,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:58,289 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4294) Finished deleting 100 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:57:58,291 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4294) Start deleting 53 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:57:58,987 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:57:58,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Found previous received Instance[pk=223902, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:57:58,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Replace previous received Instance[pk=223902, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:57:58,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Instance[pk=223909, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:57:58,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Location[pk=223909, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CE3AA7A4, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:57:59,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Updated DB in 16 ms
2025-11-19 08:57:59,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:57:59,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:02,451 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:02,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Found previous received Instance[pk=223903, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:58:02,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Replace previous received Instance[pk=223903, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:58:02,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Instance[pk=223910, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:58:02,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Location[pk=223910, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CFE3361D, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:02,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Updated DB in 31 ms
2025-11-19 08:58:02,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:02,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:04,456 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:04,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Found previous received Instance[pk=223904, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:58:04,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Replace previous received Instance[pk=223904, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:58:04,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Instance[pk=223911, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:58:04,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Location[pk=223911, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D1986C59, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:04,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Updated DB in 25 ms
2025-11-19 08:58:04,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:04,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:08,362 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:08,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Found previous received Instance[pk=223905, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:58:08,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Replace previous received Instance[pk=223905, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:58:08,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Instance[pk=223912, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:58:08,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Location[pk=223912, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/11452A5C, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:08,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Updated DB in 24 ms
2025-11-19 08:58:08,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:08,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:10,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:10,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Found previous received Instance[pk=223906, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:58:10,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Replace previous received Instance[pk=223906, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:58:10,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Instance[pk=223913, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:58:10,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Create Location[pk=223913, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/75446999, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:10,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140): Updated DB in 7 ms
2025-11-19 08:58:10,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:10,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) >> A-RELEASE-RQ
2025-11-19 08:58:10,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(140) << A-RELEASE-RP
2025-11-19 08:58:10,651 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(140): close Socket[addr=187.36.104.204/187.36.104.204,port=52124,localport=11112]
2025-11-19 08:58:11,086 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52125,localport=11112]
2025-11-19 08:58:11,086 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) >> A-ASSOCIATE-RQ
2025-11-19 08:58:11,086 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) << A-ASSOCIATE-AC
2025-11-19 08:58:11,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 08:58:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 08:58:16,287 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:16,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Found previous received Instance[pk=223907, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:58:16,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Replace previous received Instance[pk=223907, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:58:16,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Instance[pk=223914, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:58:16,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Location[pk=223914, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CAD00D86, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:16,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Updated DB in 9 ms
2025-11-19 08:58:16,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:16,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:18,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:18,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Found previous received Instance[pk=223908, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:58:18,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Replace previous received Instance[pk=223908, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:58:18,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Instance[pk=223915, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:58:18,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Location[pk=223915, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CC77A139, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:18,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Updated DB in 8 ms
2025-11-19 08:58:18,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:18,688 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:20,213 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:20,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Found previous received Instance[pk=223909, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:58:20,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Replace previous received Instance[pk=223909, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:58:20,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Instance[pk=223916, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:58:20,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Location[pk=223916, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/FEA380B2, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:20,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Updated DB in 10 ms
2025-11-19 08:58:20,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:20,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:23,895 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:23,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Found previous received Instance[pk=223910, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:58:23,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Replace previous received Instance[pk=223910, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:58:23,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Instance[pk=223917, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:58:23,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Location[pk=223917, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/36D06327, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:23,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Updated DB in 13 ms
2025-11-19 08:58:23,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:24,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:25,751 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:25,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Found previous received Instance[pk=223911, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:58:25,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Replace previous received Instance[pk=223911, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:58:25,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Instance[pk=223918, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:58:25,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Location[pk=223918, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/4DFE2B69, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:25,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Updated DB in 14 ms
2025-11-19 08:58:25,766 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:26,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:29,076 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:29,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Found previous received Instance[pk=223912, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:58:29,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Replace previous received Instance[pk=223912, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:58:29,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Instance[pk=223919, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:58:29,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Location[pk=223919, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D34B037A, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:29,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Updated DB in 10 ms
2025-11-19 08:58:29,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:29,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:30,840 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:30,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Found previous received Instance[pk=223913, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:58:30,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Replace previous received Instance[pk=223913, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:58:30,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Instance[pk=223920, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:58:30,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Create Location[pk=223920, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D6C499F3, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:30,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141): Updated DB in 8 ms
2025-11-19 08:58:30,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:31,092 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) >> A-RELEASE-RQ
2025-11-19 08:58:31,092 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(141) << A-RELEASE-RP
2025-11-19 08:58:31,143 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS30(141): close Socket[addr=187.36.104.204/187.36.104.204,port=52125,localport=11112]
2025-11-19 08:58:31,600 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52126,localport=11112]
2025-11-19 08:58:31,601 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> A-ASSOCIATE-RQ
2025-11-19 08:58:31,601 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << A-ASSOCIATE-AC
2025-11-19 08:58:31,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:34,956 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 08:58:34,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:58:34,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:58:34,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:58:34,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:58:35,008 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:58:35,009 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:58:35,009 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 08:58:36,650 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4294) Finished deleting 53 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:58:36,650 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4294) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 08:58:37,221 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:37,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223802, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:58:37,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223802, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:58:37,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223921, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 08:58:37,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223921, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/67DCEAAA, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:37,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 19 ms
2025-11-19 08:58:37,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083042941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:37,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:37,695 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:37,697 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:58:38,186 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:58:38,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:38,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:39,149 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:39,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223803, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:58:39,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223803, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:58:39,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223922, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 08:58:39,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223922, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/697604C7, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:39,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 13 ms
2025-11-19 08:58:39,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083123832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:39,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:40,816 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 08:58:40,818 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 08:58:40,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:40,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223804, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:58:40,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223804, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:58:40,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223923, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 08:58:40,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223923, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/6E78B692, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:41,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 22 ms
2025-11-19 08:58:41,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083404080 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:41,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:44,330 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:44,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223805, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:58:44,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223805, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:58:44,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223924, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 08:58:44,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223924, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/6EB03E0B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:44,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 19 ms
2025-11-19 08:58:44,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083442539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:44,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:46,330 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:46,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223806, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:58:46,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223806, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:58:46,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223925, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 08:58:46,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223925, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/7067BE54, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:46,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 25 ms
2025-11-19 08:58:46,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083548050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:46,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:48,816 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:48,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223807, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:58:48,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223807, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:58:48,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223926, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 08:58:48,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223926, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/7219687D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:48,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 16 ms
2025-11-19 08:58:48,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083641064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:49,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:50,680 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:50,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223808, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:58:50,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223808, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:58:50,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223927, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 08:58:50,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223927, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/7569A479, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:50,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 7 ms
2025-11-19 08:58:50,688 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083827026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:50,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:52,338 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:52,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223809, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:58:52,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223809, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:58:52,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223928, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 08:58:52,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223928, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/75938675, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:52,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 16 ms
2025-11-19 08:58:52,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083856491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:52,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:54,188 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:54,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223810, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:58:54,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223810, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:58:54,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223929, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 08:58:54,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223929, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/770E3604, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:54,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 14 ms
2025-11-19 08:58:54,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083912606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:54,449 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:56,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:56,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223811, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:58:56,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223811, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:58:56,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223930, uid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 08:58:56,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223930, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/772974E6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:56,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 9 ms
2025-11-19 08:58:56,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119083930417 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:56,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:56,980 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 08:58:56,982 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 08:58:58,064 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:58,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223812, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:58:58,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223812, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:58:58,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223931, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 08:58:58,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223931, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9C98BDA3, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:58:58,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 17 ms
2025-11-19 08:58:58,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084012045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:58,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:58:59,977 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:58:59,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223813, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:58:59,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223813, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:58:59,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223932, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 08:58:59,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223932, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9CD21F4B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:00,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 29 ms
2025-11-19 08:59:00,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084054799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:00,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:01,903 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:01,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223814, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:59:01,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223814, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:59:01,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223933, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 08:59:01,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223933, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/9E5E8626, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:01,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 8 ms
2025-11-19 08:59:01,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084128857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:02,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:03,593 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:03,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223815, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:59:03,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223815, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:59:03,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223934, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 08:59:03,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223934, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A523C9D8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:03,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 10 ms
2025-11-19 08:59:03,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084518672 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:03,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:05,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:05,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223816, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:59:05,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223816, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:59:05,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223935, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 08:59:05,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223935, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A53C4A23, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:05,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 16 ms
2025-11-19 08:59:05,340 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084530332 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:05,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:06,293 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSDeleteScheduler.execute()
2025-11-19 08:59:06,300 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSDeleteScheduler.execute()
2025-11-19 08:59:07,114 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:07,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223817, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:59:07,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223817, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:59:07,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223936, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 08:59:07,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223936, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A55AD185, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:07,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 26 ms
2025-11-19 08:59:07,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084555810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:07,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:08,851 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:08,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223818, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:59:08,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223818, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:59:08,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223937, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 08:59:08,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223937, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A6CA7B56, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:08,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 26 ms
2025-11-19 08:59:08,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084608221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:09,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:10,637 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:10,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223819, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:59:10,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223819, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:59:10,643 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223938, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 08:59:10,643 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223938, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A6D7AE5A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:10,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 14 ms
2025-11-19 08:59:10,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084616365 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:10,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 08:59:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 08:59:12,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:12,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223820, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:59:12,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223820, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:59:12,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223939, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 08:59:12,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223939, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A6E5DBC1, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:12,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 9 ms
2025-11-19 08:59:12,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084626910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:12,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:14,445 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:14,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223821, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:59:14,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223821, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:59:14,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223940, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 08:59:14,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223940, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/A87EDC14, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:14,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 17 ms
2025-11-19 08:59:14,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084707142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:14,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:16,317 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:16,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223822, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:59:16,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223822, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:59:16,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223941, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 08:59:16,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223941, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/AA5E7B1D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:16,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 17 ms
2025-11-19 08:59:16,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084838469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:16,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:18,116 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:18,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223823, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:59:18,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223823, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:59:18,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223942, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 08:59:18,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223942, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/AA6ACF66, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:18,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 19 ms
2025-11-19 08:59:18,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084844803 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:18,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:20,114 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:20,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223824, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:59:20,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223824, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:59:20,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223943, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 08:59:20,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223943, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/AA79B55F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:20,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 19 ms
2025-11-19 08:59:20,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084856104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:20,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:21,975 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:21,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223825, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:59:21,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223825, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:59:21,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223944, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 08:59:21,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223944, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/ABE665DB, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:21,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 11 ms
2025-11-19 08:59:21,987 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084902971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:22,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:23,965 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:23,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223826, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:59:23,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223826, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:59:23,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223945, uid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 08:59:23,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223945, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/ABF3E73C, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:23,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 26 ms
2025-11-19 08:59:23,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119084911079 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:24,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:25,847 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:25,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223827, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:59:25,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223827, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:59:25,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223946, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 08:59:25,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223946, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D18003EA, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:25,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 21 ms
2025-11-19 08:59:25,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085014988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:26,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:27,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:27,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223828, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:59:27,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223828, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:59:27,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223947, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 08:59:27,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223947, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D325C1E5, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:27,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 18 ms
2025-11-19 08:59:27,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085102279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:28,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:29,113 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:29,115 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 08:59:29,615 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:59:29,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:29,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:30,112 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:30,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223829, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:59:30,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223829, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:59:30,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223948, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 08:59:30,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223948, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D36F659F, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:30,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 16 ms
2025-11-19 08:59:30,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085159242 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:30,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:32,295 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:32,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223830, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:59:32,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223830, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:59:32,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223949, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 08:59:32,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223949, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D4F74584, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:32,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 9 ms
2025-11-19 08:59:32,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085223487 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:32,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:34,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4318) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 08:59:34,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Found previous received Instance[pk=223831, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:59:34,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Replace previous received Instance[pk=223831, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:59:34,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Instance[pk=223950, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 08:59:34,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Create Location[pk=223950, systemID=amazon-s3, path=2025/11/19/03132F93/9A327D8E/D506363F, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 08:59:34,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142): Updated DB in 29 ms
2025-11-19 08:59:34,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085235043 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 08:59:34,418 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) >> A-RELEASE-RQ
2025-11-19 08:59:34,418 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4318) DCM4CHEE<-HS30(142) << A-RELEASE-RP
2025-11-19 08:59:34,469 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(142): close Socket[addr=187.36.104.204/187.36.104.204,port=52126,localport=11112]
2025-11-19 08:59:35,009 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 08:59:35,010 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 08:59:35,011 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 08:59:35,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:59:35,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:59:35,013 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:59:35,013 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:59:35,035 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 08:59:35,035 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 08:59:35,035 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 08:59:38,972 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 08:59:39,154 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) Calculated size of 3 studies
2025-11-19 08:59:39,154 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 08:59:40,818 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 08:59:40,819 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 08:59:56,982 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 08:59:56,984 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 09:00:11,400 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:00:11,402 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:00:11,902 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:00:11,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 09:00:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 09:00:12,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:00:35,035 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 09:00:35,037 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 09:00:35,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:00:35,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:00:35,038 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 09:00:35,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:00:35,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:00:35,060 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:00:35,060 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:00:35,060 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 09:00:40,820 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 09:00:40,821 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 09:00:52,153 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:00:52,155 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:00:52,717 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:00:52,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:00:52,956 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:00:56,984 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 09:00:56,986 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 09:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 09:01:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 09:01:31,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:01:31,912 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:01:32,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:01:32,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:01:32,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:01:35,060 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 09:01:35,064 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 09:01:35,064 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 09:01:35,065 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 09:01:35,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:01:35,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:01:35,066 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:01:35,066 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:01:35,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:01:35,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:01:35,097 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 09:01:40,821 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 09:01:40,822 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 09:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 09:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 09:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4347) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4348) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4348) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:01:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4347) Start deleting 42 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:01:52,796 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:01:52,812 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:01:56,986 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 09:01:56,988 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 09:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 09:02:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 09:02:16,185 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4347) Finished deleting 42 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:02:16,185 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4347) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:02:16,186 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:16,188 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:02:16,686 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:02:16,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:16,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:26,564 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52127,localport=11112]
2025-11-19 09:02:26,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) >> A-ASSOCIATE-RQ
2025-11-19 09:02:26,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) << A-ASSOCIATE-AC
2025-11-19 09:02:26,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:30,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:30,850 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Patient[pk=8790, id=PatientID[pk=8790, id=68317, issuer=DCM4CHEE.3414E1AE.8D415508], name=DAVI OLIVEIRA SOARES]
2025-11-19 09:02:30,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Study[pk=8799, uid=68317, id=68317]
2025-11-19 09:02:30,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Series[pk=8904, uid=1.2.410.200001.101.11.301.1123109166.2.20251119085929433, no=1, mod=US]
2025-11-19 09:02:30,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Instance[pk=223951, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:02:30,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Location[pk=223951, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/E0EBF6B9, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:30,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Updated DB in 50 ms
2025-11-19 09:02:30,898 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) No duplicate record with equal Patient ID found Patient[pk=8790, id=PatientID[pk=8790, id=68317, issuer=DCM4CHEE.3414E1AE.8D415508], name=DAVI OLIVEIRA SOARES]
2025-11-19 09:02:30,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:31,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:32,721 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:32,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Instance[pk=223952, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:02:32,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Location[pk=223952, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/32964A9C, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:32,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Updated DB in 27 ms
2025-11-19 09:02:32,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:32,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:34,533 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:34,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Instance[pk=223953, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:02:34,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Location[pk=223953, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/32B54E5A, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:34,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Updated DB in 16 ms
2025-11-19 09:02:34,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:34,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:35,097 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 09:02:35,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:02:35,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:02:35,099 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:02:35,099 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:02:35,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:02:35,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:02:35,120 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 09:02:36,412 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:36,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Instance[pk=223954, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:02:36,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Location[pk=223954, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/345BA1C2, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:36,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Updated DB in 19 ms
2025-11-19 09:02:36,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:36,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:38,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:38,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Instance[pk=223955, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:02:38,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Location[pk=223955, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/34847182, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:38,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Updated DB in 23 ms
2025-11-19 09:02:38,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:38,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:40,822 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 09:02:40,823 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 09:02:41,011 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:41,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Instance[pk=223956, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:02:41,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Create Location[pk=223956, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/37B4D856, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:41,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143): Updated DB in 35 ms
2025-11-19 09:02:41,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:41,278 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) >> A-RELEASE-RQ
2025-11-19 09:02:41,278 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(143) << A-RELEASE-RP
2025-11-19 09:02:41,329 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS30(143): close Socket[addr=187.36.104.204/187.36.104.204,port=52127,localport=11112]
2025-11-19 09:02:41,747 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52129,localport=11112]
2025-11-19 09:02:41,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) >> A-ASSOCIATE-RQ
2025-11-19 09:02:41,748 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) << A-ASSOCIATE-AC
2025-11-19 09:02:41,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:46,010 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:46,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Found previous received Instance[pk=223951, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:02:46,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Replace previous received Instance[pk=223951, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:02:46,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Instance[pk=223957, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:02:46,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Location[pk=223957, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/8D54F56E, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:46,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Updated DB in 25 ms
2025-11-19 09:02:46,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:46,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:47,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:47,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Found previous received Instance[pk=223952, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:02:47,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Replace previous received Instance[pk=223952, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:02:47,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Instance[pk=223958, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:02:47,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Location[pk=223958, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/BEF7A1E2, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:47,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Updated DB in 16 ms
2025-11-19 09:02:47,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:48,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:49,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:49,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Found previous received Instance[pk=223953, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:02:49,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Replace previous received Instance[pk=223953, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:02:49,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Instance[pk=223959, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:02:49,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Location[pk=223959, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/7D87249B, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:49,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Updated DB in 16 ms
2025-11-19 09:02:49,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:49,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:51,522 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:51,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Found previous received Instance[pk=223954, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:02:51,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Replace previous received Instance[pk=223954, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:02:51,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Instance[pk=223960, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:02:51,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Location[pk=223960, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/4E5DE036, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:51,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Updated DB in 13 ms
2025-11-19 09:02:51,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:51,766 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:53,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:53,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Found previous received Instance[pk=223955, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:02:53,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Replace previous received Instance[pk=223955, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:02:53,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Instance[pk=223961, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:02:53,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Location[pk=223961, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/E6BEA331, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:53,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Updated DB in 27 ms
2025-11-19 09:02:53,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:53,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:55,308 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:02:55,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Found previous received Instance[pk=223956, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:02:55,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Replace previous received Instance[pk=223956, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:02:55,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Instance[pk=223962, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:02:55,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Create Location[pk=223962, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/00FDD86E, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:02:55,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144): Updated DB in 22 ms
2025-11-19 09:02:55,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:55,562 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) >> A-RELEASE-RQ
2025-11-19 09:02:55,562 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(144) << A-RELEASE-RP
2025-11-19 09:02:55,612 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(144): close Socket[addr=187.36.104.204/187.36.104.204,port=52129,localport=11112]
2025-11-19 09:02:56,029 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52130,localport=11112]
2025-11-19 09:02:56,031 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) >> A-ASSOCIATE-RQ
2025-11-19 09:02:56,031 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) << A-ASSOCIATE-AC
2025-11-19 09:02:56,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:02:56,988 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 09:02:56,990 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 09:03:00,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:00,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Found previous received Instance[pk=223957, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:00,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Replace previous received Instance[pk=223957, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:00,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Instance[pk=223963, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:00,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Location[pk=223963, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/155DB291, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:00,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Updated DB in 25 ms
2025-11-19 09:03:00,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:00,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:02,512 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:02,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Found previous received Instance[pk=223958, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:03:02,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Replace previous received Instance[pk=223958, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:03:02,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Instance[pk=223964, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:03:02,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Location[pk=223964, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/B983461B, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:02,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Updated DB in 14 ms
2025-11-19 09:03:02,527 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:02,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:05,179 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:05,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Found previous received Instance[pk=223959, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:03:05,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Replace previous received Instance[pk=223959, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:03:05,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Instance[pk=223965, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:03:05,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Location[pk=223965, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/3EDADA01, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:05,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Updated DB in 27 ms
2025-11-19 09:03:05,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:05,224 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:05,226 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:03:05,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:05,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:03:05,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:06,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:06,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:06,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Found previous received Instance[pk=223960, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:03:06,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Replace previous received Instance[pk=223960, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:03:07,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Instance[pk=223966, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:03:07,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Location[pk=223966, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/7F46E5AE, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:07,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Updated DB in 19 ms
2025-11-19 09:03:07,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:07,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:08,786 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:08,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Found previous received Instance[pk=223961, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:03:08,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Replace previous received Instance[pk=223961, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:03:08,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Instance[pk=223967, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:03:08,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Location[pk=223967, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/900662DA, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:08,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Updated DB in 17 ms
2025-11-19 09:03:08,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:09,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:11,261 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:11,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Found previous received Instance[pk=223962, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:03:11,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Replace previous received Instance[pk=223962, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:03:11,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Instance[pk=223968, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:03:11,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Create Location[pk=223968, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/FE6E2B2F, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:11,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145): Updated DB in 13 ms
2025-11-19 09:03:11,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:11,525 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) >> A-RELEASE-RQ
2025-11-19 09:03:11,525 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(145) << A-RELEASE-RP
2025-11-19 09:03:11,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(145): close Socket[addr=187.36.104.204/187.36.104.204,port=52130,localport=11112]
2025-11-19 09:03:12,044 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52131,localport=11112]
2025-11-19 09:03:12,044 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) >> A-ASSOCIATE-RQ
2025-11-19 09:03:12,044 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) << A-ASSOCIATE-AC
2025-11-19 09:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 09:03:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 09:03:12,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:17,214 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:17,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Found previous received Instance[pk=223963, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:17,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Replace previous received Instance[pk=223963, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:17,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Instance[pk=223969, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:17,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Location[pk=223969, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/D92C751B, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:17,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Updated DB in 15 ms
2025-11-19 09:03:17,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:17,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:19,228 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:19,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Found previous received Instance[pk=223964, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:03:19,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Replace previous received Instance[pk=223964, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:03:19,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Instance[pk=223970, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:03:19,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Location[pk=223970, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/D0F44370, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:19,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Updated DB in 16 ms
2025-11-19 09:03:19,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:19,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:21,134 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:21,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Found previous received Instance[pk=223965, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:03:21,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Replace previous received Instance[pk=223965, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:03:21,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Instance[pk=223971, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:03:21,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Location[pk=223971, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/72506ADB, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:21,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Updated DB in 46 ms
2025-11-19 09:03:21,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:21,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:23,090 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:23,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Found previous received Instance[pk=223966, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:03:23,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Replace previous received Instance[pk=223966, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:03:23,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Instance[pk=223972, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:03:23,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Location[pk=223972, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/60F54646, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:23,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Updated DB in 19 ms
2025-11-19 09:03:23,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:23,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:24,945 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:24,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Found previous received Instance[pk=223967, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:03:24,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Replace previous received Instance[pk=223967, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:03:24,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Instance[pk=223973, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:03:24,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Location[pk=223973, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/2CD17E99, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:24,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Updated DB in 15 ms
2025-11-19 09:03:24,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:25,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:27,038 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:27,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Found previous received Instance[pk=223968, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:03:27,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Replace previous received Instance[pk=223968, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:03:27,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Instance[pk=223974, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:03:27,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Create Location[pk=223974, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/54C7B7BF, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:27,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146): Updated DB in 28 ms
2025-11-19 09:03:27,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:27,332 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) >> A-RELEASE-RQ
2025-11-19 09:03:27,332 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(146) << A-RELEASE-RP
2025-11-19 09:03:27,383 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS30(146): close Socket[addr=187.36.104.204/187.36.104.204,port=52131,localport=11112]
2025-11-19 09:03:27,834 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52132,localport=11112]
2025-11-19 09:03:27,838 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) >> A-ASSOCIATE-RQ
2025-11-19 09:03:27,838 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) << A-ASSOCIATE-AC
2025-11-19 09:03:28,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:32,068 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:32,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Found previous received Instance[pk=223969, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:32,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Replace previous received Instance[pk=223969, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:32,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Instance[pk=223975, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:32,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Location[pk=223975, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/989C78F3, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:32,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Updated DB in 20 ms
2025-11-19 09:03:32,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:32,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:34,336 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:34,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Found previous received Instance[pk=223970, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:03:34,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Replace previous received Instance[pk=223970, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:03:34,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Instance[pk=223976, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:03:34,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Location[pk=223976, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/D3E52CE5, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:34,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Updated DB in 18 ms
2025-11-19 09:03:34,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:34,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:35,120 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 09:03:35,121 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:03:35,121 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:03:35,123 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 09:03:35,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:03:35,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:03:35,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:03:35,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:03:35,151 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 09:03:36,469 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:36,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Found previous received Instance[pk=223971, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:03:36,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Replace previous received Instance[pk=223971, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:03:36,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Instance[pk=223977, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:03:36,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Location[pk=223977, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/C97525F9, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:36,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Updated DB in 23 ms
2025-11-19 09:03:36,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:36,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:38,600 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:38,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Found previous received Instance[pk=223972, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:03:38,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Replace previous received Instance[pk=223972, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:03:38,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Instance[pk=223978, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:03:38,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Location[pk=223978, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/B80D2379, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:38,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Updated DB in 32 ms
2025-11-19 09:03:38,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:38,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:40,489 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:40,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Found previous received Instance[pk=223973, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:03:40,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Replace previous received Instance[pk=223973, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:03:40,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Instance[pk=223979, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:03:40,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Location[pk=223979, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/FFE399A0, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:40,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Updated DB in 27 ms
2025-11-19 09:03:40,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:40,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:40,823 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 09:03:40,824 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 09:03:42,532 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:42,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Found previous received Instance[pk=223974, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:03:42,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Replace previous received Instance[pk=223974, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:03:42,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Instance[pk=223980, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:03:42,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Create Location[pk=223980, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/D83210AF, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:42,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147): Updated DB in 13 ms
2025-11-19 09:03:42,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:42,792 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) >> A-RELEASE-RQ
2025-11-19 09:03:42,792 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(147) << A-RELEASE-RP
2025-11-19 09:03:42,843 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(147): close Socket[addr=187.36.104.204/187.36.104.204,port=52132,localport=11112]
2025-11-19 09:03:43,260 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52133,localport=11112]
2025-11-19 09:03:43,260 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) >> A-ASSOCIATE-RQ
2025-11-19 09:03:43,260 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) << A-ASSOCIATE-AC
2025-11-19 09:03:43,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:48,403 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:48,405 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:03:49,297 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:03:49,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:49,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:55,507 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65114699224.332811&seriesUID=1.2.392.200036.9125.3.3619053820161.65114699224.332812&objectUID=1.2.392.200036.9125.9.0.254343495.2634556606.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:03:56,990 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 09:03:56,991 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 09:03:57,072 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65114699224.332811&seriesUID=1.2.392.200036.9125.3.3619053820161.65114699224.332812&objectUID=1.2.392.200036.9125.9.0.254343496.1426662590.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:03:57,466 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:03:57,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Found previous received Instance[pk=223975, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:57,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Replace previous received Instance[pk=223975, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:57,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Instance[pk=223981, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:03:57,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Location[pk=223981, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/7CC37A53, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:03:57,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Updated DB in 28 ms
2025-11-19 09:03:57,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:57,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:03:58,590 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65114699224.332811&seriesUID=1.2.392.200036.9125.3.3619053820161.65114699224.332812&objectUID=1.2.392.200036.9125.9.0.254343494.2064000190.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:04:00,128 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65114699224.332811&seriesUID=1.2.392.200036.9125.3.3619053820161.65114699224.332812&objectUID=1.2.392.200036.9125.9.0.254343497.772416702.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:04:00,609 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:00,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Found previous received Instance[pk=223976, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:00,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Replace previous received Instance[pk=223976, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:00,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Instance[pk=223982, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:00,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Location[pk=223982, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/4AE20D22, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:00,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Updated DB in 25 ms
2025-11-19 09:04:00,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:00,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:01,755 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65114699224.332811&seriesUID=1.2.392.200036.9125.3.3619053820161.65114699224.332812&objectUID=1.2.392.200036.9125.9.0.254344284.2576295102.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:04:03,357 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:03,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Found previous received Instance[pk=223977, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:03,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Replace previous received Instance[pk=223977, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:03,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Instance[pk=223983, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:03,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Location[pk=223983, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/19C8827D, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:03,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Updated DB in 27 ms
2025-11-19 09:04:03,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:03,386 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65114699224.332811&seriesUID=1.2.392.200036.9125.3.3619053820161.65114699224.332812&objectUID=1.2.392.200036.9125.9.0.254344284.2710840510.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:04:03,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:05,071 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65114699224.332811&seriesUID=1.2.392.200036.9125.3.3619053820161.65114699224.332812&objectUID=1.2.392.200036.9125.9.0.254344284.2963154110.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:04:05,859 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:05,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Found previous received Instance[pk=223978, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:05,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Replace previous received Instance[pk=223978, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:05,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Instance[pk=223984, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:05,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Location[pk=223984, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/ADD89770, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:05,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Updated DB in 21 ms
2025-11-19 09:04:05,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:06,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:06,659 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65114699224.332811&seriesUID=1.2.392.200036.9125.3.3619053820161.65114699224.332812&objectUID=1.2.392.200036.9125.9.0.254344285.3718456510.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:04:07,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:07,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Found previous received Instance[pk=223979, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:07,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Replace previous received Instance[pk=223979, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:07,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Instance[pk=223985, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:07,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Location[pk=223985, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/7393FCC4, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:07,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Updated DB in 35 ms
2025-11-19 09:04:07,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:08,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:09,714 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:09,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Found previous received Instance[pk=223980, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:09,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Replace previous received Instance[pk=223980, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:09,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Instance[pk=223986, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:09,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Create Location[pk=223986, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/E4DFF81E, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:09,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148): Updated DB in 9 ms
2025-11-19 09:04:09,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:09,956 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) >> A-RELEASE-RQ
2025-11-19 09:04:09,956 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(148) << A-RELEASE-RP
2025-11-19 09:04:10,006 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(148): close Socket[addr=187.36.104.204/187.36.104.204,port=52133,localport=11112]
2025-11-19 09:04:10,418 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52134,localport=11112]
2025-11-19 09:04:10,418 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) >> A-ASSOCIATE-RQ
2025-11-19 09:04:10,418 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) << A-ASSOCIATE-AC
2025-11-19 09:04:10,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 09:04:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 09:04:16,424 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:16,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Found previous received Instance[pk=223981, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:04:16,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Replace previous received Instance[pk=223981, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:04:16,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Instance[pk=223987, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:04:16,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Location[pk=223987, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/86767409, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:16,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Updated DB in 23 ms
2025-11-19 09:04:16,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:16,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:18,711 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:18,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Found previous received Instance[pk=223982, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:18,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Replace previous received Instance[pk=223982, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:18,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Instance[pk=223988, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:18,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Location[pk=223988, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/F5D3BEF4, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:18,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Updated DB in 13 ms
2025-11-19 09:04:18,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:18,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:20,619 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:20,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Found previous received Instance[pk=223983, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:20,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Replace previous received Instance[pk=223983, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:20,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Instance[pk=223989, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:20,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Location[pk=223989, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/E1317935, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:20,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Updated DB in 9 ms
2025-11-19 09:04:20,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:20,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:23,162 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:23,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Found previous received Instance[pk=223984, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:23,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Replace previous received Instance[pk=223984, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:23,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Instance[pk=223990, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:23,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Location[pk=223990, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/8AD6B736, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:23,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Updated DB in 31 ms
2025-11-19 09:04:23,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:23,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:24,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:24,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Found previous received Instance[pk=223985, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:24,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Replace previous received Instance[pk=223985, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:24,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Instance[pk=223991, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:24,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Location[pk=223991, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/4FA0E28C, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:24,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Updated DB in 11 ms
2025-11-19 09:04:24,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:25,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:27,090 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:27,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Found previous received Instance[pk=223986, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:27,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Replace previous received Instance[pk=223986, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:27,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Instance[pk=223992, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:27,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Create Location[pk=223992, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/D1A7FE4A, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:27,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149): Updated DB in 8 ms
2025-11-19 09:04:27,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:27,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) >> A-RELEASE-RQ
2025-11-19 09:04:27,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(149) << A-RELEASE-RP
2025-11-19 09:04:27,381 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(149): close Socket[addr=187.36.104.204/187.36.104.204,port=52134,localport=11112]
2025-11-19 09:04:27,784 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52135,localport=11112]
2025-11-19 09:04:27,784 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) >> A-ASSOCIATE-RQ
2025-11-19 09:04:27,785 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) << A-ASSOCIATE-AC
2025-11-19 09:04:28,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:29,097 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:29,100 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:04:29,653 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:04:29,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:29,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:31,891 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:31,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Found previous received Instance[pk=223914, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:04:31,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Replace previous received Instance[pk=223914, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:04:31,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Instance[pk=223993, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:04:31,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Location[pk=223993, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/19A9C5AE, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:31,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Updated DB in 19 ms
2025-11-19 09:04:31,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:32,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:34,013 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:34,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Found previous received Instance[pk=223915, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:34,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Replace previous received Instance[pk=223915, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:34,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Instance[pk=223994, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:34,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Location[pk=223994, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/0E56363E, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:34,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Updated DB in 17 ms
2025-11-19 09:04:34,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:34,262 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:35,151 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 09:04:35,151 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:04:35,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:04:35,153 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 09:04:35,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:04:35,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:04:35,174 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:04:35,174 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:04:35,175 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 09:04:35,604 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:35,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Found previous received Instance[pk=223916, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:35,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Replace previous received Instance[pk=223916, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:35,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Instance[pk=223995, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:35,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Location[pk=223995, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CE3AA7A4, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:35,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Updated DB in 30 ms
2025-11-19 09:04:35,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:35,866 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:37,248 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:37,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Found previous received Instance[pk=223917, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:37,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Replace previous received Instance[pk=223917, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:37,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Instance[pk=223996, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:37,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Location[pk=223996, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CFE3361D, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:37,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Updated DB in 25 ms
2025-11-19 09:04:37,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:37,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:37,813 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52119,localport=11112]
2025-11-19 09:04:37,814 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> A-ASSOCIATE-RQ
2025-11-19 09:04:37,814 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << A-ASSOCIATE-AC
2025-11-19 09:04:38,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085037567 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:39,155 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 09:04:39,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:39,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Found previous received Instance[pk=223918, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:39,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Replace previous received Instance[pk=223918, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:39,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Instance[pk=223997, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:39,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Location[pk=223997, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D1986C59, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:39,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Updated DB in 9 ms
2025-11-19 09:04:39,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:39,295 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) Calculated size of 2 studies
2025-11-19 09:04:39,295 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 09:04:39,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:40,825 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 09:04:40,826 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 09:04:40,994 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:40,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Found previous received Instance[pk=223919, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:40,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Replace previous received Instance[pk=223919, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:41,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Instance[pk=223998, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:41,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Location[pk=223998, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/18973600, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:41,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Updated DB in 10 ms
2025-11-19 09:04:41,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:41,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:42,528 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:42,533 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Patient[pk=8791, id=PatientID[pk=8791, id=68320, issuer=DCM4CHEE.5AF028CE.0C2601B3], name=VIVIANE ALVES CAMARGO DE MIRANDA DORNELES]
2025-11-19 09:04:42,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Study[pk=8800, uid=68320, id=68320]
2025-11-19 09:04:42,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Series[pk=8905, uid=1.2.410.200001.101.11.501.1791052210.2.20251119085037159, no=1, mod=US]
2025-11-19 09:04:42,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=223999, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085037567, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:04:42,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=223999, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/73DDEF0E, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:42,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 30 ms
2025-11-19 09:04:42,559 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) No duplicate record with equal Patient ID found Patient[pk=8791, id=PatientID[pk=8791, id=68320, issuer=DCM4CHEE.5AF028CE.0C2601B3], name=VIVIANE ALVES CAMARGO DE MIRANDA DORNELES]
2025-11-19 09:04:42,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085037567 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:42,715 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:42,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Found previous received Instance[pk=223920, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:04:42,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Replace previous received Instance[pk=223920, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:04:42,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Instance[pk=224000, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:04:42,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Create Location[pk=224000, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/53552C0F, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:42,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150): Updated DB in 8 ms
2025-11-19 09:04:42,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:42,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085039778 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:42,952 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) >> A-RELEASE-RQ
2025-11-19 09:04:42,952 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(150) << A-RELEASE-RP
2025-11-19 09:04:43,003 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS30(150): close Socket[addr=187.36.104.204/187.36.104.204,port=52135,localport=11112]
2025-11-19 09:04:43,426 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52136,localport=11112]
2025-11-19 09:04:43,426 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) >> A-ASSOCIATE-RQ
2025-11-19 09:04:43,426 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) << A-ASSOCIATE-AC
2025-11-19 09:04:43,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:44,974 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:44,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224001, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085039778, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:44,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224001, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/73DEDF6E, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:44,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 18 ms
2025-11-19 09:04:44,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085039778 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:45,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085150649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:47,094 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:47,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224002, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085150649, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:47,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224002, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/75ABCB9B, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:47,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 20 ms
2025-11-19 09:04:47,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085150649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:47,339 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:47,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Found previous received Instance[pk=223993, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:04:47,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Replace previous received Instance[pk=223993, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:04:47,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Instance[pk=224003, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:04:47,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Location[pk=224003, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/F447A902, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:47,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085252946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:47,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Updated DB in 8 ms
2025-11-19 09:04:47,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:47,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:49,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:49,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:49,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Found previous received Instance[pk=223994, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:49,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Replace previous received Instance[pk=223994, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:49,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224004, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085252946, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:49,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224004, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/77619838, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:49,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Instance[pk=224005, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:04:49,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Location[pk=224005, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/AB69ECD9, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:49,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 22 ms
2025-11-19 09:04:49,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085252946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:49,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Updated DB in 23 ms
2025-11-19 09:04:49,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:49,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085439240 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:49,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:51,596 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:51,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Found previous received Instance[pk=223995, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:51,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Replace previous received Instance[pk=223995, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:51,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Instance[pk=224006, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:04:51,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Location[pk=224006, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/934A4E22, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:51,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Updated DB in 10 ms
2025-11-19 09:04:51,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:51,759 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:51,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224007, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085439240, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:51,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224007, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/7AB22EC0, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:51,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 6 ms
2025-11-19 09:04:51,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085439240 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:51,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:52,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085538275 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:53,389 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:53,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Found previous received Instance[pk=223996, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:53,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Replace previous received Instance[pk=223996, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:53,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Instance[pk=224008, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:04:53,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Location[pk=224008, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/F21F43BE, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:53,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Updated DB in 22 ms
2025-11-19 09:04:53,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:53,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:53,914 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:53,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224009, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085538275, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:53,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224009, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/7C669362, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:53,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 17 ms
2025-11-19 09:04:53,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085538275 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:54,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085543286 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:55,213 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:55,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Found previous received Instance[pk=223997, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:55,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Replace previous received Instance[pk=223997, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:55,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Instance[pk=224010, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:04:55,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Location[pk=224010, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/0A0BFC4B, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:55,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Updated DB in 24 ms
2025-11-19 09:04:55,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:55,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:56,036 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:56,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224011, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085543286, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:04:56,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224011, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/7C726528, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:56,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 6 ms
2025-11-19 09:04:56,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085543286 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:56,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085701355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:56,929 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:56,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Found previous received Instance[pk=223998, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:56,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Replace previous received Instance[pk=223998, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:56,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Instance[pk=224012, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:04:56,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Location[pk=224012, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CE4ACAB5, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:56,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Updated DB in 22 ms
2025-11-19 09:04:56,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:56,992 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 09:04:56,993 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 09:04:57,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:57,768 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:57,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224013, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085701355, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:04:57,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224013, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/7FA2D307, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:57,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 33 ms
2025-11-19 09:04:57,802 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085701355 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:58,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085729241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:58,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:58,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Found previous received Instance[pk=224000, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:04:58,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Replace previous received Instance[pk=224000, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:04:58,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Instance[pk=224014, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:04:58,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Create Location[pk=224014, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/81D4C74A, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:58,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152): Updated DB in 24 ms
2025-11-19 09:04:58,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:58,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) >> A-RELEASE-RQ
2025-11-19 09:04:58,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(152) << A-RELEASE-RP
2025-11-19 09:04:58,957 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS30(152): close Socket[addr=187.36.104.204/187.36.104.204,port=52136,localport=11112]
2025-11-19 09:04:59,379 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52137,localport=11112]
2025-11-19 09:04:59,380 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) >> A-ASSOCIATE-RQ
2025-11-19 09:04:59,380 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) << A-ASSOCIATE-AC
2025-11-19 09:04:59,595 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:04:59,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224015, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085729241, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:04:59,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224015, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/7FC2A11D, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:04:59,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:59,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 14 ms
2025-11-19 09:04:59,609 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085729241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:04:59,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085747346 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:02,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:02,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224016, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085747346, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:05:02,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224016, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/7FDDEB27, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:02,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 7 ms
2025-11-19 09:05:02,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085747346 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:02,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085834181 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:04,028 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:04,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224017, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085834181, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:05:04,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224017, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/8183481D, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:04,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 15 ms
2025-11-19 09:05:04,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085834181 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:04,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085849358 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:04,661 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:04,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Found previous received Instance[pk=224003, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:05:04,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Replace previous received Instance[pk=224003, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:05:04,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Instance[pk=224018, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:05:04,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Location[pk=224018, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/8B777B62, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:04,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Updated DB in 16 ms
2025-11-19 09:05:04,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:04,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:05,770 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:05,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224019, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085849358, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:05:05,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224019, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/8193ACA5, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:05,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 16 ms
2025-11-19 09:05:05,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085849358 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:06,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085930802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:07,298 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:07,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Found previous received Instance[pk=224005, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:05:07,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Replace previous received Instance[pk=224005, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:05:07,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Instance[pk=224020, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:05:07,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Location[pk=224020, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/90904CED, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:07,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Updated DB in 8 ms
2025-11-19 09:05:07,307 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:07,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:08,216 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:08,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224021, uid=1.2.410.200001.101.11.501.1791052210.3.20251119085930802, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:05:08,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224021, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/83366890, tsuid=1.2.840.10008.1.2, size=3416926, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:08,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 16 ms
2025-11-19 09:05:08,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119085930802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:08,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090015856 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:09,976 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:09,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224022, uid=1.2.410.200001.101.11.501.1791052210.3.20251119090015856, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:05:09,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224022, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/D322E70B, tsuid=1.2.840.10008.1.2, size=3417074, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:09,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 13 ms
2025-11-19 09:05:09,990 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090015856 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:10,112 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:10,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Found previous received Instance[pk=224006, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:05:10,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Replace previous received Instance[pk=224006, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:05:10,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Instance[pk=224023, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:05:10,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Location[pk=224023, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/96AEC1C8, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:10,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Updated DB in 7 ms
2025-11-19 09:05:10,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:10,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090031809 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:10,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:11,821 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:11,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224024, uid=1.2.410.200001.101.11.501.1791052210.3.20251119090031809, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:05:11,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224024, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/D33D43F9, tsuid=1.2.840.10008.1.2, size=3417074, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:11,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 11 ms
2025-11-19 09:05:11,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090031809 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 09:05:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 09:05:12,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090043029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:13,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:13,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Found previous received Instance[pk=224008, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:05:13,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Replace previous received Instance[pk=224008, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:05:13,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Instance[pk=224025, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:05:13,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Location[pk=224025, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/A4BA8559, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:13,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Updated DB in 21 ms
2025-11-19 09:05:13,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:13,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:14,023 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:14,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224026, uid=1.2.410.200001.101.11.501.1791052210.3.20251119090043029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:05:14,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224026, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/D34C266E, tsuid=1.2.840.10008.1.2, size=3417074, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:14,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 18 ms
2025-11-19 09:05:14,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090043029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:14,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090135233 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:14,823 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:14,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Found previous received Instance[pk=224010, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:05:14,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Replace previous received Instance[pk=224010, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:05:14,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Instance[pk=224027, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:05:14,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Location[pk=224027, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/A9C22E36, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:14,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Updated DB in 19 ms
2025-11-19 09:05:14,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:15,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:15,788 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:15,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224028, uid=1.2.410.200001.101.11.501.1791052210.3.20251119090135233, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:05:15,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224028, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/D4F3D7E5, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:15,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 18 ms
2025-11-19 09:05:15,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090135233 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:16,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090208585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:17,049 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:17,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Found previous received Instance[pk=224012, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:05:17,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Replace previous received Instance[pk=224012, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:05:17,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Instance[pk=224029, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:05:17,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Location[pk=224029, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/EB0FDE25, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:17,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Updated DB in 16 ms
2025-11-19 09:05:17,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:17,066 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:17,069 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:05:17,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:17,571 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:05:17,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:17,856 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:17,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224030, uid=1.2.410.200001.101.11.501.1791052210.3.20251119090208585, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:05:17,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224030, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/D67FD2FE, tsuid=1.2.840.10008.1.2, size=3416722, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:17,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 18 ms
2025-11-19 09:05:17,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090208585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:17,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:18,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090257751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:19,856 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4349) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:19,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Found previous received Instance[pk=224014, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:05:19,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Replace previous received Instance[pk=224014, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:05:19,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Instance[pk=224031, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:05:19,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Create Location[pk=224031, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/F8313F3D, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:19,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153): Updated DB in 13 ms
2025-11-19 09:05:19,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:20,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) >> A-RELEASE-RQ
2025-11-19 09:05:20,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4349) DCM4CHEE<-HS30(153) << A-RELEASE-RP
2025-11-19 09:05:20,149 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS30(153): close Socket[addr=187.36.104.204/187.36.104.204,port=52137,localport=11112]
2025-11-19 09:05:20,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:20,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224032, uid=1.2.410.200001.101.11.501.1791052210.3.20251119090257751, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:05:20,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224032, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/D6C5DB45, tsuid=1.2.840.10008.1.2, size=3417074, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:20,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 18 ms
2025-11-19 09:05:20,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090257751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:20,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090322720 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:22,348 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:05:22,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Instance[pk=224033, uid=1.2.410.200001.101.11.501.1791052210.3.20251119090322720, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:05:22,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Create Location[pk=224033, systemID=amazon-s3, path=2025/11/19/03132FAF/A6337E2C/D84E2728, tsuid=1.2.840.10008.1.2, size=3417074, status=OK, objectType=DICOM_FILE]
2025-11-19 09:05:22,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151): Updated DB in 5 ms
2025-11-19 09:05:22,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119090322720 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:05:22,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) >> A-RELEASE-RQ
2025-11-19 09:05:22,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4359) DCM4CHEE<-HS50US07(151) << A-RELEASE-RP
2025-11-19 09:05:22,648 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS50US07(151): close Socket[addr=187.36.104.204/187.36.104.204,port=52119,localport=11112]
2025-11-19 09:05:35,175 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 09:05:35,176 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 09:05:35,177 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 09:05:35,178 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:05:35,178 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:05:35,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:05:35,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:05:35,180 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 09:05:35,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:05:35,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:05:35,203 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 09:05:40,826 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 09:05:40,827 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 09:05:56,994 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 09:05:56,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 09:06:02,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:06:02,119 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:06:02,623 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:06:02,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:06:02,860 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 09:06:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 09:06:35,204 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 09:06:35,205 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 09:06:35,205 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 09:06:35,206 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 09:06:35,207 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 09:06:35,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:06:35,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:06:35,208 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:06:35,208 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:06:35,209 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 09:06:35,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:06:35,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:06:35,231 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 09:06:35,231 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 09:06:38,897 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49539,localport=11112]
2025-11-19 09:06:38,897 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) >> A-ASSOCIATE-RQ
2025-11-19 09:06:38,898 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) << A-ASSOCIATE-AC
2025-11-19 09:06:39,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) >> 59:C-STORE-RQ[pcid=57, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349590.3003983038.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:06:40,827 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 09:06:40,828 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 09:06:42,054 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:06:42,056 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:06:42,562 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:06:42,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:06:42,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 09:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 09:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4375) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4376) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4376) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4375) Start deleting 57 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:06:52,813 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:06:52,823 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:06:56,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 09:06:56,997 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 09:06:59,795 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101091826429&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:01,759 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101091902271&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:02,951 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101091926679&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:04,174 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101091940491&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:05,352 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101091955652&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:06,544 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101092034140&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:09,076 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085309463&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:10,254 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085346633&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:11,448 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085357135&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 09:07:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 09:07:15,093 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085432944&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:16,300 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085450351&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:17,439 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085457515&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:18,608 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085540988&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:19,760 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085605429&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:21,883 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085655965&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:23,015 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085710293&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:23,097 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:07:23,099 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:07:23,592 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:07:23,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:07:23,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:07:24,175 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101085751086&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:25,325 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101091536335&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:25,410 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4375) Finished deleting 57 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:07:25,410 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4375) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:07:26,596 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101091550490&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:29,618 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101091610910&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:30,754 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101091641168&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:31,951 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101091712493&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:33,111 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101092200739&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:35,231 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 09:07:35,232 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:07:35,232 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:07:35,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:07:35,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:07:35,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:07:35,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:07:35,260 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 09:07:35,511 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101092247036&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:36,687 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101092425568&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:37,928 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101092522652&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:39,153 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101092744508&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:40,284 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101092923620&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:40,829 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 09:07:40,830 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 09:07:42,700 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101092945535&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:43,839 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101093033740&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:44,995 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101093259533&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:46,180 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101093309334&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:47,300 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65535&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251101085308850&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251101093325546&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:07:56,998 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 09:07:56,999 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 09:08:02,166 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:08:02,168 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:08:02,705 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:08:02,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:08:02,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 09:08:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 09:08:35,260 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 09:08:35,260 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:08:35,261 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:08:35,262 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:08:35,262 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:08:35,284 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:08:35,284 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:08:35,285 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 09:08:40,830 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 09:08:40,831 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 09:08:44,875 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:08:44,877 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:08:45,405 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:08:45,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:08:45,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:08:57,000 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 09:08:57,001 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 09:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 09:09:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 09:09:26,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:09:26,253 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:09:26,777 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:09:26,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:09:27,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:09:35,285 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 09:09:35,287 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 09:09:35,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:09:35,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:09:35,288 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:09:35,288 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:09:35,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:09:35,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:09:35,308 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 09:09:39,296 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 09:09:39,373 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) Calculated size of 1 studies
2025-11-19 09:09:39,373 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 09:09:40,832 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 09:09:40,833 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 09:09:57,002 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 09:09:57,003 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 09:10:07,393 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:10:07,395 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:10:07,914 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:10:07,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:10:08,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 09:10:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 09:10:35,308 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 09:10:35,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:10:35,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:10:35,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:10:35,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:10:35,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:10:35,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:10:35,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 09:10:40,833 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 09:10:40,834 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 09:10:49,273 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:10:49,275 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:10:49,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:10:49,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:10:50,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:10:57,004 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 09:10:57,005 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 09:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 09:11:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 09:11:29,269 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:11:29,271 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:11:29,781 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:11:29,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:11:30,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:11:35,332 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 09:11:35,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:11:35,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:11:35,333 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 09:11:35,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:11:35,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:11:35,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:11:35,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:11:35,368 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 09:11:40,834 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 09:11:40,835 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 09:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 09:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4397) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 09:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4398) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4398) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4397) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:11:52,824 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:11:52,840 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:11:57,005 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 09:11:57,007 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 09:12:00,512 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52141,localport=11112]
2025-11-19 09:12:00,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) >> A-ASSOCIATE-RQ
2025-11-19 09:12:00,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) << A-ASSOCIATE-AC
2025-11-19 09:12:00,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:04,587 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4399) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:12:04,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Found previous received Instance[pk=223987, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:12:04,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Replace previous received Instance[pk=223987, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:12:04,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Instance[pk=224034, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:12:04,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Location[pk=224034, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/E0EBF6B9, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:12:04,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Updated DB in 29 ms
2025-11-19 09:12:04,617 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:04,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:06,654 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4399) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:12:06,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Found previous received Instance[pk=223988, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:12:06,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Replace previous received Instance[pk=223988, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:12:06,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Instance[pk=224035, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:12:06,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Location[pk=224035, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/32964A9C, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:12:06,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Updated DB in 13 ms
2025-11-19 09:12:06,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:06,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:08,404 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4399) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:12:08,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Found previous received Instance[pk=223989, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:12:08,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Replace previous received Instance[pk=223989, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:12:08,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Instance[pk=224036, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:12:08,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Location[pk=224036, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/32B54E5A, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:12:08,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Updated DB in 7 ms
2025-11-19 09:12:08,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:08,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:10,181 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4399) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:12:10,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Found previous received Instance[pk=223990, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:12:10,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Replace previous received Instance[pk=223990, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:12:10,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Instance[pk=224037, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:12:10,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Location[pk=224037, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/345BA1C2, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:12:10,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Updated DB in 22 ms
2025-11-19 09:12:10,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:10,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:11,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:12:11,512 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:12:11,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4399) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:12:11,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Found previous received Instance[pk=223991, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:12:11,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Replace previous received Instance[pk=223991, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:12:11,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Instance[pk=224038, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:12:11,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Location[pk=224038, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/34847182, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:12:11,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Updated DB in 26 ms
2025-11-19 09:12:11,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 09:12:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 09:12:12,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:12,076 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:12:12,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:12,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:13,750 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4399) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:12:13,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Found previous received Instance[pk=223992, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:12:13,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Replace previous received Instance[pk=223992, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:12:13,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Instance[pk=224039, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:12:13,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Create Location[pk=224039, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/37B4D856, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:12:13,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155): Updated DB in 7 ms
2025-11-19 09:12:13,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:13,992 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) >> A-RELEASE-RQ
2025-11-19 09:12:13,992 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4399) DCM4CHEE<-HS30(155) << A-RELEASE-RP
2025-11-19 09:12:14,043 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS30(155): close Socket[addr=187.36.104.204/187.36.104.204,port=52141,localport=11112]
2025-11-19 09:12:34,200 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:12:34,204 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Patient[pk=8792, id=PatientID[pk=8792, id=68337, issuer=DCM4CHEE.21B8C207.0891FECF], name=LENIS TEREZINHA ROLIN]
2025-11-19 09:12:34,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Study[pk=8801, uid=1.2.392.200036.9125.2.3619053820161.65116260003.335240, id=*]
2025-11-19 09:12:34,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Series[pk=8906, uid=1.2.392.200036.9125.3.3619053820161.65116260003.335241, no=3001, mod=CR]
2025-11-19 09:12:34,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Instance[pk=224040, uid=1.2.392.200036.9125.9.0.254349590.3003983038.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 09:12:34,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Location[pk=224040, systemID=amazon-s3, path=2025/11/19/3A184BBB/77380FDB/F16881E0, tsuid=1.2.840.10008.1.2, size=14015788, status=OK, objectType=DICOM_FILE]
2025-11-19 09:12:34,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Updated DB in 39 ms
2025-11-19 09:12:34,240 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) No duplicate record with equal Patient ID found Patient[pk=8792, id=PatientID[pk=8792, id=68337, issuer=DCM4CHEE.21B8C207.0891FECF], name=LENIS TEREZINHA ROLIN]
2025-11-19 09:12:34,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) << 59:C-STORE-RSP[pcid=57, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349590.3003983038.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:34,485 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) >> 61:C-STORE-RQ[pcid=57, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349591.3692111038.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:35,368 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 09:12:35,368 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:12:35,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:12:35,370 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:12:35,370 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:12:35,394 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:12:35,394 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:12:35,394 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 09:12:40,836 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 09:12:40,837 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 09:12:57,007 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 09:12:57,009 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 09:12:58,664 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:12:58,666 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:12:59,166 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:12:59,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:12:59,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 09:13:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 09:13:35,394 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 09:13:35,395 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 09:13:35,396 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 09:13:35,397 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 09:13:35,397 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 09:13:35,397 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:13:35,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:13:35,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:13:35,399 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:13:35,421 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:13:35,421 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:13:35,421 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 09:13:40,837 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 09:13:40,838 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 09:13:43,746 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:13:43,748 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:13:44,258 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:13:44,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:13:44,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:13:57,009 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 09:13:57,011 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 09:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 09:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 09:14:32,151 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:14:32,154 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:14:32,672 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:14:32,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:14:32,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:14:34,932 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeTaskScheduler.execute()
2025-11-19 09:14:34,957 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeTaskScheduler.execute()
2025-11-19 09:14:35,422 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 09:14:35,422 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:14:35,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:14:35,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:14:35,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:14:35,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:14:35,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:14:35,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 09:14:39,373 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-11-19 09:14:39,522 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) Calculated size of 2 studies
2025-11-19 09:14:39,522 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-11-19 09:14:40,838 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 09:14:40,839 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 09:14:57,012 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 09:14:57,013 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 09:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 09:15:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 09:15:21,829 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4317) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:15:21,831 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4317) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:15:22,344 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:15:22,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:15:22,585 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) >> A-RELEASE-RQ
2025-11-19 09:15:22,585 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4317) DCM4CHEE<-HS60MT(133) << A-RELEASE-RP
2025-11-19 09:15:22,636 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS60MT(133): close Socket[addr=187.36.104.204/187.36.104.204,port=49352,localport=11112]
2025-11-19 09:15:35,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 09:15:35,448 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,449 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,449 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:15:35,450 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:15:35,450 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,450 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,451 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:15:35,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:15:35,452 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,453 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:15:35,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:15:35,479 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,480 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,481 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 09:15:35,481 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 09:15:40,840 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 09:15:40,841 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 09:15:53,073 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49388,localport=11112]
2025-11-19 09:15:53,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> A-ASSOCIATE-RQ
2025-11-19 09:15:53,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << A-ASSOCIATE-AC
2025-11-19 09:15:53,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155245462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:15:57,013 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 09:15:57,015 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 09:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 09:16:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 09:16:30,631 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:16:30,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Found previous received Instance[pk=219061, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155245462, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:16:30,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Replace previous received Instance[pk=219061, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155245462, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:16:30,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Instance[pk=224041, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155245462, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:16:30,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Location[pk=224041, systemID=amazon-s3, path=2025/11/19/0312C34F/9DFB6BF0/6BA5DC77, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 09:16:30,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Updated DB in 50 ms
2025-11-19 09:16:30,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155245462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:16:30,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155305535 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:16:35,481 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 09:16:35,482 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 09:16:35,483 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 09:16:35,483 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:16:35,483 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:16:35,484 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 09:16:35,485 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:16:35,486 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:16:35,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:16:35,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:16:35,505 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 09:16:40,841 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 09:16:40,842 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 09:16:45,644 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103609733&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:46,898 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103632734&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:48,040 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103754695&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:49,225 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103814461&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 09:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4423) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 09:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4424) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4424) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4423) Start deleting 7 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:16:50,426 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103823137&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:51,568 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103839589&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:52,766 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103859320&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:52,841 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:16:52,850 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:16:53,956 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103907118&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:53,967 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4423) Finished deleting 7 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:16:53,967 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4423) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:16:55,164 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106102644734&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:56,585 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106102656846&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:57,016 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 09:16:57,017 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 09:16:57,766 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106102702770&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:16:58,913 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106102710187&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:17:00,059 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106102732297&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:17:01,273 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106102751142&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:17:03,595 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103306733&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:17:04,775 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103353929&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:17:05,985 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103411621&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:17:07,126 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103447502&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:17:08,325 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66378&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251106102644330&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251106103504548&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:17:08,620 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:17:08,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Found previous received Instance[pk=219068, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155305535, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:17:08,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Replace previous received Instance[pk=219068, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155305535, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:17:08,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Instance[pk=224042, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155305535, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:17:08,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Location[pk=224042, systemID=amazon-s3, path=2025/11/19/0312C34F/9DFB6BF0/6D225A79, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 09:17:08,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Updated DB in 15 ms
2025-11-19 09:17:08,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155305535 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:17:08,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155420660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 09:17:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 09:17:35,506 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 09:17:35,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:17:35,507 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:17:35,508 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:17:35,508 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:17:35,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:17:35,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:17:35,544 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 09:17:40,843 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 09:17:40,844 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 09:17:47,894 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:17:47,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Found previous received Instance[pk=219073, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155420660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:17:47,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Replace previous received Instance[pk=219073, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155420660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:17:47,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Instance[pk=224043, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155420660, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:17:47,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Location[pk=224043, systemID=amazon-s3, path=2025/11/19/0312C34F/9DFB6BF0/6EF12058, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 09:17:47,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Updated DB in 15 ms
2025-11-19 09:17:47,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155420660 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:17:48,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155507517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:17:57,017 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 09:17:57,019 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 09:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 09:18:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 09:18:24,073 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:18:24,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Found previous received Instance[pk=219074, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155507517, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:18:24,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Replace previous received Instance[pk=219074, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155507517, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:18:24,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Instance[pk=224044, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155507517, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:18:24,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Location[pk=224044, systemID=amazon-s3, path=2025/11/19/0312C34F/9DFB6BF0/708CF439, tsuid=1.2.840.10008.1.2, size=3416886, status=OK, objectType=DICOM_FILE]
2025-11-19 09:18:24,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Updated DB in 28 ms
2025-11-19 09:18:24,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155507517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:18:24,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155607422 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:18:28,694 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:18:28,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Instance[pk=224045, uid=1.2.392.200036.9125.9.0.254349591.3692111038.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 09:18:28,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Location[pk=224045, systemID=amazon-s3, path=2025/11/19/3A184BBB/77380FDB/B4E1D1E2, tsuid=1.2.840.10008.1.2, size=14015778, status=OK, objectType=DICOM_FILE]
2025-11-19 09:18:28,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Updated DB in 28 ms
2025-11-19 09:18:28,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) << 61:C-STORE-RSP[pcid=57, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349591.3692111038.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:18:28,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) >> 63:C-STORE-RQ[pcid=57, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349591.1141843134.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:18:35,544 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 09:18:35,545 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:18:35,546 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:18:35,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:18:35,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:18:35,549 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 09:18:35,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:18:35,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:18:35,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 09:18:40,844 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 09:18:40,845 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 09:18:57,019 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 09:18:57,021 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 09:19:02,425 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:19:02,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Found previous received Instance[pk=219075, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155607422, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:19:02,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Replace previous received Instance[pk=219075, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155607422, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:19:02,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Instance[pk=224046, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155607422, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:19:02,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Location[pk=224046, systemID=amazon-s3, path=2025/11/19/0312C34F/9DFB6BF0/7241C931, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 09:19:02,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Updated DB in 29 ms
2025-11-19 09:19:02,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155607422 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:19:02,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155724350 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 09:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 09:19:35,571 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 09:19:35,573 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 09:19:35,573 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:19:35,573 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:19:35,574 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:19:35,574 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:19:35,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:19:35,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:19:35,596 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 09:19:38,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:19:38,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Found previous received Instance[pk=219077, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155724350, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:19:38,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Replace previous received Instance[pk=219077, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155724350, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:19:38,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Instance[pk=224047, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155724350, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:19:38,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Location[pk=224047, systemID=amazon-s3, path=2025/11/19/0312C34F/9DFB6BF0/7411704F, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 09:19:38,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Updated DB in 19 ms
2025-11-19 09:19:38,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155724350 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:19:38,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155756342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:19:39,522 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-11-19 09:19:39,636 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) Calculated size of 2 studies
2025-11-19 09:19:39,636 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-11-19 09:19:40,845 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 09:19:40,847 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 09:19:57,021 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 09:19:57,023 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 09:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 09:20:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 09:20:15,277 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:20:15,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Found previous received Instance[pk=219088, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155756342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:20:15,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Replace previous received Instance[pk=219088, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155756342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:20:15,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Instance[pk=224048, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155756342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:20:15,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Location[pk=224048, systemID=amazon-s3, path=2025/11/19/0312C34F/9DFB6BF0/743C9F73, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 09:20:15,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Updated DB in 15 ms
2025-11-19 09:20:15,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155756342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:20:15,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155824318 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:20:35,596 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 09:20:35,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:20:35,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:20:35,598 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:20:35,598 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:20:35,621 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:20:35,621 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:20:35,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 09:20:40,847 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 09:20:40,848 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 09:20:56,720 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:20:56,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Found previous received Instance[pk=219100, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155824318, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:20:56,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Replace previous received Instance[pk=219100, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155824318, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:20:56,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Instance[pk=224049, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155824318, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:20:56,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Location[pk=224049, systemID=amazon-s3, path=2025/11/19/0312C34F/9DFB6BF0/75C6487A, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 09:20:56,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Updated DB in 15 ms
2025-11-19 09:20:56,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155824318 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:20:56,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155845208 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:20:57,023 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 09:20:57,025 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 09:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 09:21:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 09:21:35,621 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 09:21:35,622 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:21:35,622 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:21:35,623 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:21:35,623 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:21:35,624 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 09:21:35,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:21:35,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:21:35,648 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 09:21:35,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 09:21:36,730 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:21:36,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Found previous received Instance[pk=219112, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155845208, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:21:36,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Replace previous received Instance[pk=219112, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155845208, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:21:36,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Instance[pk=224050, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155845208, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:21:36,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Location[pk=224050, systemID=amazon-s3, path=2025/11/19/0312C34F/9DFB6BF0/75E2E7FB, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 09:21:36,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Updated DB in 28 ms
2025-11-19 09:21:36,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155845208 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:21:36,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155915033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:21:40,848 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 09:21:40,850 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 09:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 09:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 09:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4445) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4446) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4446) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:21:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4445) Start deleting 8 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:21:52,851 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:21:52,859 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:21:54,533 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4445) Finished deleting 8 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:21:54,533 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4445) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:21:57,025 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 09:21:57,027 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 09:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 09:22:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 09:22:35,649 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 09:22:35,649 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:22:35,650 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:22:35,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:22:35,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:22:35,670 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:22:35,670 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:22:35,670 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 09:22:40,850 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 09:22:40,851 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 09:22:57,027 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 09:22:57,029 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 09:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 09:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 09:23:23,274 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085037567&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:24,410 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085039778&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:25,575 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085150649&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:26,721 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085439240&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:27,890 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085538275&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:29,054 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085543286&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:30,197 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085701355&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:31,328 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085729241&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:32,497 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085747346&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:33,618 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085834181&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:35,164 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085849358&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:35,671 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 09:23:35,672 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 09:23:35,672 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:23:35,673 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:23:35,674 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:23:35,674 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:23:35,674 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 09:23:35,694 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:23:35,694 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:23:35,694 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 09:23:36,355 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085930802&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:37,518 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119090015856&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:38,717 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119090031809&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:39,885 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119090043029&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:40,851 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 09:23:40,853 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 09:23:41,030 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119090135233&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:42,110 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119085252946&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:43,299 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119090208585&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:44,441 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119090257751&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:45,909 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-2) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68320&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119085037159&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119090322720&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:23:57,029 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 09:23:57,031 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 09:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 09:24:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 09:24:21,895 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52143,localport=11112]
2025-11-19 09:24:21,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) >> A-ASSOCIATE-RQ
2025-11-19 09:24:21,896 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) << A-ASSOCIATE-AC
2025-11-19 09:24:22,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:26,210 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:26,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Instance[pk=224051, uid=1.2.392.200036.9125.9.0.254349591.1141843134.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 09:24:26,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Location[pk=224051, systemID=amazon-s3, path=2025/11/19/3A184BBB/77380FDB/FBFBA26A, tsuid=1.2.840.10008.1.2, size=14015790, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:26,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Updated DB in 14 ms
2025-11-19 09:24:26,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) << 63:C-STORE-RSP[pcid=57, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349591.1141843134.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:26,275 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:26,279 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Patient[pk=8793, id=PatientID[pk=8793, id=68328, issuer=DCM4CHEE.27ACCB56.0D7835E8], name=BRUNA BOEIRA DA SILVA]
2025-11-19 09:24:26,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Study[pk=8802, uid=68328, id=68328]
2025-11-19 09:24:26,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Series[pk=8907, uid=1.2.410.200001.101.11.301.1123109166.2.20251119091719976, no=1, mod=US]
2025-11-19 09:24:26,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Instance[pk=224052, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:24:26,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Location[pk=224052, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/71C65BBD, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:26,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Updated DB in 38 ms
2025-11-19 09:24:26,314 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) No duplicate record with equal Patient ID found Patient[pk=8793, id=PatientID[pk=8793, id=68328, issuer=DCM4CHEE.27ACCB56.0D7835E8], name=BRUNA BOEIRA DA SILVA]
2025-11-19 09:24:26,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:26,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) >> 65:C-STORE-RQ[pcid=57, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349591.2182096062.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:26,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:28,494 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:28,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Instance[pk=224053, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:24:28,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Location[pk=224053, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/71F27B75, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:28,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Updated DB in 4 ms
2025-11-19 09:24:28,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:28,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:30,342 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:30,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Instance[pk=224054, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:24:30,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Location[pk=224054, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/737B385B, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:30,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Updated DB in 7 ms
2025-11-19 09:24:30,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:30,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:32,483 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:32,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Instance[pk=224055, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:24:32,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Location[pk=224055, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/754CB3C1, tsuid=1.2.840.10008.1.2, size=3915738, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:32,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Updated DB in 16 ms
2025-11-19 09:24:32,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:32,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:34,702 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:34,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Instance[pk=224056, uid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:24:34,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Create Location[pk=224056, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/9E1733E3, tsuid=1.2.840.10008.1.2, size=3915738, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:34,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157): Updated DB in 18 ms
2025-11-19 09:24:34,721 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:34,958 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) >> A-RELEASE-RQ
2025-11-19 09:24:34,959 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(157) << A-RELEASE-RP
2025-11-19 09:24:35,009 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS30(157): close Socket[addr=187.36.104.204/187.36.104.204,port=52143,localport=11112]
2025-11-19 09:24:35,416 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52144,localport=11112]
2025-11-19 09:24:35,417 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) >> A-ASSOCIATE-RQ
2025-11-19 09:24:35,417 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) << A-ASSOCIATE-AC
2025-11-19 09:24:35,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:35,694 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 09:24:35,695 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:24:35,695 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:24:35,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:24:35,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:24:35,717 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:24:35,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:24:35,718 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 09:24:39,608 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:39,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Found previous received Instance[pk=224052, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:24:39,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Replace previous received Instance[pk=224052, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:24:39,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Create Instance[pk=224057, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:24:39,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Create Location[pk=224057, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/5A1B09DA, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:39,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Updated DB in 16 ms
2025-11-19 09:24:39,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:39,636 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 09:24:39,705 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) Calculated size of 1 studies
2025-11-19 09:24:39,705 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 09:24:39,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:40,853 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 09:24:40,854 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 09:24:41,319 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:41,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Found previous received Instance[pk=224053, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:24:41,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Replace previous received Instance[pk=224053, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:24:41,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Create Instance[pk=224058, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:24:41,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Create Location[pk=224058, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/64A47A39, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:41,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Updated DB in 21 ms
2025-11-19 09:24:41,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:41,569 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:43,063 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:43,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Found previous received Instance[pk=224054, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:24:43,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Replace previous received Instance[pk=224054, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:24:43,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Create Instance[pk=224059, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:24:43,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Create Location[pk=224059, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/9FC0BACB, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:43,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Updated DB in 16 ms
2025-11-19 09:24:43,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:43,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:45,236 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:45,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Found previous received Instance[pk=224055, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:24:45,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Replace previous received Instance[pk=224055, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:24:45,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Create Instance[pk=224060, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:24:45,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Create Location[pk=224060, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/6B818AB5, tsuid=1.2.840.10008.1.2, size=3915738, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:45,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Updated DB in 8 ms
2025-11-19 09:24:45,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:45,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:47,147 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:47,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Found previous received Instance[pk=224056, uid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:24:47,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Replace previous received Instance[pk=224056, uid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:24:47,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Create Instance[pk=224061, uid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:24:47,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Create Location[pk=224061, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/1C91437B, tsuid=1.2.840.10008.1.2, size=3915738, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:47,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158): Updated DB in 12 ms
2025-11-19 09:24:47,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:47,386 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) >> A-RELEASE-RQ
2025-11-19 09:24:47,386 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(158) << A-RELEASE-RP
2025-11-19 09:24:47,436 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(158): close Socket[addr=187.36.104.204/187.36.104.204,port=52144,localport=11112]
2025-11-19 09:24:47,844 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52145,localport=11112]
2025-11-19 09:24:47,846 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) >> A-ASSOCIATE-RQ
2025-11-19 09:24:47,846 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) << A-ASSOCIATE-AC
2025-11-19 09:24:48,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:52,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:52,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Found previous received Instance[pk=224057, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:24:52,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Replace previous received Instance[pk=224057, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:24:52,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Create Instance[pk=224062, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:24:52,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Create Location[pk=224062, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/48B47487, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:52,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Updated DB in 28 ms
2025-11-19 09:24:52,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:52,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:54,933 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:54,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Found previous received Instance[pk=224058, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:24:54,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Replace previous received Instance[pk=224058, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:24:54,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Create Instance[pk=224063, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:24:54,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Create Location[pk=224063, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/214C8B1F, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:54,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Updated DB in 18 ms
2025-11-19 09:24:54,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:55,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:56,640 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:56,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Found previous received Instance[pk=224059, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:24:56,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Replace previous received Instance[pk=224059, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:24:56,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Create Instance[pk=224064, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:24:56,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Create Location[pk=224064, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/5A4C1B9D, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:56,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Updated DB in 20 ms
2025-11-19 09:24:56,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:56,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:57,031 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 09:24:57,032 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 09:24:58,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:24:58,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Found previous received Instance[pk=224060, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:24:58,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Replace previous received Instance[pk=224060, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:24:58,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Create Instance[pk=224065, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:24:58,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Create Location[pk=224065, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/5B7C44AD, tsuid=1.2.840.10008.1.2, size=3915738, status=OK, objectType=DICOM_FILE]
2025-11-19 09:24:58,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Updated DB in 16 ms
2025-11-19 09:24:58,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:24:58,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:00,352 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:00,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Found previous received Instance[pk=224061, uid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:00,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Replace previous received Instance[pk=224061, uid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:00,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Create Instance[pk=224066, uid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:00,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Create Location[pk=224066, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/4DBC1B81, tsuid=1.2.840.10008.1.2, size=3915738, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:00,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159): Updated DB in 7 ms
2025-11-19 09:25:00,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:00,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) >> A-RELEASE-RQ
2025-11-19 09:25:00,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(159) << A-RELEASE-RP
2025-11-19 09:25:00,638 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(159): close Socket[addr=187.36.104.204/187.36.104.204,port=52145,localport=11112]
2025-11-19 09:25:01,048 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52146,localport=11112]
2025-11-19 09:25:01,048 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) >> A-ASSOCIATE-RQ
2025-11-19 09:25:01,048 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) << A-ASSOCIATE-AC
2025-11-19 09:25:01,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:05,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:05,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Found previous received Instance[pk=224034, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:25:05,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Replace previous received Instance[pk=224034, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:25:05,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Instance[pk=224067, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:25:05,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Location[pk=224067, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/CE13423C, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:05,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Updated DB in 28 ms
2025-11-19 09:25:05,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:05,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:07,455 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:07,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Found previous received Instance[pk=224035, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:25:07,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Replace previous received Instance[pk=224035, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:25:07,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Instance[pk=224068, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:25:07,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Location[pk=224068, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/08E98FFA, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:07,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Updated DB in 19 ms
2025-11-19 09:25:07,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:07,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:09,647 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:09,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Found previous received Instance[pk=224036, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:25:09,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Replace previous received Instance[pk=224036, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:25:09,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Instance[pk=224069, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:25:09,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Location[pk=224069, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/C052AE00, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:09,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Updated DB in 9 ms
2025-11-19 09:25:09,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:09,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:11,727 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:11,730 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Found previous received Instance[pk=224037, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:25:11,730 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Replace previous received Instance[pk=224037, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:25:11,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Instance[pk=224070, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:25:11,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Location[pk=224070, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/7DC67110, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:11,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Updated DB in 22 ms
2025-11-19 09:25:11,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:11,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 09:25:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 09:25:13,430 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:13,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Found previous received Instance[pk=224038, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:13,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Replace previous received Instance[pk=224038, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:13,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Instance[pk=224071, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:13,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Location[pk=224071, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/856A96A6, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:13,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Updated DB in 32 ms
2025-11-19 09:25:13,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:13,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:15,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:15,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Found previous received Instance[pk=224039, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:25:15,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Replace previous received Instance[pk=224039, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:25:15,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Instance[pk=224072, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:25:15,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Create Location[pk=224072, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/95542EE0, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:15,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160): Updated DB in 27 ms
2025-11-19 09:25:15,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:15,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) >> A-RELEASE-RQ
2025-11-19 09:25:15,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(160) << A-RELEASE-RP
2025-11-19 09:25:15,629 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(160): close Socket[addr=187.36.104.204/187.36.104.204,port=52146,localport=11112]
2025-11-19 09:25:16,080 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52147,localport=11112]
2025-11-19 09:25:16,080 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) >> A-ASSOCIATE-RQ
2025-11-19 09:25:16,080 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) << A-ASSOCIATE-AC
2025-11-19 09:25:16,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:20,831 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:20,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Found previous received Instance[pk=224067, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:25:20,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Replace previous received Instance[pk=224067, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:25:20,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Instance[pk=224073, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:25:20,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Location[pk=224073, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/E2001CB5, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:20,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Updated DB in 17 ms
2025-11-19 09:25:20,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:21,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:23,398 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:23,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Found previous received Instance[pk=224068, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:25:23,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Replace previous received Instance[pk=224068, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:25:23,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Instance[pk=224074, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:25:23,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Location[pk=224074, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/580AEC9F, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:23,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Updated DB in 24 ms
2025-11-19 09:25:23,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:23,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:25,378 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:25,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Found previous received Instance[pk=224069, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:25:25,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Replace previous received Instance[pk=224069, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:25:25,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Instance[pk=224075, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:25:25,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Location[pk=224075, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/2E22A71B, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:25,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Updated DB in 16 ms
2025-11-19 09:25:25,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:25,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:27,687 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:27,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Found previous received Instance[pk=224070, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:25:27,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Replace previous received Instance[pk=224070, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:25:27,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Instance[pk=224076, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:25:27,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Location[pk=224076, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/B1F93D91, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:27,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Updated DB in 8 ms
2025-11-19 09:25:27,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:27,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:29,553 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:29,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Found previous received Instance[pk=224071, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:29,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Replace previous received Instance[pk=224071, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:29,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Instance[pk=224077, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:29,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Location[pk=224077, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/7F227508, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:29,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Updated DB in 23 ms
2025-11-19 09:25:29,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:29,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:31,849 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:31,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Found previous received Instance[pk=224072, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:25:31,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Replace previous received Instance[pk=224072, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:25:31,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Instance[pk=224078, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:25:31,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Create Location[pk=224078, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/0D650662, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:31,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161): Updated DB in 17 ms
2025-11-19 09:25:31,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:32,117 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) >> A-RELEASE-RQ
2025-11-19 09:25:32,117 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(161) << A-RELEASE-RP
2025-11-19 09:25:32,168 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS30(161): close Socket[addr=187.36.104.204/187.36.104.204,port=52147,localport=11112]
2025-11-19 09:25:32,626 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52148,localport=11112]
2025-11-19 09:25:32,626 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) >> A-ASSOCIATE-RQ
2025-11-19 09:25:32,627 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) << A-ASSOCIATE-AC
2025-11-19 09:25:32,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:35,718 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 09:25:35,719 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:25:35,720 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:25:35,720 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:25:35,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:25:35,721 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:25:35,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:25:35,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:25:35,723 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:25:35,748 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:25:35,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:25:35,749 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 09:25:36,869 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:36,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Found previous received Instance[pk=224073, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:25:36,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Replace previous received Instance[pk=224073, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:25:36,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Instance[pk=224079, uid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:25:36,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Location[pk=224079, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/D805EDB1, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:36,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Updated DB in 16 ms
2025-11-19 09:25:36,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119085929731 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:37,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:38,779 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:38,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Found previous received Instance[pk=224074, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:25:38,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Replace previous received Instance[pk=224074, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:25:38,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Instance[pk=224080, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:25:38,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Location[pk=224080, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/89988065, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:38,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Updated DB in 23 ms
2025-11-19 09:25:38,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090113056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:39,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:40,652 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:40,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Found previous received Instance[pk=224075, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:25:40,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Replace previous received Instance[pk=224075, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:25:40,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Instance[pk=224081, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:25:40,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Location[pk=224081, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/528DE17C, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:40,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Updated DB in 15 ms
2025-11-19 09:25:40,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090139773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:40,854 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 09:25:40,855 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 09:25:40,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:42,598 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:42,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Found previous received Instance[pk=224076, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:25:42,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Replace previous received Instance[pk=224076, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:25:42,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Instance[pk=224082, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:25:42,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Location[pk=224082, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/0C2B5187, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:42,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Updated DB in 16 ms
2025-11-19 09:25:42,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090228903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:42,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:44,440 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:44,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Found previous received Instance[pk=224077, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:44,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Replace previous received Instance[pk=224077, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:44,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Instance[pk=224083, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:25:44,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Location[pk=224083, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/614273B8, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:44,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Updated DB in 20 ms
2025-11-19 09:25:44,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090255259 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:44,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:46,282 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4455) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:25:46,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Found previous received Instance[pk=224078, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:25:46,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Replace previous received Instance[pk=224078, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:25:46,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Instance[pk=224084, uid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:25:46,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Create Location[pk=224084, systemID=amazon-s3, path=2025/11/19/03132F97/134189B7/42DB786E, tsuid=1.2.840.10008.1.2, size=3915736, status=OK, objectType=DICOM_FILE]
2025-11-19 09:25:46,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162): Updated DB in 8 ms
2025-11-19 09:25:46,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119090413163 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:25:46,536 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) >> A-RELEASE-RQ
2025-11-19 09:25:46,536 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4455) DCM4CHEE<-HS30(162) << A-RELEASE-RP
2025-11-19 09:25:46,587 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS30(162): close Socket[addr=187.36.104.204/187.36.104.204,port=52148,localport=11112]
2025-11-19 09:25:57,033 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 09:25:57,034 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 09:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 09:26:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 09:26:35,749 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 09:26:35,750 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:26:35,750 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:26:35,751 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:26:35,751 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:26:35,752 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 09:26:35,753 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 09:26:35,774 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:26:35,774 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:26:35,775 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 09:26:35,775 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 09:26:40,855 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 09:26:40,857 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 09:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 09:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4468) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 09:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4469) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4469) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4468) Start deleting 28 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:26:52,860 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:26:52,867 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:26:57,035 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 09:26:57,037 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 09:27:06,891 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4468) Finished deleting 28 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:27:06,891 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4468) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 09:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 09:27:35,776 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 09:27:35,777 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 09:27:35,778 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 09:27:35,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:27:35,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:27:35,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:27:35,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:27:35,799 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:27:35,799 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:27:35,799 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 09:27:40,857 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 09:27:40,858 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 09:27:57,037 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 09:27:57,039 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 09:28:01,738 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52149,localport=11112]
2025-11-19 09:28:01,739 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) >> A-ASSOCIATE-RQ
2025-11-19 09:28:01,739 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) << A-ASSOCIATE-AC
2025-11-19 09:28:01,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 09:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 09:28:13,466 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4474) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:28:13,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Found previous received Instance[pk=224062, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:28:13,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Replace previous received Instance[pk=224062, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:28:13,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Create Instance[pk=224085, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:28:13,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Create Location[pk=224085, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/71C65BBD, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:28:13,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Updated DB in 20 ms
2025-11-19 09:28:13,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091720278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:28:13,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:28:16,843 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4474) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:28:16,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Found previous received Instance[pk=224063, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:28:16,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Replace previous received Instance[pk=224063, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:28:16,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Create Instance[pk=224086, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:28:16,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Create Location[pk=224086, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/71F27B75, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:28:16,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Updated DB in 13 ms
2025-11-19 09:28:16,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091754491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:28:17,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:28:19,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4474) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:28:19,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Found previous received Instance[pk=224064, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:28:19,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Replace previous received Instance[pk=224064, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:28:19,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Create Instance[pk=224087, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:28:19,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Create Location[pk=224087, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/737B385B, tsuid=1.2.840.10008.1.2, size=3416630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:28:19,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Updated DB in 25 ms
2025-11-19 09:28:19,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091820398 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:28:19,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:28:21,802 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4474) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:28:21,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Found previous received Instance[pk=224065, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:28:21,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Replace previous received Instance[pk=224065, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:28:21,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Create Instance[pk=224088, uid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:28:21,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Create Location[pk=224088, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/754CB3C1, tsuid=1.2.840.10008.1.2, size=3915738, status=OK, objectType=DICOM_FILE]
2025-11-19 09:28:21,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Updated DB in 25 ms
2025-11-19 09:28:21,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119091941349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:28:22,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:28:23,726 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4474) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:28:23,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Found previous received Instance[pk=224066, uid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:28:23,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Replace previous received Instance[pk=224066, uid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:28:23,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Create Instance[pk=224089, uid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:28:23,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Create Location[pk=224089, systemID=amazon-s3, path=2025/11/19/03132FB7/A4121417/9E1733E3, tsuid=1.2.840.10008.1.2, size=3915738, status=OK, objectType=DICOM_FILE]
2025-11-19 09:28:23,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163): Updated DB in 7 ms
2025-11-19 09:28:23,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119092212413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:28:23,978 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) >> A-RELEASE-RQ
2025-11-19 09:28:23,978 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4474) DCM4CHEE<-HS30(163) << A-RELEASE-RP
2025-11-19 09:28:24,029 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS30(163): close Socket[addr=187.36.104.204/187.36.104.204,port=52149,localport=11112]
2025-11-19 09:28:35,799 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 09:28:35,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:28:35,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:28:35,801 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:28:35,801 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:28:35,821 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:28:35,821 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:28:35,821 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 09:28:40,858 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 09:28:40,859 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 09:28:57,039 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 09:28:57,041 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 09:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 09:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 09:29:35,821 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 09:29:35,822 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:29:35,822 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:29:35,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:29:35,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:29:35,824 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 09:29:35,845 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:29:35,845 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:29:35,846 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 09:29:35,846 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 09:29:39,706 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 09:29:39,777 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) Calculated size of 1 studies
2025-11-19 09:29:39,777 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 09:29:40,860 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 09:29:40,861 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 09:29:57,041 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 09:29:57,043 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 09:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 09:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 09:30:26,523 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:30:26,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Instance[pk=224090, uid=1.2.392.200036.9125.9.0.254349591.2182096062.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 09:30:26,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Create Location[pk=224090, systemID=amazon-s3, path=2025/11/19/3A184BBB/77380FDB/224B9C4A, tsuid=1.2.840.10008.1.2, size=14015790, status=OK, objectType=DICOM_FILE]
2025-11-19 09:30:26,538 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154): Updated DB in 14 ms
2025-11-19 09:30:26,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) << 65:C-STORE-RSP[pcid=57, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349591.2182096062.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:30:26,781 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) >> A-RELEASE-RQ
2025-11-19 09:30:26,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(154) << A-RELEASE-RP
2025-11-19 09:30:26,832 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-FCR-CSL1(154): close Socket[addr=187.36.104.204/187.36.104.204,port=49539,localport=11112]
2025-11-19 09:30:28,956 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49615,localport=11112]
2025-11-19 09:30:28,957 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) >> A-ASSOCIATE-RQ
2025-11-19 09:30:28,957 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) << A-ASSOCIATE-AC
2025-11-19 09:30:29,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) >> 69:C-STORE-RQ[pcid=67, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349581.1024009406.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:30:35,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:30:35,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Found previous received Instance[pk=219186, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155915033, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:30:35,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Replace previous received Instance[pk=219186, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155915033, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:30:35,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Instance[pk=224091, uid=1.2.410.200001.101.11.601.1501430850.3.20251113155915033, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:30:35,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Create Location[pk=224091, systemID=amazon-s3, path=2025/11/19/0312C34F/9DFB6BF0/776D72ED, tsuid=1.2.840.10008.1.2, size=44206414, status=OK, objectType=DICOM_FILE]
2025-11-19 09:30:35,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156): Updated DB in 14 ms
2025-11-19 09:30:35,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113155915033 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:30:35,846 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 09:30:35,847 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:30:35,847 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:30:35,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:30:35,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:30:35,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:30:35,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:30:35,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 09:30:36,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) >> A-RELEASE-RQ
2025-11-19 09:30:36,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(156) << A-RELEASE-RP
2025-11-19 09:30:36,070 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS60MT(156): close Socket[addr=187.36.104.204/187.36.104.204,port=49388,localport=11112]
2025-11-19 09:30:36,518 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49411,localport=11112]
2025-11-19 09:30:36,518 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) >> A-ASSOCIATE-RQ
2025-11-19 09:30:36,518 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) << A-ASSOCIATE-AC
2025-11-19 09:30:36,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075959925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:30:40,861 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 09:30:40,862 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 09:30:57,043 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 09:30:57,045 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 09:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 09:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 09:31:19,041 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:31:19,055 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Patient[pk=8794, id=PatientID[pk=8794, id=68140, issuer=DCM4CHEE.8A6C9357.0D783989], name=MICHELLE SAVALA DE ARAUJO BARRETO]
2025-11-19 09:31:19,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Study[pk=8803, uid=68140, id=68140]
2025-11-19 09:31:19,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Series[pk=8908, uid=1.2.410.200001.101.11.601.1501430850.2.20251118075959477, no=1, mod=US]
2025-11-19 09:31:19,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Instance[pk=224092, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075959925, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:31:19,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Location[pk=224092, systemID=amazon-s3, path=2025/11/19/0313286B/AAEA7088/7894E471, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 09:31:19,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Updated DB in 49 ms
2025-11-19 09:31:19,092 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) No duplicate record with equal Patient ID found Patient[pk=8794, id=PatientID[pk=8794, id=68140, issuer=DCM4CHEE.8A6C9357.0D783989], name=MICHELLE SAVALA DE ARAUJO BARRETO]
2025-11-19 09:31:19,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075959925 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:31:19,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118080012549 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:31:35,869 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 09:31:35,870 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:31:35,871 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:31:35,872 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:31:35,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:31:35,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:31:35,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:31:35,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:31:35,874 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:31:35,907 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:31:35,908 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:31:35,908 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 09:31:40,863 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 09:31:40,863 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 09:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-11-19 09:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4492) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-11-19 09:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4493) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4493) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4492) Start deleting 6 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:31:52,867 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:31:52,873 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:31:53,513 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4492) Finished deleting 6 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:31:53,513 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4492) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:31:56,015 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:31:56,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Instance[pk=224093, uid=1.2.410.200001.101.11.601.1501430850.3.20251118080012549, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:31:56,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Location[pk=224093, systemID=amazon-s3, path=2025/11/19/0313286B/AAEA7088/C85FB015, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 09:31:56,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Updated DB in 15 ms
2025-11-19 09:31:56,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118080012549 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:31:56,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118080110819 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:31:57,045 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 09:31:57,046 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 09:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 09:32:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 09:32:34,552 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:32:34,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Instance[pk=224094, uid=1.2.410.200001.101.11.601.1501430850.3.20251118080110819, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:32:34,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Location[pk=224094, systemID=amazon-s3, path=2025/11/19/0313286B/AAEA7088/CA13AADC, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 09:32:34,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Updated DB in 5 ms
2025-11-19 09:32:34,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118080110819 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:32:34,814 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118080146597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:32:35,908 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 09:32:35,910 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 09:32:35,910 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:32:35,911 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:32:35,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:32:35,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:32:35,939 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:32:35,939 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:32:35,939 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 09:32:38,565 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:32:38,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Instance[pk=224095, uid=1.2.410.200001.101.11.601.1501430850.3.20251118080146597, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:32:38,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Location[pk=224095, systemID=amazon-s3, path=2025/11/19/0313286B/AAEA7088/CA40A14C, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 09:32:38,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Updated DB in 19 ms
2025-11-19 09:32:38,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118080146597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:32:38,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118080223162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:32:40,864 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 09:32:40,865 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 09:32:46,308 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:32:46,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Instance[pk=224096, uid=1.2.410.200001.101.11.601.1501430850.3.20251118080223162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:32:46,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Location[pk=224096, systemID=amazon-s3, path=2025/11/19/0313286B/AAEA7088/CBD7DE66, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 09:32:46,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Updated DB in 25 ms
2025-11-19 09:32:46,333 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118080223162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:32:46,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118080228920 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:32:54,734 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:32:54,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Instance[pk=224097, uid=1.2.410.200001.101.11.601.1501430850.3.20251118080228920, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:32:54,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Create Location[pk=224097, systemID=amazon-s3, path=2025/11/19/0313286B/AAEA7088/CBDA41CB, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 09:32:54,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165): Updated DB in 13 ms
2025-11-19 09:32:54,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118080228920 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:32:54,998 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) >> A-RELEASE-RQ
2025-11-19 09:32:54,998 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(165) << A-RELEASE-RP
2025-11-19 09:32:55,048 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS60MT(165): close Socket[addr=187.36.104.204/187.36.104.204,port=49411,localport=11112]
2025-11-19 09:32:55,524 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49412,localport=11112]
2025-11-19 09:32:55,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> A-ASSOCIATE-RQ
2025-11-19 09:32:55,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << A-ASSOCIATE-AC
2025-11-19 09:32:55,776 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:32:57,047 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 09:32:57,048 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 09:32:57,148 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStgCmtScheduler.execute()
2025-11-19 09:32:57,153 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStgCmtScheduler.execute()
2025-11-19 09:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 09:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 09:33:35,939 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 09:33:35,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:33:35,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:33:35,943 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:33:35,943 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:33:35,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:33:35,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:33:35,969 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 09:33:40,865 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 09:33:40,866 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 09:33:41,159 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:33:41,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): Found previous received Instance[pk=223874, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:33:41,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): Replace previous received Instance[pk=223874, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:33:41,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): Create Instance[pk=224098, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:33:41,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): Create Location[pk=224098, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/18D1BBBB, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 09:33:41,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): Updated DB in 21 ms
2025-11-19 09:33:41,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:33:41,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:33:57,049 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 09:33:57,050 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 09:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 09:34:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 09:34:25,153 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:34:25,155 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:34:25,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:34:25,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:34:25,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:34:35,969 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 09:34:35,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:34:35,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:34:35,971 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 09:34:35,973 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:34:35,973 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:34:35,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:34:35,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:34:35,999 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 09:34:39,778 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-11-19 09:34:39,859 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) Calculated size of 1 studies
2025-11-19 09:34:39,859 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-11-19 09:34:40,867 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 09:34:40,868 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 09:34:57,051 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 09:34:57,053 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 09:35:11,125 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:35:11,127 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:35:11,637 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:35:11,637 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:35:11,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 09:35:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 09:35:36,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 09:35:36,001 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 09:35:36,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:35:36,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:35:36,004 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:35:36,004 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:35:36,031 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:35:36,031 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:35:36,032 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 09:35:36,032 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 09:35:40,868 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 09:35:40,869 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 09:35:55,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:35:55,528 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:35:56,041 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:35:56,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:35:56,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:35:57,054 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 09:35:57,055 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 09:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 09:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 09:36:22,941 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:36:22,945 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Patient[pk=8795, id=PatientID[pk=8795, id=68319, issuer=DCM4CHEE.79B3DFAA.0883F62E], name=ATANASIA PAES OVELAR]
2025-11-19 09:36:22,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Study[pk=8804, uid=1.2.392.200036.9125.2.3619053820161.65116257579.335230, id=*]
2025-11-19 09:36:22,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Series[pk=8909, uid=1.2.392.200036.9125.3.3619053820161.65116257579.335231, no=3001, mod=CR]
2025-11-19 09:36:22,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Instance[pk=224099, uid=1.2.392.200036.9125.9.0.254349581.1024009406.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 09:36:22,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Location[pk=224099, systemID=amazon-s3, path=2025/11/19/873CD560/C45C9980/35FF4BE1, tsuid=1.2.840.10008.1.2, size=14015786, status=OK, objectType=DICOM_FILE]
2025-11-19 09:36:22,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Updated DB in 27 ms
2025-11-19 09:36:22,970 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) No duplicate record with equal Patient ID found Patient[pk=8795, id=PatientID[pk=8795, id=68319, issuer=DCM4CHEE.79B3DFAA.0883F62E], name=ATANASIA PAES OVELAR]
2025-11-19 09:36:22,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) << 69:C-STORE-RSP[pcid=67, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349581.1024009406.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:36:23,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) >> 71:C-STORE-RQ[pcid=67, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349581.2164925630.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:36:36,032 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 09:36:36,033 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:36:36,033 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:36:36,034 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 09:36:36,035 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:36:36,035 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:36:36,058 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:36:36,058 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:36:36,058 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 09:36:40,869 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 09:36:40,870 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 09:36:44,429 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:36:44,431 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:36:44,948 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:36:44,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:36:45,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-11-19 09:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4514) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-11-19 09:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4515) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4515) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4514) Start deleting 1 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:36:50,780 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4514) Finished deleting 1 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:36:50,780 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4514) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:36:52,873 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:36:52,887 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:36:57,055 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 09:36:57,057 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 09:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 09:37:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 09:37:15,266 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52122,localport=11112]
2025-11-19 09:37:15,266 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> A-ASSOCIATE-RQ
2025-11-19 09:37:15,267 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << A-ASSOCIATE-AC
2025-11-19 09:37:15,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091102855 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:19,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:19,366 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Patient[pk=8796, id=PatientID[pk=8796, id=68339, issuer=DCM4CHEE.08B52C01.89D7A38C], name=ELUANE DE JESUS BRITO]
2025-11-19 09:37:19,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Study[pk=8805, uid=68339, id=68339]
2025-11-19 09:37:19,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Series[pk=8910, uid=1.2.410.200001.101.11.501.1791052210.2.20251119091039449, no=1, mod=US]
2025-11-19 09:37:19,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224100, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091102855, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:37:19,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224100, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/09AE864C, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:19,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 26 ms
2025-11-19 09:37:19,390 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) No duplicate record with equal Patient ID found Patient[pk=8796, id=PatientID[pk=8796, id=68339, issuer=DCM4CHEE.08B52C01.89D7A38C], name=ELUANE DE JESUS BRITO]
2025-11-19 09:37:19,391 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091102855 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:19,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091112639 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:21,248 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:21,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224101, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091112639, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:37:21,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224101, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/09BC9611, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:21,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 137 ms
2025-11-19 09:37:21,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091112639 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:21,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091215368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:23,233 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:23,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224102, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091215368, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:37:23,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224102, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/0B72C0E6, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:23,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 11 ms
2025-11-19 09:37:23,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091215368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:23,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091316654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:24,780 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:24,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224103, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091316654, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:37:24,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224103, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/0D281904, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:24,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 10 ms
2025-11-19 09:37:24,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091316654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:25,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091417687 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:26,304 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:26,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224104, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091417687, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:37:26,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224104, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/0EDD6662, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:26,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 15 ms
2025-11-19 09:37:26,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091417687 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:26,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091540597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:27,855 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:27,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224105, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091540597, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:37:27,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224105, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/10B95349, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:27,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 5 ms
2025-11-19 09:37:27,861 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091540597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:28,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091618341 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:29,361 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:29,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224106, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091618341, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:37:29,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224106, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/1247803A, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:29,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 12 ms
2025-11-19 09:37:29,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091618341 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:29,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091725318 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:30,892 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:30,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224107, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091725318, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:37:30,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224107, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/140912E7, tsuid=1.2.840.10008.1.2, size=3416826, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:30,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 12 ms
2025-11-19 09:37:30,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091725318 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:31,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091825712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:31,660 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:31,662 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:37:32,176 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:37:32,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:32,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:32,636 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:32,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224108, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091825712, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:37:32,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224108, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/15BDFA84, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:32,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 13 ms
2025-11-19 09:37:32,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091825712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:32,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091915325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:34,210 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:34,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224109, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091915325, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:37:34,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224109, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/1764ACC0, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:34,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 14 ms
2025-11-19 09:37:34,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091915325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:34,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091940247 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:35,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:35,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224110, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091940247, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:37:35,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224110, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/178CA9E7, tsuid=1.2.840.10008.1.2, size=3416882, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:35,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 9 ms
2025-11-19 09:37:35,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091940247 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:36,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092030044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:36,059 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 09:37:36,062 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:37:36,063 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:37:36,063 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:37:36,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:37:36,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:37:36,070 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:37:36,099 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:37:36,100 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:37:36,100 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 09:37:37,438 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:37,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224111, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092030044, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:37:37,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224111, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/3D09288B, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:37,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 14 ms
2025-11-19 09:37:37,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092030044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:37,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092255349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:39,076 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:39,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224112, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092255349, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:37:39,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224112, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/409159EE, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:39,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 14 ms
2025-11-19 09:37:39,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092255349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:39,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092355067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:40,634 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:40,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224113, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092355067, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:37:40,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224113, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/42462786, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:40,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 16 ms
2025-11-19 09:37:40,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092355067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:40,870 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 09:37:40,871 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 09:37:40,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092458095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:42,998 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:43,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224114, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092458095, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:37:43,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224114, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/43FC5D9D, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:43,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 13 ms
2025-11-19 09:37:43,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092458095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:43,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092546582 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:44,648 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:44,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224115, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092546582, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:37:44,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224115, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/45A248A0, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:44,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 15 ms
2025-11-19 09:37:44,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092546582 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:44,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092713450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:46,420 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:46,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224116, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092713450, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:37:46,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224116, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/48E0521E, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:46,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 19 ms
2025-11-19 09:37:46,440 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092713450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:46,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092837829 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:48,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:48,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224117, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092837829, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:37:48,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224117, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/4AB339EB, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:48,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 9 ms
2025-11-19 09:37:48,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092837829 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:49,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093000964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:50,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:50,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224118, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093000964, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:37:50,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224118, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/71C53F50, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:50,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 14 ms
2025-11-19 09:37:50,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093000964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:51,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093133793 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:52,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:52,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224119, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093133793, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:37:52,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224119, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/73A5B469, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:52,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 8 ms
2025-11-19 09:37:52,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093133793 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:53,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093256142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:54,796 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:54,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224120, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093256142, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 09:37:54,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224120, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/75780205, tsuid=1.2.840.10008.1.2, size=3916082, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:54,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 15 ms
2025-11-19 09:37:54,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093256142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:55,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093320646 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:56,307 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:56,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224121, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093320646, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 09:37:56,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224121, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/76FFECB0, tsuid=1.2.840.10008.1.2, size=3416826, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:56,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 21 ms
2025-11-19 09:37:56,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093320646 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:56,564 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093427341 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:57,057 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 09:37:57,059 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 09:37:58,139 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:58,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224122, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093427341, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 09:37:58,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224122, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/78B7E8A0, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:58,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 19 ms
2025-11-19 09:37:58,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093427341 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:58,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093520723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:59,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:37:59,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224123, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093520723, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 09:37:59,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224123, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/7A69A16E, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:37:59,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 13 ms
2025-11-19 09:37:59,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093520723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:37:59,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093544244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:01,187 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:01,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224124, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093544244, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 09:38:01,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224124, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/7A878F66, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:01,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 21 ms
2025-11-19 09:38:01,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093544244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:01,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093710721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:02,812 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:02,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224125, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093710721, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 09:38:02,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224125, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/7DC53B29, tsuid=1.2.840.10008.1.2, size=3416514, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:02,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 14 ms
2025-11-19 09:38:02,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093710721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:03,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093714400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:04,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:04,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224126, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093714400, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 09:38:04,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224126, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/7DC70123, tsuid=1.2.840.10008.1.2, size=3416514, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:04,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 10 ms
2025-11-19 09:38:04,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093714400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:05,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093719520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:07,327 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:07,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Instance[pk=224127, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093719520, class=1.2.840.10008.5.1.4.1.1.6.1, no=31]
2025-11-19 09:38:07,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Create Location[pk=224127, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/7DC94AFD, tsuid=1.2.840.10008.1.2, size=3416514, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:07,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167): Updated DB in 10 ms
2025-11-19 09:38:07,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093719520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:08,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) >> A-RELEASE-RQ
2025-11-19 09:38:08,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(167) << A-RELEASE-RP
2025-11-19 09:38:08,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS50US07(167): close Socket[addr=187.36.104.204/187.36.104.204,port=52122,localport=11112]
2025-11-19 09:38:08,881 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52123,localport=11112]
2025-11-19 09:38:09,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> A-ASSOCIATE-RQ
2025-11-19 09:38:09,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << A-ASSOCIATE-AC
2025-11-19 09:38:10,865 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091102855 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 09:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 09:38:14,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:14,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224100, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091102855, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:38:14,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224100, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091102855, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:38:14,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224128, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091102855, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:38:14,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224128, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/996E49FC, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:14,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 22 ms
2025-11-19 09:38:14,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091102855 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:14,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091112639 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:16,466 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:16,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224101, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091112639, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:38:16,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224101, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091112639, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:38:16,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224129, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091112639, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:38:16,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224129, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/2CA2C768, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:16,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 8 ms
2025-11-19 09:38:16,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091112639 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:16,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091215368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:18,601 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:18,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224102, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091215368, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:38:18,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224102, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091215368, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:38:18,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224130, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091215368, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:38:18,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224130, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/F14C4570, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:18,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 14 ms
2025-11-19 09:38:18,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091215368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:18,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091316654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:20,749 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:20,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224103, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091316654, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:38:20,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224103, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091316654, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:38:20,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224131, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091316654, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:38:20,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224131, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/078AFC2C, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:20,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 14 ms
2025-11-19 09:38:20,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091316654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:20,902 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:20,904 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:38:21,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091417687 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:21,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:38:21,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:21,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:22,829 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:22,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224104, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091417687, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:38:22,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224104, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091417687, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:38:22,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224132, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091417687, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:38:22,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224132, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/FC7D40CC, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:22,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 13 ms
2025-11-19 09:38:22,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091417687 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:23,100 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091540597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:24,762 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:24,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224105, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091540597, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:38:24,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224105, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091540597, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:38:24,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224133, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091540597, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:38:24,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224133, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/4008D462, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:24,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 21 ms
2025-11-19 09:38:24,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091540597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:25,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091555017 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:26,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:26,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224134, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091555017, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:38:26,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224134, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/10C99CE8, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:26,407 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 26 ms
2025-11-19 09:38:26,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091555017 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:26,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091618341 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:28,254 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:28,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224106, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091618341, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:38:28,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224106, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091618341, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:38:28,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224135, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091618341, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:38:28,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224135, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/2AC33BC6, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:28,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 8 ms
2025-11-19 09:38:28,262 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091618341 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:28,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091725318 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:30,398 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:30,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224107, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091725318, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:38:30,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224107, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091725318, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:38:30,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224136, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091725318, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:38:30,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224136, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/6951B247, tsuid=1.2.840.10008.1.2, size=3416826, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:30,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 14 ms
2025-11-19 09:38:30,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091725318 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:30,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091825712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:32,175 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:32,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224108, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091825712, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:38:32,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224108, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091825712, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:38:32,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224137, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091825712, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:38:32,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224137, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/EA253BD1, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:32,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 13 ms
2025-11-19 09:38:32,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091825712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:32,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091915325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:33,886 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:33,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224109, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091915325, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:38:33,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224109, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091915325, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:38:33,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224138, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091915325, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:38:33,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224138, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/70C31594, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:33,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 14 ms
2025-11-19 09:38:33,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091915325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:34,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091940247 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:35,616 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:35,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224110, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091940247, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:38:35,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224110, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091940247, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:38:35,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224139, uid=1.2.410.200001.101.11.501.1791052210.3.20251119091940247, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:38:35,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224139, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/40F670B4, tsuid=1.2.840.10008.1.2, size=3416882, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:35,630 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 14 ms
2025-11-19 09:38:35,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119091940247 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:35,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092030044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:36,100 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 09:38:36,100 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:38:36,101 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:38:36,102 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 09:38:36,104 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:38:36,104 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:38:36,127 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:38:36,128 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:38:36,128 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 09:38:37,840 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:37,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224111, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092030044, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:38:37,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224111, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092030044, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:38:37,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224140, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092030044, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:38:37,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224140, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/6BCB19A6, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:37,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 16 ms
2025-11-19 09:38:37,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092030044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:38,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092255349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:39,614 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:39,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224112, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092255349, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:38:39,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224112, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092255349, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:38:39,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224141, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092255349, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:38:39,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224141, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/86E9026D, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:39,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 13 ms
2025-11-19 09:38:39,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092255349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:39,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092355067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:40,871 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 09:38:40,873 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 09:38:41,292 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:41,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224113, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092355067, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:38:41,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224113, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092355067, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:38:41,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224142, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092355067, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:38:41,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224142, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/27AF9A5F, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:41,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 13 ms
2025-11-19 09:38:41,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092355067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:41,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092458095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:43,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:43,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224114, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092458095, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:38:43,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224114, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092458095, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:38:43,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224143, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092458095, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:38:43,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224143, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/0C860E26, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:43,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 14 ms
2025-11-19 09:38:43,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092458095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:43,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092546582 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:45,362 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:45,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224115, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092546582, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:38:45,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224115, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092546582, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:38:45,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224144, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092546582, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:38:45,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224144, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/27E63544, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:45,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 14 ms
2025-11-19 09:38:45,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092546582 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:45,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092713450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:47,260 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:47,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224116, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092713450, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:38:47,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224116, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092713450, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:38:47,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224145, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092713450, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:38:47,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224145, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/65FBA366, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:47,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 15 ms
2025-11-19 09:38:47,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092713450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:47,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092837829 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:49,337 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:49,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224117, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092837829, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:38:49,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224117, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092837829, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:38:49,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224146, uid=1.2.410.200001.101.11.501.1791052210.3.20251119092837829, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:38:49,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224146, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/24922105, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:49,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 18 ms
2025-11-19 09:38:49,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119092837829 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:49,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093000964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:51,131 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:51,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224118, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093000964, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:38:51,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224118, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093000964, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:38:51,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224147, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093000964, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:38:51,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224147, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/BCF1C6FE, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:51,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 8 ms
2025-11-19 09:38:51,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093000964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:51,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093133793 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:52,917 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:52,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224119, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093133793, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:38:52,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224119, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093133793, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:38:52,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224148, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093133793, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:38:52,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224148, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/60010FB0, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:52,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 12 ms
2025-11-19 09:38:52,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093133793 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:53,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093256142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:55,013 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:55,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224120, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093256142, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 09:38:55,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224120, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093256142, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 09:38:55,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224149, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093256142, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 09:38:55,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224149, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/56D4FB40, tsuid=1.2.840.10008.1.2, size=3916082, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:55,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 17 ms
2025-11-19 09:38:55,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093256142 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:55,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093320646 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:56,882 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:56,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224121, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093320646, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 09:38:56,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224121, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093320646, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 09:38:56,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224150, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093320646, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 09:38:56,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224150, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/5DB31EEC, tsuid=1.2.840.10008.1.2, size=3416826, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:56,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 15 ms
2025-11-19 09:38:56,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093320646 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:57,060 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 09:38:57,061 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 09:38:57,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093427341 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:58,711 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:38:58,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224122, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093427341, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 09:38:58,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224122, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093427341, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 09:38:58,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224151, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093427341, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 09:38:58,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224151, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/55A15A27, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:38:58,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 21 ms
2025-11-19 09:38:58,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093427341 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:38:58,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093506461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:00,686 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:39:00,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224152, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093506461, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 09:39:00,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224152, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/7A5021DD, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:39:00,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 9 ms
2025-11-19 09:39:00,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093506461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:00,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093520723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:02,528 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:39:02,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224123, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093520723, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 09:39:02,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224123, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093520723, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 09:39:02,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224153, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093520723, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 09:39:02,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224153, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/E4DD93CE, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:39:02,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 8 ms
2025-11-19 09:39:02,537 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093520723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:02,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093544244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:04,384 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:39:04,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224124, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093544244, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 09:39:04,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224124, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093544244, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 09:39:04,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224154, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093544244, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 09:39:04,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224154, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/310A8AA8, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 09:39:04,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 14 ms
2025-11-19 09:39:04,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093544244 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:04,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093710721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:05,340 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/147.185.132.118,port=62756,localport=11112]
2025-11-19 09:39:05,369 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4525) ANY-SCP<-ECHOSCU(169) >> A-ASSOCIATE-RQ
2025-11-19 09:39:05,369 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4525) ANY-SCP<-ECHOSCU(169) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-11-19 09:39:05,420 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) ANY-SCP<-ECHOSCU(169): close Socket[addr=/147.185.132.118,port=62756,localport=11112]
2025-11-19 09:39:06,280 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:39:06,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224125, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093710721, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 09:39:06,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224125, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093710721, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 09:39:06,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224155, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093710721, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 09:39:06,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224155, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/F20E4701, tsuid=1.2.840.10008.1.2, size=3416514, status=OK, objectType=DICOM_FILE]
2025-11-19 09:39:06,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 8 ms
2025-11-19 09:39:06,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093710721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:06,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093714400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:06,653 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/147.185.132.118,port=62764,localport=11112]
2025-11-19 09:39:06,685 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4525) /172.18.0.3:11112<-/147.185.132.118:62764(170): invalid length of PDU[type=3, len=2564832]
2025-11-19 09:39:06,686 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4525) /172.18.0.3:11112<-/147.185.132.118:62764(170): close Socket[addr=/147.185.132.118,port=62764,localport=11112]
2025-11-19 09:39:08,013 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:39:08,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224126, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093714400, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 09:39:08,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224126, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093714400, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 09:39:08,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224156, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093714400, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 09:39:08,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224156, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/9214DEF2, tsuid=1.2.840.10008.1.2, size=3416514, status=OK, objectType=DICOM_FILE]
2025-11-19 09:39:08,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 7 ms
2025-11-19 09:39:08,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093714400 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:08,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093719520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:08,652 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:39:08,654 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:39:09,144 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:39:09,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:09,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:09,787 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4516) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:39:09,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Found previous received Instance[pk=224127, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093719520, class=1.2.840.10008.5.1.4.1.1.6.1, no=31]
2025-11-19 09:39:09,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Replace previous received Instance[pk=224127, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093719520, class=1.2.840.10008.5.1.4.1.1.6.1, no=31]
2025-11-19 09:39:09,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Instance[pk=224157, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093719520, class=1.2.840.10008.5.1.4.1.1.6.1, no=31]
2025-11-19 09:39:09,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Create Location[pk=224157, systemID=amazon-s3, path=2025/11/19/03132FD7/3A7CB1E9/8D6C6924, tsuid=1.2.840.10008.1.2, size=3416514, status=OK, objectType=DICOM_FILE]
2025-11-19 09:39:09,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168): Updated DB in 9 ms
2025-11-19 09:39:09,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093719520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:10,052 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) >> A-RELEASE-RQ
2025-11-19 09:39:10,052 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4516) DCM4CHEE<-HS50US07(168) << A-RELEASE-RP
2025-11-19 09:39:10,103 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS50US07(168): close Socket[addr=187.36.104.204/187.36.104.204,port=52123,localport=11112]
2025-11-19 09:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 09:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 09:39:36,128 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 09:39:36,128 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:39:36,129 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:39:36,130 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:39:36,130 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:39:36,149 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:39:36,149 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:39:36,149 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 09:39:39,859 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-11-19 09:39:40,025 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) Calculated size of 3 studies
2025-11-19 09:39:40,025 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-11-19 09:39:40,873 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 09:39:40,874 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 09:39:55,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:39:55,527 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:39:56,035 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:39:56,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:56,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:39:57,062 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 09:39:57,064 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 09:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 09:40:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 09:40:36,150 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 09:40:36,151 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 09:40:36,152 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 09:40:36,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:40:36,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:40:36,153 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 09:40:36,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:40:36,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:40:36,154 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 09:40:36,175 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:40:36,175 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:40:36,175 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 09:40:40,874 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 09:40:40,875 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 09:40:43,265 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:40:43,267 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:40:43,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:40:43,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:40:44,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:40:57,064 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 09:40:57,066 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 09:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 09:41:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 09:41:26,003 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:41:26,005 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:41:26,509 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:41:26,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:41:26,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:41:36,175 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 09:41:36,176 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 09:41:36,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:41:36,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:41:36,177 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 09:41:36,178 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 09:41:36,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:41:36,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:41:36,200 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:41:36,200 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:41:36,200 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 09:41:40,875 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 09:41:40,876 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 09:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-11-19 09:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4538) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-11-19 09:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4539) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4539) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4538) Start deleting 28 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:41:52,887 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:41:52,898 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:41:57,066 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 09:41:57,068 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 09:42:05,609 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4538) Finished deleting 28 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:42:05,609 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4538) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:42:10,096 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:42:10,098 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:42:10,580 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:42:10,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:42:10,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 09:42:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 09:42:22,413 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119092355067&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:22,707 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:42:22,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Instance[pk=224158, uid=1.2.392.200036.9125.9.0.254349581.2164925630.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 09:42:22,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Location[pk=224158, systemID=amazon-s3, path=2025/11/19/873CD560/C45C9980/51A1F98F, tsuid=1.2.840.10008.1.2, size=14015786, status=OK, objectType=DICOM_FILE]
2025-11-19 09:42:22,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Updated DB in 5 ms
2025-11-19 09:42:22,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) << 71:C-STORE-RSP[pcid=67, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349581.2164925630.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:42:22,957 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) >> 73:C-STORE-RQ[pcid=67, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349581.3943376062.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:42:23,572 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119092458095&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:24,699 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119092546582&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:25,791 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119092713450&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:26,988 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119092837829&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:28,095 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093000964&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:29,215 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093133793&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:30,333 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093256142&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:31,457 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093320646&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:32,995 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093427341&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:34,135 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093506461&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:35,240 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093520723&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:36,200 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 09:42:36,201 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:42:36,201 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:42:36,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:42:36,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:42:36,224 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:42:36,225 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:42:36,225 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 09:42:36,358 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093544244&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:37,462 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093710721&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:38,560 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093714400&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:39,645 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093719520&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:40,741 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091102855&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:40,877 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 09:42:40,878 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 09:42:41,874 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091112639&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:42,955 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091215368&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:43,986 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091316654&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:45,105 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091417687&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:46,255 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091540597&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:47,395 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091555017&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:48,565 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091618341&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:50,064 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091725318&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:51,168 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091825712&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:52,302 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091915325&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:53,350 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119091940247&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:54,544 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119092030044&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:55,673 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68339&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119091039449&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119092255349&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:42:57,068 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 09:42:57,070 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 09:42:58,403 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:42:58,406 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:42:58,915 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:42:58,916 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:42:59,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 09:43:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 09:43:36,225 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 09:43:36,226 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 09:43:36,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:43:36,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:43:36,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:43:36,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:43:36,256 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:43:36,256 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:43:36,256 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 09:43:40,878 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 09:43:40,880 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 09:43:48,523 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:43:48,526 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:43:49,035 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:43:49,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:43:49,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:43:57,070 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 09:43:57,071 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 09:44:04,757 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52081,localport=11112]
2025-11-19 09:44:04,758 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> A-ASSOCIATE-RQ
2025-11-19 09:44:04,758 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << A-ASSOCIATE-AC
2025-11-19 09:44:04,987 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:10,249 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4548) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:44:10,254 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Patient[pk=8797, id=PatientID[pk=8797, id=68347, issuer=DCM4CHEE.3AB3F489.0D94CA80], name=MARIA GILDA VIEIRA DO NASCIMENTO]
2025-11-19 09:44:10,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Study[pk=8806, uid=68347, id=68347]
2025-11-19 09:44:10,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Series[pk=8911, uid=1.2.410.200001.101.11.301.1144174170.2.20251119093705633, no=1, mod=US]
2025-11-19 09:44:10,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Instance[pk=224159, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:44:10,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Location[pk=224159, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/E2A6CED5, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:44:10,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Updated DB in 32 ms
2025-11-19 09:44:10,282 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) No duplicate record with equal Patient ID found Patient[pk=8797, id=PatientID[pk=8797, id=68347, issuer=DCM4CHEE.3AB3F489.0D94CA80], name=MARIA GILDA VIEIRA DO NASCIMENTO]
2025-11-19 09:44:10,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:10,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 09:44:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 09:44:14,082 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4548) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:44:14,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Instance[pk=224160, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:44:14,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Location[pk=224160, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/E2C46CE3, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:44:14,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Updated DB in 16 ms
2025-11-19 09:44:14,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:14,333 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:17,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4548) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:44:17,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Instance[pk=224161, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:44:17,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Location[pk=224161, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/E60DC4E7, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 09:44:17,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Updated DB in 12 ms
2025-11-19 09:44:17,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:17,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:22,452 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4548) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:44:22,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Instance[pk=224162, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:44:22,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Location[pk=224162, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/E62AEBA5, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 09:44:22,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Updated DB in 19 ms
2025-11-19 09:44:22,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:22,707 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:26,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4548) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:44:26,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Instance[pk=224163, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:44:26,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Location[pk=224163, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/0BA689EB, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:44:26,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Updated DB in 12 ms
2025-11-19 09:44:26,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:27,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:32,222 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4548) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:44:32,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Instance[pk=224164, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:44:32,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Location[pk=224164, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/0BB6CC2B, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:44:32,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Updated DB in 10 ms
2025-11-19 09:44:32,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:32,464 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:36,256 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 09:44:36,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:44:36,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:44:36,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:44:36,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:44:36,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:44:36,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:44:36,280 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 09:44:36,280 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 09:44:36,373 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4548) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:44:36,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Instance[pk=224165, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:44:36,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Location[pk=224165, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/0BD219F1, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:44:36,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Updated DB in 8 ms
2025-11-19 09:44:36,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:36,617 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:39,070 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:44:39,072 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:44:39,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:44:39,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:39,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:40,026 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start StudySizeScheduler.execute()
2025-11-19 09:44:40,140 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) Calculated size of 2 studies
2025-11-19 09:44:40,140 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished StudySizeScheduler.execute()
2025-11-19 09:44:40,407 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4548) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:44:40,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Instance[pk=224166, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:44:40,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Location[pk=224166, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/0D78DB4A, tsuid=1.2.840.10008.1.2, size=3416864, status=OK, objectType=DICOM_FILE]
2025-11-19 09:44:40,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Updated DB in 7 ms
2025-11-19 09:44:40,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:40,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:40,880 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 09:44:40,881 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 09:44:45,096 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4548) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:44:45,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Instance[pk=224167, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:44:45,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Create Location[pk=224167, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/0F063303, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:44:45,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171): Updated DB in 12 ms
2025-11-19 09:44:45,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:44:45,344 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) >> A-RELEASE-RQ
2025-11-19 09:44:45,344 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4548) DCM4CHEE<-HS30(171) << A-RELEASE-RP
2025-11-19 09:44:45,395 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(171): close Socket[addr=187.36.104.204/187.36.104.204,port=52081,localport=11112]
2025-11-19 09:44:57,072 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 09:44:57,074 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 09:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 09:45:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 09:45:22,537 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:45:22,539 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:45:23,045 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:45:23,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:45:23,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:45:36,281 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 09:45:36,281 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:45:36,282 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:45:36,282 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 09:45:36,284 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:45:36,284 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:45:36,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:45:36,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:45:36,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 09:45:40,881 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 09:45:40,882 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 09:45:57,074 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 09:45:57,076 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 09:46:03,927 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52124,localport=11112]
2025-11-19 09:46:03,928 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> A-ASSOCIATE-RQ
2025-11-19 09:46:03,928 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << A-ASSOCIATE-AC
2025-11-19 09:46:04,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093931099 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:08,011 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52082,localport=11112]
2025-11-19 09:46:08,011 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> A-ASSOCIATE-RQ
2025-11-19 09:46:08,011 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << A-ASSOCIATE-AC
2025-11-19 09:46:08,027 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:08,031 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Patient[pk=8798, id=PatientID[pk=8798, id=68348, issuer=DCM4CHEE.138EED7B.8D6BF966], name=LIZ DE MORAIS FIGUEIRO]
2025-11-19 09:46:08,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Study[pk=8807, uid=68348, id=68348]
2025-11-19 09:46:08,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Series[pk=8912, uid=1.2.410.200001.101.11.501.1791052210.2.20251119093929804, no=1, mod=US]
2025-11-19 09:46:08,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224168, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093931099, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:46:08,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224168, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/814B7662, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:08,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 20 ms
2025-11-19 09:46:08,047 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) No duplicate record with equal Patient ID found Patient[pk=8798, id=PatientID[pk=8798, id=68348, issuer=DCM4CHEE.138EED7B.8D6BF966], name=LIZ DE MORAIS FIGUEIRO]
2025-11-19 09:46:08,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093931099 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:08,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:08,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094011507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:08,999 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:09,004 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:46:09,484 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:46:09,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:09,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:09,877 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:09,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224169, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094011507, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:46:09,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224169, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/A6B9F6B6, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:09,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 18 ms
2025-11-19 09:46:09,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094011507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:10,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094057066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:11,778 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:11,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224170, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094057066, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:46:11,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224170, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/A6F4FCE8, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:11,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 16 ms
2025-11-19 09:46:11,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094057066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:11,974 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4559) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:11,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Found previous received Instance[pk=224159, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:46:11,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Replace previous received Instance[pk=224159, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:46:11,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Instance[pk=224171, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:46:11,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Location[pk=224171, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/95724A15, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:11,985 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Updated DB in 11 ms
2025-11-19 09:46:11,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 09:46:12,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094108329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 09:46:12,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:13,572 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:13,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224172, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094108329, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:46:13,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224172, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/A863DF2B, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:13,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 20 ms
2025-11-19 09:46:13,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094108329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:13,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094158978 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:15,388 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:15,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224173, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094158978, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:46:15,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224173, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/A8AA6BD0, tsuid=1.2.840.10008.1.2, size=3915766, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:15,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 11 ms
2025-11-19 09:46:15,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094158978 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:15,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094351325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:16,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4559) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:16,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Found previous received Instance[pk=224160, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:46:16,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Replace previous received Instance[pk=224160, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:46:16,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Instance[pk=224174, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:46:16,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Location[pk=224174, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/2E3EAFB5, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:16,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Updated DB in 26 ms
2025-11-19 09:46:16,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:16,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:17,024 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:17,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224175, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094351325, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:46:17,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224175, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/AC10D751, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:17,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 19 ms
2025-11-19 09:46:17,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094351325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:17,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094359094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:18,927 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:18,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224176, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094359094, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:46:18,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224176, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/AC146FDE, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:18,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 26 ms
2025-11-19 09:46:18,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094359094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:19,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094410806 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:21,010 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:21,010 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4559) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:21,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Found previous received Instance[pk=224161, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:46:21,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Replace previous received Instance[pk=224161, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:46:21,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224177, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094410806, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:46:21,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224177, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/AD8CF015, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:21,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Instance[pk=224178, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:46:21,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Location[pk=224178, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/64D38134, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:21,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 28 ms
2025-11-19 09:46:21,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094410806 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:21,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Updated DB in 29 ms
2025-11-19 09:46:21,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:21,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:21,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094612966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:22,815 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:22,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224179, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094612966, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:46:22,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224179, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/B0F78E8C, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:22,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 26 ms
2025-11-19 09:46:22,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094612966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:23,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094622212 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:24,465 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:24,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224180, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094622212, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:46:24,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224180, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/B1058B27, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:24,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 26 ms
2025-11-19 09:46:24,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094622212 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:24,739 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094652749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:26,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:26,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224181, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094652749, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:46:26,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224181, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/B12FE4D3, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:26,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 10 ms
2025-11-19 09:46:26,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094652749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:26,805 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4559) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:26,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Found previous received Instance[pk=224162, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:46:26,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Replace previous received Instance[pk=224162, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:46:26,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Instance[pk=224182, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:46:26,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Location[pk=224182, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/5FEEC5EB, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:26,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Updated DB in 8 ms
2025-11-19 09:46:26,814 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:26,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094658072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:27,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:28,545 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:28,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Instance[pk=224183, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094658072, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:46:28,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Create Location[pk=224183, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/B132851C, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:28,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172): Updated DB in 6 ms
2025-11-19 09:46:28,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094658072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:28,804 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) >> A-RELEASE-RQ
2025-11-19 09:46:28,804 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(172) << A-RELEASE-RP
2025-11-19 09:46:28,854 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS50US07(172): close Socket[addr=187.36.104.204/187.36.104.204,port=52124,localport=11112]
2025-11-19 09:46:29,315 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52126,localport=11112]
2025-11-19 09:46:29,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> A-ASSOCIATE-RQ
2025-11-19 09:46:29,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << A-ASSOCIATE-AC
2025-11-19 09:46:29,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093931099 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:33,156 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4559) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:33,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Found previous received Instance[pk=224163, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:46:33,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Replace previous received Instance[pk=224163, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:46:33,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Instance[pk=224184, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:46:33,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Location[pk=224184, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/A4A65512, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:33,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Updated DB in 20 ms
2025-11-19 09:46:33,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:33,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:33,489 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:33,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224168, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093931099, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:46:33,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224168, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093931099, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:46:33,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224185, uid=1.2.410.200001.101.11.501.1791052210.3.20251119093931099, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:46:33,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224185, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/AB75485F, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:33,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 9 ms
2025-11-19 09:46:33,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119093931099 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:33,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094011507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:35,201 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:35,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224169, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094011507, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:46:35,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224169, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094011507, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:46:35,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224186, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094011507, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:46:35,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224186, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/683D3E27, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:35,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 25 ms
2025-11-19 09:46:35,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094011507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:35,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094057066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:36,304 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 09:46:36,305 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 09:46:36,305 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:46:36,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:46:36,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:46:36,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:46:36,307 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 09:46:36,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:46:36,328 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:46:36,328 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 09:46:36,329 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 09:46:37,306 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4559) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:37,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Found previous received Instance[pk=224164, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:46:37,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Replace previous received Instance[pk=224164, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:46:37,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Instance[pk=224187, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:46:37,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Location[pk=224187, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/ADA271C1, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:37,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Updated DB in 20 ms
2025-11-19 09:46:37,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:37,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:37,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:37,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224170, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094057066, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:46:37,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224170, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094057066, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:46:37,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224188, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094057066, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:46:37,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224188, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/1C7894E5, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:37,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 27 ms
2025-11-19 09:46:37,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094057066 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:38,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094108329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:39,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:39,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224172, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094108329, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:46:39,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224172, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094108329, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:46:39,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224189, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094108329, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:46:39,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224189, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/14C9DEB8, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:39,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 27 ms
2025-11-19 09:46:39,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094108329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:40,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094158978 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:40,882 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 09:46:40,884 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 09:46:41,134 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4559) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:41,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Found previous received Instance[pk=224165, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:46:41,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Replace previous received Instance[pk=224165, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:46:41,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Instance[pk=224190, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:46:41,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Location[pk=224190, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/66F12519, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:41,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Updated DB in 10 ms
2025-11-19 09:46:41,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:41,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:41,649 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:41,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224173, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094158978, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:46:41,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224173, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094158978, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:46:41,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224191, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094158978, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:46:41,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224191, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/6A740262, tsuid=1.2.840.10008.1.2, size=3915766, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:41,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 25 ms
2025-11-19 09:46:41,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094158978 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:41,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094351325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:43,747 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:43,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224175, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094351325, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:46:43,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224175, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094351325, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:46:43,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224192, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094351325, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:46:43,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224192, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/BD1AF3E7, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:43,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 8 ms
2025-11-19 09:46:43,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094351325 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:44,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094359094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:45,480 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4559) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:45,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Found previous received Instance[pk=224166, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:46:45,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Replace previous received Instance[pk=224166, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:46:45,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Instance[pk=224193, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:46:45,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Location[pk=224193, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/A89AAF0D, tsuid=1.2.840.10008.1.2, size=3416864, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:45,496 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:45,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224176, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094359094, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:46:45,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224176, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094359094, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:46:45,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Updated DB in 19 ms
2025-11-19 09:46:45,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:45,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224194, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094359094, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:46:45,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224194, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/6BEDF0FD, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:45,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 7 ms
2025-11-19 09:46:45,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094359094 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:45,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:45,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094410806 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:47,300 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:47,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224177, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094410806, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:46:47,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224177, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094410806, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:46:47,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224195, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094410806, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:46:47,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224195, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/FBC27DB7, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:47,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 15 ms
2025-11-19 09:46:47,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094410806 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:47,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094612966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:49,710 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:49,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224179, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094612966, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:46:49,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224179, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094612966, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:46:49,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224196, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094612966, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:46:49,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224196, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/E3C36F80, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:49,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 8 ms
2025-11-19 09:46:49,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094612966 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-11-19 09:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4561) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-11-19 09:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4566) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4566) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4561) Start deleting 17 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:46:49,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094622212 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:50,740 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4559) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:50,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Found previous received Instance[pk=224167, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:46:50,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Replace previous received Instance[pk=224167, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:46:50,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Instance[pk=224197, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:46:50,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Create Location[pk=224197, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/613A7AC7, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:50,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173): Updated DB in 21 ms
2025-11-19 09:46:50,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:50,988 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) >> A-RELEASE-RQ
2025-11-19 09:46:50,988 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4559) DCM4CHEE<-HS30(173) << A-RELEASE-RP
2025-11-19 09:46:51,039 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(173): close Socket[addr=187.36.104.204/187.36.104.204,port=52082,localport=11112]
2025-11-19 09:46:51,955 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:51,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224180, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094622212, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:46:51,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224180, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094622212, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:46:51,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224198, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094622212, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:46:51,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224198, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/9862683E, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:51,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 7 ms
2025-11-19 09:46:51,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094622212 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:52,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094652749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:52,898 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:46:52,904 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:46:53,787 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:53,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224181, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094652749, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:46:53,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224181, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094652749, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:46:53,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224199, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094652749, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:46:53,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224199, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/649EBBC5, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:53,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 25 ms
2025-11-19 09:46:53,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094652749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:54,065 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094658072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:55,748 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4558) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:55,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Found previous received Instance[pk=224183, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094658072, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:46:55,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Replace previous received Instance[pk=224183, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094658072, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:46:55,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Instance[pk=224200, uid=1.2.410.200001.101.11.501.1791052210.3.20251119094658072, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:46:55,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Create Location[pk=224200, systemID=amazon-s3, path=2025/11/19/03132FF5/B396BD04/AEA11D21, tsuid=1.2.840.10008.1.2, size=3416658, status=OK, objectType=DICOM_FILE]
2025-11-19 09:46:55,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174): Updated DB in 17 ms
2025-11-19 09:46:55,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119094658072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:56,030 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) >> A-RELEASE-RQ
2025-11-19 09:46:56,030 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4558) DCM4CHEE<-HS50US07(174) << A-RELEASE-RP
2025-11-19 09:46:56,080 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS50US07(174): close Socket[addr=187.36.104.204/187.36.104.204,port=52126,localport=11112]
2025-11-19 09:46:56,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:46:56,674 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:46:57,076 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 09:46:57,078 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 09:46:57,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:46:57,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:57,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:46:59,896 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4561) Finished deleting 17 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:46:59,896 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4561) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 09:47:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 09:47:36,329 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 09:47:36,330 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 09:47:36,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:47:36,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:47:36,331 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 09:47:36,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:47:36,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:47:36,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:47:36,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:47:36,355 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 09:47:40,460 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:47:40,462 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:47:40,884 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 09:47:40,885 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 09:47:40,968 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:47:40,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:47:41,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:47:57,078 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 09:47:57,080 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 09:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 09:48:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 09:48:17,237 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:48:17,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Instance[pk=224201, uid=1.2.392.200036.9125.9.0.254349581.3943376062.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 09:48:17,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Location[pk=224201, systemID=amazon-s3, path=2025/11/19/873CD560/C45C9980/76C065C4, tsuid=1.2.840.10008.1.2, size=14015788, status=OK, objectType=DICOM_FILE]
2025-11-19 09:48:17,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Updated DB in 21 ms
2025-11-19 09:48:17,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) << 73:C-STORE-RSP[pcid=67, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349581.3943376062.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:48:17,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) >> 75:C-STORE-RQ[pcid=67, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349582.705438910.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:48:17,874 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49781,localport=11112]
2025-11-19 09:48:17,878 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175) >> A-ASSOCIATE-RQ
2025-11-19 09:48:17,879 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175) << A-ASSOCIATE-AC
2025-11-19 09:48:18,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175) >> 7:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763516919.144 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:48:21,495 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4570) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:48:21,500 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Create Patient[pk=8799, id=PatientID[pk=8799, id=68355, issuer=DCM4CHEE.F46B9E03.0BDFF94A], name=CARLOS JOSE DA SILVA]
2025-11-19 09:48:21,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Create Study[pk=8808, uid=68355, id=68355]
2025-11-19 09:48:21,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Create Series[pk=8913, uid=1.2.840.113619.2.423.84107009440.1763516226.143, no=1, mod=US]
2025-11-19 09:48:21,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Create Instance[pk=224202, uid=1.2.840.113619.2.423.84107009440.1763516919.144, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 09:48:21,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Create Location[pk=224202, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/6157D56D, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:48:21,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Updated DB in 58 ms
2025-11-19 09:48:21,555 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4570) No duplicate record with equal Patient ID found Patient[pk=8799, id=PatientID[pk=8799, id=68355, issuer=DCM4CHEE.F46B9E03.0BDFF94A], name=CARLOS JOSE DA SILVA]
2025-11-19 09:48:21,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175) << 7:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763516919.144 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:48:22,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175) >> 8:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763516919.144 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:48:23,731 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4570) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:48:23,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Found previous received Instance[pk=224202, uid=1.2.840.113619.2.423.84107009440.1763516919.144, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 09:48:23,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Replace previous received Instance[pk=224202, uid=1.2.840.113619.2.423.84107009440.1763516919.144, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 09:48:23,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Create Instance[pk=224203, uid=1.2.840.113619.2.423.84107009440.1763516919.144, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 09:48:23,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Create Location[pk=224203, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/74AF8A7D, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:48:23,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175): Updated DB in 14 ms
2025-11-19 09:48:23,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175) << 8:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763516919.144 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:48:24,129 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175) >> A-RELEASE-RQ
2025-11-19 09:48:24,129 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4570) DCM4CHEE<-F6LOGIQ(175) << A-RELEASE-RP
2025-11-19 09:48:24,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-F6LOGIQ(175): close Socket[addr=187.36.104.204/187.36.104.204,port=49781,localport=11112]
2025-11-19 09:48:24,726 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:48:24,728 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:48:25,246 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:48:25,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:48:25,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:48:36,356 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 09:48:36,357 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 09:48:36,359 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 09:48:36,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:48:36,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:48:36,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:48:36,361 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:48:36,362 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 09:48:36,362 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 09:48:36,385 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:48:36,386 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:48:36,386 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 09:48:38,694 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49782,localport=11112]
2025-11-19 09:48:38,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176) >> A-ASSOCIATE-RQ
2025-11-19 09:48:38,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176) << A-ASSOCIATE-AC
2025-11-19 09:48:39,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763516940.148 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:48:40,885 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 09:48:40,886 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 09:48:42,206 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:48:42,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176): Create Instance[pk=224204, uid=1.2.840.113619.2.423.84107009440.1763516940.148, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 09:48:42,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176): Create Location[pk=224204, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/65F78BC5, tsuid=1.2.840.10008.1.2.1, size=692496, status=OK, objectType=DICOM_FILE]
2025-11-19 09:48:42,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176): Updated DB in 19 ms
2025-11-19 09:48:42,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763516940.148 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:48:42,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763516940.148 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:48:44,262 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:48:44,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176): Found previous received Instance[pk=224204, uid=1.2.840.113619.2.423.84107009440.1763516940.148, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 09:48:44,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176): Replace previous received Instance[pk=224204, uid=1.2.840.113619.2.423.84107009440.1763516940.148, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 09:48:44,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176): Create Instance[pk=224205, uid=1.2.840.113619.2.423.84107009440.1763516940.148, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 09:48:44,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176): Create Location[pk=224205, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/D20B65DA, tsuid=1.2.840.10008.1.2.1, size=692496, status=OK, objectType=DICOM_FILE]
2025-11-19 09:48:44,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176): Updated DB in 18 ms
2025-11-19 09:48:44,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763516940.148 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:48:44,764 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176) >> A-RELEASE-RQ
2025-11-19 09:48:44,764 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4572) DCM4CHEE<-F6LOGIQ(176) << A-RELEASE-RP
2025-11-19 09:48:44,815 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-F6LOGIQ(176): close Socket[addr=187.36.104.204/187.36.104.204,port=49782,localport=11112]
2025-11-19 09:48:57,080 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 09:48:57,082 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 09:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 09:49:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 09:49:12,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:49:12,325 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:49:12,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:49:12,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:49:13,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:49:36,386 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 09:49:36,387 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 09:49:36,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:49:36,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:49:36,389 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:49:36,389 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:49:36,412 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:49:36,412 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:49:36,414 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 09:49:36,414 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 09:49:40,140 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 09:49:40,205 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) Calculated size of 1 studies
2025-11-19 09:49:40,205 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 09:49:40,886 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 09:49:40,887 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 09:49:41,351 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49788,localport=11112]
2025-11-19 09:49:41,357 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177) >> A-ASSOCIATE-RQ
2025-11-19 09:49:41,357 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177) << A-ASSOCIATE-AC
2025-11-19 09:49:41,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177) >> 11:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517001.152 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:49:44,974 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4581) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:49:44,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177): Create Instance[pk=224206, uid=1.2.840.113619.2.423.84107009440.1763517001.152, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 09:49:44,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177): Create Location[pk=224206, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/EAFB5879, tsuid=1.2.840.10008.1.2.1, size=692632, status=OK, objectType=DICOM_FILE]
2025-11-19 09:49:44,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177): Updated DB in 21 ms
2025-11-19 09:49:44,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177) << 11:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517001.152 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:49:45,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177) >> 12:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517001.152 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:49:47,197 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4581) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:49:47,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177): Found previous received Instance[pk=224206, uid=1.2.840.113619.2.423.84107009440.1763517001.152, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 09:49:47,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177): Replace previous received Instance[pk=224206, uid=1.2.840.113619.2.423.84107009440.1763517001.152, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 09:49:47,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177): Create Instance[pk=224207, uid=1.2.840.113619.2.423.84107009440.1763517001.152, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 09:49:47,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177): Create Location[pk=224207, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/59A83B3B, tsuid=1.2.840.10008.1.2.1, size=692632, status=OK, objectType=DICOM_FILE]
2025-11-19 09:49:47,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177): Updated DB in 14 ms
2025-11-19 09:49:47,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177) << 12:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517001.152 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:49:47,560 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177) >> A-RELEASE-RQ
2025-11-19 09:49:47,560 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4581) DCM4CHEE<-F6LOGIQ(177) << A-RELEASE-RP
2025-11-19 09:49:47,610 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-F6LOGIQ(177): close Socket[addr=187.36.104.204/187.36.104.204,port=49788,localport=11112]
2025-11-19 09:49:56,003 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:49:56,005 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:49:56,511 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:49:56,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:49:56,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:49:57,082 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 09:49:57,084 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 09:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 09:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 09:50:14,084 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68355&seriesUID=1.2.840.113619.2.423.84107009440.1763516226.143&objectUID=1.2.840.113619.2.423.84107009440.1763516940.148&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:50:15,091 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68355&seriesUID=1.2.840.113619.2.423.84107009440.1763516226.143&objectUID=1.2.840.113619.2.423.84107009440.1763516919.144&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:50:16,049 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68355&seriesUID=1.2.840.113619.2.423.84107009440.1763516226.143&objectUID=1.2.840.113619.2.423.84107009440.1763517001.152&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:50:36,415 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 09:50:36,415 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:50:36,416 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:50:36,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:50:36,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:50:36,438 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:50:36,439 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:50:36,439 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 09:50:40,888 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 09:50:40,889 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 09:50:45,484 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:50:45,486 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:50:45,996 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:50:45,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:50:46,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:50:57,084 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 09:50:57,086 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 09:51:03,565 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52156,localport=11112]
2025-11-19 09:51:03,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> A-ASSOCIATE-RQ
2025-11-19 09:51:03,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << A-ASSOCIATE-AC
2025-11-19 09:51:03,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:07,681 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:07,695 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Patient[pk=8800, id=PatientID[pk=8800, id=68324, issuer=DCM4CHEE.4774051C.0D782AA7], name=JULIANE FERREIRA DE MORAIS]
2025-11-19 09:51:07,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Study[pk=8809, uid=68324, id=68324]
2025-11-19 09:51:07,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Series[pk=8914, uid=1.2.410.200001.101.11.301.1123109166.2.20251119093247529, no=1, mod=US]
2025-11-19 09:51:07,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224208, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:51:07,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224208, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D32A0A86, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:07,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 41 ms
2025-11-19 09:51:07,723 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) No duplicate record with equal Patient ID found Patient[pk=8800, id=PatientID[pk=8800, id=68324, issuer=DCM4CHEE.4774051C.0D782AA7], name=JULIANE FERREIRA DE MORAIS]
2025-11-19 09:51:07,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:07,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:09,535 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:09,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224209, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:51:09,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224209, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D659909F, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:09,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 18 ms
2025-11-19 09:51:09,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:09,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:11,248 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:11,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224210, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:51:11,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224210, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D810A7BA, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:11,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 5 ms
2025-11-19 09:51:11,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:11,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 09:51:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 09:51:13,073 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:13,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224211, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:51:13,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224211, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D9F02879, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:13,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 10 ms
2025-11-19 09:51:13,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:13,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:14,717 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:14,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224212, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:51:14,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224212, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/DB86137A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:14,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 10 ms
2025-11-19 09:51:14,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:14,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:16,921 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:16,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224213, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:51:16,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224213, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/DD66277C, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:16,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 13 ms
2025-11-19 09:51:16,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:17,179 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:18,626 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:18,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224214, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:51:18,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224214, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/07F39748, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:18,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 5 ms
2025-11-19 09:51:18,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:18,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:20,265 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:20,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224215, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:51:20,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224215, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/09990304, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:20,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 15 ms
2025-11-19 09:51:20,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:20,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:21,876 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:21,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224216, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:51:21,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224216, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/09B539C2, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:21,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 18 ms
2025-11-19 09:51:21,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:22,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:23,902 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:23,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224217, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:51:23,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224217, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/0B79FB26, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:23,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 15 ms
2025-11-19 09:51:23,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:24,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:25,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:25,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224218, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:51:25,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224218, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/0D1F3DF9, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:25,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 19 ms
2025-11-19 09:51:25,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:25,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:27,469 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:27,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224219, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:51:27,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224219, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/0EC84419, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:27,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 15 ms
2025-11-19 09:51:27,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:27,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:28,992 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:28,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224220, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:51:28,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224220, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/13FF6CA8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:29,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 11 ms
2025-11-19 09:51:29,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:29,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:30,149 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:30,151 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:51:30,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:30,890 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:51:30,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:30,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224221, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:51:30,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224221, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/1410C1FD, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:30,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 11 ms
2025-11-19 09:51:30,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:31,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:31,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:32,464 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:32,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224222, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:51:32,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224222, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/39555E64, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:32,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 5 ms
2025-11-19 09:51:32,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:32,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:34,166 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:34,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224223, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:51:34,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224223, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/39701245, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:34,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 16 ms
2025-11-19 09:51:34,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:34,259 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49795,localport=11112]
2025-11-19 09:51:34,260 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179) >> A-ASSOCIATE-RQ
2025-11-19 09:51:34,260 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179) << A-ASSOCIATE-AC
2025-11-19 09:51:34,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:34,638 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179) >> 13:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517115.156 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:51:36,439 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 09:51:36,441 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 09:51:36,441 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:51:36,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:51:36,442 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 09:51:36,443 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:51:36,443 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:51:36,444 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 09:51:36,466 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:51:36,466 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:51:36,467 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 09:51:36,467 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 09:51:36,467 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 09:51:36,487 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:36,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224224, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:51:36,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224224, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/397DC886, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:36,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 18 ms
2025-11-19 09:51:36,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:36,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:38,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:38,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224225, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:51:38,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224225, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3CE7E9C3, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:38,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 13 ms
2025-11-19 09:51:38,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:38,199 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4568) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:38,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179): Create Instance[pk=224226, uid=1.2.840.113619.2.423.84107009440.1763517115.156, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 09:51:38,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179): Create Location[pk=224226, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/21CECA61, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:38,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179): Updated DB in 7 ms
2025-11-19 09:51:38,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179) << 13:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517115.156 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:51:38,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:38,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179) >> 14:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517115.156 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:51:39,787 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:39,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224227, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:51:39,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224227, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3CF58DC6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:39,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 10 ms
2025-11-19 09:51:39,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:40,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:40,446 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4568) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:40,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179): Found previous received Instance[pk=224226, uid=1.2.840.113619.2.423.84107009440.1763517115.156, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 09:51:40,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179): Replace previous received Instance[pk=224226, uid=1.2.840.113619.2.423.84107009440.1763517115.156, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 09:51:40,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179): Create Instance[pk=224228, uid=1.2.840.113619.2.423.84107009440.1763517115.156, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 09:51:40,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179): Create Location[pk=224228, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/235D9678, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:40,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179): Updated DB in 20 ms
2025-11-19 09:51:40,467 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179) << 14:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517115.156 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:51:40,803 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179) >> A-RELEASE-RQ
2025-11-19 09:51:40,803 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4568) DCM4CHEE<-F6LOGIQ(179) << A-RELEASE-RP
2025-11-19 09:51:40,853 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-F6LOGIQ(179): close Socket[addr=187.36.104.204/187.36.104.204,port=49795,localport=11112]
2025-11-19 09:51:40,889 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 09:51:40,890 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 09:51:42,160 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:42,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224229, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:51:42,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224229, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3D03AFEC, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:42,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 16 ms
2025-11-19 09:51:42,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:42,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:43,893 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:43,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224230, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:51:43,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224230, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3E726D79, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:43,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 16 ms
2025-11-19 09:51:43,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:44,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:45,478 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:45,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Instance[pk=224231, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:51:45,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Create Location[pk=224231, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3E7FA720, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:45,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178): Updated DB in 11 ms
2025-11-19 09:51:45,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:45,739 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) >> A-RELEASE-RQ
2025-11-19 09:51:45,739 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(178) << A-RELEASE-RP
2025-11-19 09:51:45,790 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(178): close Socket[addr=187.36.104.204/187.36.104.204,port=52156,localport=11112]
2025-11-19 09:51:46,227 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52159,localport=11112]
2025-11-19 09:51:46,227 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> A-ASSOCIATE-RQ
2025-11-19 09:51:46,227 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << A-ASSOCIATE-AC
2025-11-19 09:51:46,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-11-19 09:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-11-19 09:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4592) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4593) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:51:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4593) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4592) Start deleting 8 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:51:51,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:51,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224208, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:51:51,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224208, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:51:51,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224232, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:51:51,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224232, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/A7918233, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:51,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 13 ms
2025-11-19 09:51:51,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:51,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:52,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:52,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224209, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:51:52,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224209, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:51:52,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224233, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:51:52,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224233, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/AF9AC26B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:52,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 9 ms
2025-11-19 09:51:52,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:52,904 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:51:52,914 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:51:53,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:54,542 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4592) Finished deleting 8 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:51:54,542 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4592) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:51:55,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:55,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224210, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:51:55,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224210, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:51:55,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224234, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:51:55,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224234, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/5500B905, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:55,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 15 ms
2025-11-19 09:51:55,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:55,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:56,863 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:56,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224211, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:51:56,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224211, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:51:56,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224235, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:51:56,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224235, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/B0EF1471, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:56,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 13 ms
2025-11-19 09:51:56,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:57,086 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 09:51:57,088 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 09:51:57,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:59,471 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:51:59,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224212, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:51:59,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224212, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:51:59,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224236, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:51:59,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224236, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3A182991, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:51:59,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 8 ms
2025-11-19 09:51:59,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:51:59,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:01,271 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:01,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224213, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:52:01,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224213, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:52:01,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224237, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:52:01,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224237, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/07B44CFC, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:01,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 20 ms
2025-11-19 09:52:01,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:01,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:01,601 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49797,localport=11112]
2025-11-19 09:52:01,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181) >> A-ASSOCIATE-RQ
2025-11-19 09:52:01,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181) << A-ASSOCIATE-AC
2025-11-19 09:52:01,957 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181) >> 15:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517143.160 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:52:03,000 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:03,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224214, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:52:03,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224214, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:52:03,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224238, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:52:03,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224238, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/F22577F8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:03,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 7 ms
2025-11-19 09:52:03,009 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:03,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:05,504 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:05,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224215, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:52:05,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224215, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:52:05,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224239, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:52:05,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224239, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/CB6F8641, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:05,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 20 ms
2025-11-19 09:52:05,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:05,607 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4594) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:05,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181): Create Instance[pk=224240, uid=1.2.840.113619.2.423.84107009440.1763517143.160, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 09:52:05,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181): Create Location[pk=224240, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/26D12555, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:05,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181): Updated DB in 6 ms
2025-11-19 09:52:05,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181) << 15:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517143.160 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:52:05,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:06,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181) >> 16:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517143.160 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:52:07,230 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:07,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224216, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:52:07,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224216, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:52:07,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224241, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:52:07,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224241, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/C1AD3F54, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:07,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 12 ms
2025-11-19 09:52:07,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:07,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:07,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4594) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:07,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181): Found previous received Instance[pk=224240, uid=1.2.840.113619.2.423.84107009440.1763517143.160, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 09:52:07,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181): Replace previous received Instance[pk=224240, uid=1.2.840.113619.2.423.84107009440.1763517143.160, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 09:52:07,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181): Create Instance[pk=224242, uid=1.2.840.113619.2.423.84107009440.1763517143.160, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 09:52:07,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181): Create Location[pk=224242, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/FC5A9C2C, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:07,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181): Updated DB in 12 ms
2025-11-19 09:52:07,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181) << 16:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517143.160 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:52:08,157 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181) >> A-RELEASE-RQ
2025-11-19 09:52:08,157 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4594) DCM4CHEE<-F6LOGIQ(181) << A-RELEASE-RP
2025-11-19 09:52:08,208 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-F6LOGIQ(181): close Socket[addr=187.36.104.204/187.36.104.204,port=49797,localport=11112]
2025-11-19 09:52:08,963 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:08,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224217, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:52:08,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224217, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:52:08,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224243, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:52:08,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224243, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/AAEB89FE, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:08,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 19 ms
2025-11-19 09:52:08,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:09,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:11,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:11,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224218, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:52:11,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224218, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:52:11,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224244, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:52:11,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224244, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/41AEE192, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:11,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 13 ms
2025-11-19 09:52:11,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:11,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 09:52:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 09:52:13,015 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:13,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224219, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:52:13,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224219, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:52:13,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224245, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:52:13,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224245, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/517FE683, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:13,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 9 ms
2025-11-19 09:52:13,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:13,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:14,687 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:14,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224220, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:52:14,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224220, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:52:14,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224246, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:52:14,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224246, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/6032E186, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:14,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 7 ms
2025-11-19 09:52:14,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:14,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:17,209 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:17,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224221, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:52:17,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224221, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:52:17,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224247, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:52:17,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224247, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/8F1A816D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:17,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 16 ms
2025-11-19 09:52:17,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:17,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:19,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:19,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224222, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:52:19,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224222, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:52:19,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224248, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:52:19,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224248, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/993C3A3B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:19,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 11 ms
2025-11-19 09:52:19,776 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:20,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:21,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:21,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224223, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:52:21,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224223, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:52:21,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224249, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:52:21,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224249, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/19C01700, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:21,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 15 ms
2025-11-19 09:52:21,561 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:21,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:23,882 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:23,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224224, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:52:23,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224224, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:52:23,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224250, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:52:23,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224250, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/6A2AFB96, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:23,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 14 ms
2025-11-19 09:52:23,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:24,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:25,646 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:25,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224225, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:52:25,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224225, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:52:25,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224251, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:52:25,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224251, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/1102E6D4, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:25,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 18 ms
2025-11-19 09:52:25,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:25,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:27,524 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:27,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224227, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:52:27,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224227, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:52:27,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224252, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:52:27,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224252, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/E861B2E9, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:27,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 21 ms
2025-11-19 09:52:27,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:27,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:29,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:29,413 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:52:29,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:29,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224229, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:52:29,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224229, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:52:29,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224253, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:52:29,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224253, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/49B5AB3A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:29,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 18 ms
2025-11-19 09:52:29,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:29,905 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:52:29,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:30,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:30,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:30,915 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49800,localport=11112]
2025-11-19 09:52:30,916 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182) >> A-ASSOCIATE-RQ
2025-11-19 09:52:30,916 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182) << A-ASSOCIATE-AC
2025-11-19 09:52:31,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517172.164 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:52:31,558 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:31,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224230, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:52:31,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224230, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:52:31,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224254, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:52:31,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224254, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/11E32C0F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:31,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 12 ms
2025-11-19 09:52:31,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:31,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:33,292 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:33,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Found previous received Instance[pk=224231, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:52:33,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Replace previous received Instance[pk=224231, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:52:33,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Instance[pk=224255, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:52:33,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Create Location[pk=224255, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/E7E8758A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:33,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180): Updated DB in 17 ms
2025-11-19 09:52:33,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:33,550 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) >> A-RELEASE-RQ
2025-11-19 09:52:33,550 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(180) << A-RELEASE-RP
2025-11-19 09:52:33,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(180): close Socket[addr=187.36.104.204/187.36.104.204,port=52159,localport=11112]
2025-11-19 09:52:34,026 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52161,localport=11112]
2025-11-19 09:52:34,026 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> A-ASSOCIATE-RQ
2025-11-19 09:52:34,026 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << A-ASSOCIATE-AC
2025-11-19 09:52:34,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:35,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4596) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:35,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182): Create Instance[pk=224256, uid=1.2.840.113619.2.423.84107009440.1763517172.164, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 09:52:35,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182): Create Location[pk=224256, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/2BE197B5, tsuid=1.2.840.10008.1.2.1, size=692494, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:35,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182): Updated DB in 11 ms
2025-11-19 09:52:35,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517172.164 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:52:35,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517172.164 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:52:36,468 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 09:52:36,468 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:52:36,468 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:52:36,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:52:36,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:52:36,492 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:52:36,492 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:52:36,493 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 09:52:36,493 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 09:52:37,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4596) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:37,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182): Found previous received Instance[pk=224256, uid=1.2.840.113619.2.423.84107009440.1763517172.164, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 09:52:37,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182): Replace previous received Instance[pk=224256, uid=1.2.840.113619.2.423.84107009440.1763517172.164, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 09:52:37,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182): Create Instance[pk=224257, uid=1.2.840.113619.2.423.84107009440.1763517172.164, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 09:52:37,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182): Create Location[pk=224257, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/02466F5B, tsuid=1.2.840.10008.1.2.1, size=692494, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:37,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182): Updated DB in 12 ms
2025-11-19 09:52:37,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517172.164 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:52:38,035 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182) >> A-RELEASE-RQ
2025-11-19 09:52:38,035 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4596) DCM4CHEE<-F6LOGIQ(182) << A-RELEASE-RP
2025-11-19 09:52:38,086 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-F6LOGIQ(182): close Socket[addr=187.36.104.204/187.36.104.204,port=49800,localport=11112]
2025-11-19 09:52:38,171 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:38,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224232, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:52:38,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224232, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:52:38,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224258, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:52:38,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224258, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/5F14EC38, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:38,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 14 ms
2025-11-19 09:52:38,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:38,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:40,890 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 09:52:40,890 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 09:52:41,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:41,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224233, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:52:41,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224233, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:52:41,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224259, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:52:41,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224259, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/939E8DE2, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:41,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 18 ms
2025-11-19 09:52:41,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:41,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:43,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:43,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224234, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:52:43,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224234, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:52:43,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224260, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:52:43,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224260, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/56952484, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:43,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 25 ms
2025-11-19 09:52:43,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:43,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:45,763 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:45,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224235, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:52:45,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224235, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:52:45,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224261, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:52:45,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224261, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/16E3F67D, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:45,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 17 ms
2025-11-19 09:52:45,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:46,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:47,617 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:47,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224236, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:52:47,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224236, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:52:47,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224262, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:52:47,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224262, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/82A0288E, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:47,630 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 13 ms
2025-11-19 09:52:47,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:47,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:49,598 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:49,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224237, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:52:49,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224237, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:52:49,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224263, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:52:49,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224263, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/E086679D, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:49,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 10 ms
2025-11-19 09:52:49,609 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:49,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:51,816 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:51,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224238, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:52:51,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224238, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:52:51,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224264, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:52:51,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224264, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/9482EBE9, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:51,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 12 ms
2025-11-19 09:52:51,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:52,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:53,631 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:53,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224239, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:52:53,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224239, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:52:53,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224265, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:52:53,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224265, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/53E033D0, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:53,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 14 ms
2025-11-19 09:52:53,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:53,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:55,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:55,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224241, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:52:55,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224241, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:52:55,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224266, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:52:55,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224266, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D10732E3, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:55,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 17 ms
2025-11-19 09:52:55,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:55,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:56,678 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49803,localport=11112]
2025-11-19 09:52:56,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184) >> A-ASSOCIATE-RQ
2025-11-19 09:52:56,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184) << A-ASSOCIATE-AC
2025-11-19 09:52:57,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184) >> 19:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517197.168 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:52:57,088 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 09:52:57,089 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 09:52:58,240 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:52:58,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224243, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:52:58,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224243, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:52:58,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224267, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:52:58,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224267, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/62382DD1, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:52:58,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 13 ms
2025-11-19 09:52:58,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:52:58,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:00,172 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:00,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224244, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:53:00,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224244, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:53:00,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224268, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:53:00,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224268, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/52E853D8, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:00,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 8 ms
2025-11-19 09:53:00,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:00,304 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4600) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:00,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184): Create Instance[pk=224269, uid=1.2.840.113619.2.423.84107009440.1763517197.168, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 09:53:00,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184): Create Location[pk=224269, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/2F91BE7C, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:00,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184): Updated DB in 6 ms
2025-11-19 09:53:00,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184) << 19:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517197.168 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:53:00,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:00,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184) >> 20:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517197.168 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:53:02,539 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:02,539 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4600) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:02,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184): Found previous received Instance[pk=224269, uid=1.2.840.113619.2.423.84107009440.1763517197.168, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 09:53:02,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184): Replace previous received Instance[pk=224269, uid=1.2.840.113619.2.423.84107009440.1763517197.168, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 09:53:02,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224245, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:53:02,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224245, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:53:02,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184): Create Instance[pk=224270, uid=1.2.840.113619.2.423.84107009440.1763517197.168, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 09:53:02,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184): Create Location[pk=224270, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/0A442A19, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:02,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224271, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:53:02,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224271, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/2C01350B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:02,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184): Updated DB in 15 ms
2025-11-19 09:53:02,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184) << 20:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517197.168 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:53:02,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 16 ms
2025-11-19 09:53:02,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:02,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:02,975 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184) >> A-RELEASE-RQ
2025-11-19 09:53:02,976 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4600) DCM4CHEE<-F6LOGIQ(184) << A-RELEASE-RP
2025-11-19 09:53:03,026 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-F6LOGIQ(184): close Socket[addr=187.36.104.204/187.36.104.204,port=49803,localport=11112]
2025-11-19 09:53:04,524 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:04,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224246, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:53:04,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224246, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:53:04,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224272, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:53:04,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224272, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/4AD24510, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:04,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 19 ms
2025-11-19 09:53:04,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:04,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:06,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:06,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224247, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:53:06,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224247, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:53:06,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224273, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:53:06,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224273, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/EA1B839B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:06,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 17 ms
2025-11-19 09:53:06,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:06,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:08,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:08,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224248, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:53:08,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224248, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:53:08,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224274, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:53:08,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224274, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/7D68994A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:08,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 17 ms
2025-11-19 09:53:08,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:08,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:10,147 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:10,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224249, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:53:10,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224249, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:53:10,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224275, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:53:10,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224275, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/5A8324CC, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:10,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 18 ms
2025-11-19 09:53:10,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:10,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 09:53:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 09:53:12,063 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:12,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224250, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:53:12,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224250, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:53:12,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224276, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:53:12,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224276, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/1882CCF0, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:12,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 15 ms
2025-11-19 09:53:12,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:12,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:14,098 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:14,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224251, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:53:14,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224251, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:53:14,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224277, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:53:14,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224277, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/0CC20415, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:14,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 11 ms
2025-11-19 09:53:14,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:14,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:16,187 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:16,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224252, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:53:16,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224252, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:53:16,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224278, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:53:16,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224278, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/30BBC1D8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:16,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 10 ms
2025-11-19 09:53:16,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:16,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:17,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:17,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224253, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:53:17,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224253, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:53:17,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224279, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:53:17,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224279, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/DA2630AE, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:17,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 18 ms
2025-11-19 09:53:17,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:18,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:19,762 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:19,762 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:19,764 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:53:19,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224254, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:53:19,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224254, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:53:19,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224280, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:53:19,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224280, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/C8EB1572, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:19,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 20 ms
2025-11-19 09:53:19,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:20,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:20,265 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:53:20,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:20,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:21,633 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:21,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Found previous received Instance[pk=224255, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:53:21,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Replace previous received Instance[pk=224255, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:53:21,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Instance[pk=224281, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:53:21,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Create Location[pk=224281, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/949F07B9, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:21,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183): Updated DB in 7 ms
2025-11-19 09:53:21,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:21,876 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) >> A-RELEASE-RQ
2025-11-19 09:53:21,876 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(183) << A-RELEASE-RP
2025-11-19 09:53:21,927 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS30(183): close Socket[addr=187.36.104.204/187.36.104.204,port=52161,localport=11112]
2025-11-19 09:53:22,379 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52162,localport=11112]
2025-11-19 09:53:22,379 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> A-ASSOCIATE-RQ
2025-11-19 09:53:22,380 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << A-ASSOCIATE-AC
2025-11-19 09:53:22,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:26,587 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:26,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224258, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:53:26,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224258, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:53:26,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224282, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:53:26,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224282, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/6A0B572E, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:26,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 8 ms
2025-11-19 09:53:26,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:26,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:28,762 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:28,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224259, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:53:28,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224259, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:53:28,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224283, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:53:28,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224283, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/AA5D1D1A, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:28,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 21 ms
2025-11-19 09:53:28,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:29,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:31,175 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:31,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224260, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:53:31,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224260, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:53:31,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224284, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:53:31,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224284, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/7348A35E, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:31,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 16 ms
2025-11-19 09:53:31,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:31,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:33,228 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:33,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224261, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:53:33,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224261, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:53:33,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224285, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:53:33,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224285, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/99D71497, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:33,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 15 ms
2025-11-19 09:53:33,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:33,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:35,125 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:35,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224262, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:53:35,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224262, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:53:35,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224286, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:53:35,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224286, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/EA8671CA, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:35,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 21 ms
2025-11-19 09:53:35,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:35,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:35,978 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49807,localport=11112]
2025-11-19 09:53:35,979 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186) >> A-ASSOCIATE-RQ
2025-11-19 09:53:35,979 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186) << A-ASSOCIATE-AC
2025-11-19 09:53:36,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186) >> 21:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517237.172 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:53:36,493 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 09:53:36,494 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:53:36,494 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:53:36,495 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:53:36,495 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:53:36,496 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 09:53:36,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:53:36,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:53:36,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 09:53:37,504 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:37,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224263, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:53:37,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224263, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:53:37,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224287, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:53:37,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224287, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/75C41195, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:37,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 13 ms
2025-11-19 09:53:37,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:37,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:39,227 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:39,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224264, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:53:39,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224264, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:53:39,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224288, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:53:39,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224288, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/5019737F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:39,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 13 ms
2025-11-19 09:53:39,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:39,434 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4602) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:39,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186): Create Instance[pk=224289, uid=1.2.840.113619.2.423.84107009440.1763517237.172, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 09:53:39,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186): Create Location[pk=224289, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/5A3AE61C, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:39,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186): Updated DB in 10 ms
2025-11-19 09:53:39,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186) << 21:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517237.172 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:53:39,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:39,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186) >> 22:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517237.172 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:53:40,891 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 09:53:40,892 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 09:53:41,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:41,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224265, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:53:41,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224265, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:53:41,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224290, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:53:41,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224290, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/C2F6074F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:41,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 14 ms
2025-11-19 09:53:41,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:41,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:41,622 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4602) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:41,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186): Found previous received Instance[pk=224289, uid=1.2.840.113619.2.423.84107009440.1763517237.172, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 09:53:41,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186): Replace previous received Instance[pk=224289, uid=1.2.840.113619.2.423.84107009440.1763517237.172, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 09:53:41,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186): Create Instance[pk=224291, uid=1.2.840.113619.2.423.84107009440.1763517237.172, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 09:53:41,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186): Create Location[pk=224291, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/43DF746A, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:41,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186): Updated DB in 16 ms
2025-11-19 09:53:41,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186) << 22:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517237.172 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:53:41,984 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186) >> A-RELEASE-RQ
2025-11-19 09:53:41,984 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4602) DCM4CHEE<-F6LOGIQ(186) << A-RELEASE-RP
2025-11-19 09:53:42,035 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-F6LOGIQ(186): close Socket[addr=187.36.104.204/187.36.104.204,port=49807,localport=11112]
2025-11-19 09:53:43,212 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:43,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224266, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:53:43,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224266, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:53:43,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224292, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:53:43,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224292, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/DD5972F4, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:43,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 17 ms
2025-11-19 09:53:43,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:43,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:45,358 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:45,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224267, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:53:45,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224267, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:53:45,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224293, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:53:45,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224293, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D5740262, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:45,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 12 ms
2025-11-19 09:53:45,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:45,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:48,264 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:48,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224268, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:53:48,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224268, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:53:48,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224294, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:53:48,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224294, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/322C926A, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:48,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 17 ms
2025-11-19 09:53:48,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:48,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:50,861 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:50,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224271, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:53:50,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224271, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:53:50,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224295, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:53:50,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224295, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/15AA985A, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:50,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 24 ms
2025-11-19 09:53:50,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:51,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:53,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:53,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224272, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:53:53,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224272, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:53:53,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224296, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:53:53,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224296, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/17946ADA, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:53,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 17 ms
2025-11-19 09:53:53,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:54,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:56,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:56,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224273, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:53:56,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224273, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:53:56,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224297, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:53:56,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224297, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/131050D6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:56,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 11 ms
2025-11-19 09:53:56,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:56,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:57,090 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 09:53:57,091 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 09:53:58,296 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:53:58,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224274, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:53:58,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224274, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:53:58,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224298, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:53:58,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224298, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/81CECF18, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:53:58,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 15 ms
2025-11-19 09:53:58,312 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:53:58,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:00,498 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:00,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224275, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:54:00,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224275, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:54:00,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224299, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:54:00,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224299, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/A42589DB, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:00,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 14 ms
2025-11-19 09:54:00,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:00,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:02,808 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:02,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224276, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:54:02,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224276, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:54:02,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224300, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:54:02,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224300, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/16B31720, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:02,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 15 ms
2025-11-19 09:54:02,824 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:03,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:04,756 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:04,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224277, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:54:04,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224277, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:54:04,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224301, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:54:04,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224301, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/0A136839, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:04,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 8 ms
2025-11-19 09:54:04,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:05,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:06,660 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:06,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224278, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:54:06,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224278, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:54:06,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224302, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:54:06,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224302, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/1F2B517D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:06,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 14 ms
2025-11-19 09:54:06,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:06,925 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:08,356 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:08,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224279, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:54:08,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224279, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:54:08,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224303, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:54:08,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224303, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/F0E78DC8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:08,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 8 ms
2025-11-19 09:54:08,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:08,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:10,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:10,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224280, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:54:10,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224280, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:54:10,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224304, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:54:10,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224304, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/94CCD507, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:10,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 14 ms
2025-11-19 09:54:10,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:10,617 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 09:54:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 09:54:12,249 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:12,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Found previous received Instance[pk=224281, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:54:12,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Replace previous received Instance[pk=224281, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:54:12,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Instance[pk=224305, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:54:12,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Create Location[pk=224305, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/C71E8EB1, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:12,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185): Updated DB in 16 ms
2025-11-19 09:54:12,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:12,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) >> A-RELEASE-RQ
2025-11-19 09:54:12,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(185) << A-RELEASE-RP
2025-11-19 09:54:12,563 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS30(185): close Socket[addr=187.36.104.204/187.36.104.204,port=52162,localport=11112]
2025-11-19 09:54:12,980 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52163,localport=11112]
2025-11-19 09:54:12,980 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> A-ASSOCIATE-RQ
2025-11-19 09:54:12,980 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << A-ASSOCIATE-AC
2025-11-19 09:54:13,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:14,927 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4417) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:14,929 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4417) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 09:54:16,021 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:54:16,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:16,267 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) >> A-RELEASE-RQ
2025-11-19 09:54:16,267 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4417) DCM4CHEE<-HS60MT(166) << A-RELEASE-RP
2025-11-19 09:54:16,317 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS60MT(166): close Socket[addr=187.36.104.204/187.36.104.204,port=49412,localport=11112]
2025-11-19 09:54:16,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:16,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Instance[pk=224306, uid=1.2.392.200036.9125.9.0.254349582.705438910.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 09:54:16,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Create Location[pk=224306, systemID=amazon-s3, path=2025/11/19/873CD560/C45C9980/DD5B79DD, tsuid=1.2.840.10008.1.2, size=14015784, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:16,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164): Updated DB in 13 ms
2025-11-19 09:54:16,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) << 75:C-STORE-RSP[pcid=67, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349582.705438910.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:16,614 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) >> A-RELEASE-RQ
2025-11-19 09:54:16,614 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(164) << A-RELEASE-RP
2025-11-19 09:54:16,664 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-FCR-CSL1(164): close Socket[addr=187.36.104.204/187.36.104.204,port=49615,localport=11112]
2025-11-19 09:54:17,382 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:17,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224282, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:54:17,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224282, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:54:17,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224307, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:54:17,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224307, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/2B3CF829, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:17,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 9 ms
2025-11-19 09:54:17,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:17,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:18,274 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49661,localport=11112]
2025-11-19 09:54:18,274 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) >> A-ASSOCIATE-RQ
2025-11-19 09:54:18,275 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) << A-ASSOCIATE-AC
2025-11-19 09:54:18,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) >> 79:C-STORE-RQ[pcid=77, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349596.1863460030.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:19,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:19,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224283, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:54:19,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224283, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:54:19,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224308, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:54:19,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224308, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/220B19DA, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:19,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 17 ms
2025-11-19 09:54:19,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:19,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:21,614 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:21,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224284, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:54:21,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224284, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:54:21,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224309, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:54:21,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224309, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/469B3BEE, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:21,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 13 ms
2025-11-19 09:54:21,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:21,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:23,401 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:23,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224285, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:54:23,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224285, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:54:23,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224310, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:54:23,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224310, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/127CE9E7, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:23,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 22 ms
2025-11-19 09:54:23,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:23,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:25,327 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:25,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224286, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:54:25,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224286, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:54:25,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224311, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:54:25,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224311, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/09490C07, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:25,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 14 ms
2025-11-19 09:54:25,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:25,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:27,354 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:27,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224287, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:54:27,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224287, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:54:27,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224312, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:54:27,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224312, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/C6391BC2, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:27,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 17 ms
2025-11-19 09:54:27,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:27,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:29,011 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:29,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224288, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:54:29,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224288, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:54:29,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224313, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:54:29,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224313, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/6C0F9839, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:29,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 15 ms
2025-11-19 09:54:29,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:29,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:30,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:30,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224290, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:54:30,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224290, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:54:30,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224314, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:54:30,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224314, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/7381A9A7, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:30,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 12 ms
2025-11-19 09:54:30,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:31,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:33,028 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:33,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224292, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:54:33,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224292, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:54:33,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224315, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:54:33,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224315, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D4D0F078, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:33,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 12 ms
2025-11-19 09:54:33,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:33,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:34,835 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:34,837 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49811,localport=11112]
2025-11-19 09:54:34,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224293, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:54:34,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224293, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:54:34,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224316, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:54:34,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224316, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/9CD46E16, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:34,843 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189) >> A-ASSOCIATE-RQ
2025-11-19 09:54:34,843 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189) << A-ASSOCIATE-AC
2025-11-19 09:54:34,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 24 ms
2025-11-19 09:54:34,860 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:35,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:35,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189) >> 23:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517296.176 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:54:36,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 09:54:36,518 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:54:36,518 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:54:36,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:54:36,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:54:36,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:54:36,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:54:36,540 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 09:54:36,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:36,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224294, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:54:36,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224294, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:54:36,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224317, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:54:36,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224317, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/4B740024, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:36,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 11 ms
2025-11-19 09:54:36,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:36,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:38,702 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:38,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224295, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:54:38,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224295, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:54:38,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224318, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:54:38,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224318, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/92750748, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:38,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 16 ms
2025-11-19 09:54:38,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:38,803 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4595) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:38,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189): Create Instance[pk=224319, uid=1.2.840.113619.2.423.84107009440.1763517296.176, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 09:54:38,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189): Create Location[pk=224319, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/6469E259, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:38,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189): Updated DB in 7 ms
2025-11-19 09:54:38,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189) << 23:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517296.176 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:54:38,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:39,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189) >> 24:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517296.176 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:54:40,206 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 09:54:40,324 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) Calculated size of 2 studies
2025-11-19 09:54:40,324 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 09:54:40,369 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:40,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224296, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:54:40,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224296, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:54:40,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224320, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:54:40,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224320, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/BA460B86, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:40,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 8 ms
2025-11-19 09:54:40,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:40,613 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:40,892 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 09:54:40,893 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 09:54:41,113 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4595) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:41,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189): Found previous received Instance[pk=224319, uid=1.2.840.113619.2.423.84107009440.1763517296.176, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 09:54:41,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189): Replace previous received Instance[pk=224319, uid=1.2.840.113619.2.423.84107009440.1763517296.176, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 09:54:41,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189): Create Instance[pk=224321, uid=1.2.840.113619.2.423.84107009440.1763517296.176, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 09:54:41,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189): Create Location[pk=224321, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/C24E877E, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:41,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189): Updated DB in 14 ms
2025-11-19 09:54:41,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189) << 24:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517296.176 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:54:41,487 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189) >> A-RELEASE-RQ
2025-11-19 09:54:41,487 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4595) DCM4CHEE<-F6LOGIQ(189) << A-RELEASE-RP
2025-11-19 09:54:41,537 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-F6LOGIQ(189): close Socket[addr=187.36.104.204/187.36.104.204,port=49811,localport=11112]
2025-11-19 09:54:42,110 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:42,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224297, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:54:42,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224297, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:54:42,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224322, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:54:42,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224322, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/18F501D2, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:42,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 12 ms
2025-11-19 09:54:42,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:42,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:44,452 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:44,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224298, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:54:44,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224298, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:54:44,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224323, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:54:44,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224323, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/2C690124, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:44,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 18 ms
2025-11-19 09:54:44,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:44,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:46,221 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:46,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224299, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:54:46,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224299, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:54:46,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224324, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:54:46,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224324, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/E93D83B5, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:46,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 13 ms
2025-11-19 09:54:46,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:46,462 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:46,864 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49433,localport=11112]
2025-11-19 09:54:46,865 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> A-ASSOCIATE-RQ
2025-11-19 09:54:46,865 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << A-ASSOCIATE-AC
2025-11-19 09:54:47,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111807431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:48,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:48,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224300, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:54:48,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224300, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:54:48,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224325, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:54:48,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224325, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/1FAA6311, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:48,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 8 ms
2025-11-19 09:54:48,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:48,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:50,426 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:50,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224301, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:54:50,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224301, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:54:50,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224326, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:54:50,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224326, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3BBF0559, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:50,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 17 ms
2025-11-19 09:54:50,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:50,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:52,188 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:52,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224302, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:54:52,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224302, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:54:52,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224327, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:54:52,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224327, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/2C106344, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:52,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 16 ms
2025-11-19 09:54:52,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:52,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:54,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:54,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224303, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:54:54,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224303, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:54:54,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224328, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:54:54,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224328, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/2C8E0F24, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:54,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 13 ms
2025-11-19 09:54:54,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:54,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:56,177 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:56,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224304, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:54:56,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224304, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:54:56,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224329, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:54:56,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224329, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/C9C59721, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:56,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 12 ms
2025-11-19 09:54:56,190 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:56,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:57,091 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 09:54:57,093 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 09:54:57,955 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:54:57,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Found previous received Instance[pk=224305, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:54:57,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Replace previous received Instance[pk=224305, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:54:57,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Instance[pk=224330, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:54:57,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Create Location[pk=224330, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/DD13FF65, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:54:57,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187): Updated DB in 19 ms
2025-11-19 09:54:57,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:54:58,206 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) >> A-RELEASE-RQ
2025-11-19 09:54:58,206 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(187) << A-RELEASE-RP
2025-11-19 09:54:58,257 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(187): close Socket[addr=187.36.104.204/187.36.104.204,port=52163,localport=11112]
2025-11-19 09:54:58,671 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52164,localport=11112]
2025-11-19 09:54:58,671 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> A-ASSOCIATE-RQ
2025-11-19 09:54:58,671 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << A-ASSOCIATE-AC
2025-11-19 09:54:58,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:02,854 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:02,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224307, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:55:02,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224307, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:55:02,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224331, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:55:02,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224331, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/866CE17E, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:02,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 25 ms
2025-11-19 09:55:02,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:03,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:05,113 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:05,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224308, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:55:05,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224308, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:55:05,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224332, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:55:05,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224332, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/978BAEA9, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:05,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 13 ms
2025-11-19 09:55:05,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:05,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:07,292 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:07,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224309, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:55:07,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224309, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:55:07,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224333, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:55:07,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224333, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/1C62399F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:07,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 8 ms
2025-11-19 09:55:07,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:07,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:09,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:09,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224310, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:55:09,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224310, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:55:09,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224334, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:55:09,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224334, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/AA375979, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:09,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 17 ms
2025-11-19 09:55:09,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:09,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:10,954 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:10,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224311, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:55:10,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224311, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:55:10,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224335, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:55:10,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224335, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/9D130B91, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:10,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 12 ms
2025-11-19 09:55:10,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:11,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 09:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 09:55:12,928 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:12,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224312, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:55:12,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224312, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:55:12,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224336, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:55:12,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224336, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/F9C49402, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:12,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 8 ms
2025-11-19 09:55:12,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:13,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:14,735 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:14,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224313, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:55:14,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224313, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:55:14,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224337, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:55:14,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224337, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3B9CDF2A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:14,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 15 ms
2025-11-19 09:55:14,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:14,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:16,423 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:16,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224314, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:55:16,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224314, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:55:16,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224338, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:55:16,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224338, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/C1DFCE04, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:16,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 13 ms
2025-11-19 09:55:16,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:16,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:18,411 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:18,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224315, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:55:18,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224315, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:55:18,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224339, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:55:18,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224339, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/F3356325, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:18,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 8 ms
2025-11-19 09:55:18,419 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:18,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:20,182 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:20,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224316, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:55:20,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224316, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:55:20,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224340, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:55:20,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224340, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/E1D2AC44, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:20,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 12 ms
2025-11-19 09:55:20,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:20,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:22,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:22,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224317, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:55:22,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224317, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:55:22,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224341, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:55:22,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224341, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/42F41E9A, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:22,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 13 ms
2025-11-19 09:55:22,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:22,466 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49815,localport=11112]
2025-11-19 09:55:22,466 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192) >> A-ASSOCIATE-RQ
2025-11-19 09:55:22,467 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192) << A-ASSOCIATE-AC
2025-11-19 09:55:22,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:22,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192) >> 25:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517343.180 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:55:24,080 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:24,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224318, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:55:24,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224318, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:55:24,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224342, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:55:24,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224342, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/9A428A56, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:24,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 7 ms
2025-11-19 09:55:24,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:24,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:24,737 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68347&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119093705633&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119094043307&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:55:25,801 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:25,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224320, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:55:25,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224320, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:55:25,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224343, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:55:25,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224343, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/37EB7B98, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:25,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 15 ms
2025-11-19 09:55:25,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:25,918 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68347&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119093705633&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119094133324&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:55:26,047 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:26,563 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4608) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:26,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192): Create Instance[pk=224344, uid=1.2.840.113619.2.423.84107009440.1763517343.180, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 09:55:26,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192): Create Location[pk=224344, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/909D9C15, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:26,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192): Updated DB in 11 ms
2025-11-19 09:55:26,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192) << 25:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517343.180 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:55:27,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192) >> 26:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517343.180 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:55:27,059 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68347&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119093705633&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119093706481&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:55:27,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:27,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224322, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:55:27,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224322, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:55:27,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224345, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:55:27,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224345, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/2B643DCF, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:27,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 13 ms
2025-11-19 09:55:27,619 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:27,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:28,265 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68347&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119093705633&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119093729914&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:55:28,751 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4608) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:28,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192): Found previous received Instance[pk=224344, uid=1.2.840.113619.2.423.84107009440.1763517343.180, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 09:55:28,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192): Replace previous received Instance[pk=224344, uid=1.2.840.113619.2.423.84107009440.1763517343.180, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 09:55:28,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192): Create Instance[pk=224346, uid=1.2.840.113619.2.423.84107009440.1763517343.180, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 09:55:28,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192): Create Location[pk=224346, systemID=amazon-s3, path=2025/11/19/03133011/F096C8C1/FE8F5C64, tsuid=1.2.840.10008.1.2.1, size=692630, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:28,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192): Updated DB in 17 ms
2025-11-19 09:55:28,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192) << 26:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517343.180 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 09:55:29,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192) >> A-RELEASE-RQ
2025-11-19 09:55:29,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4608) DCM4CHEE<-F6LOGIQ(192) << A-RELEASE-RP
2025-11-19 09:55:29,149 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-F6LOGIQ(192): close Socket[addr=187.36.104.204/187.36.104.204,port=49815,localport=11112]
2025-11-19 09:55:29,751 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:29,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224323, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:55:29,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224323, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:55:29,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224347, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:55:29,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224347, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/DBCCD811, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:29,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 8 ms
2025-11-19 09:55:29,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:29,792 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68347&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119093705633&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119093900407&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:55:29,985 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:31,031 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68347&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119093705633&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119093922801&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:55:31,501 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:31,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224324, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:55:31,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224324, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:55:31,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224348, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:55:31,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224348, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/C6946635, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:31,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 15 ms
2025-11-19 09:55:31,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:31,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:32,177 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68347&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119093705633&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119094010873&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:55:33,218 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:33,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224325, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:55:33,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224325, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:55:33,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224349, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:55:33,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224349, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/CE706A5C, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:33,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 15 ms
2025-11-19 09:55:33,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:33,287 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68347&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119093705633&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119094025107&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:55:33,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:34,408 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68347&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119093705633&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119094209635&contentType=image/jpeg from null@162.240.235.97
2025-11-19 09:55:36,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:36,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224326, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:55:36,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224326, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:55:36,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224350, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:55:36,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224350, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/7036F2AC, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:36,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 16 ms
2025-11-19 09:55:36,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:36,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:36,541 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 09:55:36,542 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 09:55:36,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:55:36,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:55:36,543 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 09:55:36,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:55:36,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:55:36,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:55:36,565 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:55:36,565 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 09:55:36,967 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:36,971 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Patient[pk=8801, id=PatientID[pk=8801, id=68052, issuer=DCM4CHEE.D18433C5.0D5C73C4], name=BIANCA OLIVEIRA DOS SANTOS]
2025-11-19 09:55:36,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Study[pk=8810, uid=68052, id=68052]
2025-11-19 09:55:36,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Series[pk=8915, uid=1.2.410.200001.101.11.601.1501430850.2.20251117111807061, no=1, mod=US]
2025-11-19 09:55:36,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224351, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111807431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:55:36,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224351, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/D3B39E89, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:36,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 29 ms
2025-11-19 09:55:36,998 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) No duplicate record with equal Patient ID found Patient[pk=8801, id=PatientID[pk=8801, id=68052, issuer=DCM4CHEE.D18433C5.0D5C73C4], name=BIANCA OLIVEIRA DOS SANTOS]
2025-11-19 09:55:36,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111807431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:37,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111812733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:37,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:37,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224327, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:55:37,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224327, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:55:37,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224352, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:55:37,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224352, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/34D38B98, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:37,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 20 ms
2025-11-19 09:55:37,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:38,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:39,913 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:39,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224328, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:55:39,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224328, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:55:39,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224353, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:55:39,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224353, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/4607EF69, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:39,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 9 ms
2025-11-19 09:55:39,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:40,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:40,894 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 09:55:40,895 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 09:55:42,049 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:42,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224329, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:55:42,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224329, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:55:42,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224354, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:55:42,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224354, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/B192F273, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:42,061 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 12 ms
2025-11-19 09:55:42,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:42,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:43,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:55:43,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Found previous received Instance[pk=224330, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:55:43,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Replace previous received Instance[pk=224330, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:55:43,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Instance[pk=224355, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:55:43,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Create Location[pk=224355, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/89AE7730, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:55:43,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191): Updated DB in 19 ms
2025-11-19 09:55:43,866 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:55:44,097 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) >> A-RELEASE-RQ
2025-11-19 09:55:44,097 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4586) DCM4CHEE<-HS30(191) << A-RELEASE-RP
2025-11-19 09:55:44,148 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS30(191): close Socket[addr=187.36.104.204/187.36.104.204,port=52164,localport=11112]
2025-11-19 09:55:57,093 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 09:55:57,095 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 09:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 09:56:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 09:56:22,893 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:56:22,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224356, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111812733, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:56:22,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224356, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/D3BF7B74, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:56:22,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 12 ms
2025-11-19 09:56:22,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111812733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:56:23,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111827301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:56:36,565 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 09:56:36,566 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 09:56:36,567 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 09:56:36,567 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:56:36,568 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:56:36,568 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 09:56:36,568 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 09:56:36,569 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 09:56:36,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:56:36,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:56:36,571 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 09:56:36,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:56:36,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:56:36,592 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 09:56:40,895 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 09:56:40,896 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 09:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-11-19 09:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-11-19 09:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4626) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4627) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4627) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 09:56:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4626) Start deleting 100 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:56:52,915 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:56:52,923 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 09:56:57,095 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 09:56:57,097 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 09:57:10,099 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:10,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224357, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111827301, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:57:10,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224357, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/D3CFC96D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:10,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 5 ms
2025-11-19 09:57:10,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111827301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:10,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111834135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 09:57:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 09:57:28,021 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52127,localport=11112]
2025-11-19 09:57:28,022 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) >> A-ASSOCIATE-RQ
2025-11-19 09:57:28,022 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) << A-ASSOCIATE-AC
2025-11-19 09:57:28,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:32,229 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4628) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:32,232 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Patient[pk=8802, id=PatientID[pk=8802, id=68344, issuer=DCM4CHEE.31E4DEBD.0BED98AC], name=FABIANA LIRA DA SILVA TRINDADE]
2025-11-19 09:57:32,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Study[pk=8811, uid=68344, id=68344]
2025-11-19 09:57:32,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Series[pk=8916, uid=1.2.410.200001.101.11.501.1791052210.2.20251119095034033, no=1, mod=US]
2025-11-19 09:57:32,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Instance[pk=224358, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:57:32,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Location[pk=224358, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/DBBDBE55, tsuid=1.2.840.10008.1.2, size=3416716, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:32,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Updated DB in 51 ms
2025-11-19 09:57:32,282 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) No duplicate record with equal Patient ID found Patient[pk=8802, id=PatientID[pk=8802, id=68344, issuer=DCM4CHEE.31E4DEBD.0BED98AC], name=FABIANA LIRA DA SILVA TRINDADE]
2025-11-19 09:57:32,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:32,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:35,316 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4628) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:35,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Instance[pk=224359, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:57:35,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Location[pk=224359, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/DD48B62A, tsuid=1.2.840.10008.1.2, size=3416716, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:35,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Updated DB in 5 ms
2025-11-19 09:57:35,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:35,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:36,593 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 09:57:36,593 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:57:36,594 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:57:36,595 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 09:57:36,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:57:36,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:57:36,596 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 09:57:36,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:57:36,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:57:36,618 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 09:57:36,618 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 09:57:37,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4628) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:37,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Instance[pk=224360, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:57:37,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Location[pk=224360, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/DEFBCC4F, tsuid=1.2.840.10008.1.2, size=3915824, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:37,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Updated DB in 10 ms
2025-11-19 09:57:37,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:37,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:40,896 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 09:57:40,897 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 09:57:40,976 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4628) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:40,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Instance[pk=224361, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:57:40,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Location[pk=224361, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/DF447C10, tsuid=1.2.840.10008.1.2, size=3915824, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:40,994 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:40,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Updated DB in 19 ms
2025-11-19 09:57:40,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:40,997 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Patient[pk=8803, id=PatientID[pk=8803, id=68349, issuer=DCM4CHEE.375E6041.0A1CAB0D], name=SONIA BARBOSA DE ARAUJO]
2025-11-19 09:57:40,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Study[pk=8812, uid=1.2.392.200036.9125.2.3619053820161.65116261473.335255, id=*]
2025-11-19 09:57:40,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Series[pk=8917, uid=1.2.392.200036.9125.3.3619053820161.65116261473.335256, no=3001, mod=CR]
2025-11-19 09:57:40,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Instance[pk=224362, uid=1.2.392.200036.9125.9.0.254349596.1863460030.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 09:57:40,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Location[pk=224362, systemID=amazon-s3, path=2025/11/19/AE01CC23/EB219043/B75A8164, tsuid=1.2.840.10008.1.2, size=8391798, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:41,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Updated DB in 17 ms
2025-11-19 09:57:41,012 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) No duplicate record with equal Patient ID found Patient[pk=8803, id=PatientID[pk=8803, id=68349, issuer=DCM4CHEE.375E6041.0A1CAB0D], name=SONIA BARBOSA DE ARAUJO]
2025-11-19 09:57:41,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) << 79:C-STORE-RSP[pcid=77, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349596.1863460030.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:41,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:41,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) >> 81:C-STORE-RQ[pcid=77, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349596.2937267390.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:42,779 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4628) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:42,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Instance[pk=224363, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:57:42,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Location[pk=224363, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/E0CC5106, tsuid=1.2.840.10008.1.2, size=3416716, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:42,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Updated DB in 5 ms
2025-11-19 09:57:42,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:43,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:44,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4628) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:44,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Instance[pk=224364, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:57:44,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Location[pk=224364, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/E2ABF2EF, tsuid=1.2.840.10008.1.2, size=3416920, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:44,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Updated DB in 5 ms
2025-11-19 09:57:44,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:44,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:47,899 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4628) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:47,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Instance[pk=224365, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:57:47,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Location[pk=224365, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/E5E0F088, tsuid=1.2.840.10008.1.2, size=3915824, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:47,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Updated DB in 16 ms
2025-11-19 09:57:47,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:48,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:49,626 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4628) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:49,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Instance[pk=224366, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:57:49,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Create Location[pk=224366, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/E939D7E3, tsuid=1.2.840.10008.1.2, size=3416864, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:49,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193): Updated DB in 5 ms
2025-11-19 09:57:49,632 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:49,862 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) >> A-RELEASE-RQ
2025-11-19 09:57:49,862 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4628) DCM4CHEE<-HS50US07(193) << A-RELEASE-RP
2025-11-19 09:57:49,912 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS50US07(193): close Socket[addr=187.36.104.204/187.36.104.204,port=52127,localport=11112]
2025-11-19 09:57:52,434 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4626) Finished deleting 100 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:57:52,435 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4626) Start deleting 16 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:57:55,048 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:57:55,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224367, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111834135, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:57:55,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224367, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/D3DC7CB0, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:57:55,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 15 ms
2025-11-19 09:57:55,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111834135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:55,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111915522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:57:57,097 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 09:57:57,098 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 09:58:04,684 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4626) Finished deleting 16 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:58:04,684 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4626) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 09:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 09:58:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 09:58:21,937 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52165,localport=11112]
2025-11-19 09:58:21,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> A-ASSOCIATE-RQ
2025-11-19 09:58:21,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << A-ASSOCIATE-AC
2025-11-19 09:58:22,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:25,939 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:25,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224331, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:58:25,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224331, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:58:25,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224368, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:58:25,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224368, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D32A0A86, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:25,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 19 ms
2025-11-19 09:58:25,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093247813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:26,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:28,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:28,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224332, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:58:28,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224332, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:58:28,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224369, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:58:28,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224369, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D659909F, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:28,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 17 ms
2025-11-19 09:58:28,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093403962 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:28,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:29,904 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:29,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224333, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:58:29,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224333, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:58:29,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224370, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:58:29,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224370, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D810A7BA, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:29,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 15 ms
2025-11-19 09:58:29,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093508776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:30,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:31,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:31,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224334, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:58:31,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224334, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:58:31,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224371, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:58:31,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224371, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/D9F02879, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:31,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 12 ms
2025-11-19 09:58:31,702 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093639279 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:31,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:33,466 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:33,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224335, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:58:33,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224335, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:58:33,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224372, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:58:33,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224372, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/DB86137A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:33,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 15 ms
2025-11-19 09:58:33,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093713123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:33,721 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:35,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:35,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224336, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:58:35,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224336, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:58:35,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224373, uid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:58:35,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224373, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/DD66277C, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:35,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 30 ms
2025-11-19 09:58:35,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119093845499 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:35,587 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:36,618 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 09:58:36,620 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 09:58:36,620 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:58:36,621 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:58:36,623 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:58:36,623 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:58:36,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:58:36,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:58:36,647 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 09:58:36,941 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:36,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224337, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:58:36,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224337, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:58:36,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224374, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:58:36,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224374, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/07F39748, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:36,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 26 ms
2025-11-19 09:58:36,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094226529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:37,205 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:38,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:38,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224338, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:58:38,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224338, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:58:38,730 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224375, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:58:38,730 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224375, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/09990304, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:38,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 15 ms
2025-11-19 09:58:38,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094313744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:38,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:40,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:40,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224339, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:58:40,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224339, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:58:40,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224376, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:58:40,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224376, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/09B539C2, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:40,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 19 ms
2025-11-19 09:58:40,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094333960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:40,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:40,897 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 09:58:40,898 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 09:58:42,011 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:42,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224340, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:58:42,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224340, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:58:42,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224377, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 09:58:42,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224377, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/0B79FB26, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:42,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 15 ms
2025-11-19 09:58:42,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094447946 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:42,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:43,811 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:43,811 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:43,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224341, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:58:43,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224378, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111915522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:58:43,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224341, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:58:43,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224378, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/D575A98E, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:43,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224379, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 09:58:43,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224379, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/0D1F3DF9, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:43,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 5 ms
2025-11-19 09:58:43,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111915522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:43,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 8 ms
2025-11-19 09:58:43,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094534096 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:44,059 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:44,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111922044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:45,524 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:45,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224342, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:58:45,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224342, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:58:45,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224380, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 09:58:45,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224380, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/0EC84419, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:45,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 22 ms
2025-11-19 09:58:45,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094629026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:45,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:47,077 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:47,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224343, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:58:47,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224343, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:58:47,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224381, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 09:58:47,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224381, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/13FF6CA8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:47,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 13 ms
2025-11-19 09:58:47,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094941518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:47,333 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:49,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:49,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224345, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:58:49,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224345, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:58:49,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224382, uid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 09:58:49,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224382, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/1410C1FD, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:49,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 17 ms
2025-11-19 09:58:49,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119094958931 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:49,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:51,049 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:51,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224347, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:58:51,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224347, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:58:51,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224383, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 09:58:51,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224383, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/39555E64, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:51,061 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 12 ms
2025-11-19 09:58:51,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095009923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:51,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:51,426 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52128,localport=11112]
2025-11-19 09:58:51,426 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) >> A-ASSOCIATE-RQ
2025-11-19 09:58:51,427 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) << A-ASSOCIATE-AC
2025-11-19 09:58:51,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:52,599 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:52,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224348, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:58:52,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224348, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:58:52,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224384, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 09:58:52,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224384, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/39701245, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:52,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 21 ms
2025-11-19 09:58:52,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095026127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:52,865 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:54,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:54,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224349, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:58:54,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224349, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:58:54,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224385, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 09:58:54,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224385, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/397DC886, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:54,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 28 ms
2025-11-19 09:58:54,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095035654 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:54,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:56,113 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:56,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224350, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:58:56,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224350, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:58:56,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224386, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 09:58:56,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224386, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3CE7E9C3, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:56,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 14 ms
2025-11-19 09:58:56,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095236500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:56,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:57,099 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 09:58:57,100 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 09:58:57,737 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:57,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224352, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:58:57,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224352, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:58:57,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224387, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 09:58:57,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224387, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3CF58DC6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:57,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 18 ms
2025-11-19 09:58:57,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095245578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:57,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:58,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:58,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Found previous received Instance[pk=224358, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:58:58,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Replace previous received Instance[pk=224358, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:58:58,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Instance[pk=224388, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:58:58,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Location[pk=224388, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/C0C4E790, tsuid=1.2.840.10008.1.2, size=3416716, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:58,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Updated DB in 20 ms
2025-11-19 09:58:58,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:58,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:59,425 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:58:59,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224353, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:58:59,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224353, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:58:59,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224389, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 09:58:59,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224389, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3D03AFEC, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:58:59,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 8 ms
2025-11-19 09:58:59,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095255825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:58:59,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:01,391 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:01,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Found previous received Instance[pk=224359, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:59:01,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Replace previous received Instance[pk=224359, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:59:01,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Instance[pk=224390, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:59:01,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Location[pk=224390, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/890A8178, tsuid=1.2.840.10008.1.2, size=3416716, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:01,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Updated DB in 14 ms
2025-11-19 09:59:01,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:01,628 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:01,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224354, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:59:01,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224354, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:59:01,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224391, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 09:59:01,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224391, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3E726D79, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:01,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 7 ms
2025-11-19 09:59:01,637 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095306153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:01,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:01,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:03,225 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4634) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:03,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Found previous received Instance[pk=224355, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:59:03,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Replace previous received Instance[pk=224355, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:59:03,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Instance[pk=224392, uid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 09:59:03,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Create Location[pk=224392, systemID=amazon-s3, path=2025/11/19/03132FB3/057F9DA7/3E7FA720, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:03,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194): Updated DB in 19 ms
2025-11-19 09:59:03,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119095314421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:03,487 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) >> A-RELEASE-RQ
2025-11-19 09:59:03,487 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4634) DCM4CHEE<-HS30(194) << A-RELEASE-RP
2025-11-19 09:59:03,537 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(194): close Socket[addr=187.36.104.204/187.36.104.204,port=52165,localport=11112]
2025-11-19 09:59:04,758 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:04,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Found previous received Instance[pk=224360, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:59:04,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Replace previous received Instance[pk=224360, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:59:04,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Instance[pk=224393, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:59:04,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Location[pk=224393, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/8A0FC159, tsuid=1.2.840.10008.1.2, size=3915824, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:04,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Updated DB in 14 ms
2025-11-19 09:59:04,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:06,300 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSDeleteScheduler.execute()
2025-11-19 09:59:06,304 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSDeleteScheduler.execute()
2025-11-19 09:59:06,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:09,894 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:09,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Found previous received Instance[pk=224361, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:59:09,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Replace previous received Instance[pk=224361, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:59:09,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Instance[pk=224394, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:59:09,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Location[pk=224394, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/4A22448D, tsuid=1.2.840.10008.1.2, size=3915824, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:09,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Updated DB in 16 ms
2025-11-19 09:59:09,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:10,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 09:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 09:59:12,755 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:12,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Found previous received Instance[pk=224363, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:59:12,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Replace previous received Instance[pk=224363, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:59:12,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Instance[pk=224395, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:59:12,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Location[pk=224395, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/70E4756A, tsuid=1.2.840.10008.1.2, size=3416716, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:12,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Updated DB in 19 ms
2025-11-19 09:59:12,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:13,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:14,958 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:14,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Found previous received Instance[pk=224364, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:59:14,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Replace previous received Instance[pk=224364, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:59:14,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Instance[pk=224396, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:59:14,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Location[pk=224396, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/8D411964, tsuid=1.2.840.10008.1.2, size=3416920, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:14,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Updated DB in 14 ms
2025-11-19 09:59:14,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:15,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:17,282 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:17,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Found previous received Instance[pk=224365, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:59:17,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Replace previous received Instance[pk=224365, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:59:17,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Instance[pk=224397, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:59:17,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Location[pk=224397, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/09B36869, tsuid=1.2.840.10008.1.2, size=3915824, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:17,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Updated DB in 16 ms
2025-11-19 09:59:17,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:17,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:19,438 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:19,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Found previous received Instance[pk=224366, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:59:19,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Replace previous received Instance[pk=224366, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:59:19,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Instance[pk=224398, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:59:19,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Create Location[pk=224398, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/BF1733B2, tsuid=1.2.840.10008.1.2, size=3416864, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:19,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195): Updated DB in 7 ms
2025-11-19 09:59:19,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:19,676 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) >> A-RELEASE-RQ
2025-11-19 09:59:19,676 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(195) << A-RELEASE-RP
2025-11-19 09:59:19,726 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS50US07(195): close Socket[addr=187.36.104.204/187.36.104.204,port=52128,localport=11112]
2025-11-19 09:59:20,136 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52129,localport=11112]
2025-11-19 09:59:20,142 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> A-ASSOCIATE-RQ
2025-11-19 09:59:20,142 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << A-ASSOCIATE-AC
2025-11-19 09:59:20,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:24,552 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:24,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Found previous received Instance[pk=224388, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:59:24,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Replace previous received Instance[pk=224388, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:59:24,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Instance[pk=224399, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 09:59:24,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Location[pk=224399, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/86E5842E, tsuid=1.2.840.10008.1.2, size=3416716, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:24,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Updated DB in 14 ms
2025-11-19 09:59:24,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095034528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:24,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:26,374 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:26,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Found previous received Instance[pk=224390, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:59:26,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Replace previous received Instance[pk=224390, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:59:26,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Instance[pk=224400, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 09:59:26,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Location[pk=224400, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/CF552265, tsuid=1.2.840.10008.1.2, size=3416716, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:26,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Updated DB in 17 ms
2025-11-19 09:59:26,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095105159 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:26,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:28,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:28,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224401, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111922044, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:59:28,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224401, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/D582516D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:28,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 14 ms
2025-11-19 09:59:28,065 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111922044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:28,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111928780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:28,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:28,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Found previous received Instance[pk=224393, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:59:28,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Replace previous received Instance[pk=224393, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:59:28,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Instance[pk=224402, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 09:59:28,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Location[pk=224402, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/C73F9DE3, tsuid=1.2.840.10008.1.2, size=3915824, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:28,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Updated DB in 17 ms
2025-11-19 09:59:28,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095201557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:28,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:30,473 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:30,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Found previous received Instance[pk=224394, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:59:30,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Replace previous received Instance[pk=224394, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:59:30,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Instance[pk=224403, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 09:59:30,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Location[pk=224403, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/BE08ED82, tsuid=1.2.840.10008.1.2, size=3915824, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:30,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Updated DB in 9 ms
2025-11-19 09:59:30,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095256228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:30,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:32,272 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:32,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Found previous received Instance[pk=224395, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:59:32,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Replace previous received Instance[pk=224395, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:59:32,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Instance[pk=224404, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 09:59:32,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Location[pk=224404, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/2794AEEE, tsuid=1.2.840.10008.1.2, size=3416716, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:32,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Updated DB in 7 ms
2025-11-19 09:59:32,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095320194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:32,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095330150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:33,912 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:33,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Instance[pk=224405, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095330150, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 09:59:33,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Location[pk=224405, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/E0DA6807, tsuid=1.2.840.10008.1.2, size=3416716, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:33,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Updated DB in 9 ms
2025-11-19 09:59:33,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095330150 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:34,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:35,629 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:35,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Found previous received Instance[pk=224396, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:59:35,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Replace previous received Instance[pk=224396, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:59:35,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Instance[pk=224406, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 09:59:35,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Location[pk=224406, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/6499E5B0, tsuid=1.2.840.10008.1.2, size=3416920, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:35,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Updated DB in 21 ms
2025-11-19 09:59:35,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095451543 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:35,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:36,647 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 09:59:36,648 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 09:59:36,649 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:59:36,649 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:59:36,649 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 09:59:36,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:59:36,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:59:36,672 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 09:59:36,672 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 09:59:36,672 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 09:59:37,403 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:37,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Found previous received Instance[pk=224397, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:59:37,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Replace previous received Instance[pk=224397, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:59:37,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Instance[pk=224407, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 09:59:37,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Location[pk=224407, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/998A4418, tsuid=1.2.840.10008.1.2, size=3915824, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:37,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Updated DB in 10 ms
2025-11-19 09:59:37,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095619737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:37,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:39,239 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 09:59:39,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Found previous received Instance[pk=224398, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:59:39,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Replace previous received Instance[pk=224398, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:59:39,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Instance[pk=224408, uid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 09:59:39,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Create Location[pk=224408, systemID=amazon-s3, path=2025/11/19/03132FF1/0E1349E9/D35BC493, tsuid=1.2.840.10008.1.2, size=3416864, status=OK, objectType=DICOM_FILE]
2025-11-19 09:59:39,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196): Updated DB in 17 ms
2025-11-19 09:59:39,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119095803960 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 09:59:39,487 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) >> A-RELEASE-RQ
2025-11-19 09:59:39,488 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4640) DCM4CHEE<-HS50US07(196) << A-RELEASE-RP
2025-11-19 09:59:39,538 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS50US07(196): close Socket[addr=187.36.104.204/187.36.104.204,port=52129,localport=11112]
2025-11-19 09:59:40,324 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-11-19 09:59:40,389 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) Calculated size of 1 studies
2025-11-19 09:59:40,389 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-11-19 09:59:40,899 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 09:59:40,899 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 09:59:57,100 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 09:59:57,102 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 10:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 10:00:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 10:00:14,315 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:00:14,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224409, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111928780, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:00:14,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224409, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/D5852666, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:00:14,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 9 ms
2025-11-19 10:00:14,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111928780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:00:14,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111945047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:00:24,729 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49861,localport=11112]
2025-11-19 10:00:24,741 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197) >> A-ASSOCIATE-RQ
2025-11-19 10:00:24,741 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197) << A-ASSOCIATE-AC
2025-11-19 10:00:25,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197) >> 27:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517645.188 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:00:28,429 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4644) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:00:28,433 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Create Patient[pk=8804, id=PatientID[pk=8804, id=68359, issuer=DCM4CHEE.FA397742.8B8CDDFE], name=KAYLON VASCONCELOS DA SILVA]
2025-11-19 10:00:28,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Create Study[pk=8813, uid=68359, id=68359]
2025-11-19 10:00:28,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Create Series[pk=8918, uid=1.2.840.113619.2.423.84107009440.1763517503.187, no=1, mod=US]
2025-11-19 10:00:28,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Create Instance[pk=224410, uid=1.2.840.113619.2.423.84107009440.1763517645.188, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 10:00:28,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Create Location[pk=224410, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/2F6C7CE2, tsuid=1.2.840.10008.1.2.1, size=692638, status=OK, objectType=DICOM_FILE]
2025-11-19 10:00:28,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Updated DB in 27 ms
2025-11-19 10:00:28,457 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4644) No duplicate record with equal Patient ID found Patient[pk=8804, id=PatientID[pk=8804, id=68359, issuer=DCM4CHEE.FA397742.8B8CDDFE], name=KAYLON VASCONCELOS DA SILVA]
2025-11-19 10:00:28,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197) << 27:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517645.188 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:00:28,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197) >> 28:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517645.188 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:00:30,869 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4644) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:00:30,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Found previous received Instance[pk=224410, uid=1.2.840.113619.2.423.84107009440.1763517645.188, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 10:00:30,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Replace previous received Instance[pk=224410, uid=1.2.840.113619.2.423.84107009440.1763517645.188, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 10:00:30,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Create Instance[pk=224411, uid=1.2.840.113619.2.423.84107009440.1763517645.188, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 10:00:30,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Create Location[pk=224411, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/E2E43564, tsuid=1.2.840.10008.1.2.1, size=692638, status=OK, objectType=DICOM_FILE]
2025-11-19 10:00:30,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197): Updated DB in 15 ms
2025-11-19 10:00:30,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197) << 28:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517645.188 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:00:31,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197) >> A-RELEASE-RQ
2025-11-19 10:00:31,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4644) DCM4CHEE<-F6LOGIQ(197) << A-RELEASE-RP
2025-11-19 10:00:31,257 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-F6LOGIQ(197): close Socket[addr=187.36.104.204/187.36.104.204,port=49861,localport=11112]
2025-11-19 10:00:36,672 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 10:00:36,673 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:00:36,673 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:00:36,674 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 10:00:36,675 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:00:36,675 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:00:36,676 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 10:00:36,695 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:00:36,695 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:00:36,695 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 10:00:36,695 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 10:00:40,296 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094158978&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:40,907 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 10:00:40,909 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 10:00:42,561 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094351325&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:43,708 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094622212&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:44,877 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094652749&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:45,957 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119093931099&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:47,171 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094011507&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:48,316 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094057066&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:49,536 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094108329&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:50,734 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094359094&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:51,898 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094410806&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:53,079 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094612966&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:54,279 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68348&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119093929804&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119094658072&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:00:57,102 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 10:00:57,104 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 10:00:58,495 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:00:58,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224412, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111945047, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:00:58,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224412, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/D59FDD8F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:00:58,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 13 ms
2025-11-19 10:00:58,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111945047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:00:58,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111953810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:01:00,712 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:01:00,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Instance[pk=224413, uid=1.2.392.200036.9125.9.0.254349596.2937267390.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 10:01:00,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Location[pk=224413, systemID=amazon-s3, path=2025/11/19/AE01CC23/EB219043/44301C65, tsuid=1.2.840.10008.1.2, size=8391798, status=OK, objectType=DICOM_FILE]
2025-11-19 10:01:00,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Updated DB in 10 ms
2025-11-19 10:01:00,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) << 81:C-STORE-RSP[pcid=77, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349596.2937267390.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:01:00,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) >> 83:C-STORE-RQ[pcid=77, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349598.555099326.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 10:01:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 10:01:23,915 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49865,localport=11112]
2025-11-19 10:01:23,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198) >> A-ASSOCIATE-RQ
2025-11-19 10:01:23,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198) << A-ASSOCIATE-AC
2025-11-19 10:01:24,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517704.192 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:01:27,584 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4650) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:01:27,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198): Create Instance[pk=224414, uid=1.2.840.113619.2.423.84107009440.1763517704.192, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:01:27,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198): Create Location[pk=224414, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/5D713E3F, tsuid=1.2.840.10008.1.2.1, size=692504, status=OK, objectType=DICOM_FILE]
2025-11-19 10:01:27,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198): Updated DB in 17 ms
2025-11-19 10:01:27,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517704.192 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:01:28,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517704.192 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:01:29,956 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4650) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:01:29,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198): Found previous received Instance[pk=224414, uid=1.2.840.113619.2.423.84107009440.1763517704.192, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:01:29,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198): Replace previous received Instance[pk=224414, uid=1.2.840.113619.2.423.84107009440.1763517704.192, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:01:29,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198): Create Instance[pk=224415, uid=1.2.840.113619.2.423.84107009440.1763517704.192, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:01:29,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198): Create Location[pk=224415, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/87BDA666, tsuid=1.2.840.10008.1.2.1, size=692504, status=OK, objectType=DICOM_FILE]
2025-11-19 10:01:29,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198): Updated DB in 15 ms
2025-11-19 10:01:29,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517704.192 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:01:30,313 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198) >> A-RELEASE-RQ
2025-11-19 10:01:30,313 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4650) DCM4CHEE<-F6LOGIQ(198) << A-RELEASE-RP
2025-11-19 10:01:30,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-F6LOGIQ(198): close Socket[addr=187.36.104.204/187.36.104.204,port=49865,localport=11112]
2025-11-19 10:01:36,696 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 10:01:36,697 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 10:01:36,698 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 10:01:36,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:01:36,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:01:36,700 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:01:36,700 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:01:36,700 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 10:01:36,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:01:36,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:01:36,723 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 10:01:36,723 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 10:01:39,729 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:01:39,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224416, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111953810, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:01:39,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224416, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/D5AD29F6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:01:39,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 14 ms
2025-11-19 10:01:39,744 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111953810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:01:40,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112016911 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:01:40,910 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 10:01:40,911 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 10:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 10:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4656) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 10:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4657) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4657) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4656) Start deleting 40 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:01:52,924 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:01:52,934 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:01:57,105 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 10:01:57,106 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 10:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 10:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 10:02:14,757 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4656) Finished deleting 40 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:02:14,757 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4656) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:02:22,475 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:02:22,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224417, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112016911, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:02:22,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224417, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/FB00CA7B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:02:22,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 11 ms
2025-11-19 10:02:22,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112016911 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:02:22,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112024063 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:02:36,723 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 10:02:36,725 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:02:36,725 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:02:36,726 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:02:36,726 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:02:36,727 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:02:36,728 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:02:36,729 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:02:36,729 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:02:36,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:02:36,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:02:36,758 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:02:36,758 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 10:02:40,911 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 10:02:40,912 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 10:02:57,107 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 10:02:57,109 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 10:02:59,184 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49872,localport=11112]
2025-11-19 10:02:59,189 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199) >> A-ASSOCIATE-RQ
2025-11-19 10:02:59,190 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199) << A-ASSOCIATE-AC
2025-11-19 10:02:59,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199) >> 31:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517799.196 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:03:02,873 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4662) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:02,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199): Create Instance[pk=224418, uid=1.2.840.113619.2.423.84107009440.1763517799.196, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 10:03:02,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199): Create Location[pk=224418, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/6D13515F, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:02,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199): Updated DB in 11 ms
2025-11-19 10:03:02,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199) << 31:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517799.196 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:03:03,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199) >> 32:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517799.196 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:03:05,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4662) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:05,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199): Found previous received Instance[pk=224418, uid=1.2.840.113619.2.423.84107009440.1763517799.196, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 10:03:05,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199): Replace previous received Instance[pk=224418, uid=1.2.840.113619.2.423.84107009440.1763517799.196, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 10:03:05,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199): Create Instance[pk=224419, uid=1.2.840.113619.2.423.84107009440.1763517799.196, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 10:03:05,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199): Create Location[pk=224419, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/14C72946, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:05,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199): Updated DB in 17 ms
2025-11-19 10:03:05,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199) << 32:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517799.196 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:03:05,439 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199) >> A-RELEASE-RQ
2025-11-19 10:03:05,439 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4662) DCM4CHEE<-F6LOGIQ(199) << A-RELEASE-RP
2025-11-19 10:03:05,490 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-F6LOGIQ(199): close Socket[addr=187.36.104.204/187.36.104.204,port=49872,localport=11112]
2025-11-19 10:03:05,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:05,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224420, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112024063, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:03:05,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224420, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/FB0DD812, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:05,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 15 ms
2025-11-19 10:03:05,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112024063 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:05,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112133649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 10:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 10:03:23,765 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52083,localport=11112]
2025-11-19 10:03:23,767 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> A-ASSOCIATE-RQ
2025-11-19 10:03:23,767 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << A-ASSOCIATE-AC
2025-11-19 10:03:24,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:27,523 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:27,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Found previous received Instance[pk=224171, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:03:27,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Replace previous received Instance[pk=224171, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:03:27,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Instance[pk=224421, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:03:27,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Location[pk=224421, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/E2A6CED5, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:27,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Updated DB in 20 ms
2025-11-19 10:03:27,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:27,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:29,606 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:29,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Found previous received Instance[pk=224174, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:03:29,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Replace previous received Instance[pk=224174, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:03:29,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Instance[pk=224422, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:03:29,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Location[pk=224422, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/E2C46CE3, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:29,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Updated DB in 18 ms
2025-11-19 10:03:29,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:29,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:32,068 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49876,localport=11112]
2025-11-19 10:03:32,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201) >> A-ASSOCIATE-RQ
2025-11-19 10:03:32,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201) << A-ASSOCIATE-AC
2025-11-19 10:03:32,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201) >> 33:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517832.200 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:03:32,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:32,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Found previous received Instance[pk=224178, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:03:32,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Replace previous received Instance[pk=224178, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:03:32,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Instance[pk=224423, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:03:32,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Location[pk=224423, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/E60DC4E7, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:32,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Updated DB in 13 ms
2025-11-19 10:03:32,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:33,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:35,746 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4666) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:35,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201): Create Instance[pk=224424, uid=1.2.840.113619.2.423.84107009440.1763517832.200, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 10:03:35,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201): Create Location[pk=224424, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/9759D703, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:35,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201): Updated DB in 12 ms
2025-11-19 10:03:35,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201) << 33:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517832.200 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:03:36,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201) >> 34:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517832.200 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:03:36,292 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:36,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Found previous received Instance[pk=224182, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:03:36,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Replace previous received Instance[pk=224182, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:03:36,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Instance[pk=224425, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:03:36,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Location[pk=224425, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/E62AEBA5, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:36,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Updated DB in 15 ms
2025-11-19 10:03:36,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:36,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:36,759 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 10:03:36,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:03:36,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:03:36,760 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:03:36,761 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:03:36,781 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:03:36,781 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:03:36,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 10:03:37,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4666) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:37,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201): Found previous received Instance[pk=224424, uid=1.2.840.113619.2.423.84107009440.1763517832.200, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 10:03:37,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201): Replace previous received Instance[pk=224424, uid=1.2.840.113619.2.423.84107009440.1763517832.200, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 10:03:37,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201): Create Instance[pk=224426, uid=1.2.840.113619.2.423.84107009440.1763517832.200, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 10:03:37,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201): Create Location[pk=224426, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/A718C2D0, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:37,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201): Updated DB in 20 ms
2025-11-19 10:03:37,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201) << 34:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517832.200 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:03:38,305 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201) >> A-RELEASE-RQ
2025-11-19 10:03:38,305 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4666) DCM4CHEE<-F6LOGIQ(201) << A-RELEASE-RP
2025-11-19 10:03:38,355 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-F6LOGIQ(201): close Socket[addr=187.36.104.204/187.36.104.204,port=49876,localport=11112]
2025-11-19 10:03:40,228 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:40,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Found previous received Instance[pk=224184, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:03:40,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Replace previous received Instance[pk=224184, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:03:40,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Instance[pk=224427, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:03:40,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Location[pk=224427, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/0BA689EB, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:40,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Updated DB in 15 ms
2025-11-19 10:03:40,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:40,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:40,912 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 10:03:40,913 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 10:03:44,808 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:44,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Found previous received Instance[pk=224187, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:03:44,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Replace previous received Instance[pk=224187, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:03:44,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Instance[pk=224428, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:03:44,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Location[pk=224428, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/0BB6CC2B, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:44,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Updated DB in 18 ms
2025-11-19 10:03:44,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:45,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:48,854 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:48,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224429, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112133649, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 10:03:48,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224429, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/FCD06A21, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:48,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 5 ms
2025-11-19 10:03:48,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112133649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:48,937 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:48,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Found previous received Instance[pk=224190, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:03:48,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Replace previous received Instance[pk=224190, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:03:48,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Instance[pk=224430, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:03:48,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Location[pk=224430, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/0BD219F1, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:48,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Updated DB in 7 ms
2025-11-19 10:03:48,945 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:49,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112201566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:49,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:54,213 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:54,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Found previous received Instance[pk=224193, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:03:54,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Replace previous received Instance[pk=224193, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:03:54,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Instance[pk=224431, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:03:54,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Location[pk=224431, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/0D78DB4A, tsuid=1.2.840.10008.1.2, size=3416864, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:54,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Updated DB in 8 ms
2025-11-19 10:03:54,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:54,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:55,021 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49877,localport=11112]
2025-11-19 10:03:55,028 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202) >> A-ASSOCIATE-RQ
2025-11-19 10:03:55,029 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202) << A-ASSOCIATE-AC
2025-11-19 10:03:55,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202) >> 35:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517856.204 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:03:57,109 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 10:03:57,110 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 10:03:58,407 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4664) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:58,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Found previous received Instance[pk=224197, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:03:58,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Replace previous received Instance[pk=224197, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:03:58,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Instance[pk=224432, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:03:58,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Create Location[pk=224432, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/0F063303, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:58,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200): Updated DB in 16 ms
2025-11-19 10:03:58,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:58,659 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) >> A-RELEASE-RQ
2025-11-19 10:03:58,659 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4664) DCM4CHEE<-HS30(200) << A-RELEASE-RP
2025-11-19 10:03:58,710 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(200): close Socket[addr=187.36.104.204/187.36.104.204,port=52083,localport=11112]
2025-11-19 10:03:59,126 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52085,localport=11112]
2025-11-19 10:03:59,130 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4670) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:03:59,132 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> A-ASSOCIATE-RQ
2025-11-19 10:03:59,132 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << A-ASSOCIATE-AC
2025-11-19 10:03:59,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202): Create Instance[pk=224433, uid=1.2.840.113619.2.423.84107009440.1763517856.204, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 10:03:59,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202): Create Location[pk=224433, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/9AFBE649, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:03:59,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202): Updated DB in 14 ms
2025-11-19 10:03:59,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202) << 35:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517856.204 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:03:59,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:03:59,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202) >> 36:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517856.204 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:04:01,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4670) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:01,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202): Found previous received Instance[pk=224433, uid=1.2.840.113619.2.423.84107009440.1763517856.204, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 10:04:01,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202): Replace previous received Instance[pk=224433, uid=1.2.840.113619.2.423.84107009440.1763517856.204, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 10:04:01,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202): Create Instance[pk=224434, uid=1.2.840.113619.2.423.84107009440.1763517856.204, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 10:04:01,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202): Create Location[pk=224434, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/3B430E2A, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:01,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202): Updated DB in 22 ms
2025-11-19 10:04:01,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202) << 36:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517856.204 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:04:01,834 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202) >> A-RELEASE-RQ
2025-11-19 10:04:01,835 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4670) DCM4CHEE<-F6LOGIQ(202) << A-RELEASE-RP
2025-11-19 10:04:01,885 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-F6LOGIQ(202): close Socket[addr=187.36.104.204/187.36.104.204,port=49877,localport=11112]
2025-11-19 10:04:03,337 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:03,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Found previous received Instance[pk=224421, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:04:03,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Replace previous received Instance[pk=224421, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:04:03,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Instance[pk=224435, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:04:03,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Location[pk=224435, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/1602B202, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:03,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Updated DB in 17 ms
2025-11-19 10:04:03,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093706481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:03,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:05,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:05,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Found previous received Instance[pk=224422, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:04:05,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Replace previous received Instance[pk=224422, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:04:05,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Instance[pk=224436, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:04:05,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Location[pk=224436, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/F4786456, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:05,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Updated DB in 15 ms
2025-11-19 10:04:05,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093729914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:06,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:06,537 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095034528&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:04:08,781 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:08,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Found previous received Instance[pk=224423, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:04:08,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Replace previous received Instance[pk=224423, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:04:08,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Instance[pk=224437, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:04:08,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Location[pk=224437, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/5D0CBBE4, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:08,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Updated DB in 16 ms
2025-11-19 10:04:08,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093900407 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:09,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:10,617 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095105159&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:04:11,788 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095201557&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 10:04:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 10:04:12,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:12,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Found previous received Instance[pk=224425, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:04:12,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Replace previous received Instance[pk=224425, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:04:12,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Instance[pk=224438, uid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:04:12,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Location[pk=224438, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/06FAAD79, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:12,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Updated DB in 14 ms
2025-11-19 10:04:12,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119093922801 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:12,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:13,360 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095256228&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:04:14,523 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095320194&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:04:15,700 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095330150&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:04:16,033 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:16,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Found previous received Instance[pk=224427, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:04:16,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Replace previous received Instance[pk=224427, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:04:16,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Instance[pk=224439, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:04:16,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Location[pk=224439, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/987E6066, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:16,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Updated DB in 18 ms
2025-11-19 10:04:16,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094010873 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:16,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:16,462 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49879,localport=11112]
2025-11-19 10:04:16,468 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204) >> A-ASSOCIATE-RQ
2025-11-19 10:04:16,469 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204) << A-ASSOCIATE-AC
2025-11-19 10:04:16,809 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204) >> 37:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517876.208 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:04:16,837 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095451543&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:04:18,010 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095619737&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:04:18,849 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:18,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Instance[pk=224440, uid=1.2.392.200036.9125.9.0.254349598.555099326.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 10:04:18,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Location[pk=224440, systemID=amazon-s3, path=2025/11/19/AE01CC23/EB219043/54A897D7, tsuid=1.2.840.10008.1.2, size=8391784, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:18,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Updated DB in 14 ms
2025-11-19 10:04:18,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) << 83:C-STORE-RSP[pcid=77, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349598.555099326.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:19,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) >> 85:C-STORE-RQ[pcid=77, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349597.1779770558.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:19,575 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095803960&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:04:20,301 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4672) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:20,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204): Create Instance[pk=224441, uid=1.2.840.113619.2.423.84107009440.1763517876.208, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 10:04:20,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204): Create Location[pk=224441, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/9E65978B, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:20,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204): Updated DB in 5 ms
2025-11-19 10:04:20,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204) << 37:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517876.208 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:04:20,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204) >> 38:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517876.208 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:04:20,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:20,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Found previous received Instance[pk=224428, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:04:20,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Replace previous received Instance[pk=224428, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:04:20,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Instance[pk=224442, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:04:20,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Location[pk=224442, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/36EC52B3, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:20,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Updated DB in 15 ms
2025-11-19 10:04:20,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094025107 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:21,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:22,333 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4672) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:22,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204): Found previous received Instance[pk=224441, uid=1.2.840.113619.2.423.84107009440.1763517876.208, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 10:04:22,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204): Replace previous received Instance[pk=224441, uid=1.2.840.113619.2.423.84107009440.1763517876.208, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 10:04:22,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204): Create Instance[pk=224443, uid=1.2.840.113619.2.423.84107009440.1763517876.208, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 10:04:22,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204): Create Location[pk=224443, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/764B8B1E, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:22,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204): Updated DB in 19 ms
2025-11-19 10:04:22,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204) << 38:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517876.208 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:04:22,694 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204) >> A-RELEASE-RQ
2025-11-19 10:04:22,695 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4672) DCM4CHEE<-F6LOGIQ(204) << A-RELEASE-RP
2025-11-19 10:04:22,745 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-F6LOGIQ(204): close Socket[addr=187.36.104.204/187.36.104.204,port=49879,localport=11112]
2025-11-19 10:04:24,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:24,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Found previous received Instance[pk=224430, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:04:24,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Replace previous received Instance[pk=224430, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:04:24,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Instance[pk=224444, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:04:24,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Location[pk=224444, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/7D74E050, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:24,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Updated DB in 15 ms
2025-11-19 10:04:24,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094043307 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:25,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:29,453 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:29,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Found previous received Instance[pk=224431, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:04:29,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Replace previous received Instance[pk=224431, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:04:29,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Instance[pk=224445, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:04:29,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Location[pk=224445, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/9E40BB0D, tsuid=1.2.840.10008.1.2, size=3416864, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:29,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Updated DB in 15 ms
2025-11-19 10:04:29,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094133324 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:29,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:32,442 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:32,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224446, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112201566, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 10:04:32,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224446, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/FE5A0FF9, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:32,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 9 ms
2025-11-19 10:04:32,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112201566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:32,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112215268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:34,279 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4671) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:04:34,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Found previous received Instance[pk=224432, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:04:34,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Replace previous received Instance[pk=224432, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:04:34,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Instance[pk=224447, uid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:04:34,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Create Location[pk=224447, systemID=amazon-s3, path=2025/11/19/03132FF4/14FBFF9E/8F7045C3, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:04:34,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203): Updated DB in 15 ms
2025-11-19 10:04:34,295 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119094209635 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:04:34,526 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) >> A-RELEASE-RQ
2025-11-19 10:04:34,526 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4671) DCM4CHEE<-HS30(203) << A-RELEASE-RP
2025-11-19 10:04:34,577 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS30(203): close Socket[addr=187.36.104.204/187.36.104.204,port=52085,localport=11112]
2025-11-19 10:04:36,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 10:04:36,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:04:36,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:04:36,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:04:36,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:04:36,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:04:36,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:04:36,810 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 10:04:40,389 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-11-19 10:04:40,627 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) Calculated size of 4 studies
2025-11-19 10:04:40,627 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-11-19 10:04:40,913 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 10:04:40,916 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 10:04:57,111 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 10:04:57,113 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 10:04:57,419 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49883,localport=11112]
2025-11-19 10:04:57,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205) >> A-ASSOCIATE-RQ
2025-11-19 10:04:57,425 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205) << A-ASSOCIATE-AC
2025-11-19 10:04:57,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205) >> 39:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517917.212 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:01,286 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4677) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:05:01,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205): Create Instance[pk=224448, uid=1.2.840.113619.2.423.84107009440.1763517917.212, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 10:05:01,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205): Create Location[pk=224448, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/C91CD6AC, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:05:01,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205): Updated DB in 7 ms
2025-11-19 10:05:01,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205) << 39:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517917.212 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:01,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205) >> 40:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517917.212 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:03,471 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4677) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:05:03,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205): Found previous received Instance[pk=224448, uid=1.2.840.113619.2.423.84107009440.1763517917.212, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 10:05:03,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205): Replace previous received Instance[pk=224448, uid=1.2.840.113619.2.423.84107009440.1763517917.212, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 10:05:03,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205): Create Instance[pk=224449, uid=1.2.840.113619.2.423.84107009440.1763517917.212, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 10:05:03,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205): Create Location[pk=224449, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/D93EABCC, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:05:03,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205): Updated DB in 13 ms
2025-11-19 10:05:03,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205) << 40:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517917.212 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:03,913 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205) >> A-RELEASE-RQ
2025-11-19 10:05:03,913 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4677) DCM4CHEE<-F6LOGIQ(205) << A-RELEASE-RP
2025-11-19 10:05:03,963 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-F6LOGIQ(205): close Socket[addr=187.36.104.204/187.36.104.204,port=49883,localport=11112]
2025-11-19 10:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 10:05:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 10:05:12,989 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:05:12,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224450, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112215268, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 10:05:12,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224450, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/FE69EDB5, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:05:12,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 9 ms
2025-11-19 10:05:12,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112215268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:05:13,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112236563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:05:28,598 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49887,localport=11112]
2025-11-19 10:05:28,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206) >> A-ASSOCIATE-RQ
2025-11-19 10:05:28,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206) << A-ASSOCIATE-AC
2025-11-19 10:05:28,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206) >> 41:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517948.216 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:31,968 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4679) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:05:31,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206): Create Instance[pk=224451, uid=1.2.840.113619.2.423.84107009440.1763517948.216, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 10:05:31,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206): Create Location[pk=224451, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/CE49780E, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:05:31,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206): Updated DB in 15 ms
2025-11-19 10:05:31,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206) << 41:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517948.216 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:32,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206) >> 42:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517948.216 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:34,026 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4679) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:05:34,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206): Found previous received Instance[pk=224451, uid=1.2.840.113619.2.423.84107009440.1763517948.216, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 10:05:34,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206): Replace previous received Instance[pk=224451, uid=1.2.840.113619.2.423.84107009440.1763517948.216, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 10:05:34,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206): Create Instance[pk=224452, uid=1.2.840.113619.2.423.84107009440.1763517948.216, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 10:05:34,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206): Create Location[pk=224452, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/EA186510, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:05:34,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206): Updated DB in 18 ms
2025-11-19 10:05:34,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206) << 42:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517948.216 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:34,484 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206) >> A-RELEASE-RQ
2025-11-19 10:05:34,484 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4679) DCM4CHEE<-F6LOGIQ(206) << A-RELEASE-RP
2025-11-19 10:05:34,534 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-F6LOGIQ(206): close Socket[addr=187.36.104.204/187.36.104.204,port=49887,localport=11112]
2025-11-19 10:05:36,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 10:05:36,813 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 10:05:36,814 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 10:05:36,814 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:05:36,815 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:05:36,815 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 10:05:36,816 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:05:36,816 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:05:36,817 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 10:05:36,838 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:05:36,838 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:05:36,838 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 10:05:40,916 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 10:05:40,918 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 10:05:41,185 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49888,localport=11112]
2025-11-19 10:05:41,185 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207) >> A-ASSOCIATE-RQ
2025-11-19 10:05:41,186 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207) << A-ASSOCIATE-AC
2025-11-19 10:05:41,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207) >> 43:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517962.220 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:44,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4683) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:05:44,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207): Create Instance[pk=224453, uid=1.2.840.113619.2.423.84107009440.1763517962.220, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 10:05:44,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207): Create Location[pk=224453, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/D15E9C5F, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:05:45,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207): Updated DB in 15 ms
2025-11-19 10:05:45,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207) << 43:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517962.220 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:45,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207) >> 44:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517962.220 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:47,230 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4683) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:05:47,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207): Found previous received Instance[pk=224453, uid=1.2.840.113619.2.423.84107009440.1763517962.220, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 10:05:47,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207): Replace previous received Instance[pk=224453, uid=1.2.840.113619.2.423.84107009440.1763517962.220, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 10:05:47,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207): Create Instance[pk=224454, uid=1.2.840.113619.2.423.84107009440.1763517962.220, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 10:05:47,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207): Create Location[pk=224454, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/0266C490, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:05:47,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207): Updated DB in 13 ms
2025-11-19 10:05:47,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207) << 44:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517962.220 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:05:47,623 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207) >> A-RELEASE-RQ
2025-11-19 10:05:47,623 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4683) DCM4CHEE<-F6LOGIQ(207) << A-RELEASE-RP
2025-11-19 10:05:47,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-F6LOGIQ(207): close Socket[addr=187.36.104.204/187.36.104.204,port=49888,localport=11112]
2025-11-19 10:05:57,113 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 10:05:57,115 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 10:06:01,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:01,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224455, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112236563, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 10:06:01,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224455, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/FE869C54, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:02,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 19 ms
2025-11-19 10:06:02,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112236563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:06:02,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112302393 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:06:02,287 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49889,localport=11112]
2025-11-19 10:06:02,288 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> A-ASSOCIATE-RQ
2025-11-19 10:06:02,288 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << A-ASSOCIATE-AC
2025-11-19 10:06:02,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> 45:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517645.188 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:05,554 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4685) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:05,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Found previous received Instance[pk=224411, uid=1.2.840.113619.2.423.84107009440.1763517645.188, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 10:06:05,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Replace previous received Instance[pk=224411, uid=1.2.840.113619.2.423.84107009440.1763517645.188, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 10:06:05,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Instance[pk=224456, uid=1.2.840.113619.2.423.84107009440.1763517645.188, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 10:06:05,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Location[pk=224456, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/2F6C7CE2, tsuid=1.2.840.10008.1.2.1, size=692638, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:05,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Updated DB in 20 ms
2025-11-19 10:06:05,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << 45:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517645.188 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:05,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> 46:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517704.192 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:09,831 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4685) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:09,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Found previous received Instance[pk=224415, uid=1.2.840.113619.2.423.84107009440.1763517704.192, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:06:09,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Replace previous received Instance[pk=224415, uid=1.2.840.113619.2.423.84107009440.1763517704.192, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:06:09,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Instance[pk=224457, uid=1.2.840.113619.2.423.84107009440.1763517704.192, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:06:09,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Location[pk=224457, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/5D713E3F, tsuid=1.2.840.10008.1.2.1, size=692504, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:09,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Updated DB in 21 ms
2025-11-19 10:06:09,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << 46:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517704.192 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:10,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> 47:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517799.196 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 10:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 10:06:12,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4685) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:12,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Found previous received Instance[pk=224419, uid=1.2.840.113619.2.423.84107009440.1763517799.196, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 10:06:12,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Replace previous received Instance[pk=224419, uid=1.2.840.113619.2.423.84107009440.1763517799.196, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 10:06:12,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Instance[pk=224458, uid=1.2.840.113619.2.423.84107009440.1763517799.196, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 10:06:12,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Location[pk=224458, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/34487535, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:12,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Updated DB in 9 ms
2025-11-19 10:06:12,377 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << 47:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517799.196 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:12,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> 48:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517832.200 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:14,507 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4685) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:14,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Found previous received Instance[pk=224426, uid=1.2.840.113619.2.423.84107009440.1763517832.200, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 10:06:14,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Replace previous received Instance[pk=224426, uid=1.2.840.113619.2.423.84107009440.1763517832.200, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 10:06:14,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Instance[pk=224459, uid=1.2.840.113619.2.423.84107009440.1763517832.200, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 10:06:14,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Location[pk=224459, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/8FE17798, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:14,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Updated DB in 11 ms
2025-11-19 10:06:14,519 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << 48:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517832.200 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:14,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> 49:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517856.204 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:16,674 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4685) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:16,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Found previous received Instance[pk=224434, uid=1.2.840.113619.2.423.84107009440.1763517856.204, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 10:06:16,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Replace previous received Instance[pk=224434, uid=1.2.840.113619.2.423.84107009440.1763517856.204, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 10:06:16,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Instance[pk=224460, uid=1.2.840.113619.2.423.84107009440.1763517856.204, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 10:06:16,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Location[pk=224460, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/ABE16520, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:16,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Updated DB in 16 ms
2025-11-19 10:06:16,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << 49:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517856.204 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:17,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> 50:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517876.208 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:18,825 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4685) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:18,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Found previous received Instance[pk=224443, uid=1.2.840.113619.2.423.84107009440.1763517876.208, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 10:06:18,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Replace previous received Instance[pk=224443, uid=1.2.840.113619.2.423.84107009440.1763517876.208, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 10:06:18,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Instance[pk=224461, uid=1.2.840.113619.2.423.84107009440.1763517876.208, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 10:06:18,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Location[pk=224461, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/F361B2C6, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:18,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Updated DB in 13 ms
2025-11-19 10:06:18,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << 50:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517876.208 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:19,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> 51:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517917.212 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:21,053 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4685) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:21,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Found previous received Instance[pk=224449, uid=1.2.840.113619.2.423.84107009440.1763517917.212, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 10:06:21,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Replace previous received Instance[pk=224449, uid=1.2.840.113619.2.423.84107009440.1763517917.212, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 10:06:21,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Instance[pk=224462, uid=1.2.840.113619.2.423.84107009440.1763517917.212, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 10:06:21,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Location[pk=224462, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/8E7CCC9A, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:21,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Updated DB in 14 ms
2025-11-19 10:06:21,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << 51:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517917.212 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:21,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> 52:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517948.216 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:23,368 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4685) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:23,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Found previous received Instance[pk=224452, uid=1.2.840.113619.2.423.84107009440.1763517948.216, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 10:06:23,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Replace previous received Instance[pk=224452, uid=1.2.840.113619.2.423.84107009440.1763517948.216, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 10:06:23,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Instance[pk=224463, uid=1.2.840.113619.2.423.84107009440.1763517948.216, class=1.2.840.10008.5.1.4.1.1.6.1, no=1792]
2025-11-19 10:06:23,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Location[pk=224463, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/08D42DE0, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:23,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Updated DB in 16 ms
2025-11-19 10:06:23,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << 52:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517948.216 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:23,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> 53:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517962.220 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:25,402 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4685) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:25,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Found previous received Instance[pk=224454, uid=1.2.840.113619.2.423.84107009440.1763517962.220, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 10:06:25,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Replace previous received Instance[pk=224454, uid=1.2.840.113619.2.423.84107009440.1763517962.220, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 10:06:25,407 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Instance[pk=224464, uid=1.2.840.113619.2.423.84107009440.1763517962.220, class=1.2.840.10008.5.1.4.1.1.6.1, no=2048]
2025-11-19 10:06:25,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Create Location[pk=224464, systemID=amazon-s3, path=2025/11/19/03133015/F396B022/EABBB017, tsuid=1.2.840.10008.1.2.1, size=692640, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:25,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208): Updated DB in 14 ms
2025-11-19 10:06:25,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << 53:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763517962.220 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:06:25,849 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) >> A-RELEASE-RQ
2025-11-19 10:06:25,849 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4685) DCM4CHEE<-F6LOGIQ(208) << A-RELEASE-RP
2025-11-19 10:06:25,899 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-F6LOGIQ(208): close Socket[addr=187.36.104.204/187.36.104.204,port=49889,localport=11112]
2025-11-19 10:06:36,839 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 10:06:36,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:06:36,840 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:06:36,840 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:06:36,841 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:06:36,841 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:06:36,843 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:06:36,843 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:06:36,863 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:06:36,863 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:06:36,863 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:06:36,863 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 10:06:40,918 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 10:06:40,919 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 10:06:44,297 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:06:44,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224465, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112302393, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 10:06:44,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224465, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/000F55CF, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:06:44,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 11 ms
2025-11-19 10:06:44,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112302393 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:06:44,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112318513 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 10:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4691) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 10:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4692) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4692) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4691) Start deleting 34 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:06:52,934 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:06:52,940 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:06:57,115 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 10:06:57,117 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 10:07:09,674 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4691) Finished deleting 34 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:07:09,674 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4691) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 10:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 10:07:36,864 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 10:07:36,865 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 10:07:36,865 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:07:36,865 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:07:36,866 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 10:07:36,866 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 10:07:36,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:07:36,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:07:36,887 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:07:36,887 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:07:36,887 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 10:07:37,040 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095034528&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:07:37,950 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:07:37,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224466, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112318513, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 10:07:37,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224466, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/00202E14, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:07:37,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 12 ms
2025-11-19 10:07:37,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112318513 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:07:38,206 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:07:38,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Instance[pk=224467, uid=1.2.392.200036.9125.9.0.254349597.1779770558.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 10:07:38,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Create Location[pk=224467, systemID=amazon-s3, path=2025/11/19/AE01CC23/EB219043/7B73D7B8, tsuid=1.2.840.10008.1.2, size=8391800, status=OK, objectType=DICOM_FILE]
2025-11-19 10:07:38,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188): Updated DB in 5 ms
2025-11-19 10:07:38,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) << 85:C-STORE-RSP[pcid=77, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349597.1779770558.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:07:38,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112445656 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:07:38,221 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095105159&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:07:38,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) >> A-RELEASE-RQ
2025-11-19 10:07:38,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(188) << A-RELEASE-RP
2025-11-19 10:07:38,490 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-FCR-CSL1(188): close Socket[addr=187.36.104.204/187.36.104.204,port=49661,localport=11112]
2025-11-19 10:07:39,349 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095201557&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:07:40,524 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095256228&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:07:40,607 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49718,localport=11112]
2025-11-19 10:07:40,607 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) >> A-ASSOCIATE-RQ
2025-11-19 10:07:40,608 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) << A-ASSOCIATE-AC
2025-11-19 10:07:40,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) >> 89:C-STORE-RQ[pcid=87, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349604.3071747262.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:07:40,919 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 10:07:40,921 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 10:07:41,655 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095320194&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:07:42,742 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095330150&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:07:43,886 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095451543&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:07:45,053 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095619737&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:07:46,223 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68344&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119095034033&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119095803960&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:07:57,117 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 10:07:57,119 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 10:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 10:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 10:08:20,186 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52130,localport=11112]
2025-11-19 10:08:20,187 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> A-ASSOCIATE-RQ
2025-11-19 10:08:20,187 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << A-ASSOCIATE-AC
2025-11-19 10:08:20,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100314795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:24,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:24,116 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Patient[pk=8805, id=PatientID[pk=8805, id=68350, issuer=DCM4CHEE.0AAD11FA.8D5D7140], name=JULIA BRANDAO DE ANDRADE]
2025-11-19 10:08:24,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Study[pk=8814, uid=68350, id=68350]
2025-11-19 10:08:24,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Series[pk=8919, uid=1.2.410.200001.101.11.501.1791052210.2.20251119100314103, no=1, mod=US]
2025-11-19 10:08:24,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224468, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100314795, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:08:24,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224468, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/C59AD46D, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:24,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 50 ms
2025-11-19 10:08:24,163 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) No duplicate record with equal Patient ID found Patient[pk=8805, id=PatientID[pk=8805, id=68350, issuer=DCM4CHEE.0AAD11FA.8D5D7140], name=JULIA BRANDAO DE ANDRADE]
2025-11-19 10:08:24,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100314795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:30,301 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:30,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224469, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112445656, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 10:08:30,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224469, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/01FDF459, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:30,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 20 ms
2025-11-19 10:08:30,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112445656 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:30,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112524134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:31,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100326253 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:32,855 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:32,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224470, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100326253, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:08:32,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224470, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/C5A9C169, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:32,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 11 ms
2025-11-19 10:08:32,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100326253 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:33,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100334909 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:34,507 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:34,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224471, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100334909, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:08:34,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224471, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/C5B709DE, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:34,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 7 ms
2025-11-19 10:08:34,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100334909 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:34,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100409652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:36,294 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:36,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224472, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100409652, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:08:36,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224472, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/C743D726, tsuid=1.2.840.10008.1.2, size=3915770, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:36,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 5 ms
2025-11-19 10:08:36,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100409652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:36,551 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100424461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:36,888 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 10:08:36,888 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:08:36,888 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:08:36,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:08:36,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:08:36,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:08:36,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:08:36,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 10:08:37,869 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:37,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224473, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100424461, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:08:37,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224473, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/C75DB8E9, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:37,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 14 ms
2025-11-19 10:08:37,884 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100424461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:38,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100458986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:39,591 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:39,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224474, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100458986, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:08:39,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224474, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/C789E3F0, tsuid=1.2.840.10008.1.2, size=3915770, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:39,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 12 ms
2025-11-19 10:08:39,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100458986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:39,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100521829 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:40,921 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 10:08:40,922 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 10:08:41,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:41,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224475, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100521829, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:08:41,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224475, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/C91142FB, tsuid=1.2.840.10008.1.2, size=3915770, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:41,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 5 ms
2025-11-19 10:08:41,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100521829 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:41,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100554409 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:43,358 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:43,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224476, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100554409, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:08:43,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224476, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/C93CD759, tsuid=1.2.840.10008.1.2, size=3915770, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:43,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 20 ms
2025-11-19 10:08:43,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100554409 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:43,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100625699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:45,067 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:45,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224477, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100625699, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:08:45,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224477, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/CAC7E66D, tsuid=1.2.840.10008.1.2, size=3915770, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:45,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 5 ms
2025-11-19 10:08:45,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100625699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:45,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100753378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:46,594 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:46,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224478, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100753378, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:08:46,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224478, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/CCA6114F, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:46,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 9 ms
2025-11-19 10:08:46,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100753378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:46,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100821305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:48,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:48,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Instance[pk=224479, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100821305, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:08:48,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Create Location[pk=224479, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/CE2FB9D1, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:48,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210): Updated DB in 14 ms
2025-11-19 10:08:48,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100821305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:48,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) >> A-RELEASE-RQ
2025-11-19 10:08:48,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(210) << A-RELEASE-RP
2025-11-19 10:08:48,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS50US07(210): close Socket[addr=187.36.104.204/187.36.104.204,port=52130,localport=11112]
2025-11-19 10:08:49,104 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52131,localport=11112]
2025-11-19 10:08:49,104 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> A-ASSOCIATE-RQ
2025-11-19 10:08:49,104 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << A-ASSOCIATE-AC
2025-11-19 10:08:49,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100314795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:53,991 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:53,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224468, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100314795, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:08:53,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224468, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100314795, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:08:53,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224480, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100314795, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:08:53,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224480, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/1630ED68, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:54,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 16 ms
2025-11-19 10:08:54,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100314795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:54,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100326253 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:55,881 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:55,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224470, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100326253, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:08:55,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224470, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100326253, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:08:55,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224481, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100326253, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:08:55,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224481, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/59405041, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:55,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 14 ms
2025-11-19 10:08:55,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100326253 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:56,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100334909 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:57,119 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 10:08:57,121 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 10:08:57,920 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:08:57,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224471, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100334909, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:08:57,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224471, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100334909, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:08:57,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224482, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100334909, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:08:57,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224482, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/97EDA04A, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:08:57,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 15 ms
2025-11-19 10:08:57,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100334909 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:08:58,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100409652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:00,145 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:09:00,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224472, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100409652, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:09:00,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224472, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100409652, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:09:00,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224483, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100409652, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:09:00,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224483, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/36E43953, tsuid=1.2.840.10008.1.2, size=3915770, status=OK, objectType=DICOM_FILE]
2025-11-19 10:09:00,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 16 ms
2025-11-19 10:09:00,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100409652 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:00,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100424461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:01,980 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:09:01,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224473, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100424461, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:09:01,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224473, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100424461, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:09:01,985 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224484, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100424461, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:09:01,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224484, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/F6AFBD08, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:09:01,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 17 ms
2025-11-19 10:09:01,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100424461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:02,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100458986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:04,523 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:09:04,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224474, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100458986, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:09:04,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224474, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100458986, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:09:04,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224485, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100458986, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:09:04,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224485, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/B60BF426, tsuid=1.2.840.10008.1.2, size=3915770, status=OK, objectType=DICOM_FILE]
2025-11-19 10:09:04,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 8 ms
2025-11-19 10:09:04,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100458986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:04,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100521829 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:06,665 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:09:06,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224475, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100521829, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:09:06,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224475, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100521829, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:09:06,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224486, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100521829, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:09:06,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224486, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/B1104D3F, tsuid=1.2.840.10008.1.2, size=3915770, status=OK, objectType=DICOM_FILE]
2025-11-19 10:09:06,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 14 ms
2025-11-19 10:09:06,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100521829 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:06,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100554409 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:09,041 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:09:09,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224476, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100554409, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:09:09,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224476, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100554409, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:09:09,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224487, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100554409, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:09:09,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224487, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/F9C2B565, tsuid=1.2.840.10008.1.2, size=3915770, status=OK, objectType=DICOM_FILE]
2025-11-19 10:09:09,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 19 ms
2025-11-19 10:09:09,061 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100554409 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:09,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100625699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:11,648 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:09:11,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224477, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100625699, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:09:11,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224477, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100625699, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:09:11,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224488, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100625699, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:09:11,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224488, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/6C084A20, tsuid=1.2.840.10008.1.2, size=3915770, status=OK, objectType=DICOM_FILE]
2025-11-19 10:09:11,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 14 ms
2025-11-19 10:09:11,663 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100625699 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:12,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100753378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 10:09:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 10:09:14,491 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:09:14,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224478, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100753378, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:09:14,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224478, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100753378, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:09:14,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224489, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100753378, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:09:14,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224489, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/9E941CB5, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:09:14,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 15 ms
2025-11-19 10:09:14,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100753378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:15,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100821305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:17,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4697) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:09:17,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Found previous received Instance[pk=224479, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100821305, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:09:17,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Replace previous received Instance[pk=224479, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100821305, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:09:17,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Instance[pk=224490, uid=1.2.410.200001.101.11.501.1791052210.3.20251119100821305, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:09:17,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Create Location[pk=224490, systemID=amazon-s3, path=2025/11/19/0313300C/F7F05B0D/9AE8220A, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 10:09:17,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211): Updated DB in 11 ms
2025-11-19 10:09:17,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119100821305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:17,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:09:17,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224491, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112524134, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 10:09:17,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224491, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/03961692, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:09:18,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 15 ms
2025-11-19 10:09:18,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112524134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:18,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112541706 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:09:20,140 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) >> A-RELEASE-RQ
2025-11-19 10:09:20,141 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4697) DCM4CHEE<-HS50US07(211) << A-RELEASE-RP
2025-11-19 10:09:20,191 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS50US07(211): close Socket[addr=187.36.104.204/187.36.104.204,port=52131,localport=11112]
2025-11-19 10:09:36,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 10:09:36,919 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 10:09:36,919 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 10:09:36,920 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:09:36,920 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:09:36,921 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 10:09:36,922 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:09:36,922 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:09:36,947 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:09:36,947 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:09:36,947 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 10:09:40,628 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-11-19 10:09:40,760 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) Calculated size of 2 studies
2025-11-19 10:09:40,760 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-11-19 10:09:40,922 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 10:09:40,924 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 10:09:56,269 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031103337408&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:09:57,121 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 10:09:57,123 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 10:09:57,425 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031103608819&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:09:58,545 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031103701797&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:09:59,671 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031103818760&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:10:00,811 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031103851756&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:10:01,348 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:10:01,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224492, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112541706, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 10:10:01,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224492, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/03B0FEA2, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:10:01,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 6 ms
2025-11-19 10:10:01,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112541706 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:10:01,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112628827 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:10:01,937 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031103939242&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:10:03,128 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031104140782&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:10:04,315 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031104216569&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:10:05,431 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031104323770&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:10:06,546 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031104345805&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:10:07,669 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031104423449&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:10:08,807 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65415&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251031103337039&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251031104531794&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 10:10:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 10:10:36,947 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 10:10:36,949 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 10:10:36,950 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:10:36,950 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:10:36,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:10:36,952 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:10:36,953 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 10:10:36,979 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:10:36,979 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:10:36,980 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 10:10:36,980 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 10:10:40,924 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 10:10:40,926 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 10:10:44,491 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:10:44,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224493, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112628827, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 10:10:44,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224493, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/054CDAD8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:10:44,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 15 ms
2025-11-19 10:10:44,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112628827 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:10:44,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112655174 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:10:57,124 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 10:10:57,126 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 10:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 10:11:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 10:11:26,541 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:11:26,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224494, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112655174, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 10:11:26,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224494, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/0575AA8F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:11:26,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 13 ms
2025-11-19 10:11:26,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112655174 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:11:26,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112714296 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:11:36,980 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 10:11:36,982 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:11:36,982 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:11:36,982 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:11:36,983 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:11:36,983 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:11:36,984 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:11:36,984 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:11:37,004 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:11:37,004 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:11:37,004 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 10:11:40,926 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 10:11:40,927 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 10:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-11-19 10:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4716) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-11-19 10:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4717) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4717) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4716) Start deleting 11 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:11:52,940 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:11:52,947 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:11:55,853 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4716) Finished deleting 11 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:11:55,853 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4716) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:11:57,126 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 10:11:57,128 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 10:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 10:12:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 10:12:16,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:12:16,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224495, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112714296, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 10:12:16,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224495, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/06F1B4CC, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:12:16,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 13 ms
2025-11-19 10:12:16,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112714296 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:17,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112737526 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:37,004 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 10:12:37,005 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:12:37,005 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:12:37,006 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:12:37,006 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:12:37,027 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:12:37,027 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:12:37,027 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 10:12:40,928 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 10:12:40,929 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 10:12:47,893 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52166,localport=11112]
2025-11-19 10:12:47,894 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) >> A-ASSOCIATE-RQ
2025-11-19 10:12:47,894 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) << A-ASSOCIATE-AC
2025-11-19 10:12:48,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:51,826 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:12:51,830 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Patient[pk=8806, id=PatientID[pk=8806, id=68342, issuer=DCM4CHEE.EB03B651.0DBEA3E7], name=GEOVANI BARBOSA DE QUEIROZ]
2025-11-19 10:12:51,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Study[pk=8815, uid=68342, id=68342]
2025-11-19 10:12:51,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Series[pk=8920, uid=1.2.410.200001.101.11.301.1123109166.2.20251119100629046, no=1, mod=US]
2025-11-19 10:12:51,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Instance[pk=224496, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:12:51,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Location[pk=224496, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/28893DFB, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:12:51,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Updated DB in 34 ms
2025-11-19 10:12:51,862 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) No duplicate record with equal Patient ID found Patient[pk=8806, id=PatientID[pk=8806, id=68342, issuer=DCM4CHEE.EB03B651.0DBEA3E7], name=GEOVANI BARBOSA DE QUEIROZ]
2025-11-19 10:12:51,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:52,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:53,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:12:53,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Instance[pk=224497, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:12:53,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Location[pk=224497, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2A2CDFA1, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:12:53,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Updated DB in 10 ms
2025-11-19 10:12:53,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:53,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:55,229 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:12:55,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Instance[pk=224498, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:12:55,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Location[pk=224498, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2BFDCFE7, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:12:55,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Updated DB in 18 ms
2025-11-19 10:12:55,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:55,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:56,742 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:12:56,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Instance[pk=224499, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:12:56,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Location[pk=224499, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2DB41580, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:12:56,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Updated DB in 13 ms
2025-11-19 10:12:56,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:56,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:57,129 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 10:12:57,131 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 10:12:58,910 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:12:58,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Instance[pk=224500, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:12:58,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Location[pk=224500, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/56A863D1, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:12:58,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Updated DB in 12 ms
2025-11-19 10:12:58,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:12:59,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:00,408 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:00,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Instance[pk=224501, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:13:00,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Location[pk=224501, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/56C2CCB3, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:00,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Updated DB in 15 ms
2025-11-19 10:13:00,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:00,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:02,215 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:02,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224502, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112737526, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 10:13:02,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224502, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/070F4B55, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:02,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 14 ms
2025-11-19 10:13:02,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112737526 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:02,440 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:02,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Instance[pk=224503, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:13:02,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Location[pk=224503, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/5832914C, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:02,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Updated DB in 5 ms
2025-11-19 10:13:02,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:02,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112749239 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:02,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:03,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:03,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Instance[pk=224504, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:13:03,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Create Location[pk=224504, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/585002FE, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:03,918 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212): Updated DB in 10 ms
2025-11-19 10:13:03,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:04,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) >> A-RELEASE-RQ
2025-11-19 10:13:04,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(212) << A-RELEASE-RP
2025-11-19 10:13:04,198 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(212): close Socket[addr=187.36.104.204/187.36.104.204,port=52166,localport=11112]
2025-11-19 10:13:04,611 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52168,localport=11112]
2025-11-19 10:13:04,616 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) >> A-ASSOCIATE-RQ
2025-11-19 10:13:04,617 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) << A-ASSOCIATE-AC
2025-11-19 10:13:04,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:10,428 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:10,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Found previous received Instance[pk=224496, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:13:10,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Replace previous received Instance[pk=224496, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:13:10,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Instance[pk=224505, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:13:10,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Location[pk=224505, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/F6D49065, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:10,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Updated DB in 16 ms
2025-11-19 10:13:10,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:10,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 10:13:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 10:13:12,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:12,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Found previous received Instance[pk=224497, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:13:12,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Replace previous received Instance[pk=224497, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:13:12,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Instance[pk=224506, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:13:12,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Location[pk=224506, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/0981B109, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:12,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Updated DB in 7 ms
2025-11-19 10:13:12,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:12,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:14,329 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:14,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Found previous received Instance[pk=224498, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:13:14,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Replace previous received Instance[pk=224498, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:13:14,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Instance[pk=224507, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:13:14,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Location[pk=224507, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/9B0BF653, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:14,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Updated DB in 13 ms
2025-11-19 10:13:14,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:14,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:16,145 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:16,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Found previous received Instance[pk=224499, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:13:16,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Replace previous received Instance[pk=224499, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:13:16,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Instance[pk=224508, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:13:16,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Location[pk=224508, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/7EB76B5A, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:16,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Updated DB in 14 ms
2025-11-19 10:13:16,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:16,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:18,899 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:18,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Found previous received Instance[pk=224500, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:13:18,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Replace previous received Instance[pk=224500, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:13:18,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Instance[pk=224509, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:13:18,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Location[pk=224509, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/A2A99A68, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:18,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Updated DB in 14 ms
2025-11-19 10:13:18,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:19,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:19,849 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:19,853 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Patient[pk=8807, id=PatientID[pk=8807, id=68364, issuer=DCM4CHEE.24FF100B.0A3930C3], name=ELAINE DE ALBUQUERQUE SANTOS]
2025-11-19 10:13:19,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Study[pk=8816, uid=1.2.392.200036.9125.2.3619053820161.65116263588.335268, id=*]
2025-11-19 10:13:19,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Series[pk=8921, uid=1.2.392.200036.9125.3.3619053820161.65116263588.335269, no=3001, mod=CR]
2025-11-19 10:13:19,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Instance[pk=224510, uid=1.2.392.200036.9125.9.0.254349604.3071747262.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 10:13:19,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Location[pk=224510, systemID=amazon-s3, path=2025/11/19/67BEF242/A4DEB662/B8029324, tsuid=1.2.840.10008.1.2, size=14015794, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:19,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Updated DB in 23 ms
2025-11-19 10:13:19,874 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) No duplicate record with equal Patient ID found Patient[pk=8807, id=PatientID[pk=8807, id=68364, issuer=DCM4CHEE.24FF100B.0A3930C3], name=ELAINE DE ALBUQUERQUE SANTOS]
2025-11-19 10:13:19,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) << 89:C-STORE-RSP[pcid=87, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349604.3071747262.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:20,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) >> 91:C-STORE-RQ[pcid=87, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349604.4179109054.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:20,716 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:20,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Found previous received Instance[pk=224501, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:13:20,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Replace previous received Instance[pk=224501, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:13:20,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Instance[pk=224511, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:13:20,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Location[pk=224511, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/3EDAFBA4, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:20,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Updated DB in 16 ms
2025-11-19 10:13:20,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:20,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:22,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:22,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Found previous received Instance[pk=224503, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:13:22,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Replace previous received Instance[pk=224503, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:13:22,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Instance[pk=224512, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:13:22,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Location[pk=224512, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/5B2EE7C2, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:22,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Updated DB in 14 ms
2025-11-19 10:13:22,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:22,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:24,166 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:24,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Found previous received Instance[pk=224504, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:13:24,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Replace previous received Instance[pk=224504, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:13:24,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Instance[pk=224513, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:13:24,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Create Location[pk=224513, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/20F4FE4B, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:24,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213): Updated DB in 12 ms
2025-11-19 10:13:24,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:24,416 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) >> A-RELEASE-RQ
2025-11-19 10:13:24,416 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(213) << A-RELEASE-RP
2025-11-19 10:13:24,467 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(213): close Socket[addr=187.36.104.204/187.36.104.204,port=52168,localport=11112]
2025-11-19 10:13:24,884 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52169,localport=11112]
2025-11-19 10:13:24,885 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) >> A-ASSOCIATE-RQ
2025-11-19 10:13:24,885 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) << A-ASSOCIATE-AC
2025-11-19 10:13:25,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:29,440 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:29,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Found previous received Instance[pk=224505, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:13:29,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Replace previous received Instance[pk=224505, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:13:29,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Instance[pk=224514, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:13:29,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Location[pk=224514, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/A6C6A65B, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:29,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Updated DB in 19 ms
2025-11-19 10:13:29,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:29,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:31,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:31,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Found previous received Instance[pk=224506, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:13:31,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Replace previous received Instance[pk=224506, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:13:31,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Instance[pk=224515, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:13:31,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Location[pk=224515, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/99414973, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:31,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Updated DB in 19 ms
2025-11-19 10:13:31,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:31,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:33,535 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:33,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Found previous received Instance[pk=224507, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:13:33,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Replace previous received Instance[pk=224507, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:13:33,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Instance[pk=224516, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:13:33,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Location[pk=224516, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/7905D6C9, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:33,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Updated DB in 18 ms
2025-11-19 10:13:33,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:33,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:35,439 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:35,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Found previous received Instance[pk=224508, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:13:35,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Replace previous received Instance[pk=224508, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:13:35,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Instance[pk=224517, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:13:35,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Location[pk=224517, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/1C220E6F, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:35,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Updated DB in 17 ms
2025-11-19 10:13:35,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:35,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:37,027 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 10:13:37,028 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:13:37,028 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:13:37,029 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:13:37,029 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:13:37,049 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:13:37,049 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:13:37,049 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 10:13:37,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:37,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Found previous received Instance[pk=224509, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:13:37,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Replace previous received Instance[pk=224509, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:13:37,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Instance[pk=224518, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:13:37,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Location[pk=224518, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/325212D5, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:37,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Updated DB in 14 ms
2025-11-19 10:13:37,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:37,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:39,509 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:39,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Found previous received Instance[pk=224511, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:13:39,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Replace previous received Instance[pk=224511, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:13:39,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Instance[pk=224519, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:13:39,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Location[pk=224519, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/4D43DA6A, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:39,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Updated DB in 13 ms
2025-11-19 10:13:39,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:39,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:40,929 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 10:13:40,930 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 10:13:41,175 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:41,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Found previous received Instance[pk=224512, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:13:41,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Replace previous received Instance[pk=224512, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:13:41,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Instance[pk=224520, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:13:41,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Location[pk=224520, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/80278D53, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:41,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Updated DB in 13 ms
2025-11-19 10:13:41,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:41,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:43,107 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:43,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Found previous received Instance[pk=224513, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:13:43,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Replace previous received Instance[pk=224513, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:13:43,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Instance[pk=224521, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:13:43,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Create Location[pk=224521, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/EB073B6B, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:43,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214): Updated DB in 12 ms
2025-11-19 10:13:43,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:43,355 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) >> A-RELEASE-RQ
2025-11-19 10:13:43,355 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(214) << A-RELEASE-RP
2025-11-19 10:13:43,406 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(214): close Socket[addr=187.36.104.204/187.36.104.204,port=52169,localport=11112]
2025-11-19 10:13:43,825 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52170,localport=11112]
2025-11-19 10:13:43,826 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) >> A-ASSOCIATE-RQ
2025-11-19 10:13:43,826 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) << A-ASSOCIATE-AC
2025-11-19 10:13:44,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:47,230 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:47,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224522, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112749239, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 10:13:47,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224522, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/071E4073, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:47,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 21 ms
2025-11-19 10:13:47,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112749239 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:47,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112826834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:48,143 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:48,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Found previous received Instance[pk=224514, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:13:48,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Replace previous received Instance[pk=224514, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:13:48,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Instance[pk=224523, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:13:48,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Location[pk=224523, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/34230296, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:48,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Updated DB in 13 ms
2025-11-19 10:13:48,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:48,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:50,212 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:50,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Found previous received Instance[pk=224515, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:13:50,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Replace previous received Instance[pk=224515, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:13:50,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Instance[pk=224524, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:13:50,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Location[pk=224524, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/FDAD3DAD, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:50,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Updated DB in 16 ms
2025-11-19 10:13:50,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:50,464 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:52,534 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:52,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Found previous received Instance[pk=224516, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:13:52,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Replace previous received Instance[pk=224516, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:13:52,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Instance[pk=224525, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:13:52,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Location[pk=224525, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/A8A05C37, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:52,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Updated DB in 13 ms
2025-11-19 10:13:52,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:52,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:55,129 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:55,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Found previous received Instance[pk=224517, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:13:55,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Replace previous received Instance[pk=224517, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:13:55,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Instance[pk=224526, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:13:55,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Location[pk=224526, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/C9EB27B6, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:55,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Updated DB in 13 ms
2025-11-19 10:13:55,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:55,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:57,131 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 10:13:57,133 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 10:13:57,421 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:57,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Found previous received Instance[pk=224518, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:13:57,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Replace previous received Instance[pk=224518, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:13:57,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Instance[pk=224527, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:13:57,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Location[pk=224527, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/B779DFC0, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:57,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Updated DB in 9 ms
2025-11-19 10:13:57,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:57,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:59,728 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:13:59,730 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Found previous received Instance[pk=224519, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:13:59,730 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Replace previous received Instance[pk=224519, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:13:59,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Instance[pk=224528, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:13:59,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Location[pk=224528, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/F83CE3C4, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:13:59,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Updated DB in 12 ms
2025-11-19 10:13:59,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:13:59,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:01,941 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:01,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Found previous received Instance[pk=224520, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:01,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Replace previous received Instance[pk=224520, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:01,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Instance[pk=224529, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:01,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Location[pk=224529, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/46DDBC7C, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:01,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Updated DB in 13 ms
2025-11-19 10:14:01,956 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:02,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:04,064 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:04,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Found previous received Instance[pk=224521, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:04,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Replace previous received Instance[pk=224521, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:04,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Instance[pk=224530, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:04,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Create Location[pk=224530, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/13A67EBF, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:04,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215): Updated DB in 13 ms
2025-11-19 10:14:04,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:04,311 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) >> A-RELEASE-RQ
2025-11-19 10:14:04,311 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(215) << A-RELEASE-RP
2025-11-19 10:14:04,361 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS30(215): close Socket[addr=187.36.104.204/187.36.104.204,port=52170,localport=11112]
2025-11-19 10:14:04,768 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52171,localport=11112]
2025-11-19 10:14:04,768 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) >> A-ASSOCIATE-RQ
2025-11-19 10:14:04,768 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) << A-ASSOCIATE-AC
2025-11-19 10:14:04,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:09,025 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:09,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Found previous received Instance[pk=224523, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:14:09,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Replace previous received Instance[pk=224523, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:14:09,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Instance[pk=224531, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:14:09,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Location[pk=224531, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/6F8C1B62, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:09,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Updated DB in 15 ms
2025-11-19 10:14:09,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:09,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:10,852 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:10,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Found previous received Instance[pk=224524, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:14:10,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Replace previous received Instance[pk=224524, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:14:10,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Instance[pk=224532, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:14:10,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Location[pk=224532, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/A64F4E39, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:10,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Updated DB in 17 ms
2025-11-19 10:14:10,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:11,100 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 10:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 10:14:12,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:12,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Found previous received Instance[pk=224525, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:14:12,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Replace previous received Instance[pk=224525, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:14:12,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Instance[pk=224533, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:14:12,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Location[pk=224533, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/6D19389B, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:12,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Updated DB in 12 ms
2025-11-19 10:14:12,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:12,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:14,491 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:14,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Found previous received Instance[pk=224526, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:14:14,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Replace previous received Instance[pk=224526, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:14:14,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Instance[pk=224534, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:14:14,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Location[pk=224534, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/7BD1B8AB, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:14,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Updated DB in 12 ms
2025-11-19 10:14:14,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:14,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:16,588 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:16,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Found previous received Instance[pk=224527, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:14:16,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Replace previous received Instance[pk=224527, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:14:16,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Instance[pk=224535, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:14:16,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Location[pk=224535, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/02DB0A43, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:16,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Updated DB in 12 ms
2025-11-19 10:14:16,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:16,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:18,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:18,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Found previous received Instance[pk=224528, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:14:18,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Replace previous received Instance[pk=224528, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:14:18,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Instance[pk=224536, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:14:18,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Location[pk=224536, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/FD5C13E6, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:18,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Updated DB in 8 ms
2025-11-19 10:14:18,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:18,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:20,024 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:20,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Found previous received Instance[pk=224529, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:20,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Replace previous received Instance[pk=224529, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:20,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Instance[pk=224537, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:20,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Location[pk=224537, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/335D9388, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:20,036 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Updated DB in 12 ms
2025-11-19 10:14:20,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:20,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:21,796 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:21,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Found previous received Instance[pk=224530, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:21,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Replace previous received Instance[pk=224530, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:21,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Instance[pk=224538, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:21,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Create Location[pk=224538, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/79B13D21, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:21,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216): Updated DB in 14 ms
2025-11-19 10:14:21,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:22,038 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) >> A-RELEASE-RQ
2025-11-19 10:14:22,038 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(216) << A-RELEASE-RP
2025-11-19 10:14:22,089 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(216): close Socket[addr=187.36.104.204/187.36.104.204,port=52171,localport=11112]
2025-11-19 10:14:22,499 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52172,localport=11112]
2025-11-19 10:14:22,499 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) >> A-ASSOCIATE-RQ
2025-11-19 10:14:22,499 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) << A-ASSOCIATE-AC
2025-11-19 10:14:22,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:27,523 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:27,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Found previous received Instance[pk=224531, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:14:27,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Replace previous received Instance[pk=224531, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:14:27,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Instance[pk=224539, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:14:27,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Location[pk=224539, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/F4FD48E4, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:27,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Updated DB in 9 ms
2025-11-19 10:14:27,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:27,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:29,350 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:29,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Found previous received Instance[pk=224532, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:14:29,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Replace previous received Instance[pk=224532, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:14:29,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Instance[pk=224540, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:14:29,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Location[pk=224540, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/1346B196, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:29,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Updated DB in 18 ms
2025-11-19 10:14:29,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:29,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:31,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:31,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Found previous received Instance[pk=224533, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:14:31,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Replace previous received Instance[pk=224533, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:14:31,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Instance[pk=224541, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:14:31,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Location[pk=224541, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2E741A06, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:31,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Updated DB in 12 ms
2025-11-19 10:14:31,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:31,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:32,652 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:32,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224542, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112826834, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 10:14:32,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224542, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/08B5A374, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:32,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 4 ms
2025-11-19 10:14:32,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112826834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:32,809 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:32,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Found previous received Instance[pk=224534, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:14:32,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Replace previous received Instance[pk=224534, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:14:32,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Instance[pk=224543, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:14:32,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Location[pk=224543, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/C6D2C493, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:32,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Updated DB in 8 ms
2025-11-19 10:14:32,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:32,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112836231 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:33,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:34,559 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:34,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Found previous received Instance[pk=224535, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:14:34,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Replace previous received Instance[pk=224535, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:14:34,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Instance[pk=224544, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:14:34,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Location[pk=224544, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/327F2388, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:34,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Updated DB in 17 ms
2025-11-19 10:14:34,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:34,809 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:34,957 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeTaskScheduler.execute()
2025-11-19 10:14:34,980 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeTaskScheduler.execute()
2025-11-19 10:14:36,413 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:36,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Found previous received Instance[pk=224536, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:14:36,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Replace previous received Instance[pk=224536, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:14:36,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Instance[pk=224545, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:14:36,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Location[pk=224545, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/AFC1BD05, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:36,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Updated DB in 13 ms
2025-11-19 10:14:36,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:36,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:37,049 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 10:14:37,050 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 10:14:37,051 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 10:14:37,051 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:14:37,052 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:14:37,052 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 10:14:37,053 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 10:14:37,054 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:14:37,054 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:14:37,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:14:37,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:14:37,078 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 10:14:38,325 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:38,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Found previous received Instance[pk=224537, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:38,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Replace previous received Instance[pk=224537, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:38,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Instance[pk=224546, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:38,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Location[pk=224546, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/E876F370, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:38,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Updated DB in 11 ms
2025-11-19 10:14:38,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:38,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:40,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:40,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Found previous received Instance[pk=224538, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:40,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Replace previous received Instance[pk=224538, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:40,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Instance[pk=224547, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:40,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Create Location[pk=224547, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/9749FDBC, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:40,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217): Updated DB in 12 ms
2025-11-19 10:14:40,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:40,340 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) >> A-RELEASE-RQ
2025-11-19 10:14:40,340 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(217) << A-RELEASE-RP
2025-11-19 10:14:40,391 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(217): close Socket[addr=187.36.104.204/187.36.104.204,port=52172,localport=11112]
2025-11-19 10:14:40,760 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-11-19 10:14:40,798 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52173,localport=11112]
2025-11-19 10:14:40,799 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) >> A-ASSOCIATE-RQ
2025-11-19 10:14:40,799 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) << A-ASSOCIATE-AC
2025-11-19 10:14:40,846 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) Calculated size of 1 studies
2025-11-19 10:14:40,846 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-11-19 10:14:40,931 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 10:14:40,932 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 10:14:41,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:45,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:45,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Found previous received Instance[pk=224539, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:14:45,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Replace previous received Instance[pk=224539, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:14:45,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Instance[pk=224548, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:14:45,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Location[pk=224548, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2A7F593A, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:45,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Updated DB in 12 ms
2025-11-19 10:14:45,377 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:45,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:47,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:47,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Found previous received Instance[pk=224540, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:14:47,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Replace previous received Instance[pk=224540, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:14:47,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Instance[pk=224549, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:14:47,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Location[pk=224549, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/7478206B, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:47,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Updated DB in 14 ms
2025-11-19 10:14:47,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:47,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:49,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:49,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Found previous received Instance[pk=224541, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:14:49,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Replace previous received Instance[pk=224541, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:14:49,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Instance[pk=224550, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:14:49,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Location[pk=224550, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/F6D66F18, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:49,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Updated DB in 15 ms
2025-11-19 10:14:49,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:49,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:51,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:51,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Found previous received Instance[pk=224543, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:14:51,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Replace previous received Instance[pk=224543, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:14:51,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Instance[pk=224551, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:14:51,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Location[pk=224551, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/41DA6BA6, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:51,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Updated DB in 14 ms
2025-11-19 10:14:51,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:51,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:53,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:53,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Found previous received Instance[pk=224544, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:14:53,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Replace previous received Instance[pk=224544, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:14:53,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Instance[pk=224552, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:14:53,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Location[pk=224552, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/575298FC, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:53,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Updated DB in 13 ms
2025-11-19 10:14:53,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:53,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:55,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:55,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Found previous received Instance[pk=224545, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:14:55,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Replace previous received Instance[pk=224545, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:14:55,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Instance[pk=224553, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:14:55,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Location[pk=224553, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/E4E4D56E, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:55,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Updated DB in 7 ms
2025-11-19 10:14:55,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:55,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:57,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:57,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Found previous received Instance[pk=224546, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:57,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Replace previous received Instance[pk=224546, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:57,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Instance[pk=224554, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:14:57,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Location[pk=224554, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/97F12AEC, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:57,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Updated DB in 13 ms
2025-11-19 10:14:57,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:57,133 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 10:14:57,134 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 10:14:57,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:59,151 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:14:59,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Found previous received Instance[pk=224547, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:59,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Replace previous received Instance[pk=224547, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:59,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Instance[pk=224555, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:14:59,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Create Location[pk=224555, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2B998295, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:14:59,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218): Updated DB in 22 ms
2025-11-19 10:14:59,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:14:59,407 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) >> A-RELEASE-RQ
2025-11-19 10:14:59,407 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(218) << A-RELEASE-RP
2025-11-19 10:14:59,457 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS30(218): close Socket[addr=187.36.104.204/187.36.104.204,port=52173,localport=11112]
2025-11-19 10:14:59,873 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52174,localport=11112]
2025-11-19 10:14:59,874 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) >> A-ASSOCIATE-RQ
2025-11-19 10:14:59,874 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) << A-ASSOCIATE-AC
2025-11-19 10:15:00,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:06,342 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:06,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Found previous received Instance[pk=224548, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:15:06,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Replace previous received Instance[pk=224548, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:15:06,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Instance[pk=224556, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:15:06,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Location[pk=224556, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/AB30F47E, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:06,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Updated DB in 15 ms
2025-11-19 10:15:06,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:06,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:08,449 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:08,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Found previous received Instance[pk=224549, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:15:08,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Replace previous received Instance[pk=224549, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:15:08,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Instance[pk=224557, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:15:08,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Location[pk=224557, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/AD6179BA, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:08,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Updated DB in 16 ms
2025-11-19 10:15:08,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:08,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:10,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:10,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Found previous received Instance[pk=224550, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:15:10,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Replace previous received Instance[pk=224550, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:15:10,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Instance[pk=224558, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:15:10,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Location[pk=224558, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/1BB5545B, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:10,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Updated DB in 16 ms
2025-11-19 10:15:10,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:10,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 10:15:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 10:15:12,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:12,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Found previous received Instance[pk=224551, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:15:12,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Replace previous received Instance[pk=224551, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:15:12,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Instance[pk=224559, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:15:12,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Location[pk=224559, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/483BBCFB, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:12,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Updated DB in 16 ms
2025-11-19 10:15:12,361 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:12,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:14,460 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:14,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Found previous received Instance[pk=224552, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:15:14,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Replace previous received Instance[pk=224552, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:15:14,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Instance[pk=224560, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:15:14,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Location[pk=224560, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/8C57B6DF, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:14,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Updated DB in 15 ms
2025-11-19 10:15:14,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:14,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:16,126 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:16,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224561, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112836231, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 10:15:16,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224561, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/08C3A46C, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:16,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 13 ms
2025-11-19 10:15:16,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112836231 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:16,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112857140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:17,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:17,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Found previous received Instance[pk=224553, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:15:17,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Replace previous received Instance[pk=224553, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:15:17,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Instance[pk=224562, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:15:17,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Location[pk=224562, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/94F1C36C, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:17,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Updated DB in 11 ms
2025-11-19 10:15:17,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:17,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:19,377 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:19,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Found previous received Instance[pk=224554, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:15:19,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Replace previous received Instance[pk=224554, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:15:19,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Instance[pk=224563, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:15:19,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Location[pk=224563, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/649E7A29, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:19,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Updated DB in 17 ms
2025-11-19 10:15:19,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:19,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:21,598 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:21,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Found previous received Instance[pk=224555, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:15:21,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Replace previous received Instance[pk=224555, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:15:21,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Instance[pk=224564, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:15:21,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Create Location[pk=224564, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/6CF47D2A, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:21,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219): Updated DB in 16 ms
2025-11-19 10:15:21,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:21,849 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) >> A-RELEASE-RQ
2025-11-19 10:15:21,849 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(219) << A-RELEASE-RP
2025-11-19 10:15:21,899 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS30(219): close Socket[addr=187.36.104.204/187.36.104.204,port=52174,localport=11112]
2025-11-19 10:15:22,347 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52175,localport=11112]
2025-11-19 10:15:22,347 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) >> A-ASSOCIATE-RQ
2025-11-19 10:15:22,347 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) << A-ASSOCIATE-AC
2025-11-19 10:15:22,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:24,146 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:24,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224565, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112857140, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 10:15:24,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224565, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/08E0442A, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:24,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 13 ms
2025-11-19 10:15:24,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112857140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:24,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112908102 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:26,755 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:26,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Found previous received Instance[pk=224556, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:15:26,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Replace previous received Instance[pk=224556, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:15:26,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Instance[pk=224566, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:15:26,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Location[pk=224566, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/A973B4BA, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:26,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Updated DB in 14 ms
2025-11-19 10:15:26,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:27,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:29,161 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:29,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Found previous received Instance[pk=224557, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:15:29,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Replace previous received Instance[pk=224557, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:15:29,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Instance[pk=224567, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:15:29,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Location[pk=224567, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/6D7CD8ED, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:29,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Updated DB in 13 ms
2025-11-19 10:15:29,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:29,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:30,904 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:30,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Found previous received Instance[pk=224558, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:15:30,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Replace previous received Instance[pk=224558, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:15:30,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Instance[pk=224568, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:15:30,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Location[pk=224568, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/B717634E, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:30,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Updated DB in 15 ms
2025-11-19 10:15:30,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:31,060 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:31,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224569, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112908102, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 10:15:31,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224569, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/0A4F1B29, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:31,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 5 ms
2025-11-19 10:15:31,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112908102 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:31,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:31,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112947726 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:32,839 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:32,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Found previous received Instance[pk=224559, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:15:32,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Replace previous received Instance[pk=224559, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:15:32,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Instance[pk=224570, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:15:32,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Location[pk=224570, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/BDAFA403, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:32,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Updated DB in 12 ms
2025-11-19 10:15:32,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:33,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:35,125 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:35,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Found previous received Instance[pk=224560, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:15:35,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Replace previous received Instance[pk=224560, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:15:35,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Instance[pk=224571, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:15:35,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Location[pk=224571, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2A9AAFEE, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:35,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Updated DB in 20 ms
2025-11-19 10:15:35,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:35,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:36,832 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:36,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Found previous received Instance[pk=224562, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:15:36,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Replace previous received Instance[pk=224562, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:15:36,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Instance[pk=224572, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:15:36,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Location[pk=224572, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/BD655E1F, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:36,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Updated DB in 18 ms
2025-11-19 10:15:36,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:37,079 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 10:15:37,080 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,080 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,081 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,082 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,082 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,083 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,083 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,084 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,084 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:15:37,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:15:37,086 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,086 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,088 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:15:37,088 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:15:37,088 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 10:15:37,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:37,109 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:15:37,109 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:15:37,110 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 10:15:37,732 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:37,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Instance[pk=224573, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112947726, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 10:15:37,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Create Location[pk=224573, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/0A871B96, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:37,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190): Updated DB in 10 ms
2025-11-19 10:15:37,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112947726 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:37,996 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) >> A-RELEASE-RQ
2025-11-19 10:15:37,996 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(190) << A-RELEASE-RP
2025-11-19 10:15:38,047 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS60MT(190): close Socket[addr=187.36.104.204/187.36.104.204,port=49433,localport=11112]
2025-11-19 10:15:38,562 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49472,localport=11112]
2025-11-19 10:15:38,562 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> A-ASSOCIATE-RQ
2025-11-19 10:15:38,562 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << A-ASSOCIATE-AC
2025-11-19 10:15:38,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:38,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Found previous received Instance[pk=224563, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:15:38,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Replace previous received Instance[pk=224563, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:15:38,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Instance[pk=224574, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:15:38,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Location[pk=224574, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/E3065AB7, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:38,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Updated DB in 15 ms
2025-11-19 10:15:38,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:38,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111807431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:39,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:40,932 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 10:15:40,933 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 10:15:40,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:40,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Found previous received Instance[pk=224564, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:15:40,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Replace previous received Instance[pk=224564, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:15:40,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Instance[pk=224575, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:15:40,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Create Location[pk=224575, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/C5539823, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:40,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220): Updated DB in 11 ms
2025-11-19 10:15:40,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:41,216 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) >> A-RELEASE-RQ
2025-11-19 10:15:41,216 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(220) << A-RELEASE-RP
2025-11-19 10:15:41,266 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(220): close Socket[addr=187.36.104.204/187.36.104.204,port=52175,localport=11112]
2025-11-19 10:15:41,706 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52176,localport=11112]
2025-11-19 10:15:41,712 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) >> A-ASSOCIATE-RQ
2025-11-19 10:15:41,712 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) << A-ASSOCIATE-AC
2025-11-19 10:15:41,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:46,283 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:46,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Found previous received Instance[pk=224566, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:15:46,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Replace previous received Instance[pk=224566, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:15:46,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Instance[pk=224576, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:15:46,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Location[pk=224576, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/E53645D9, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:46,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Updated DB in 15 ms
2025-11-19 10:15:46,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:46,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:47,956 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:47,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Found previous received Instance[pk=224567, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:15:47,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Replace previous received Instance[pk=224567, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:15:47,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Instance[pk=224577, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:15:47,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Location[pk=224577, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/60313770, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:47,964 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Updated DB in 8 ms
2025-11-19 10:15:47,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:48,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:49,621 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:49,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Found previous received Instance[pk=224568, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:15:49,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Replace previous received Instance[pk=224568, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:15:49,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Instance[pk=224578, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:15:49,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Location[pk=224578, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/C6F1C15B, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:49,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Updated DB in 14 ms
2025-11-19 10:15:49,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:49,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:51,734 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:51,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Found previous received Instance[pk=224570, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:15:51,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Replace previous received Instance[pk=224570, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:15:51,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Instance[pk=224579, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:15:51,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Location[pk=224579, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/F38FF219, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:51,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Updated DB in 16 ms
2025-11-19 10:15:51,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:51,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:53,492 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:53,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Found previous received Instance[pk=224571, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:15:53,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Replace previous received Instance[pk=224571, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:15:53,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Instance[pk=224580, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:15:53,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Location[pk=224580, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/BCBE741A, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:53,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Updated DB in 16 ms
2025-11-19 10:15:53,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:53,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:55,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:55,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Found previous received Instance[pk=224572, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:15:55,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Replace previous received Instance[pk=224572, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:15:55,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Instance[pk=224581, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:15:55,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Location[pk=224581, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/8DE75504, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:55,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Updated DB in 15 ms
2025-11-19 10:15:55,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:55,632 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:57,135 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 10:15:57,136 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 10:15:57,946 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:57,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Found previous received Instance[pk=224574, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:15:57,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Replace previous received Instance[pk=224574, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:15:57,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Instance[pk=224582, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:15:57,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Location[pk=224582, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/F497FAA2, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:57,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Updated DB in 17 ms
2025-11-19 10:15:57,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:58,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:58,669 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=147.185.132.227, port=53144, Session(1763549219570|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 10:15:58,670 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4735) /172.18.0.3:2762<-/147.185.132.227:53144(223): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 10:15:58,670 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4735) /172.18.0.3:2762<-/147.185.132.227:53144(223): close SSLSocket[hostname=147.185.132.227, port=53144, Session(1763549219570|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 10:15:59,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:15:59,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Found previous received Instance[pk=224575, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:15:59,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Replace previous received Instance[pk=224575, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:15:59,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Instance[pk=224583, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:15:59,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Create Location[pk=224583, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/90124E1E, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:15:59,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222): Updated DB in 20 ms
2025-11-19 10:15:59,744 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:15:59,994 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) >> A-RELEASE-RQ
2025-11-19 10:15:59,994 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(222) << A-RELEASE-RP
2025-11-19 10:16:00,045 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(222): close Socket[addr=187.36.104.204/187.36.104.204,port=52176,localport=11112]
2025-11-19 10:16:00,490 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52177,localport=11112]
2025-11-19 10:16:00,490 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) >> A-ASSOCIATE-RQ
2025-11-19 10:16:00,490 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) << A-ASSOCIATE-AC
2025-11-19 10:16:00,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:05,357 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:05,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Found previous received Instance[pk=224576, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:05,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Replace previous received Instance[pk=224576, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:05,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Instance[pk=224584, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:05,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Location[pk=224584, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/85DA5024, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:05,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Updated DB in 17 ms
2025-11-19 10:16:05,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:05,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:07,484 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:07,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Found previous received Instance[pk=224577, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:07,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Replace previous received Instance[pk=224577, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:07,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Instance[pk=224585, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:07,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Location[pk=224585, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/1EFD30EB, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:07,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Updated DB in 14 ms
2025-11-19 10:16:07,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:07,752 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:09,442 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:09,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Found previous received Instance[pk=224578, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:16:09,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Replace previous received Instance[pk=224578, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:16:09,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Instance[pk=224586, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:16:09,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Location[pk=224586, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/44998607, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:09,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Updated DB in 21 ms
2025-11-19 10:16:09,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:09,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:11,171 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:11,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Found previous received Instance[pk=224579, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:16:11,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Replace previous received Instance[pk=224579, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:16:11,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Instance[pk=224587, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:16:11,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Location[pk=224587, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/9EB851EC, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:11,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Updated DB in 14 ms
2025-11-19 10:16:11,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:11,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 10:16:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 10:16:13,308 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:13,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Found previous received Instance[pk=224580, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:16:13,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Replace previous received Instance[pk=224580, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:16:13,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Instance[pk=224588, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:16:13,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Location[pk=224588, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/979982B3, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:13,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Updated DB in 15 ms
2025-11-19 10:16:13,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:13,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:15,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:15,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Found previous received Instance[pk=224581, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:16:15,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Replace previous received Instance[pk=224581, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:16:15,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Instance[pk=224589, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:16:15,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Location[pk=224589, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2DF90588, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:15,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Updated DB in 14 ms
2025-11-19 10:16:15,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:15,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:16,704 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:16,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224351, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111807431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:16,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224351, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111807431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:16,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224590, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111807431, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:16,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224590, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/EAFE7FC9, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:16,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 20 ms
2025-11-19 10:16:16,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111807431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:16,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111812733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:17,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:17,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Found previous received Instance[pk=224582, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:16:17,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Replace previous received Instance[pk=224582, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:16:17,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Instance[pk=224591, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:16:17,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Location[pk=224591, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/DDAFFFE7, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:17,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Updated DB in 17 ms
2025-11-19 10:16:17,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:17,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:19,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:19,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Found previous received Instance[pk=224583, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:16:19,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Replace previous received Instance[pk=224583, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:16:19,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Instance[pk=224592, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:16:19,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Create Location[pk=224592, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/3B25E1EC, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:19,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224): Updated DB in 12 ms
2025-11-19 10:16:19,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:19,793 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) >> A-RELEASE-RQ
2025-11-19 10:16:19,793 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(224) << A-RELEASE-RP
2025-11-19 10:16:19,844 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(224): close Socket[addr=187.36.104.204/187.36.104.204,port=52177,localport=11112]
2025-11-19 10:16:20,271 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52178,localport=11112]
2025-11-19 10:16:20,277 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) >> A-ASSOCIATE-RQ
2025-11-19 10:16:20,278 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) << A-ASSOCIATE-AC
2025-11-19 10:16:20,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:25,264 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:25,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Found previous received Instance[pk=224584, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:25,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Replace previous received Instance[pk=224584, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:25,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Instance[pk=224593, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:25,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Location[pk=224593, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2F9CD569, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:25,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Updated DB in 18 ms
2025-11-19 10:16:25,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:25,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:27,408 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:27,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Found previous received Instance[pk=224585, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:27,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Replace previous received Instance[pk=224585, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:27,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Instance[pk=224594, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:27,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Location[pk=224594, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/378AC950, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:27,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Updated DB in 8 ms
2025-11-19 10:16:27,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:27,663 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:29,332 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:29,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Found previous received Instance[pk=224586, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:16:29,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Replace previous received Instance[pk=224586, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:16:29,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Instance[pk=224595, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:16:29,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Location[pk=224595, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/0CD92CAA, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:29,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Updated DB in 15 ms
2025-11-19 10:16:29,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:29,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:31,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:31,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Found previous received Instance[pk=224587, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:16:31,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Replace previous received Instance[pk=224587, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:16:31,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Instance[pk=224596, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:16:31,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Location[pk=224596, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/D6CFD01D, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:32,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Updated DB in 17 ms
2025-11-19 10:16:32,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:32,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:33,999 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:34,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Found previous received Instance[pk=224588, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:16:34,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Replace previous received Instance[pk=224588, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:16:34,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Instance[pk=224597, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:16:34,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Location[pk=224597, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/67F7F5A9, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:34,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Updated DB in 10 ms
2025-11-19 10:16:34,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:34,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:36,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:36,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Found previous received Instance[pk=224589, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:16:36,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Replace previous received Instance[pk=224589, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:16:36,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Instance[pk=224598, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:16:36,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Location[pk=224598, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/EA924B0D, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:36,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Updated DB in 16 ms
2025-11-19 10:16:36,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:36,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:37,110 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 10:16:37,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:16:37,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:16:37,112 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:16:37,112 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:16:37,113 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:16:37,135 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:16:37,135 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:16:37,135 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 10:16:37,934 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:37,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Found previous received Instance[pk=224591, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:16:37,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Replace previous received Instance[pk=224591, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:16:37,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Instance[pk=224599, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:16:37,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Location[pk=224599, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/F079B3FD, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:37,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Updated DB in 8 ms
2025-11-19 10:16:37,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:38,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:40,027 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:40,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Found previous received Instance[pk=224592, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:16:40,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Replace previous received Instance[pk=224592, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:16:40,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Instance[pk=224600, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:16:40,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Create Location[pk=224600, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/CAA8AC44, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:40,036 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225): Updated DB in 9 ms
2025-11-19 10:16:40,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:40,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) >> A-RELEASE-RQ
2025-11-19 10:16:40,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(225) << A-RELEASE-RP
2025-11-19 10:16:40,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(225): close Socket[addr=187.36.104.204/187.36.104.204,port=52178,localport=11112]
2025-11-19 10:16:40,749 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52179,localport=11112]
2025-11-19 10:16:40,751 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) >> A-ASSOCIATE-RQ
2025-11-19 10:16:40,752 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) << A-ASSOCIATE-AC
2025-11-19 10:16:40,933 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 10:16:40,934 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 10:16:40,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:44,406 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:44,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Found previous received Instance[pk=224018, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:44,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Replace previous received Instance[pk=224018, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:44,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Instance[pk=224601, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:16:44,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Location[pk=224601, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CAD00D86, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:44,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Updated DB in 21 ms
2025-11-19 10:16:44,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:44,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:46,252 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:46,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Found previous received Instance[pk=224020, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:46,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Replace previous received Instance[pk=224020, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:46,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Instance[pk=224602, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:46,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Location[pk=224602, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CC77A139, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:46,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Updated DB in 15 ms
2025-11-19 10:16:46,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:46,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:47,904 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:47,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Found previous received Instance[pk=224023, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:16:47,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Replace previous received Instance[pk=224023, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:16:47,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Instance[pk=224603, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:16:47,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Location[pk=224603, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CE3AA7A4, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:47,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Updated DB in 7 ms
2025-11-19 10:16:47,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:48,149 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-11-19 10:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4739) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-11-19 10:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4740) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4740) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:16:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4739) Start deleting 92 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:16:50,496 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:50,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Found previous received Instance[pk=224025, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:16:50,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Replace previous received Instance[pk=224025, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:16:50,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Instance[pk=224604, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:16:50,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Location[pk=224604, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/CFE3361D, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:50,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Updated DB in 18 ms
2025-11-19 10:16:50,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:50,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:52,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:52,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Found previous received Instance[pk=224027, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:16:52,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Replace previous received Instance[pk=224027, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:16:52,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Instance[pk=224605, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:16:52,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Location[pk=224605, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D1986C59, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:52,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Updated DB in 8 ms
2025-11-19 10:16:52,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:52,608 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:52,947 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:16:52,959 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:16:53,752 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:53,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224356, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111812733, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:53,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224356, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111812733, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:53,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224606, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111812733, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:16:53,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224606, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/2DC55B97, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:53,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 7 ms
2025-11-19 10:16:53,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111812733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:53,859 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:53,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Found previous received Instance[pk=224029, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:16:53,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Replace previous received Instance[pk=224029, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:16:53,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Instance[pk=224607, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:16:53,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Location[pk=224607, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D34B037A, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:53,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Updated DB in 7 ms
2025-11-19 10:16:53,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:53,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111827301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:54,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:55,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:16:55,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Found previous received Instance[pk=224031, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:16:55,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Replace previous received Instance[pk=224031, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:16:55,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Instance[pk=224608, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:16:55,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Create Location[pk=224608, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/D6C499F3, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:16:55,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226): Updated DB in 12 ms
2025-11-19 10:16:55,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:55,689 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) >> A-RELEASE-RQ
2025-11-19 10:16:55,689 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(226) << A-RELEASE-RP
2025-11-19 10:16:55,739 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(226): close Socket[addr=187.36.104.204/187.36.104.204,port=52179,localport=11112]
2025-11-19 10:16:56,147 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52180,localport=11112]
2025-11-19 10:16:56,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) >> A-ASSOCIATE-RQ
2025-11-19 10:16:56,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) << A-ASSOCIATE-AC
2025-11-19 10:16:56,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:16:57,137 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 10:16:57,138 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 10:17:01,098 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:01,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Found previous received Instance[pk=224601, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:17:01,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Replace previous received Instance[pk=224601, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:17:01,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Instance[pk=224609, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:17:01,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Location[pk=224609, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/DDCA783C, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:01,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Updated DB in 10 ms
2025-11-19 10:17:01,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:01,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:04,285 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:04,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Found previous received Instance[pk=224602, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:17:04,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Replace previous received Instance[pk=224602, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:17:04,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Instance[pk=224610, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:17:04,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Location[pk=224610, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/B053F2E1, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:04,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Updated DB in 20 ms
2025-11-19 10:17:04,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:04,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:06,625 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:06,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Found previous received Instance[pk=224603, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:06,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Replace previous received Instance[pk=224603, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:06,630 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Instance[pk=224611, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:06,630 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Location[pk=224611, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/956E33FD, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:06,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Updated DB in 7 ms
2025-11-19 10:17:06,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:06,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:07,365 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=147.185.132.227, port=60592, Session(1763561758669|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 10:17:08,906 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:08,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Found previous received Instance[pk=224604, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:17:08,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Replace previous received Instance[pk=224604, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:17:08,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Instance[pk=224612, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:17:08,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Location[pk=224612, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/6807FAAC, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:08,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Updated DB in 14 ms
2025-11-19 10:17:08,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:09,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 10:17:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 10:17:12,121 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=147.185.132.227, port=60606, Session(1763561827365|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 10:17:12,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:12,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Found previous received Instance[pk=224605, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:17:12,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Replace previous received Instance[pk=224605, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:17:12,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Instance[pk=224613, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:17:12,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Location[pk=224613, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/5C3DFBD0, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:12,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Updated DB in 8 ms
2025-11-19 10:17:12,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:12,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:14,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:14,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Found previous received Instance[pk=224607, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:17:14,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Replace previous received Instance[pk=224607, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:17:14,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Instance[pk=224614, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:17:14,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Location[pk=224614, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/EAA1F211, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:14,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Updated DB in 19 ms
2025-11-19 10:17:14,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:14,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:18,181 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:18,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Found previous received Instance[pk=224608, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:17:18,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Replace previous received Instance[pk=224608, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:17:18,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Instance[pk=224615, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:17:18,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Create Location[pk=224615, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/15C6848F, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:18,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227): Updated DB in 22 ms
2025-11-19 10:17:18,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:18,349 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4741) /172.18.0.3:2762<-/147.185.132.227:60592(228): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 10:17:18,349 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4741) /172.18.0.3:2762<-/147.185.132.227:60592(228): close SSLSocket[hostname=147.185.132.227, port=60592, Session(1763561758669|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 10:17:18,433 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) >> A-RELEASE-RQ
2025-11-19 10:17:18,433 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(227) << A-RELEASE-RP
2025-11-19 10:17:18,484 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(227): close Socket[addr=187.36.104.204/187.36.104.204,port=52180,localport=11112]
2025-11-19 10:17:18,899 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52181,localport=11112]
2025-11-19 10:17:18,900 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) >> A-ASSOCIATE-RQ
2025-11-19 10:17:18,900 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) << A-ASSOCIATE-AC
2025-11-19 10:17:19,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:23,011 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:23,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Found previous received Instance[pk=224609, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:17:23,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Replace previous received Instance[pk=224609, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:17:23,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Instance[pk=224616, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:17:23,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Location[pk=224616, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/8EAA7DB5, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:23,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Updated DB in 8 ms
2025-11-19 10:17:23,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080130841 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:23,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:24,012 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4742) /172.18.0.3:2762<-/147.185.132.227:60606(229): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 10:17:24,012 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4742) /172.18.0.3:2762<-/147.185.132.227:60606(229): close SSLSocket[hostname=147.185.132.227, port=60606, Session(1763561827365|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 10:17:27,022 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:27,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Found previous received Instance[pk=224610, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:17:27,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Replace previous received Instance[pk=224610, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:17:27,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Instance[pk=224617, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:17:27,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Location[pk=224617, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/7DB383D4, tsuid=1.2.840.10008.1.2, size=3416880, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:27,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Updated DB in 7 ms
2025-11-19 10:17:27,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080222271 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:27,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:29,815 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=147.185.132.227, port=62216, Session(1763561832121|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 10:17:29,883 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:29,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Found previous received Instance[pk=224611, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:29,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Replace previous received Instance[pk=224611, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:29,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Instance[pk=224618, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:29,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Location[pk=224618, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/2F4CFDB6, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:29,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Updated DB in 7 ms
2025-11-19 10:17:29,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080332854 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:30,000 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4743) /172.18.0.3:2762<-/147.185.132.227:62216(231): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 10:17:30,000 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4743) /172.18.0.3:2762<-/147.185.132.227:62216(231): close SSLSocket[hostname=147.185.132.227, port=62216, Session(1763561832121|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 10:17:30,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:32,142 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:32,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224357, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111827301, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:32,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224357, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111827301, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:32,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224619, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111827301, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:32,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224619, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/79759CD9, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:32,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 20 ms
2025-11-19 10:17:32,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111827301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:32,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111834135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:34,464 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:34,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Found previous received Instance[pk=224612, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:17:34,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Replace previous received Instance[pk=224612, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:17:34,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Instance[pk=224620, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:17:34,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Location[pk=224620, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/EFD2A6EF, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:34,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Updated DB in 7 ms
2025-11-19 10:17:34,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080426721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:34,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:35,355 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=147.185.132.227, port=58110, Session(1763561849815|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 10:17:36,184 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:36,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Found previous received Instance[pk=224613, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:17:36,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Replace previous received Instance[pk=224613, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:17:36,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Instance[pk=224621, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:17:36,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Location[pk=224621, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/DBEEC1A4, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:36,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Updated DB in 7 ms
2025-11-19 10:17:36,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080527103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:36,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:37,136 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 10:17:37,136 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:17:37,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:17:37,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:17:37,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:17:37,139 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 10:17:37,162 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:17:37,162 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:17:37,162 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 10:17:39,902 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:39,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Found previous received Instance[pk=224614, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:17:39,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Replace previous received Instance[pk=224614, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:17:39,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Instance[pk=224622, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:17:39,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Location[pk=224622, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/1424E9D4, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:39,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Updated DB in 7 ms
2025-11-19 10:17:39,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080622254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:40,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:40,934 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 10:17:40,935 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 10:17:41,844 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:41,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Found previous received Instance[pk=224615, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:17:41,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Replace previous received Instance[pk=224615, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:17:41,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Instance[pk=224623, uid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:17:41,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Create Location[pk=224623, systemID=amazon-s3, path=2025/11/19/03132BF7/FD1BA038/29923B6D, tsuid=1.2.840.10008.1.2, size=3416676, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:41,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230): Updated DB in 9 ms
2025-11-19 10:17:41,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119080836153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:42,082 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) >> A-RELEASE-RQ
2025-11-19 10:17:42,082 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(230) << A-RELEASE-RP
2025-11-19 10:17:42,132 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(230): close Socket[addr=187.36.104.204/187.36.104.204,port=52181,localport=11112]
2025-11-19 10:17:42,542 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52182,localport=11112]
2025-11-19 10:17:42,542 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) >> A-ASSOCIATE-RQ
2025-11-19 10:17:42,542 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) << A-ASSOCIATE-AC
2025-11-19 10:17:42,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:45,385 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4744) /172.18.0.3:2762<-/147.185.132.227:58110(232): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 10:17:45,385 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4744) /172.18.0.3:2762<-/147.185.132.227:58110(232): close SSLSocket[hostname=147.185.132.227, port=58110, Session(1763561849815|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 10:17:47,582 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:47,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Found previous received Instance[pk=224593, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:17:47,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Replace previous received Instance[pk=224593, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:17:47,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Instance[pk=224624, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:17:47,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Location[pk=224624, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/28893DFB, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:47,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Updated DB in 8 ms
2025-11-19 10:17:47,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100629363 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:47,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:49,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:49,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Found previous received Instance[pk=224594, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:17:49,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Replace previous received Instance[pk=224594, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:17:49,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Instance[pk=224625, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:17:49,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Location[pk=224625, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2A2CDFA1, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:49,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Updated DB in 7 ms
2025-11-19 10:17:49,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100712771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:49,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:50,687 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4739) Finished deleting 92 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:17:50,687 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4739) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:17:50,819 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:50,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Found previous received Instance[pk=224595, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:50,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Replace previous received Instance[pk=224595, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:50,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Instance[pk=224626, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:17:50,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Location[pk=224626, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2BFDCFE7, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:50,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Updated DB in 6 ms
2025-11-19 10:17:50,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100832105 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:51,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:54,222 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:54,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Found previous received Instance[pk=224596, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:17:54,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Replace previous received Instance[pk=224596, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:17:54,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Instance[pk=224627, uid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:17:54,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Location[pk=224627, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/2DB41580, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:54,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Updated DB in 20 ms
2025-11-19 10:17:54,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119100935575 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:54,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:55,883 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:55,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Found previous received Instance[pk=224597, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:17:55,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Replace previous received Instance[pk=224597, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:17:55,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Instance[pk=224628, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:17:55,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Location[pk=224628, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/56A863D1, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:55,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Updated DB in 32 ms
2025-11-19 10:17:55,916 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101235529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:56,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:57,139 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 10:17:57,140 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 10:17:57,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:17:57,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Found previous received Instance[pk=224598, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:17:57,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Replace previous received Instance[pk=224598, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:17:57,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Instance[pk=224629, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:17:57,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Location[pk=224629, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/56C2CCB3, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 10:17:57,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Updated DB in 17 ms
2025-11-19 10:17:57,440 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101251833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:17:57,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:18:00,169 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:18:00,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Found previous received Instance[pk=224599, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:18:00,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Replace previous received Instance[pk=224599, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:18:00,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Instance[pk=224630, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:18:00,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Location[pk=224630, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/5832914C, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:18:00,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Updated DB in 12 ms
2025-11-19 10:18:00,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101304989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:18:00,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:18:01,670 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4722) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:18:01,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Found previous received Instance[pk=224600, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:18:01,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Replace previous received Instance[pk=224600, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:18:01,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Instance[pk=224631, uid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:18:01,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Create Location[pk=224631, systemID=amazon-s3, path=2025/11/19/03132FEF/5ADED0BC/585002FE, tsuid=1.2.840.10008.1.2, size=3416802, status=OK, objectType=DICOM_FILE]
2025-11-19 10:18:01,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233): Updated DB in 20 ms
2025-11-19 10:18:01,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119101327272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:18:01,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) >> A-RELEASE-RQ
2025-11-19 10:18:01,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4722) DCM4CHEE<-HS30(233) << A-RELEASE-RP
2025-11-19 10:18:01,970 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(233): close Socket[addr=187.36.104.204/187.36.104.204,port=52182,localport=11112]
2025-11-19 10:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 10:18:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 10:18:15,820 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:18:15,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224367, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111834135, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:18:15,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224367, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111834135, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:18:15,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224632, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111834135, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:18:15,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224632, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/B27249F6, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:18:15,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 24 ms
2025-11-19 10:18:15,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111834135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:18:16,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111915522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:18:37,163 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 10:18:37,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:18:37,170 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:18:37,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:18:37,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:18:37,192 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:18:37,192 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:18:37,192 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 10:18:40,942 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 10:18:40,943 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 10:18:56,546 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:18:56,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224378, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111915522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:18:56,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224378, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111915522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:18:56,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224633, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111915522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:18:56,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224633, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/39EDB388, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:18:56,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 23 ms
2025-11-19 10:18:56,569 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111915522 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:18:56,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111922044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:18:57,140 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 10:18:57,142 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 10:18:59,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:18:59,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Instance[pk=224634, uid=1.2.392.200036.9125.9.0.254349604.4179109054.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 10:18:59,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Location[pk=224634, systemID=amazon-s3, path=2025/11/19/67BEF242/A4DEB662/D58313BB, tsuid=1.2.840.10008.1.2, size=14015794, status=OK, objectType=DICOM_FILE]
2025-11-19 10:18:59,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Updated DB in 19 ms
2025-11-19 10:18:59,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) << 91:C-STORE-RSP[pcid=87, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349604.4179109054.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:18:59,485 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) >> 93:C-STORE-RQ[pcid=87, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349605.991503550.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:08,875 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52086,localport=11112]
2025-11-19 10:19:08,878 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> A-ASSOCIATE-RQ
2025-11-19 10:19:08,879 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << A-ASSOCIATE-AC
2025-11-19 10:19:09,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101137116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 10:19:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 10:19:13,294 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:13,297 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Patient[pk=8808, id=PatientID[pk=8808, id=68367, issuer=DCM4CHEE.6A67B2D6.0D6A2D6B], name=GRACIELE CONCEIÇÃO PAIS MACEDO]
2025-11-19 10:19:13,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Study[pk=8817, uid=68367, id=68367]
2025-11-19 10:19:13,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Series[pk=8922, uid=1.2.410.200001.101.11.301.1144174170.2.20251119101136966, no=1, mod=US]
2025-11-19 10:19:13,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224635, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101137116, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:19:13,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224635, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/5C21CE8E, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:13,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 28 ms
2025-11-19 10:19:13,323 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) No duplicate record with equal Patient ID found Patient[pk=8808, id=PatientID[pk=8808, id=68367, issuer=DCM4CHEE.6A67B2D6.0D6A2D6B], name=GRACIELE CONCEIÇÃO PAIS MACEDO]
2025-11-19 10:19:13,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101137116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:13,569 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101202744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:18,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:18,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224636, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101202744, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:19:18,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224636, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/5DAA31B0, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:18,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 16 ms
2025-11-19 10:19:18,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101202744 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:18,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101216276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:22,134 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:22,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224637, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101216276, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:19:22,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224637, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/5DBA0847, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:22,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 9 ms
2025-11-19 10:19:22,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101216276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:22,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101245526 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:27,366 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:27,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224638, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101245526, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:19:27,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224638, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/5DE3E513, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:27,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 10 ms
2025-11-19 10:19:27,377 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101245526 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:27,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101348290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:32,955 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:32,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224639, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101348290, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:19:32,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224639, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/5F9A105F, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:32,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 21 ms
2025-11-19 10:19:32,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101348290 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:33,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101408119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:37,193 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 10:19:37,194 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:19:37,195 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:19:37,196 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:19:37,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:19:37,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:19:37,198 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:19:37,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:19:37,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:19:37,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:19:37,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:19:37,226 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 10:19:38,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:38,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224640, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101408119, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:19:38,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224640, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/6116864A, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:38,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 19 ms
2025-11-19 10:19:38,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101408119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:38,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101537049 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:38,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:38,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224401, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111922044, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:19:38,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224401, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111922044, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:19:38,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224641, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111922044, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:19:38,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224641, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/9EC59923, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:38,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 16 ms
2025-11-19 10:19:38,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111922044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:38,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111928780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:40,846 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start StudySizeScheduler.execute()
2025-11-19 10:19:40,943 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 10:19:40,944 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 10:19:40,980 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) Calculated size of 2 studies
2025-11-19 10:19:40,980 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished StudySizeScheduler.execute()
2025-11-19 10:19:43,403 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:43,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224642, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101537049, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:19:43,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224642, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/62F52DA9, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:43,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 19 ms
2025-11-19 10:19:43,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101537049 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:43,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101606432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:49,573 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:49,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224643, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101606432, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:19:49,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224643, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/647F5A44, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:49,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 15 ms
2025-11-19 10:19:49,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101606432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:49,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101626210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:53,663 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:53,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224644, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101626210, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:19:53,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224644, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/649B8184, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:53,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 9 ms
2025-11-19 10:19:53,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101626210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:53,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101649926 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:57,142 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 10:19:57,144 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 10:19:57,496 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:19:57,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224645, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101649926, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:19:57,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224645, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/64B9280F, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 10:19:57,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 19 ms
2025-11-19 10:19:57,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101649926 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:19:57,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101713442 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:20:01,903 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:20:01,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224646, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101713442, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:20:01,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224646, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/6640ED66, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 10:20:01,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 19 ms
2025-11-19 10:20:01,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101713442 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:20:02,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101747464 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:20:06,748 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4753) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:20:06,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Instance[pk=224647, uid=1.2.410.200001.101.11.301.1144174170.3.20251119101747464, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 10:20:06,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Create Location[pk=224647, systemID=amazon-s3, path=2025/11/19/03133032/8E771711/666D05A5, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 10:20:06,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234): Updated DB in 17 ms
2025-11-19 10:20:06,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119101747464 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:20:07,012 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) >> A-RELEASE-RQ
2025-11-19 10:20:07,012 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4753) DCM4CHEE<-HS30(234) << A-RELEASE-RP
2025-11-19 10:20:07,063 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(234): close Socket[addr=187.36.104.204/187.36.104.204,port=52086,localport=11112]
2025-11-19 10:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 10:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 10:20:15,161 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:20:15,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224409, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111928780, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:20:15,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224409, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111928780, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:20:15,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224648, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111928780, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:20:15,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224648, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/972C6DCD, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:20:15,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 16 ms
2025-11-19 10:20:15,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111928780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:20:15,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111945047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:20:37,227 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 10:20:37,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:20:37,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:20:37,228 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 10:20:37,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:20:37,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:20:37,230 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 10:20:37,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:20:37,250 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:20:37,250 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 10:20:40,944 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 10:20:40,945 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 10:20:54,058 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:20:54,061 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224412, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111945047, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:20:54,061 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224412, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111945047, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:20:54,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224649, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111945047, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 10:20:54,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224649, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/BBE8C7AA, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:20:54,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 28 ms
2025-11-19 10:20:54,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111945047 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:20:54,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111953810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:20:57,144 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 10:20:57,146 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 10:21:01,353 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112084859763&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:02,543 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112085037481&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:03,691 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112085222398&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:04,855 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112085333089&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:05,950 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112085519099&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:07,102 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112085613597&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:08,219 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112085819827&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:09,538 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112085846988&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:10,662 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112085910543&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:11,719 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112090010409&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 10:21:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 10:21:12,836 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112090149579&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:14,021 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112090601630&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:15,187 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112091316938&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:16,295 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112091344632&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:17,452 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112091354579&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:18,478 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112091408762&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:19,582 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112091422453&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:20,689 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112091445966&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:21,802 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112091845812&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:22,995 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092058156&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:24,171 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092104859&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:25,325 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092113524&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:26,891 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092123602&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:28,035 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092132006&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:29,146 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092145934&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:30,264 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092301849&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:32,768 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092313321&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:34,014 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092351211&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:34,070 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:21:34,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224416, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111953810, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:21:34,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224416, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111953810, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:21:34,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224650, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111953810, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 10:21:34,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224650, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/E7DB011C, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:21:34,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 26 ms
2025-11-19 10:21:34,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111953810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:21:34,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112016911 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:21:35,142 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092516959&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:37,250 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 10:21:37,251 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 10:21:37,252 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 10:21:37,252 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 10:21:37,253 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:21:37,253 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:21:37,254 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:21:37,254 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:21:37,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:21:37,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:21:37,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 10:21:37,773 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67203&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251112084859454&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251112092600089&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:21:40,946 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 10:21:40,947 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 10:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-11-19 10:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4767) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-11-19 10:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4768) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4768) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4767) Start deleting 34 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:21:52,960 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:21:52,968 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:21:57,147 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 10:21:57,149 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 10:22:10,149 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4767) Finished deleting 34 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:22:10,149 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4767) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 10:22:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 10:22:15,619 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:22:15,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224417, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112016911, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:22:15,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224417, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112016911, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:22:15,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224651, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112016911, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:22:15,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224651, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/E8DFDEB0, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:22:15,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 15 ms
2025-11-19 10:22:15,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112016911 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:22:15,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112024063 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:22:37,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 10:22:37,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:22:37,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:22:37,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:22:37,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:22:37,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:22:37,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:22:37,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 10:22:40,947 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 10:22:40,948 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 10:22:57,149 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 10:22:57,151 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 10:22:58,784 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:22:58,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224420, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112024063, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:22:58,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224420, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112024063, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:22:58,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224652, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112024063, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:22:58,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224652, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/5AA91252, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:22:58,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 10 ms
2025-11-19 10:22:58,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112024063 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:22:59,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112133649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 10:23:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 10:23:37,303 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 10:23:37,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:23:37,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:23:37,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:23:37,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:23:37,307 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 10:23:37,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:23:37,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:23:37,334 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 10:23:40,948 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 10:23:40,950 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 10:23:42,232 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:23:42,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224429, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112133649, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 10:23:42,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224429, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112133649, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 10:23:42,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224653, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112133649, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 10:23:42,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224653, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/3A54433B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:23:42,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 18 ms
2025-11-19 10:23:42,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112133649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:23:42,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112201566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:23:57,151 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 10:23:57,153 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 10:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 10:24:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 10:24:16,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:16,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224446, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112201566, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 10:24:16,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224446, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112201566, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 10:24:16,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224654, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112201566, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 10:24:16,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224654, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/BEE46FF9, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:16,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 16 ms
2025-11-19 10:24:16,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112201566 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:16,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112215268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:31,000 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52184,localport=11112]
2025-11-19 10:24:31,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) >> A-ASSOCIATE-RQ
2025-11-19 10:24:31,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) << A-ASSOCIATE-AC
2025-11-19 10:24:31,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:35,231 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:35,234 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Patient[pk=8809, id=PatientID[pk=8809, id=68343, issuer=DCM4CHEE.86E630DF.0C17F956], name=MEYLIANE FABIANA ROSA]
2025-11-19 10:24:35,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Study[pk=8818, uid=68343, id=68343]
2025-11-19 10:24:35,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Series[pk=8923, uid=1.2.410.200001.101.11.301.1123109166.2.20251119102108141, no=1, mod=US]
2025-11-19 10:24:35,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Instance[pk=224655, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:24:35,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Location[pk=224655, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/89B0D982, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:35,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Updated DB in 21 ms
2025-11-19 10:24:35,253 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) No duplicate record with equal Patient ID found Patient[pk=8809, id=PatientID[pk=8809, id=68343, issuer=DCM4CHEE.86E630DF.0C17F956], name=MEYLIANE FABIANA ROSA]
2025-11-19 10:24:35,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:35,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:36,911 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:36,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Instance[pk=224656, uid=1.2.392.200036.9125.9.0.254349605.991503550.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 10:24:36,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Location[pk=224656, systemID=amazon-s3, path=2025/11/19/67BEF242/A4DEB662/CF5348C3, tsuid=1.2.840.10008.1.2, size=14015792, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:36,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Updated DB in 13 ms
2025-11-19 10:24:36,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) << 93:C-STORE-RSP[pcid=87, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349605.991503550.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:37,128 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:37,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Instance[pk=224657, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:24:37,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Location[pk=224657, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/89DAA865, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:37,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Updated DB in 5 ms
2025-11-19 10:24:37,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:37,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) >> 95:C-STORE-RQ[pcid=87, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349606.1864049854.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:37,335 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 10:24:37,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:24:37,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:24:37,336 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:24:37,337 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:24:37,357 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:24:37,357 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:24:37,358 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 10:24:37,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:38,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:38,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Instance[pk=224658, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:24:38,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Location[pk=224658, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/8D1A06E5, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:38,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Updated DB in 13 ms
2025-11-19 10:24:38,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:38,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:40,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:40,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Instance[pk=224659, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:24:40,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Location[pk=224659, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/8D413596, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:40,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Updated DB in 15 ms
2025-11-19 10:24:40,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:40,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:40,950 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 10:24:40,951 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 10:24:40,980 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-11-19 10:24:41,140 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) Calculated size of 3 studies
2025-11-19 10:24:41,140 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-11-19 10:24:41,770 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:41,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Instance[pk=224660, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:24:41,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Create Location[pk=224660, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/8D616CEA, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:41,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235): Updated DB in 11 ms
2025-11-19 10:24:41,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:42,010 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) >> A-RELEASE-RQ
2025-11-19 10:24:42,010 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(235) << A-RELEASE-RP
2025-11-19 10:24:42,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(235): close Socket[addr=187.36.104.204/187.36.104.204,port=52184,localport=11112]
2025-11-19 10:24:42,480 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52185,localport=11112]
2025-11-19 10:24:42,481 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) >> A-ASSOCIATE-RQ
2025-11-19 10:24:42,481 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) << A-ASSOCIATE-AC
2025-11-19 10:24:42,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:46,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:46,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Found previous received Instance[pk=224655, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:24:46,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Replace previous received Instance[pk=224655, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:24:46,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Create Instance[pk=224661, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:24:46,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Create Location[pk=224661, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/206042B5, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:46,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Updated DB in 9 ms
2025-11-19 10:24:46,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:46,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:49,180 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:49,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Found previous received Instance[pk=224657, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:24:49,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Replace previous received Instance[pk=224657, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:24:49,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Create Instance[pk=224662, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:24:49,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Create Location[pk=224662, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/5FB7D2B6, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:49,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Updated DB in 18 ms
2025-11-19 10:24:49,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:49,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:51,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:51,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Found previous received Instance[pk=224658, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:24:51,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Replace previous received Instance[pk=224658, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:24:51,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Create Instance[pk=224663, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:24:51,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Create Location[pk=224663, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/2DC69F88, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:51,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Updated DB in 8 ms
2025-11-19 10:24:51,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:51,222 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:51,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224450, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112215268, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 10:24:51,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224450, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112215268, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 10:24:51,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224664, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112215268, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 10:24:51,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224664, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/A7D887E4, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:51,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 14 ms
2025-11-19 10:24:51,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112215268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:51,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:51,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112236563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:53,406 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:53,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Found previous received Instance[pk=224659, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:24:53,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Replace previous received Instance[pk=224659, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:24:53,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Create Instance[pk=224665, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:24:53,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Create Location[pk=224665, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/6A5F4613, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:53,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Updated DB in 15 ms
2025-11-19 10:24:53,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:53,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:55,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:24:55,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Found previous received Instance[pk=224660, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:24:55,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Replace previous received Instance[pk=224660, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:24:55,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Create Instance[pk=224666, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:24:55,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Create Location[pk=224666, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/22299745, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:24:55,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236): Updated DB in 17 ms
2025-11-19 10:24:55,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:55,514 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) >> A-RELEASE-RQ
2025-11-19 10:24:55,514 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(236) << A-RELEASE-RP
2025-11-19 10:24:55,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(236): close Socket[addr=187.36.104.204/187.36.104.204,port=52185,localport=11112]
2025-11-19 10:24:55,974 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52186,localport=11112]
2025-11-19 10:24:55,974 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) >> A-ASSOCIATE-RQ
2025-11-19 10:24:55,974 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) << A-ASSOCIATE-AC
2025-11-19 10:24:56,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:24:57,153 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 10:24:57,155 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 10:25:00,491 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:00,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Found previous received Instance[pk=224661, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:25:00,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Replace previous received Instance[pk=224661, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:25:00,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Create Instance[pk=224667, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:25:00,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Create Location[pk=224667, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/156919F8, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:00,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Updated DB in 18 ms
2025-11-19 10:25:00,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:00,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:02,193 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:02,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Found previous received Instance[pk=224662, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:25:02,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Replace previous received Instance[pk=224662, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:25:02,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Create Instance[pk=224668, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:25:02,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Create Location[pk=224668, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/9D1541A7, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:02,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Updated DB in 12 ms
2025-11-19 10:25:02,205 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:02,440 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:04,228 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:04,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Found previous received Instance[pk=224663, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:25:04,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Replace previous received Instance[pk=224663, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:25:04,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Create Instance[pk=224669, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:25:04,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Create Location[pk=224669, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/C5442C74, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:04,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Updated DB in 12 ms
2025-11-19 10:25:04,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:04,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:06,000 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:06,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Found previous received Instance[pk=224665, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:25:06,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Replace previous received Instance[pk=224665, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:25:06,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Create Instance[pk=224670, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:25:06,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Create Location[pk=224670, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/2300C978, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:06,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Updated DB in 13 ms
2025-11-19 10:25:06,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:06,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:07,964 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:07,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Found previous received Instance[pk=224666, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:25:07,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Replace previous received Instance[pk=224666, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:25:07,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Create Instance[pk=224671, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:25:07,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Create Location[pk=224671, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/00DEA3FB, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:07,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237): Updated DB in 13 ms
2025-11-19 10:25:07,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:08,208 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) >> A-RELEASE-RQ
2025-11-19 10:25:08,208 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(237) << A-RELEASE-RP
2025-11-19 10:25:08,258 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS30(237): close Socket[addr=187.36.104.204/187.36.104.204,port=52186,localport=11112]
2025-11-19 10:25:08,688 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52187,localport=11112]
2025-11-19 10:25:08,689 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) >> A-ASSOCIATE-RQ
2025-11-19 10:25:08,689 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) << A-ASSOCIATE-AC
2025-11-19 10:25:08,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 10:25:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 10:25:13,015 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:13,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Found previous received Instance[pk=224667, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:25:13,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Replace previous received Instance[pk=224667, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:25:13,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Create Instance[pk=224672, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:25:13,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Create Location[pk=224672, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/8883A597, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:13,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Updated DB in 15 ms
2025-11-19 10:25:13,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:13,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:15,202 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:15,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Found previous received Instance[pk=224668, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:25:15,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Replace previous received Instance[pk=224668, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:25:15,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Create Instance[pk=224673, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:25:15,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Create Location[pk=224673, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/32E91E44, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:15,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Updated DB in 14 ms
2025-11-19 10:25:15,217 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:15,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:16,971 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:16,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Found previous received Instance[pk=224669, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:25:16,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Replace previous received Instance[pk=224669, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:25:16,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Create Instance[pk=224674, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:25:16,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Create Location[pk=224674, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/8643F509, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:16,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Updated DB in 13 ms
2025-11-19 10:25:16,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:17,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:18,737 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:18,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Found previous received Instance[pk=224670, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:25:18,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Replace previous received Instance[pk=224670, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:25:18,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Create Instance[pk=224675, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:25:18,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Create Location[pk=224675, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/5745DEFA, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:18,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Updated DB in 19 ms
2025-11-19 10:25:18,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:19,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:20,584 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4777) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:20,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Found previous received Instance[pk=224671, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:25:20,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Replace previous received Instance[pk=224671, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:25:20,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Create Instance[pk=224676, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:25:20,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Create Location[pk=224676, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/C3E99191, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:20,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238): Updated DB in 14 ms
2025-11-19 10:25:20,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:20,849 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) >> A-RELEASE-RQ
2025-11-19 10:25:20,849 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4777) DCM4CHEE<-HS30(238) << A-RELEASE-RP
2025-11-19 10:25:20,899 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS30(238): close Socket[addr=187.36.104.204/187.36.104.204,port=52187,localport=11112]
2025-11-19 10:25:31,546 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:31,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224455, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112236563, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 10:25:31,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224455, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112236563, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 10:25:31,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224677, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112236563, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 10:25:31,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224677, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/C18EF0C7, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:31,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 19 ms
2025-11-19 10:25:31,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112236563 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:31,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112302393 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:37,358 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 10:25:37,360 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 10:25:37,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:25:37,361 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:25:37,361 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 10:25:37,363 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:25:37,363 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:25:37,387 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:25:37,387 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:25:37,388 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 10:25:40,952 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 10:25:40,953 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 10:25:50,143 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52188,localport=11112]
2025-11-19 10:25:50,143 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) >> A-ASSOCIATE-RQ
2025-11-19 10:25:50,144 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) << A-ASSOCIATE-AC
2025-11-19 10:25:50,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:54,350 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:54,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Found previous received Instance[pk=224672, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:25:54,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Replace previous received Instance[pk=224672, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:25:54,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Create Instance[pk=224678, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:25:54,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Create Location[pk=224678, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/8D0DFE8E, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:54,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Updated DB in 9 ms
2025-11-19 10:25:54,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:54,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:56,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:56,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Found previous received Instance[pk=224673, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:25:56,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Replace previous received Instance[pk=224673, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:25:56,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Create Instance[pk=224679, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:25:56,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Create Location[pk=224679, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/EE65E834, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:56,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Updated DB in 9 ms
2025-11-19 10:25:56,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:56,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:57,155 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 10:25:57,157 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 10:25:58,706 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:25:58,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Found previous received Instance[pk=224674, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:25:58,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Replace previous received Instance[pk=224674, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:25:58,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Create Instance[pk=224680, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:25:58,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Create Location[pk=224680, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/34E8263C, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:25:58,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Updated DB in 22 ms
2025-11-19 10:25:58,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:25:58,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:00,557 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:00,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Found previous received Instance[pk=224675, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:00,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Replace previous received Instance[pk=224675, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:00,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Create Instance[pk=224681, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:00,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Create Location[pk=224681, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/D0EEDC80, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:00,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Updated DB in 23 ms
2025-11-19 10:26:00,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:00,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:02,644 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:02,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Found previous received Instance[pk=224676, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:02,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Replace previous received Instance[pk=224676, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:02,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Create Instance[pk=224682, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:02,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Create Location[pk=224682, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/61BB9B89, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:02,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239): Updated DB in 13 ms
2025-11-19 10:26:02,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:02,888 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) >> A-RELEASE-RQ
2025-11-19 10:26:02,888 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(239) << A-RELEASE-RP
2025-11-19 10:26:02,939 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS30(239): close Socket[addr=187.36.104.204/187.36.104.204,port=52188,localport=11112]
2025-11-19 10:26:03,362 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52189,localport=11112]
2025-11-19 10:26:03,362 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) >> A-ASSOCIATE-RQ
2025-11-19 10:26:03,362 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) << A-ASSOCIATE-AC
2025-11-19 10:26:03,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:07,240 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:07,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Found previous received Instance[pk=224678, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:07,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Replace previous received Instance[pk=224678, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:07,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Create Instance[pk=224683, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:07,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Create Location[pk=224683, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/A04C85EE, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:07,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Updated DB in 15 ms
2025-11-19 10:26:07,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:07,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:08,944 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100314795&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:09,110 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:09,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Found previous received Instance[pk=224679, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:09,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Replace previous received Instance[pk=224679, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:09,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Create Instance[pk=224684, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:09,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Create Location[pk=224684, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/EFA5A277, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:09,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Updated DB in 8 ms
2025-11-19 10:26:09,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:09,281 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:09,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224465, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112302393, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 10:26:09,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224465, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112302393, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 10:26:09,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224685, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112302393, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 10:26:09,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224685, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/3B9E3970, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:09,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 8 ms
2025-11-19 10:26:09,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112302393 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:09,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:09,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112318513 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:10,041 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100326253&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:10,897 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:10,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Found previous received Instance[pk=224680, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:10,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Replace previous received Instance[pk=224680, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:10,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Create Instance[pk=224686, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:10,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Create Location[pk=224686, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/6A04B283, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:10,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Updated DB in 16 ms
2025-11-19 10:26:10,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:11,137 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100334909&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:11,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 10:26:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 10:26:12,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:12,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Found previous received Instance[pk=224681, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:12,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Replace previous received Instance[pk=224681, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:12,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Create Instance[pk=224687, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:12,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Create Location[pk=224687, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/34F59029, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:12,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Updated DB in 22 ms
2025-11-19 10:26:12,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:12,902 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100409652&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:13,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:14,013 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100424461&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:14,810 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:14,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Found previous received Instance[pk=224682, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:14,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Replace previous received Instance[pk=224682, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:14,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Create Instance[pk=224688, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:14,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Create Location[pk=224688, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/196C921F, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:14,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240): Updated DB in 12 ms
2025-11-19 10:26:14,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:15,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) >> A-RELEASE-RQ
2025-11-19 10:26:15,060 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(240) << A-RELEASE-RP
2025-11-19 10:26:15,110 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(240): close Socket[addr=187.36.104.204/187.36.104.204,port=52189,localport=11112]
2025-11-19 10:26:15,113 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100458986&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:15,557 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52190,localport=11112]
2025-11-19 10:26:15,557 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) >> A-ASSOCIATE-RQ
2025-11-19 10:26:15,557 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) << A-ASSOCIATE-AC
2025-11-19 10:26:15,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:16,225 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100521829&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:18,231 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100554409&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:19,338 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100625699&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:19,918 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:19,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Found previous received Instance[pk=224683, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:19,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Replace previous received Instance[pk=224683, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:19,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Create Instance[pk=224689, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:19,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Create Location[pk=224689, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/5033CA70, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:19,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Updated DB in 16 ms
2025-11-19 10:26:19,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:20,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:20,504 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100753378&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:21,607 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68350&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119100314103&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119100821305&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:26:21,798 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:21,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Found previous received Instance[pk=224684, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:21,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Replace previous received Instance[pk=224684, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:21,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Create Instance[pk=224690, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:21,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Create Location[pk=224690, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/5B61C00A, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:21,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Updated DB in 18 ms
2025-11-19 10:26:21,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:22,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:23,924 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:23,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Found previous received Instance[pk=224686, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:23,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Replace previous received Instance[pk=224686, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:23,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Create Instance[pk=224691, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:23,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Create Location[pk=224691, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/677D45E7, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:23,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Updated DB in 13 ms
2025-11-19 10:26:23,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:24,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:26,033 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:26,036 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Found previous received Instance[pk=224687, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:26,036 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Replace previous received Instance[pk=224687, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:26,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Create Instance[pk=224692, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:26,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Create Location[pk=224692, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/A82CA0AC, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:26,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Updated DB in 20 ms
2025-11-19 10:26:26,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:26,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:28,096 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:28,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Found previous received Instance[pk=224688, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:28,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Replace previous received Instance[pk=224688, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:28,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Create Instance[pk=224693, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:28,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Create Location[pk=224693, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/468B7CA1, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:28,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241): Updated DB in 15 ms
2025-11-19 10:26:28,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:28,359 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) >> A-RELEASE-RQ
2025-11-19 10:26:28,359 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(241) << A-RELEASE-RP
2025-11-19 10:26:28,409 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(241): close Socket[addr=187.36.104.204/187.36.104.204,port=52190,localport=11112]
2025-11-19 10:26:28,825 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52191,localport=11112]
2025-11-19 10:26:28,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) >> A-ASSOCIATE-RQ
2025-11-19 10:26:28,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) << A-ASSOCIATE-AC
2025-11-19 10:26:29,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:33,349 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:33,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Found previous received Instance[pk=224689, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:33,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Replace previous received Instance[pk=224689, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:33,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Create Instance[pk=224694, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:33,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Create Location[pk=224694, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/E9B4358F, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:33,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Updated DB in 17 ms
2025-11-19 10:26:33,366 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:33,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:35,253 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:35,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Found previous received Instance[pk=224690, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:35,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Replace previous received Instance[pk=224690, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:35,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Create Instance[pk=224695, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:35,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Create Location[pk=224695, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/9AC97CE7, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:35,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Updated DB in 19 ms
2025-11-19 10:26:35,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:35,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:37,135 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:37,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Found previous received Instance[pk=224691, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:37,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Replace previous received Instance[pk=224691, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:37,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Create Instance[pk=224696, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:37,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Create Location[pk=224696, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/25C9D3DC, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:37,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Updated DB in 13 ms
2025-11-19 10:26:37,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:37,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:37,388 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 10:26:37,389 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:26:37,389 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:26:37,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:26:37,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:26:37,391 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:26:37,391 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:26:37,411 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:26:37,411 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:26:37,412 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:26:37,412 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:26:37,412 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 10:26:38,827 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:38,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Found previous received Instance[pk=224692, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:38,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Replace previous received Instance[pk=224692, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:38,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Create Instance[pk=224697, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:38,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Create Location[pk=224697, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/A8DF393A, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:38,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Updated DB in 13 ms
2025-11-19 10:26:38,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:39,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:40,621 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4787) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:40,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Found previous received Instance[pk=224693, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:40,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Replace previous received Instance[pk=224693, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:40,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Create Instance[pk=224698, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:40,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Create Location[pk=224698, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/DD7E800C, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:40,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242): Updated DB in 15 ms
2025-11-19 10:26:40,637 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:40,867 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) >> A-RELEASE-RQ
2025-11-19 10:26:40,867 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4787) DCM4CHEE<-HS30(242) << A-RELEASE-RP
2025-11-19 10:26:40,917 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(242): close Socket[addr=187.36.104.204/187.36.104.204,port=52191,localport=11112]
2025-11-19 10:26:40,953 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 10:26:40,954 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 10:26:41,322 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52192,localport=11112]
2025-11-19 10:26:41,324 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) >> A-ASSOCIATE-RQ
2025-11-19 10:26:41,324 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) << A-ASSOCIATE-AC
2025-11-19 10:26:41,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:45,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:45,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Found previous received Instance[pk=224694, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:45,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Replace previous received Instance[pk=224694, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:45,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Create Instance[pk=224699, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:45,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Create Location[pk=224699, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/0A74970C, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:45,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Updated DB in 18 ms
2025-11-19 10:26:45,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:45,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:47,697 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:47,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Found previous received Instance[pk=224695, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:47,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Replace previous received Instance[pk=224695, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:47,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Create Instance[pk=224700, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:26:47,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Create Location[pk=224700, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/5B1DA369, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:47,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Updated DB in 11 ms
2025-11-19 10:26:47,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:47,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:49,470 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:49,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Found previous received Instance[pk=224696, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:49,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Replace previous received Instance[pk=224696, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:49,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Create Instance[pk=224701, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:26:49,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Create Location[pk=224701, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/81A1A3A2, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:49,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Updated DB in 12 ms
2025-11-19 10:26:49,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:49,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-11-19 10:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4791) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-11-19 10:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4792) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4792) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4791) Start deleting 45 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:26:51,244 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:51,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Found previous received Instance[pk=224697, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:51,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Replace previous received Instance[pk=224697, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:51,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Create Instance[pk=224702, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:26:51,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Create Location[pk=224702, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/16D16AA8, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:51,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Updated DB in 7 ms
2025-11-19 10:26:51,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:51,486 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:52,968 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:26:52,974 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:26:53,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:53,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224466, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112318513, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 10:26:53,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224466, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112318513, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 10:26:53,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224703, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112318513, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 10:26:53,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224703, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/6DD5F1AB, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:53,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 9 ms
2025-11-19 10:26:53,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112318513 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:53,192 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:53,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Found previous received Instance[pk=224698, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:53,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Replace previous received Instance[pk=224698, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:53,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Create Instance[pk=224704, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:26:53,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Create Location[pk=224704, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/3443679E, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:53,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243): Updated DB in 8 ms
2025-11-19 10:26:53,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:53,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112445656 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:53,432 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) >> A-RELEASE-RQ
2025-11-19 10:26:53,432 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(243) << A-RELEASE-RP
2025-11-19 10:26:53,483 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(243): close Socket[addr=187.36.104.204/187.36.104.204,port=52192,localport=11112]
2025-11-19 10:26:53,889 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52193,localport=11112]
2025-11-19 10:26:53,890 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) >> A-ASSOCIATE-RQ
2025-11-19 10:26:53,890 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) << A-ASSOCIATE-AC
2025-11-19 10:26:54,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:57,157 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 10:26:57,159 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 10:26:58,983 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:26:58,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Found previous received Instance[pk=224699, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:58,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Replace previous received Instance[pk=224699, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:58,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Create Instance[pk=224705, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:26:58,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Create Location[pk=224705, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/39B25086, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:26:58,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Updated DB in 8 ms
2025-11-19 10:26:58,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:26:59,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:00,853 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:00,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Found previous received Instance[pk=224700, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:00,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Replace previous received Instance[pk=224700, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:00,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Create Instance[pk=224706, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:00,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Create Location[pk=224706, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/020FB455, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:00,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Updated DB in 7 ms
2025-11-19 10:27:00,861 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:01,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:02,672 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:02,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Found previous received Instance[pk=224701, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:02,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Replace previous received Instance[pk=224701, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:02,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Create Instance[pk=224707, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:02,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Create Location[pk=224707, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/21C5FBD7, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:02,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Updated DB in 12 ms
2025-11-19 10:27:02,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:02,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:06,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:06,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Found previous received Instance[pk=224702, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:06,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Replace previous received Instance[pk=224702, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:06,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Create Instance[pk=224708, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:06,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Create Location[pk=224708, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/9E3CFF70, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:06,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Updated DB in 8 ms
2025-11-19 10:27:06,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:06,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:08,226 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:08,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Found previous received Instance[pk=224704, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:08,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Replace previous received Instance[pk=224704, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:08,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Create Instance[pk=224709, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:08,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Create Location[pk=224709, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/552A63C3, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:08,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244): Updated DB in 11 ms
2025-11-19 10:27:08,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:08,468 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) >> A-RELEASE-RQ
2025-11-19 10:27:08,468 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(244) << A-RELEASE-RP
2025-11-19 10:27:08,518 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS30(244): close Socket[addr=187.36.104.204/187.36.104.204,port=52193,localport=11112]
2025-11-19 10:27:08,924 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52194,localport=11112]
2025-11-19 10:27:08,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) >> A-ASSOCIATE-RQ
2025-11-19 10:27:08,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) << A-ASSOCIATE-AC
2025-11-19 10:27:09,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 10:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 10:27:15,004 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:15,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Found previous received Instance[pk=224705, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:27:15,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Replace previous received Instance[pk=224705, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:27:15,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Create Instance[pk=224710, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:27:15,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Create Location[pk=224710, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/89B0D982, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:15,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Updated DB in 8 ms
2025-11-19 10:27:15,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:15,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:18,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:18,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Found previous received Instance[pk=224706, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:18,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Replace previous received Instance[pk=224706, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:18,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Create Instance[pk=224711, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:18,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Create Location[pk=224711, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/89DAA865, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:18,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Updated DB in 10 ms
2025-11-19 10:27:18,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:18,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:20,191 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:20,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Found previous received Instance[pk=224707, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:20,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Replace previous received Instance[pk=224707, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:20,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Create Instance[pk=224712, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:20,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Create Location[pk=224712, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/8D1A06E5, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:20,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Updated DB in 17 ms
2025-11-19 10:27:20,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:20,269 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4791) Finished deleting 45 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:27:20,269 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4791) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:27:20,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:21,887 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:21,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Found previous received Instance[pk=224708, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:21,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Replace previous received Instance[pk=224708, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:21,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Create Instance[pk=224713, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:21,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Create Location[pk=224713, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/8D413596, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:21,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Updated DB in 16 ms
2025-11-19 10:27:21,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:22,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:23,436 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:23,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Found previous received Instance[pk=224709, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:23,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Replace previous received Instance[pk=224709, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:23,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Create Instance[pk=224714, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:23,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Create Location[pk=224714, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/8D616CEA, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:23,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245): Updated DB in 9 ms
2025-11-19 10:27:23,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:23,678 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) >> A-RELEASE-RQ
2025-11-19 10:27:23,678 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(245) << A-RELEASE-RP
2025-11-19 10:27:23,728 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(245): close Socket[addr=187.36.104.204/187.36.104.204,port=52194,localport=11112]
2025-11-19 10:27:24,174 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52195,localport=11112]
2025-11-19 10:27:24,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) >> A-ASSOCIATE-RQ
2025-11-19 10:27:24,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) << A-ASSOCIATE-AC
2025-11-19 10:27:24,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:29,484 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:29,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Found previous received Instance[pk=224710, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:27:29,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Replace previous received Instance[pk=224710, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:27:29,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Create Instance[pk=224715, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:27:29,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Create Location[pk=224715, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/D863B1B2, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:29,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Updated DB in 15 ms
2025-11-19 10:27:29,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:29,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:32,235 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:32,237 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:32,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224469, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112445656, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 10:27:32,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224469, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112445656, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 10:27:32,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Found previous received Instance[pk=224711, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:32,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Replace previous received Instance[pk=224711, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:32,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224716, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112445656, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 10:27:32,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224716, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/A8756FBB, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:32,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Create Instance[pk=224717, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:32,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Create Location[pk=224717, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/71C8B10D, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:32,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 14 ms
2025-11-19 10:27:32,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Updated DB in 13 ms
2025-11-19 10:27:32,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112445656 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:32,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:32,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112524134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:32,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:34,244 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:34,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Found previous received Instance[pk=224712, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:34,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Replace previous received Instance[pk=224712, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:34,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Create Instance[pk=224718, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:34,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Create Location[pk=224718, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/EB73FDD5, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:34,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Updated DB in 17 ms
2025-11-19 10:27:34,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:34,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:36,689 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:36,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Found previous received Instance[pk=224713, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:36,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Replace previous received Instance[pk=224713, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:36,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Create Instance[pk=224719, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:36,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Create Location[pk=224719, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/29C22B96, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:36,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Updated DB in 16 ms
2025-11-19 10:27:36,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:36,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:37,412 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 10:27:37,413 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:27:37,413 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:27:37,416 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:27:37,416 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:27:37,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:27:37,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:27:37,443 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 10:27:37,444 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 10:27:38,726 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:38,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Found previous received Instance[pk=224714, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:38,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Replace previous received Instance[pk=224714, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:38,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Create Instance[pk=224720, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:38,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Create Location[pk=224720, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/5A75080D, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:38,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246): Updated DB in 8 ms
2025-11-19 10:27:38,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:38,992 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) >> A-RELEASE-RQ
2025-11-19 10:27:38,992 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(246) << A-RELEASE-RP
2025-11-19 10:27:39,043 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS30(246): close Socket[addr=187.36.104.204/187.36.104.204,port=52195,localport=11112]
2025-11-19 10:27:39,480 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52196,localport=11112]
2025-11-19 10:27:39,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) >> A-ASSOCIATE-RQ
2025-11-19 10:27:39,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) << A-ASSOCIATE-AC
2025-11-19 10:27:39,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:40,954 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 10:27:40,955 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 10:27:43,515 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:43,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Found previous received Instance[pk=224715, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:27:43,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Replace previous received Instance[pk=224715, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:27:43,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Create Instance[pk=224721, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:27:43,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Create Location[pk=224721, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/92CA614A, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:43,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Updated DB in 9 ms
2025-11-19 10:27:43,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102108441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:43,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:45,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:45,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Found previous received Instance[pk=224717, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:45,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Replace previous received Instance[pk=224717, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:45,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Create Instance[pk=224722, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:27:45,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Create Location[pk=224722, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/F675E676, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:45,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Updated DB in 16 ms
2025-11-19 10:27:45,340 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102137385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:45,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:47,079 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:47,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Found previous received Instance[pk=224718, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:47,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Replace previous received Instance[pk=224718, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:47,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Create Instance[pk=224723, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:27:47,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Create Location[pk=224723, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/969FE36F, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:47,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Updated DB in 12 ms
2025-11-19 10:27:47,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102307005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:47,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:49,182 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:49,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Found previous received Instance[pk=224719, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:49,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Replace previous received Instance[pk=224719, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:49,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Create Instance[pk=224724, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:27:49,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Create Location[pk=224724, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/B65BDF81, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:49,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Updated DB in 12 ms
2025-11-19 10:27:49,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102330628 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:49,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:51,442 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4790) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:27:51,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Found previous received Instance[pk=224720, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:51,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Replace previous received Instance[pk=224720, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:51,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Create Instance[pk=224725, uid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:27:51,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Create Location[pk=224725, systemID=amazon-s3, path=2025/11/19/03132FF0/BC066C7E/D516C687, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 10:27:51,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247): Updated DB in 21 ms
2025-11-19 10:27:51,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119102359227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:27:51,718 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) >> A-RELEASE-RQ
2025-11-19 10:27:51,718 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4790) DCM4CHEE<-HS30(247) << A-RELEASE-RP
2025-11-19 10:27:51,769 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(247): close Socket[addr=187.36.104.204/187.36.104.204,port=52196,localport=11112]
2025-11-19 10:27:57,159 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 10:27:57,161 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 10:28:07,893 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:28:07,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224491, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112524134, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 10:28:07,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224491, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112524134, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 10:28:07,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224726, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112524134, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 10:28:07,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224726, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/63D93C57, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:28:07,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 23 ms
2025-11-19 10:28:07,916 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112524134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:28:08,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112541706 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 10:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 10:28:37,444 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 10:28:37,444 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:28:37,445 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:28:37,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:28:37,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:28:37,467 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:28:37,468 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:28:37,468 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 10:28:40,956 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 10:28:40,957 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 10:28:47,610 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:28:47,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224492, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112541706, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 10:28:47,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224492, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112541706, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 10:28:47,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224727, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112541706, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 10:28:47,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224727, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/18029E04, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:28:47,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 15 ms
2025-11-19 10:28:47,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112541706 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:28:47,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112628827 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:28:57,161 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 10:28:57,163 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 10:29:08,077 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52132,localport=11112]
2025-11-19 10:29:08,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> A-ASSOCIATE-RQ
2025-11-19 10:29:08,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << A-ASSOCIATE-AC
2025-11-19 10:29:08,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101358330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:11,925 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:11,936 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Patient[pk=8810, id=PatientID[pk=8810, id=68354, issuer=DCM4CHEE.27111409.0BB5AEC4], name=ANA PATRICIA GREGORIO]
2025-11-19 10:29:11,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Study[pk=8819, uid=68354, id=68354]
2025-11-19 10:29:11,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Series[pk=8924, uid=1.2.410.200001.101.11.501.1791052210.2.20251119101357780, no=1, mod=US]
2025-11-19 10:29:11,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224728, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101358330, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:29:11,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224728, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/FABB2F6B, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:11,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 46 ms
2025-11-19 10:29:11,972 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) No duplicate record with equal Patient ID found Patient[pk=8810, id=PatientID[pk=8810, id=68354, issuer=DCM4CHEE.27111409.0BB5AEC4], name=ANA PATRICIA GREGORIO]
2025-11-19 10:29:11,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101358330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 10:29:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 10:29:12,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101432653 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:13,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:13,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224729, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101432653, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:29:13,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224729, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/FC512A52, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:13,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 13 ms
2025-11-19 10:29:13,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101432653 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:13,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101708907 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:15,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:15,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224730, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101708907, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:29:15,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224730, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/01483292, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:15,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 12 ms
2025-11-19 10:29:15,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101708907 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:15,551 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101808707 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:17,042 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:17,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224731, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101808707, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:29:17,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224731, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/02FD03AF, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:17,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 13 ms
2025-11-19 10:29:17,056 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101808707 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:17,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101857260 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:18,731 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:18,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224732, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101857260, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:29:18,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224732, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/0342F2C3, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:18,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 13 ms
2025-11-19 10:29:18,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101857260 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:18,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102010988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:20,474 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:20,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224733, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102010988, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:29:20,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224733, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/2A46F6FC, tsuid=1.2.840.10008.1.2, size=3416900, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:20,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 14 ms
2025-11-19 10:29:20,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102010988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:20,737 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102358018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:22,456 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:22,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224734, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102358018, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:29:22,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224734, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/2FA15F33, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:22,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 13 ms
2025-11-19 10:29:22,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102358018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:22,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102507463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:24,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:24,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224735, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102507463, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:29:24,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224735, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/32C43627, tsuid=1.2.840.10008.1.2, size=3417048, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:24,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 15 ms
2025-11-19 10:29:24,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102507463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:24,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102655254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:25,060 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:25,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224493, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112628827, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 10:29:25,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224493, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112628827, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 10:29:25,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224736, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112628827, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 10:29:25,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224736, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/F33085ED, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:25,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 17 ms
2025-11-19 10:29:25,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112628827 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:25,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112655174 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:26,037 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:26,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224737, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102655254, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 10:29:26,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224737, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/34BE93ED, tsuid=1.2.840.10008.1.2, size=3417048, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:26,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 15 ms
2025-11-19 10:29:26,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102655254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:26,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102913227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:27,729 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:27,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224738, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102913227, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 10:29:27,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224738, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/39A3D6AE, tsuid=1.2.840.10008.1.2, size=3417048, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:27,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 10 ms
2025-11-19 10:29:27,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102913227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:27,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102942659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:30,128 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4801) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:30,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Instance[pk=224739, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102942659, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 10:29:30,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Create Location[pk=224739, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/39CDB835, tsuid=1.2.840.10008.1.2, size=3417048, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:30,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248): Updated DB in 15 ms
2025-11-19 10:29:30,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102942659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:30,389 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) >> A-RELEASE-RQ
2025-11-19 10:29:30,389 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4801) DCM4CHEE<-HS50US07(248) << A-RELEASE-RP
2025-11-19 10:29:30,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS50US07(248): close Socket[addr=187.36.104.204/187.36.104.204,port=52132,localport=11112]
2025-11-19 10:29:37,468 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 10:29:37,470 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:29:37,471 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:29:37,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:29:37,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:29:37,473 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:29:37,474 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:29:37,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:29:37,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:29:37,500 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 10:29:40,957 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 10:29:40,958 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 10:29:41,140 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 10:29:41,226 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) Calculated size of 1 studies
2025-11-19 10:29:41,226 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 10:29:50,529 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52133,localport=11112]
2025-11-19 10:29:50,535 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> A-ASSOCIATE-RQ
2025-11-19 10:29:50,535 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << A-ASSOCIATE-AC
2025-11-19 10:29:50,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101358330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:54,770 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:54,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224728, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101358330, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:29:54,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224728, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101358330, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:29:54,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224740, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101358330, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:29:54,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224740, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/2E60383A, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:54,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 23 ms
2025-11-19 10:29:54,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101358330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:55,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101432653 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:56,495 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:56,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224729, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101432653, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:29:56,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224729, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101432653, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:29:56,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224741, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101432653, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:29:56,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224741, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/2FDCBA0D, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:56,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 16 ms
2025-11-19 10:29:56,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101432653 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:56,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101708907 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:57,163 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 10:29:57,165 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 10:29:58,375 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:29:58,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224730, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101708907, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:29:58,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224730, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101708907, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:29:58,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224742, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101708907, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:29:58,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224742, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/D5BEC400, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 10:29:58,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 18 ms
2025-11-19 10:29:58,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101708907 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:29:58,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101808707 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:00,241 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:00,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224731, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101808707, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:30:00,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224731, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101808707, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:30:00,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224743, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101808707, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:30:00,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224743, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/833AE113, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:00,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 8 ms
2025-11-19 10:30:00,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101808707 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:00,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101857260 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:01,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:01,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224732, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101857260, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:30:01,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224732, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101857260, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:30:01,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224744, uid=1.2.410.200001.101.11.501.1791052210.3.20251119101857260, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:30:01,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224744, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/7B386B48, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:01,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 13 ms
2025-11-19 10:30:01,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119101857260 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:02,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102010988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:03,652 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:03,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224733, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102010988, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:30:03,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224733, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102010988, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:30:03,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224745, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102010988, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 10:30:03,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224745, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/E45858BD, tsuid=1.2.840.10008.1.2, size=3416900, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:03,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 21 ms
2025-11-19 10:30:03,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102010988 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:03,903 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102358018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:05,351 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:05,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224734, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102358018, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:30:05,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224734, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102358018, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:30:05,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224746, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102358018, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 10:30:05,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224746, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/4A07573F, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:05,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 8 ms
2025-11-19 10:30:05,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102358018 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:05,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102507463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:07,325 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:07,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224735, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102507463, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:30:07,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224735, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102507463, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:30:07,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224747, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102507463, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 10:30:07,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224747, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/C5C7FB12, tsuid=1.2.840.10008.1.2, size=3417048, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:07,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 16 ms
2025-11-19 10:30:07,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102507463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:07,496 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:07,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224494, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112655174, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 10:30:07,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224494, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112655174, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 10:30:07,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224748, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112655174, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 10:30:07,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224748, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/5010D4DF, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:07,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 6 ms
2025-11-19 10:30:07,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112655174 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:07,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102655254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:07,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112714296 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:08,959 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:08,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224737, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102655254, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 10:30:08,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224737, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102655254, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 10:30:08,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224749, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102655254, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 10:30:08,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224749, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/4783C838, tsuid=1.2.840.10008.1.2, size=3417048, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:08,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 17 ms
2025-11-19 10:30:08,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102655254 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:09,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102913227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:10,744 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:10,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224738, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102913227, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 10:30:10,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224738, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102913227, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 10:30:10,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224750, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102913227, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 10:30:10,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224750, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/10C8A83C, tsuid=1.2.840.10008.1.2, size=3417048, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:10,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 14 ms
2025-11-19 10:30:10,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102913227 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:10,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102942659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 10:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 10:30:12,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4807) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:12,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Found previous received Instance[pk=224739, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102942659, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 10:30:12,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Replace previous received Instance[pk=224739, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102942659, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 10:30:12,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Instance[pk=224751, uid=1.2.410.200001.101.11.501.1791052210.3.20251119102942659, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 10:30:12,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Create Location[pk=224751, systemID=amazon-s3, path=2025/11/19/03133010/2D1068EA/015F4F01, tsuid=1.2.840.10008.1.2, size=3417048, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:12,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249): Updated DB in 13 ms
2025-11-19 10:30:12,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119102942659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:13,231 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) >> A-RELEASE-RQ
2025-11-19 10:30:13,231 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4807) DCM4CHEE<-HS50US07(249) << A-RELEASE-RP
2025-11-19 10:30:13,282 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS50US07(249): close Socket[addr=187.36.104.204/187.36.104.204,port=52133,localport=11112]
2025-11-19 10:30:17,116 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4369) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:17,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Instance[pk=224752, uid=1.2.392.200036.9125.9.0.254349606.1864049854.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 10:30:17,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Create Location[pk=224752, systemID=amazon-s3, path=2025/11/19/67BEF242/A4DEB662/9858BC2A, tsuid=1.2.840.10008.1.2, size=14015786, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:17,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209): Updated DB in 10 ms
2025-11-19 10:30:17,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) << 95:C-STORE-RSP[pcid=87, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349606.1864049854.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:17,361 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) >> A-RELEASE-RQ
2025-11-19 10:30:17,361 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4369) DCM4CHEE<-FCR-CSL1(209) << A-RELEASE-RP
2025-11-19 10:30:17,411 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-FCR-CSL1(209): close Socket[addr=187.36.104.204/187.36.104.204,port=49718,localport=11112]
2025-11-19 10:30:37,500 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 10:30:37,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:30:37,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:30:37,502 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:30:37,502 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:30:37,503 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 10:30:37,504 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 10:30:37,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:30:37,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:30:37,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 10:30:40,959 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 10:30:40,960 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 10:30:53,409 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:30:53,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224495, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112714296, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 10:30:53,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224495, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112714296, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 10:30:53,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224753, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112714296, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 10:30:53,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224753, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/B950E5F6, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:30:53,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 18 ms
2025-11-19 10:30:53,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112714296 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:53,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112737526 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:30:57,166 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 10:30:57,167 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 10:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 10:31:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 10:31:28,650 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:31:28,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224502, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112737526, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 10:31:28,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224502, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112737526, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 10:31:28,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224754, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112737526, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 10:31:28,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224754, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/9C1DC8F3, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:31:28,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 9 ms
2025-11-19 10:31:28,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112737526 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:31:28,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112749239 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:31:37,529 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 10:31:37,530 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:31:37,530 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:31:37,531 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 10:31:37,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:31:37,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:31:37,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:31:37,555 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:31:37,556 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 10:31:37,556 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 10:31:37,557 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 10:31:37,557 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 10:31:40,960 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 10:31:40,962 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 10:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-11-19 10:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4817) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-11-19 10:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4818) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4818) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4817) Start deleting 41 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:31:52,975 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:31:52,982 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:31:57,168 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 10:31:57,169 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 10:32:03,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:03,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224522, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112749239, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 10:32:03,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224522, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112749239, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 10:32:03,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224755, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112749239, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 10:32:03,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224755, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/BF737132, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:03,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 7 ms
2025-11-19 10:32:03,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112749239 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:03,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112826834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 10:32:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 10:32:15,582 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4817) Finished deleting 41 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:32:15,582 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4817) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:32:23,816 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52197,localport=11112]
2025-11-19 10:32:23,816 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) >> A-ASSOCIATE-RQ
2025-11-19 10:32:23,817 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) << A-ASSOCIATE-AC
2025-11-19 10:32:24,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:28,570 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:28,573 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Patient[pk=8811, id=PatientID[pk=8811, id=68358, issuer=DCM4CHEE.AFA0F4FF.8BB6C66F], name=ANNA ALINE TEODORO DE PAULA]
2025-11-19 10:32:28,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Study[pk=8820, uid=68358, id=68358]
2025-11-19 10:32:28,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Series[pk=8925, uid=1.2.410.200001.101.11.301.1123109166.2.20251119103119141, no=1, mod=US]
2025-11-19 10:32:28,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Instance[pk=224756, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:32:28,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Location[pk=224756, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/BEA5A089, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:28,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Updated DB in 26 ms
2025-11-19 10:32:28,597 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) No duplicate record with equal Patient ID found Patient[pk=8811, id=PatientID[pk=8811, id=68358, issuer=DCM4CHEE.AFA0F4FF.8BB6C66F], name=ANNA ALINE TEODORO DE PAULA]
2025-11-19 10:32:28,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:28,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:30,227 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:30,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Instance[pk=224757, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:32:30,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Location[pk=224757, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/C048594F, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:30,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Updated DB in 10 ms
2025-11-19 10:32:30,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:30,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:31,917 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:31,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Instance[pk=224758, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:32:31,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Location[pk=224758, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/C059819E, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:31,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Updated DB in 27 ms
2025-11-19 10:32:31,945 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:32,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:33,831 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:33,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Instance[pk=224759, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:32:33,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Location[pk=224759, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/C084B4E1, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:33,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Updated DB in 13 ms
2025-11-19 10:32:33,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:34,075 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:35,425 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:35,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Instance[pk=224760, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:32:35,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Location[pk=224760, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/C22769C9, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:35,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Updated DB in 6 ms
2025-11-19 10:32:35,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:35,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:36,925 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:36,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Instance[pk=224761, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:32:36,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Create Location[pk=224761, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/C3B2D5FC, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:36,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250): Updated DB in 19 ms
2025-11-19 10:32:36,945 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:37,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) >> A-RELEASE-RQ
2025-11-19 10:32:37,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(250) << A-RELEASE-RP
2025-11-19 10:32:37,226 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(250): close Socket[addr=187.36.104.204/187.36.104.204,port=52197,localport=11112]
2025-11-19 10:32:37,557 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 10:32:37,559 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:32:37,559 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:32:37,561 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:32:37,561 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:32:37,593 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:32:37,593 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:32:37,593 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 10:32:37,635 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52198,localport=11112]
2025-11-19 10:32:37,636 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) >> A-ASSOCIATE-RQ
2025-11-19 10:32:37,636 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) << A-ASSOCIATE-AC
2025-11-19 10:32:37,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:40,962 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 10:32:40,963 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 10:32:42,579 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:42,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Found previous received Instance[pk=224756, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:32:42,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Replace previous received Instance[pk=224756, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:32:42,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Instance[pk=224762, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:32:42,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Location[pk=224762, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/3FBD0818, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:42,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Updated DB in 19 ms
2025-11-19 10:32:42,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:42,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:43,440 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:43,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224542, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112826834, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 10:32:43,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224542, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112826834, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 10:32:43,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224763, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112826834, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 10:32:43,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224763, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/ABAAAE94, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:43,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 12 ms
2025-11-19 10:32:43,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112826834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:43,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112836231 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:44,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:44,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Found previous received Instance[pk=224757, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:32:44,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Replace previous received Instance[pk=224757, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:32:44,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Instance[pk=224764, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:32:44,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Location[pk=224764, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/FE5186B5, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:44,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Updated DB in 12 ms
2025-11-19 10:32:44,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:44,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:46,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:46,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Found previous received Instance[pk=224758, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:32:46,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Replace previous received Instance[pk=224758, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:32:46,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Instance[pk=224765, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:32:46,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Location[pk=224765, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/5E1ECE33, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:46,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Updated DB in 10 ms
2025-11-19 10:32:46,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:46,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:47,896 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:47,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Found previous received Instance[pk=224759, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:32:47,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Replace previous received Instance[pk=224759, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:32:47,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Instance[pk=224766, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:32:47,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Location[pk=224766, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/223196DD, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:47,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Updated DB in 18 ms
2025-11-19 10:32:47,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:48,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:49,662 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:49,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Found previous received Instance[pk=224760, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:32:49,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Replace previous received Instance[pk=224760, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:32:49,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Instance[pk=224767, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:32:49,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Location[pk=224767, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/BCC30694, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:49,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Updated DB in 16 ms
2025-11-19 10:32:49,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:49,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:51,564 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:51,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Found previous received Instance[pk=224761, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:32:51,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Replace previous received Instance[pk=224761, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:32:51,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Instance[pk=224768, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:32:51,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Create Location[pk=224768, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/2569FB42, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:51,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251): Updated DB in 8 ms
2025-11-19 10:32:51,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:51,802 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) >> A-RELEASE-RQ
2025-11-19 10:32:51,802 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(251) << A-RELEASE-RP
2025-11-19 10:32:51,853 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS30(251): close Socket[addr=187.36.104.204/187.36.104.204,port=52198,localport=11112]
2025-11-19 10:32:52,256 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52199,localport=11112]
2025-11-19 10:32:52,257 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) >> A-ASSOCIATE-RQ
2025-11-19 10:32:52,257 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) << A-ASSOCIATE-AC
2025-11-19 10:32:52,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:57,154 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStgCmtScheduler.execute()
2025-11-19 10:32:57,160 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStgCmtScheduler.execute()
2025-11-19 10:32:57,170 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 10:32:57,171 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 10:32:57,801 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:57,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Found previous received Instance[pk=224762, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:32:57,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Replace previous received Instance[pk=224762, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:32:57,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Instance[pk=224769, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:32:57,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Location[pk=224769, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/9C5D1503, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:57,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Updated DB in 25 ms
2025-11-19 10:32:57,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:58,059 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:32:59,856 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:32:59,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Found previous received Instance[pk=224764, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:32:59,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Replace previous received Instance[pk=224764, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:32:59,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Instance[pk=224770, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:32:59,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Location[pk=224770, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/C2843583, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:32:59,867 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Updated DB in 11 ms
2025-11-19 10:32:59,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:00,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:01,715 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:01,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Found previous received Instance[pk=224765, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:01,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Replace previous received Instance[pk=224765, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:01,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Instance[pk=224771, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:01,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Location[pk=224771, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/61D510C9, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:01,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Updated DB in 27 ms
2025-11-19 10:33:01,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:01,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:03,443 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:03,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Found previous received Instance[pk=224766, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:03,445 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Replace previous received Instance[pk=224766, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:03,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Instance[pk=224772, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:03,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Location[pk=224772, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/88DFE700, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:03,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Updated DB in 12 ms
2025-11-19 10:33:03,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:03,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:05,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:05,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Found previous received Instance[pk=224767, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:33:05,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Replace previous received Instance[pk=224767, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:33:05,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Instance[pk=224773, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:33:05,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Location[pk=224773, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/8FE502B2, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:05,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Updated DB in 16 ms
2025-11-19 10:33:05,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:05,702 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:07,209 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:07,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Found previous received Instance[pk=224768, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:33:07,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Replace previous received Instance[pk=224768, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:33:07,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Instance[pk=224774, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:33:07,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Create Location[pk=224774, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/A587CBC7, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:07,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252): Updated DB in 26 ms
2025-11-19 10:33:07,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:07,464 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) >> A-RELEASE-RQ
2025-11-19 10:33:07,464 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(252) << A-RELEASE-RP
2025-11-19 10:33:07,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(252): close Socket[addr=187.36.104.204/187.36.104.204,port=52199,localport=11112]
2025-11-19 10:33:07,923 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52200,localport=11112]
2025-11-19 10:33:07,923 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) >> A-ASSOCIATE-RQ
2025-11-19 10:33:07,923 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) << A-ASSOCIATE-AC
2025-11-19 10:33:08,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 10:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 10:33:12,418 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:12,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Found previous received Instance[pk=224769, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:33:12,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Replace previous received Instance[pk=224769, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:33:12,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Instance[pk=224775, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:33:12,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Location[pk=224775, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/02043A38, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:12,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Updated DB in 25 ms
2025-11-19 10:33:12,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:12,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:14,261 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:14,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Found previous received Instance[pk=224770, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:33:14,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Replace previous received Instance[pk=224770, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:33:14,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Instance[pk=224776, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:33:14,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Location[pk=224776, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/B6CF86BB, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:14,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Updated DB in 28 ms
2025-11-19 10:33:14,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:14,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:16,545 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:16,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Found previous received Instance[pk=224771, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:16,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Replace previous received Instance[pk=224771, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:16,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Instance[pk=224777, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:16,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Location[pk=224777, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/8F84272F, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:16,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Updated DB in 24 ms
2025-11-19 10:33:16,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:16,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:18,379 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:18,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Found previous received Instance[pk=224772, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:18,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Replace previous received Instance[pk=224772, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:18,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Instance[pk=224778, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:18,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Location[pk=224778, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/C22FE93D, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:18,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Updated DB in 15 ms
2025-11-19 10:33:18,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:18,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:20,193 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:20,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Found previous received Instance[pk=224773, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:33:20,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Replace previous received Instance[pk=224773, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:33:20,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Instance[pk=224779, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:33:20,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Location[pk=224779, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/A1D86CD6, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:20,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Updated DB in 12 ms
2025-11-19 10:33:20,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:20,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:22,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:22,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Found previous received Instance[pk=224774, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:33:22,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Replace previous received Instance[pk=224774, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:33:22,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Instance[pk=224780, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:33:22,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Create Location[pk=224780, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/F95B5652, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:22,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253): Updated DB in 22 ms
2025-11-19 10:33:22,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:22,340 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) >> A-RELEASE-RQ
2025-11-19 10:33:22,340 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(253) << A-RELEASE-RP
2025-11-19 10:33:22,391 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(253): close Socket[addr=187.36.104.204/187.36.104.204,port=52200,localport=11112]
2025-11-19 10:33:22,803 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52201,localport=11112]
2025-11-19 10:33:22,803 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) >> A-ASSOCIATE-RQ
2025-11-19 10:33:22,803 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) << A-ASSOCIATE-AC
2025-11-19 10:33:23,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:25,361 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:25,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224561, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112836231, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 10:33:25,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224561, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112836231, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 10:33:25,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224781, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112836231, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 10:33:25,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224781, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/0CA1D306, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:25,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 7 ms
2025-11-19 10:33:25,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112836231 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:25,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112857140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:27,193 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:27,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Found previous received Instance[pk=224775, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:33:27,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Replace previous received Instance[pk=224775, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:33:27,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Instance[pk=224782, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:33:27,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Location[pk=224782, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/1DF40474, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:27,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Updated DB in 20 ms
2025-11-19 10:33:27,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:27,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:28,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:28,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Found previous received Instance[pk=224776, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:33:28,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Replace previous received Instance[pk=224776, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:33:28,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Instance[pk=224783, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:33:28,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Location[pk=224783, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/765426C6, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:29,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Updated DB in 24 ms
2025-11-19 10:33:29,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:29,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:30,791 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:30,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Found previous received Instance[pk=224777, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:30,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Replace previous received Instance[pk=224777, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:30,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Instance[pk=224784, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:30,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Location[pk=224784, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/B3C4AD38, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:30,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Updated DB in 19 ms
2025-11-19 10:33:30,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:31,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:32,986 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:32,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Found previous received Instance[pk=224778, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:32,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Replace previous received Instance[pk=224778, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:32,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Instance[pk=224785, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:32,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Location[pk=224785, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/FD1E5A8E, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:33,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Updated DB in 15 ms
2025-11-19 10:33:33,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:33,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:34,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:34,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Found previous received Instance[pk=224779, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:33:34,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Replace previous received Instance[pk=224779, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:33:34,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Instance[pk=224786, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:33:34,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Location[pk=224786, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/AA5C9794, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:34,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Updated DB in 27 ms
2025-11-19 10:33:34,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:35,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:36,668 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:36,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Found previous received Instance[pk=224780, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:33:36,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Replace previous received Instance[pk=224780, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:33:36,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Instance[pk=224787, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:33:36,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Create Location[pk=224787, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/AD617920, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:36,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254): Updated DB in 29 ms
2025-11-19 10:33:36,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:36,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) >> A-RELEASE-RQ
2025-11-19 10:33:36,931 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(254) << A-RELEASE-RP
2025-11-19 10:33:36,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS30(254): close Socket[addr=187.36.104.204/187.36.104.204,port=52201,localport=11112]
2025-11-19 10:33:37,389 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52202,localport=11112]
2025-11-19 10:33:37,394 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) >> A-ASSOCIATE-RQ
2025-11-19 10:33:37,395 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) << A-ASSOCIATE-AC
2025-11-19 10:33:37,593 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 10:33:37,595 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 10:33:37,595 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 10:33:37,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:33:37,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:33:37,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:33:37,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:33:37,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:37,622 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:33:37,622 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:33:37,622 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 10:33:40,963 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 10:33:40,964 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 10:33:41,499 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:41,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Found previous received Instance[pk=224782, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:33:41,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Replace previous received Instance[pk=224782, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:33:41,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Instance[pk=224788, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:33:41,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Location[pk=224788, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/1D3839D7, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:41,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Updated DB in 16 ms
2025-11-19 10:33:41,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:41,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:44,053 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:44,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Found previous received Instance[pk=224783, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:33:44,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Replace previous received Instance[pk=224783, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:33:44,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Instance[pk=224789, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:33:44,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Location[pk=224789, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/DF483CE2, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:44,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Updated DB in 19 ms
2025-11-19 10:33:44,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:44,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:49,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:49,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Found previous received Instance[pk=224784, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:49,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Replace previous received Instance[pk=224784, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:49,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Instance[pk=224790, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:33:49,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Location[pk=224790, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/5ECDD5FB, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:49,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Updated DB in 8 ms
2025-11-19 10:33:49,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:49,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:57,171 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 10:33:57,173 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 10:33:57,976 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:33:57,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Found previous received Instance[pk=224785, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:57,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Replace previous received Instance[pk=224785, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:57,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Instance[pk=224791, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:33:57,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Location[pk=224791, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/8754AF55, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:33:58,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Updated DB in 24 ms
2025-11-19 10:33:58,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:33:58,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:01,785 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:34:01,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Found previous received Instance[pk=224786, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:34:01,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Replace previous received Instance[pk=224786, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:34:01,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Instance[pk=224792, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:34:01,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Location[pk=224792, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/E6580277, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:34:01,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Updated DB in 15 ms
2025-11-19 10:34:01,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:02,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:04,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:34:04,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Found previous received Instance[pk=224787, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:34:04,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Replace previous received Instance[pk=224787, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:34:04,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Instance[pk=224793, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:34:04,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Create Location[pk=224793, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/3ACF68DF, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:34:04,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255): Updated DB in 12 ms
2025-11-19 10:34:04,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:04,437 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) >> A-RELEASE-RQ
2025-11-19 10:34:04,437 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(255) << A-RELEASE-RP
2025-11-19 10:34:04,487 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(255): close Socket[addr=187.36.104.204/187.36.104.204,port=52202,localport=11112]
2025-11-19 10:34:04,906 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52203,localport=11112]
2025-11-19 10:34:04,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) >> A-ASSOCIATE-RQ
2025-11-19 10:34:04,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) << A-ASSOCIATE-AC
2025-11-19 10:34:05,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:09,136 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:34:09,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Found previous received Instance[pk=224788, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:34:09,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Replace previous received Instance[pk=224788, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:34:09,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Instance[pk=224794, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:34:09,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Location[pk=224794, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/8A2B76C1, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:34:09,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Updated DB in 25 ms
2025-11-19 10:34:09,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:09,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:11,203 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:34:11,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Found previous received Instance[pk=224789, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:34:11,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Replace previous received Instance[pk=224789, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:34:11,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Instance[pk=224795, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:34:11,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Location[pk=224795, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/E37B0123, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:34:11,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Updated DB in 27 ms
2025-11-19 10:34:11,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:11,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 10:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 10:34:12,962 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:34:12,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Found previous received Instance[pk=224790, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:34:12,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Replace previous received Instance[pk=224790, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:34:12,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Instance[pk=224796, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:34:12,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Location[pk=224796, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/B97ABA64, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:34:12,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Updated DB in 13 ms
2025-11-19 10:34:12,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:13,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:14,165 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:34:14,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224565, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112857140, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 10:34:14,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224565, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112857140, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 10:34:14,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224797, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112857140, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 10:34:14,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224797, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/FE35F7D7, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:34:14,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 15 ms
2025-11-19 10:34:14,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112857140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:14,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112908102 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:14,898 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:34:14,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Found previous received Instance[pk=224791, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:34:14,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Replace previous received Instance[pk=224791, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:34:14,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Instance[pk=224798, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:34:14,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Location[pk=224798, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/6422BE67, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:34:14,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Updated DB in 19 ms
2025-11-19 10:34:14,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:15,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:17,003 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:34:17,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Found previous received Instance[pk=224792, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:34:17,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Replace previous received Instance[pk=224792, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:34:17,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Instance[pk=224799, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:34:17,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Location[pk=224799, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/3EC89A3A, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:34:17,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Updated DB in 15 ms
2025-11-19 10:34:17,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:17,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:19,176 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:34:19,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Found previous received Instance[pk=224793, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:34:19,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Replace previous received Instance[pk=224793, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:34:19,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Instance[pk=224800, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:34:19,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Create Location[pk=224800, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/786282C9, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:34:19,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256): Updated DB in 15 ms
2025-11-19 10:34:19,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:19,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) >> A-RELEASE-RQ
2025-11-19 10:34:19,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4819) DCM4CHEE<-HS30(256) << A-RELEASE-RP
2025-11-19 10:34:19,481 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS30(256): close Socket[addr=187.36.104.204/187.36.104.204,port=52203,localport=11112]
2025-11-19 10:34:37,622 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 10:34:37,623 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:34:37,623 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:34:37,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:34:37,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:34:37,644 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:34:37,644 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:34:37,644 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 10:34:40,964 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 10:34:40,965 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 10:34:41,227 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-11-19 10:34:41,336 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) Calculated size of 2 studies
2025-11-19 10:34:41,336 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-11-19 10:34:56,391 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:34:56,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224569, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112908102, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 10:34:56,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224569, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112908102, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 10:34:56,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224801, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112908102, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 10:34:56,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224801, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/99F54E68, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 10:34:56,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 27 ms
2025-11-19 10:34:56,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112908102 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:56,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112947726 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:34:57,173 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 10:34:57,175 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 10:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 10:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 10:35:26,013 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52204,localport=11112]
2025-11-19 10:35:26,013 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) >> A-ASSOCIATE-RQ
2025-11-19 10:35:26,014 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) << A-ASSOCIATE-AC
2025-11-19 10:35:26,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:30,677 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4833) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:35:30,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Found previous received Instance[pk=224794, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:35:30,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Replace previous received Instance[pk=224794, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:35:30,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Instance[pk=224802, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:35:30,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Location[pk=224802, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/4E0FCD0F, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:35:30,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Updated DB in 16 ms
2025-11-19 10:35:30,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103119436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:30,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:32,740 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4833) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:35:32,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Found previous received Instance[pk=224795, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:35:32,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Replace previous received Instance[pk=224795, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:35:32,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Instance[pk=224803, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:35:32,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Location[pk=224803, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/E797CE99, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:35:32,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Updated DB in 8 ms
2025-11-19 10:35:32,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103200831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:32,985 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:34,557 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4833) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:35:34,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Found previous received Instance[pk=224796, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:35:34,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Replace previous received Instance[pk=224796, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:35:34,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Instance[pk=224804, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:35:34,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Location[pk=224804, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/03F04F81, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:35:34,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Updated DB in 16 ms
2025-11-19 10:35:34,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103217050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:34,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:36,707 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4833) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:35:36,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Found previous received Instance[pk=224798, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:35:36,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Replace previous received Instance[pk=224798, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:35:36,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Instance[pk=224805, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:35:36,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Location[pk=224805, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/52931482, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:35:36,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Updated DB in 25 ms
2025-11-19 10:35:36,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103249173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:36,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:37,645 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 10:35:37,645 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:35:37,646 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:35:37,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:35:37,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:35:37,667 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:35:37,667 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:35:37,667 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 10:35:39,010 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4833) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:35:39,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Found previous received Instance[pk=224799, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:35:39,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Replace previous received Instance[pk=224799, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:35:39,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Instance[pk=224806, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:35:39,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Location[pk=224806, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/299278C9, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 10:35:39,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Updated DB in 17 ms
2025-11-19 10:35:39,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103330460 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:39,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:40,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4833) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:35:40,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Found previous received Instance[pk=224800, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:35:40,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Replace previous received Instance[pk=224800, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:35:40,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Instance[pk=224807, uid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 10:35:40,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Create Location[pk=224807, systemID=amazon-s3, path=2025/11/19/03133014/F0FB339F/AB8DEAC0, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 10:35:40,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257): Updated DB in 11 ms
2025-11-19 10:35:40,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119103402090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:40,966 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 10:35:40,967 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 10:35:41,113 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) >> A-RELEASE-RQ
2025-11-19 10:35:41,113 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4833) DCM4CHEE<-HS30(257) << A-RELEASE-RP
2025-11-19 10:35:41,163 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS30(257): close Socket[addr=187.36.104.204/187.36.104.204,port=52204,localport=11112]
2025-11-19 10:35:41,470 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:35:41,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Found previous received Instance[pk=224573, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112947726, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 10:35:41,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Replace previous received Instance[pk=224573, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112947726, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 10:35:41,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Instance[pk=224808, uid=1.2.410.200001.101.11.601.1501430850.3.20251117112947726, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 10:35:41,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Create Location[pk=224808, systemID=amazon-s3, path=2025/11/19/031324CB/06092E21/18A4796A, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 10:35:41,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221): Updated DB in 15 ms
2025-11-19 10:35:41,486 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117112947726 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:41,724 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) >> A-RELEASE-RQ
2025-11-19 10:35:41,724 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(221) << A-RELEASE-RP
2025-11-19 10:35:41,774 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS60MT(221): close Socket[addr=187.36.104.204/187.36.104.204,port=49472,localport=11112]
2025-11-19 10:35:42,252 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49493,localport=11112]
2025-11-19 10:35:42,252 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> A-ASSOCIATE-RQ
2025-11-19 10:35:42,252 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << A-ASSOCIATE-AC
2025-11-19 10:35:42,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:35:57,175 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 10:35:57,177 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 10:36:09,590 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116171602.325217&seriesUID=1.2.392.200036.9125.3.3619053820161.65116171603.325218&objectUID=1.2.392.200036.9125.9.0.254349246.3959956670.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:36:10,979 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116171602.325217&seriesUID=1.2.392.200036.9125.3.3619053820161.65116171603.325218&objectUID=1.2.392.200036.9125.9.0.254349245.1577329854.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 10:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 10:36:12,342 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116171602.325217&seriesUID=1.2.392.200036.9125.3.3619053820161.65116171603.325218&objectUID=1.2.392.200036.9125.9.0.254349245.3724944574.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:36:13,671 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116171602.325217&seriesUID=1.2.392.200036.9125.3.3619053820161.65116171603.325218&objectUID=1.2.392.200036.9125.9.0.254349245.2802132158.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:36:24,924 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:36:24,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): Found previous received Instance[pk=224098, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:36:24,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): Replace previous received Instance[pk=224098, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:36:24,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): Create Instance[pk=224809, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:36:24,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): Create Location[pk=224809, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/AF8AB927, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 10:36:24,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): Updated DB in 16 ms
2025-11-19 10:36:24,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:36:25,190 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:36:37,668 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 10:36:37,668 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:36:37,668 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:36:37,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:36:37,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:36:37,689 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:36:37,689 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:36:37,689 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 10:36:37,690 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 10:36:37,690 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 10:36:40,967 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 10:36:40,968 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 10:36:45,681 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116168966.32525&seriesUID=1.2.392.200036.9125.3.3619053820161.65116168966.32526&objectUID=1.2.392.200036.9125.9.0.254349235.402662590.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:36:47,039 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116168966.32525&seriesUID=1.2.392.200036.9125.3.3619053820161.65116168966.32526&objectUID=1.2.392.200036.9125.9.0.254349235.1325475006.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:36:49,425 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116168966.32525&seriesUID=1.2.392.200036.9125.3.3619053820161.65116168966.32526&objectUID=1.2.392.200036.9125.9.0.254349235.3439469758.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 10:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4842) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 10:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4843) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4843) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4842) Start deleting 49 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:36:50,757 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116168966.32525&seriesUID=1.2.392.200036.9125.3.3619053820161.65116168966.32526&objectUID=1.2.392.200036.9125.9.0.254349236.84092094.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:36:52,982 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:36:52,989 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:36:57,177 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 10:36:57,179 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 10:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 10:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 10:37:15,720 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:37:15,722 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:37:16,204 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:37:16,205 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:37:16,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:37:18,851 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4842) Finished deleting 49 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:37:18,851 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4842) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:37:37,690 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 10:37:37,692 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 10:37:37,692 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 10:37:37,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:37:37,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:37:37,693 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 10:37:37,694 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 10:37:37,694 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 10:37:37,695 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:37:37,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:37:37,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:37:37,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:37:37,723 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 10:37:37,724 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 10:37:37,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 10:37:40,968 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 10:37:40,970 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 10:37:57,179 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 10:37:57,181 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 10:38:03,246 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116263588.335268&seriesUID=1.2.392.200036.9125.3.3619053820161.65116263588.335269&objectUID=1.2.392.200036.9125.9.0.254349604.3071747262.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:38:04,860 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116263588.335268&seriesUID=1.2.392.200036.9125.3.3619053820161.65116263588.335269&objectUID=1.2.392.200036.9125.9.0.254349604.4179109054.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:38:06,395 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116263588.335268&seriesUID=1.2.392.200036.9125.3.3619053820161.65116263588.335269&objectUID=1.2.392.200036.9125.9.0.254349605.991503550.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:38:07,023 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:38:07,026 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:38:07,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:38:07,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:38:07,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:38:07,874 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116263588.335268&seriesUID=1.2.392.200036.9125.3.3619053820161.65116263588.335269&objectUID=1.2.392.200036.9125.9.0.254349606.1864049854.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 10:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 10:38:37,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 10:38:37,726 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:38:37,726 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:38:37,726 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:38:37,727 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:38:37,727 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:38:37,748 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:38:37,748 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:38:37,748 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 10:38:40,970 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 10:38:40,971 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 10:38:57,181 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 10:38:57,183 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 10:38:58,498 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:38:58,500 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:38:59,012 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:38:59,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:38:59,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 10:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 10:39:19,790 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116261473.335255&seriesUID=1.2.392.200036.9125.3.3619053820161.65116261473.335256&objectUID=1.2.392.200036.9125.9.0.254349596.2937267390.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:39:21,099 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116261473.335255&seriesUID=1.2.392.200036.9125.3.3619053820161.65116261473.335256&objectUID=1.2.392.200036.9125.9.0.254349596.1863460030.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:39:22,458 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116261473.335255&seriesUID=1.2.392.200036.9125.3.3619053820161.65116261473.335256&objectUID=1.2.392.200036.9125.9.0.254349598.555099326.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:39:23,829 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116261473.335255&seriesUID=1.2.392.200036.9125.3.3619053820161.65116261473.335256&objectUID=1.2.392.200036.9125.9.0.254349597.1779770558.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:39:37,748 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 10:39:37,750 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:39:37,750 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:39:37,750 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:39:37,751 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:39:37,751 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:39:37,770 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:39:37,771 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:39:37,771 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 10:39:40,972 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 10:39:40,973 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 10:39:41,337 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 10:39:41,395 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) Calculated size of 1 studies
2025-11-19 10:39:41,395 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 10:39:41,928 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:39:41,930 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:39:42,442 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:39:42,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:39:42,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:39:52,115 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116260003.335240&seriesUID=1.2.392.200036.9125.3.3619053820161.65116260003.335241&objectUID=1.2.392.200036.9125.9.0.254349590.3003983038.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:39:53,677 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116260003.335240&seriesUID=1.2.392.200036.9125.3.3619053820161.65116260003.335241&objectUID=1.2.392.200036.9125.9.0.254349591.1141843134.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:39:55,168 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116260003.335240&seriesUID=1.2.392.200036.9125.3.3619053820161.65116260003.335241&objectUID=1.2.392.200036.9125.9.0.254349591.3692111038.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:39:57,183 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 10:39:57,185 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 10:40:00,729 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116260003.335240&seriesUID=1.2.392.200036.9125.3.3619053820161.65116260003.335241&objectUID=1.2.392.200036.9125.9.0.254349591.2182096062.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 10:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 10:40:22,658 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:40:22,660 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:40:23,172 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:40:23,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:40:23,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:40:29,544 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116257579.335230&seriesUID=1.2.392.200036.9125.3.3619053820161.65116257579.335231&objectUID=1.2.392.200036.9125.9.0.254349581.1024009406.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:40:31,066 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116257579.335230&seriesUID=1.2.392.200036.9125.3.3619053820161.65116257579.335231&objectUID=1.2.392.200036.9125.9.0.254349581.3943376062.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:40:32,544 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116257579.335230&seriesUID=1.2.392.200036.9125.3.3619053820161.65116257579.335231&objectUID=1.2.392.200036.9125.9.0.254349581.2164925630.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:40:34,360 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116257579.335230&seriesUID=1.2.392.200036.9125.3.3619053820161.65116257579.335231&objectUID=1.2.392.200036.9125.9.0.254349582.705438910.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:40:37,771 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 10:40:37,772 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:40:37,772 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:40:37,773 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:40:37,773 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:40:37,797 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:40:37,797 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:40:37,798 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 10:40:37,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 10:40:40,973 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 10:40:40,974 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 10:40:57,185 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 10:40:57,187 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 10:41:08,188 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:41:08,191 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:41:08,691 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:41:08,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:41:08,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 10:41:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 10:41:37,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 10:41:37,800 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 10:41:37,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:41:37,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:41:37,801 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 10:41:37,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:41:37,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:41:37,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:41:37,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:41:37,824 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 10:41:37,824 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 10:41:40,975 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 10:41:40,976 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 10:41:47,797 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:41:47,799 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:41:48,310 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:41:48,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:41:48,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-11-19 10:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4864) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-11-19 10:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4865) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4864) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4865) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:41:52,989 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:41:52,996 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:41:57,187 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 10:41:57,189 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 10:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 10:42:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 10:42:19,896 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116263588.335268&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:42:19,985 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudies: 1 Matches
2025-11-19 10:42:20,411 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116263588.335268/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:42:20,431 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudySeries: 1 Matches
2025-11-19 10:42:20,820 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116263588.335268/series/1.2.392.200036.9125.3.3619053820161.65116263588.335269/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:42:20,842 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:42:21,256 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116263588.335268/series/1.2.392.200036.9125.3.3619053820161.65116263588.335269/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:42:21,270 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:42:23,124 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116263588.335268/series/1.2.392.200036.9125.3.3619053820161.65116263588.335269/instances/1.2.392.200036.9125.9.0.254349604.3071747262.86381729 from null@187.36.104.204
2025-11-19 10:42:23,128 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveInstance: 1 Matches
2025-11-19 10:42:23,338 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-6) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116263588.335268/series/1.2.392.200036.9125.3.3619053820161.65116263588.335269/instances/1.2.392.200036.9125.9.0.254349606.1864049854.86381729 from null@187.36.104.204
2025-11-19 10:42:23,342 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116263588.335268/series/1.2.392.200036.9125.3.3619053820161.65116263588.335269/instances/1.2.392.200036.9125.9.0.254349605.991503550.86381729 from null@187.36.104.204
2025-11-19 10:42:23,343 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-6) retrieveInstance: 1 Matches
2025-11-19 10:42:23,344 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116263588.335268/series/1.2.392.200036.9125.3.3619053820161.65116263588.335269/instances/1.2.392.200036.9125.9.0.254349604.4179109054.86381729 from null@187.36.104.204
2025-11-19 10:42:23,347 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) retrieveInstance: 1 Matches
2025-11-19 10:42:23,347 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveInstance: 1 Matches
2025-11-19 10:42:37,825 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 10:42:37,825 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:42:37,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:42:37,827 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:42:37,827 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:42:37,847 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:42:37,847 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:42:37,847 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 10:42:38,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:42:38,886 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:42:39,392 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:42:39,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:42:39,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:42:40,873 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119101358330&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:40,976 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 10:42:40,977 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 10:42:41,985 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119101432653&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:43,092 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119101708907&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:44,215 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119101808707&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:45,397 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119101857260&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:46,576 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119102010988&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:47,683 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119102358018&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:48,818 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119102507463&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:49,940 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119102655254&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:51,091 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119102913227&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:52,271 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68354&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119101357780&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119102942659&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:42:57,189 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 10:42:57,191 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 10:43:06,272 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116261473.335255&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:43:06,298 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) SearchForStudies: 1 Matches
2025-11-19 10:43:06,766 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116261473.335255/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:43:06,776 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) SearchForStudySeries: 1 Matches
2025-11-19 10:43:07,138 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116261473.335255/series/1.2.392.200036.9125.3.3619053820161.65116261473.335256/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:43:07,151 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:43:07,443 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116261473.335255/series/1.2.392.200036.9125.3.3619053820161.65116261473.335256/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:43:07,449 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:43:08,914 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116261473.335255/series/1.2.392.200036.9125.3.3619053820161.65116261473.335256/instances/1.2.392.200036.9125.9.0.254349596.1863460030.86381729 from null@187.36.104.204
2025-11-19 10:43:08,916 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) retrieveInstance: 1 Matches
2025-11-19 10:43:09,143 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116261473.335255/series/1.2.392.200036.9125.3.3619053820161.65116261473.335256/instances/1.2.392.200036.9125.9.0.254349596.2937267390.86381729 from null@187.36.104.204
2025-11-19 10:43:09,144 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-6) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116261473.335255/series/1.2.392.200036.9125.3.3619053820161.65116261473.335256/instances/1.2.392.200036.9125.9.0.254349598.555099326.86381729 from null@187.36.104.204
2025-11-19 10:43:09,145 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveInstance: 1 Matches
2025-11-19 10:43:09,147 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-6) retrieveInstance: 1 Matches
2025-11-19 10:43:09,147 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116261473.335255/series/1.2.392.200036.9125.3.3619053820161.65116261473.335256/instances/1.2.392.200036.9125.9.0.254349597.1779770558.86381729 from null@187.36.104.204
2025-11-19 10:43:09,149 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveInstance: 1 Matches
2025-11-19 10:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 10:43:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 10:43:32,057 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:43:32,060 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:43:32,578 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:43:32,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:43:32,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:43:37,848 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 10:43:37,851 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,852 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,853 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,854 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,854 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:43:37,854 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:43:37,855 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,855 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,856 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:43:37,856 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:43:37,857 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,857 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,877 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:43:37,877 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:43:37,878 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,879 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,880 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,880 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,881 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 10:43:37,881 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 10:43:40,978 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 10:43:40,979 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 10:43:55,006 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116260003.335240&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:43:55,031 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudies: 1 Matches
2025-11-19 10:43:55,279 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116260003.335240/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:43:55,286 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudySeries: 1 Matches
2025-11-19 10:43:55,534 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116260003.335240/series/1.2.392.200036.9125.3.3619053820161.65116260003.335241/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:43:55,546 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:43:55,794 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116260003.335240/series/1.2.392.200036.9125.3.3619053820161.65116260003.335241/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:43:55,801 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:43:57,191 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 10:43:57,194 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 10:43:57,461 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116260003.335240/series/1.2.392.200036.9125.3.3619053820161.65116260003.335241/instances/1.2.392.200036.9125.9.0.254349590.3003983038.86381729 from null@187.36.104.204
2025-11-19 10:43:57,465 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveInstance: 1 Matches
2025-11-19 10:43:57,681 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-6) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116260003.335240/series/1.2.392.200036.9125.3.3619053820161.65116260003.335241/instances/1.2.392.200036.9125.9.0.254349591.2182096062.86381729 from null@187.36.104.204
2025-11-19 10:43:57,685 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-6) retrieveInstance: 1 Matches
2025-11-19 10:43:57,710 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116260003.335240/series/1.2.392.200036.9125.3.3619053820161.65116260003.335241/instances/1.2.392.200036.9125.9.0.254349591.3692111038.86381729 from null@187.36.104.204
2025-11-19 10:43:57,714 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) retrieveInstance: 1 Matches
2025-11-19 10:43:57,716 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116260003.335240/series/1.2.392.200036.9125.3.3619053820161.65116260003.335241/instances/1.2.392.200036.9125.9.0.254349591.1141843134.86381729 from null@187.36.104.204
2025-11-19 10:43:57,723 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveInstance: 1 Matches
2025-11-19 10:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 10:44:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 10:44:13,811 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:44:13,814 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:44:14,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:44:14,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:44:14,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:44:37,881 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 10:44:37,882 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,883 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,884 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,884 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,885 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,885 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,885 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:44:37,886 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:44:37,886 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,887 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,888 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:44:37,888 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:44:37,888 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,889 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,889 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,890 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,911 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:44:37,911 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:44:37,911 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,912 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 10:44:37,912 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 10:44:40,979 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 10:44:40,980 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 10:44:41,395 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-11-19 10:44:41,501 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) Calculated size of 2 studies
2025-11-19 10:44:41,501 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-11-19 10:44:51,394 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116257579.335230&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:44:51,411 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) SearchForStudies: 1 Matches
2025-11-19 10:44:51,679 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116257579.335230/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:44:51,687 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) SearchForStudySeries: 1 Matches
2025-11-19 10:44:51,952 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116257579.335230/series/1.2.392.200036.9125.3.3619053820161.65116257579.335231/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:44:51,964 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-10) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:44:52,224 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116257579.335230/series/1.2.392.200036.9125.3.3619053820161.65116257579.335231/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:44:52,231 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:44:53,716 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:44:53,718 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:44:53,898 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116257579.335230/series/1.2.392.200036.9125.3.3619053820161.65116257579.335231/instances/1.2.392.200036.9125.9.0.254349581.1024009406.86381729 from null@187.36.104.204
2025-11-19 10:44:53,902 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveInstance: 1 Matches
2025-11-19 10:44:54,143 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-6) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116257579.335230/series/1.2.392.200036.9125.3.3619053820161.65116257579.335231/instances/1.2.392.200036.9125.9.0.254349581.2164925630.86381729 from null@187.36.104.204
2025-11-19 10:44:54,147 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-6) retrieveInstance: 1 Matches
2025-11-19 10:44:54,151 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116257579.335230/series/1.2.392.200036.9125.3.3619053820161.65116257579.335231/instances/1.2.392.200036.9125.9.0.254349582.705438910.86381729 from null@187.36.104.204
2025-11-19 10:44:54,152 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116257579.335230/series/1.2.392.200036.9125.3.3619053820161.65116257579.335231/instances/1.2.392.200036.9125.9.0.254349581.3943376062.86381729 from null@187.36.104.204
2025-11-19 10:44:54,155 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveInstance: 1 Matches
2025-11-19 10:44:54,156 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) retrieveInstance: 1 Matches
2025-11-19 10:44:54,223 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:44:54,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:44:54,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:44:57,194 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 10:44:57,196 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 10:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 10:45:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 10:45:31,612 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116256436.335218&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:45:31,633 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudies: 1 Matches
2025-11-19 10:45:31,868 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116256436.335218/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:45:31,884 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudySeries: 1 Matches
2025-11-19 10:45:32,114 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116256436.335218/series/1.2.392.200036.9125.3.3619053820161.65116256436.335219/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:45:32,128 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-7) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:45:32,361 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116256436.335218/series/1.2.392.200036.9125.3.3619053820161.65116256436.335219/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:45:32,371 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:45:33,953 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116256436.335218/series/1.2.392.200036.9125.3.3619053820161.65116256436.335219/instances/1.2.392.200036.9125.9.0.254349576.3322225854.86381729 from null@187.36.104.204
2025-11-19 10:45:33,957 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-7) retrieveInstance: 1 Matches
2025-11-19 10:45:34,184 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116256436.335218/series/1.2.392.200036.9125.3.3619053820161.65116256436.335219/instances/1.2.392.200036.9125.9.0.254349577.2399675582.86381729 from null@187.36.104.204
2025-11-19 10:45:34,189 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveInstance: 1 Matches
2025-11-19 10:45:34,191 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-6) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116256436.335218/series/1.2.392.200036.9125.3.3619053820161.65116256436.335219/instances/1.2.392.200036.9125.9.0.254349577.1124541630.86381729 from null@187.36.104.204
2025-11-19 10:45:34,191 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116256436.335218/series/1.2.392.200036.9125.3.3619053820161.65116256436.335219/instances/1.2.392.200036.9125.9.0.254349577.218506430.86381729 from null@187.36.104.204
2025-11-19 10:45:34,194 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-6) retrieveInstance: 1 Matches
2025-11-19 10:45:34,195 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) retrieveInstance: 1 Matches
2025-11-19 10:45:37,912 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 10:45:37,914 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,914 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,915 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,915 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:45:37,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:45:37,916 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,917 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:45:37,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:45:37,918 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,919 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,919 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,920 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,920 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,950 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:45:37,950 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:45:37,951 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,952 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 10:45:37,952 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 10:45:40,043 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:45:40,045 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:45:40,548 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:45:40,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:45:40,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:45:40,980 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 10:45:40,982 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 10:45:57,196 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 10:45:57,198 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 10:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 10:46:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 10:46:27,943 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:46:27,945 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:46:28,457 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:46:28,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:46:28,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:46:37,952 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 10:46:37,953 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,954 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,954 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,955 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,955 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,956 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,956 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,956 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,957 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,957 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:46:37,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:46:37,958 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,959 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,959 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,960 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,961 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,961 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,961 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,962 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,963 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:46:37,963 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:46:37,963 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,964 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,984 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:46:37,984 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:46:37,984 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,985 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,985 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,986 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,986 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:46:37,986 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 10:46:40,982 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 10:46:40,983 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 10:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-11-19 10:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-11-19 10:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4886) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4887) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4887) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4886) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:46:52,996 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:46:53,003 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:46:57,199 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 10:46:57,200 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 10:47:11,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:47:11,784 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 10:47:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 10:47:12,291 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:47:12,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:47:12,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:47:20,434 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116195468.325284&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:47:20,468 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) SearchForStudies: 1 Matches
2025-11-19 10:47:20,708 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116195468.325284/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:47:20,718 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) SearchForStudySeries: 1 Matches
2025-11-19 10:47:20,963 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116195468.325284/series/1.2.392.200036.9125.3.3619053820161.65116195468.325285/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:47:20,981 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-9) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:47:21,219 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116195468.325284/series/1.2.392.200036.9125.3.3619053820161.65116195468.325285/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:47:21,232 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:47:22,755 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116195468.325284/series/1.2.392.200036.9125.3.3619053820161.65116195468.325285/instances/1.2.392.200036.9125.9.0.254349338.2585601214.86381729 from null@187.36.104.204
2025-11-19 10:47:22,775 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-9) retrieveInstance: 1 Matches
2025-11-19 10:47:22,985 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116195468.325284/series/1.2.392.200036.9125.3.3619053820161.65116195468.325285/instances/1.2.392.200036.9125.9.0.254349339.337585342.86381729 from null@187.36.104.204
2025-11-19 10:47:22,985 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-11) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116195468.325284/series/1.2.392.200036.9125.3.3619053820161.65116195468.325285/instances/1.2.392.200036.9125.9.0.254349339.1394615486.86381729 from null@187.36.104.204
2025-11-19 10:47:22,989 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116195468.325284/series/1.2.392.200036.9125.3.3619053820161.65116195468.325285/instances/1.2.392.200036.9125.9.0.254349338.3474859198.86381729 from null@187.36.104.204
2025-11-19 10:47:22,990 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-11) retrieveInstance: 1 Matches
2025-11-19 10:47:22,990 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-10) retrieveInstance: 1 Matches
2025-11-19 10:47:22,994 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) retrieveInstance: 1 Matches
2025-11-19 10:47:37,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 10:47:37,988 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 10:47:37,989 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 10:47:37,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:47:37,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:47:37,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:47:37,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:47:38,017 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:47:38,017 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:47:38,018 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 10:47:38,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 10:47:40,983 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 10:47:40,985 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 10:47:51,902 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:47:51,905 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:47:52,423 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:47:52,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:47:52,824 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:47:57,201 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 10:47:57,203 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 10:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 10:48:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 10:48:22,880 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101137116&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:24,106 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101202744&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:26,038 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101216276&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:27,191 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101245526&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:28,333 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101348290&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:29,446 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101408119&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:31,753 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116194254.325271&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:48:31,780 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-12) SearchForStudies: 1 Matches
2025-11-19 10:48:32,013 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116194254.325271/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:48:32,021 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-12) SearchForStudySeries: 1 Matches
2025-11-19 10:48:32,048 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101537049&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:32,255 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116194254.325271/series/1.2.392.200036.9125.3.3619053820161.65116194254.325272/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:48:32,269 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-12) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:48:32,506 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116194254.325271/series/1.2.392.200036.9125.3.3619053820161.65116194254.325272/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:48:32,516 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:48:33,154 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101606432&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:33,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:48:33,658 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:48:34,145 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:48:34,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:48:34,156 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116194254.325271/series/1.2.392.200036.9125.3.3619053820161.65116194254.325272/instances/1.2.392.200036.9125.9.0.254349333.3810010302.86381729 from null@187.36.104.204
2025-11-19 10:48:34,160 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-12) retrieveInstance: 1 Matches
2025-11-19 10:48:34,347 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101626210&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:34,387 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116194254.325271/series/1.2.392.200036.9125.3.3619053820161.65116194254.325272/instances/1.2.392.200036.9125.9.0.254349334.941171902.86381729 from null@187.36.104.204
2025-11-19 10:48:34,390 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) retrieveInstance: 1 Matches
2025-11-19 10:48:34,397 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116194254.325271/series/1.2.392.200036.9125.3.3619053820161.65116194254.325272/instances/1.2.392.200036.9125.9.0.254349334.3290113214.86381729 from null@187.36.104.204
2025-11-19 10:48:34,401 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) retrieveInstance: 1 Matches
2025-11-19 10:48:34,436 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-15) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116194254.325271/series/1.2.392.200036.9125.3.3619053820161.65116194254.325272/instances/1.2.392.200036.9125.9.0.254349335.874259646.86381729 from null@187.36.104.204
2025-11-19 10:48:34,439 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-15) retrieveInstance: 1 Matches
2025-11-19 10:48:34,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:48:35,494 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101649926&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:36,579 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101713442&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:37,670 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-10) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68367&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119101136966&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119101747464&contentType=image/jpeg from null@162.240.235.97
2025-11-19 10:48:38,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 10:48:38,020 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,020 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,021 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,021 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,022 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:48:38,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:48:38,023 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,023 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,024 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,024 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,025 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:48:38,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:48:38,026 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:48:38,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:48:38,048 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,049 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 10:48:38,049 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 10:48:40,985 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 10:48:40,986 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 10:48:57,203 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 10:48:57,205 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 10:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 10:49:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 10:49:14,394 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:49:14,397 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:49:14,910 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:49:14,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:49:15,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:49:18,175 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=50062,localport=11112]
2025-11-19 10:49:18,176 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259) >> A-ASSOCIATE-RQ
2025-11-19 10:49:18,176 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259) << A-ASSOCIATE-AC
2025-11-19 10:49:18,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259) >> 55:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520578.395 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:49:21,802 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4896) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:49:21,807 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Create Patient[pk=8812, id=PatientID[pk=8812, id=68380, issuer=DCM4CHEE.124485B5.0A0E8C0B], name=LEANDRA GOMES LOPES DE FARIA]
2025-11-19 10:49:21,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Create Study[pk=8821, uid=68380, id=68380]
2025-11-19 10:49:21,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Create Series[pk=8926, uid=1.2.840.113619.2.423.84107009440.1763520131.394, no=1, mod=US]
2025-11-19 10:49:21,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Create Instance[pk=224810, uid=1.2.840.113619.2.423.84107009440.1763520578.395, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 10:49:21,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Create Location[pk=224810, systemID=amazon-s3, path=2025/11/19/03133069/E21C5A7F/BCEB4E87, tsuid=1.2.840.10008.1.2.1, size=692494, status=OK, objectType=DICOM_FILE]
2025-11-19 10:49:21,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Updated DB in 46 ms
2025-11-19 10:49:21,849 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4896) No duplicate record with equal Patient ID found Patient[pk=8812, id=PatientID[pk=8812, id=68380, issuer=DCM4CHEE.124485B5.0A0E8C0B], name=LEANDRA GOMES LOPES DE FARIA]
2025-11-19 10:49:21,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259) << 55:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520578.395 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:49:22,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259) >> 56:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520578.395 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:49:23,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4896) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:49:23,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Found previous received Instance[pk=224810, uid=1.2.840.113619.2.423.84107009440.1763520578.395, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 10:49:23,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Replace previous received Instance[pk=224810, uid=1.2.840.113619.2.423.84107009440.1763520578.395, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 10:49:23,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Create Instance[pk=224811, uid=1.2.840.113619.2.423.84107009440.1763520578.395, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 10:49:23,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Create Location[pk=224811, systemID=amazon-s3, path=2025/11/19/03133069/E21C5A7F/409E41C1, tsuid=1.2.840.10008.1.2.1, size=692494, status=OK, objectType=DICOM_FILE]
2025-11-19 10:49:23,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259): Updated DB in 19 ms
2025-11-19 10:49:23,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259) << 56:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520578.395 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:49:24,231 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259) >> A-RELEASE-RQ
2025-11-19 10:49:24,231 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4896) DCM4CHEE<-F6LOGIQ(259) << A-RELEASE-RP
2025-11-19 10:49:24,281 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-F6LOGIQ(259): close Socket[addr=187.36.104.204/187.36.104.204,port=50062,localport=11112]
2025-11-19 10:49:38,049 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 10:49:38,051 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:49:38,052 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:49:38,054 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:49:38,055 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:49:38,055 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:49:38,056 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:49:38,056 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:49:38,057 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:49:38,058 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:49:38,058 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:49:38,059 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:49:38,059 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:49:38,084 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:49:38,084 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:49:38,085 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:49:38,085 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 10:49:40,986 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 10:49:40,988 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 10:49:41,087 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116179667.325256&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:49:41,110 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) SearchForStudies: 1 Matches
2025-11-19 10:49:41,348 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116179667.325256/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:49:41,357 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) SearchForStudySeries: 1 Matches
2025-11-19 10:49:41,501 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-11-19 10:49:41,503 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-11-19 10:49:41,594 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116179667.325256/series/1.2.392.200036.9125.3.3619053820161.65116179667.325257/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:49:41,613 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) SearchForStudySeriesInstances: 6 Matches
2025-11-19 10:49:41,855 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116179667.325256/series/1.2.392.200036.9125.3.3619053820161.65116179667.325257/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:49:41,869 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) retrieveSeriesThumbnail: 6 Matches
2025-11-19 10:49:43,342 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116179667.325256/series/1.2.392.200036.9125.3.3619053820161.65116179667.325257/instances/1.2.392.200036.9125.9.0.254349276.3792839870.86381729 from null@187.36.104.204
2025-11-19 10:49:43,347 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) retrieveInstance: 1 Matches
2025-11-19 10:49:43,561 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116179667.325256/series/1.2.392.200036.9125.3.3619053820161.65116179667.325257/instances/1.2.392.200036.9125.9.0.254349277.739452094.86381729 from null@187.36.104.204
2025-11-19 10:49:43,565 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) retrieveInstance: 1 Matches
2025-11-19 10:49:43,566 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-16) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116179667.325256/series/1.2.392.200036.9125.3.3619053820161.65116179667.325257/instances/1.2.392.200036.9125.9.0.254349277.1846813886.86381729 from null@187.36.104.204
2025-11-19 10:49:43,569 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-16) retrieveInstance: 1 Matches
2025-11-19 10:49:43,602 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-17) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116179667.325256/series/1.2.392.200036.9125.3.3619053820161.65116179667.325257/instances/1.2.392.200036.9125.9.0.254349278.2501321918.86381729 from null@187.36.104.204
2025-11-19 10:49:43,606 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-17) retrieveInstance: 1 Matches
2025-11-19 10:49:43,741 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49768,localport=11112]
2025-11-19 10:49:43,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) >> A-ASSOCIATE-RQ
2025-11-19 10:49:43,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) << A-ASSOCIATE-AC
2025-11-19 10:49:43,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) >> 99:C-STORE-RQ[pcid=97, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:49:48,741 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116179667.325256/series/1.2.392.200036.9125.3.3619053820161.65116179667.325257/instances/1.2.392.200036.9125.9.0.254349277.3071616190.86381729 from null@187.36.104.204
2025-11-19 10:49:48,743 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) retrieveInstance: 1 Matches
2025-11-19 10:49:49,455 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116179667.325256/series/1.2.392.200036.9125.3.3619053820161.65116179667.325257/instances/1.2.392.200036.9125.9.0.254349278.1595286718.86381729 from null@187.36.104.204
2025-11-19 10:49:49,458 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) retrieveInstance: 1 Matches
2025-11-19 10:49:56,967 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:49:56,970 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:49:57,206 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 10:49:57,208 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 10:49:57,493 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:49:57,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:49:57,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 10:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 10:50:38,085 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 10:50:38,086 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 10:50:38,087 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 10:50:38,087 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 10:50:38,088 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 10:50:38,088 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 10:50:38,089 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:50:38,089 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:50:38,089 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 10:50:38,090 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 10:50:38,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:50:38,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:50:38,091 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 10:50:38,121 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:50:38,121 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:50:38,121 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 10:50:38,122 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 10:50:40,988 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 10:50:40,989 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 10:50:41,365 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:50:41,368 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:50:41,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:50:41,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:50:42,190 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:50:43,090 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116176175.325230&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:50:43,095 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) SearchForStudies: 1 Matches
2025-11-19 10:50:43,326 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116176175.325230/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:50:43,334 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) SearchForStudySeries: 1 Matches
2025-11-19 10:50:43,566 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116176175.325230/series/1.2.392.200036.9125.3.3619053820161.65116176175.325231/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:50:43,581 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-13) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:50:43,817 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116176175.325230/series/1.2.392.200036.9125.3.3619053820161.65116176175.325231/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:50:43,826 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:50:45,327 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116176175.325230/series/1.2.392.200036.9125.3.3619053820161.65116176175.325231/instances/1.2.392.200036.9125.9.0.254349263.1007232190.86381729 from null@187.36.104.204
2025-11-19 10:50:45,330 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) retrieveInstance: 1 Matches
2025-11-19 10:50:45,556 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-17) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116176175.325230/series/1.2.392.200036.9125.3.3619053820161.65116176175.325231/instances/1.2.392.200036.9125.9.0.254349263.2047485118.86381729 from null@187.36.104.204
2025-11-19 10:50:45,556 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116176175.325230/series/1.2.392.200036.9125.3.3619053820161.65116176175.325231/instances/1.2.392.200036.9125.9.0.254349264.1359750334.86381729 from null@187.36.104.204
2025-11-19 10:50:45,556 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-16) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116176175.325230/series/1.2.392.200036.9125.3.3619053820161.65116176175.325231/instances/1.2.392.200036.9125.9.0.254349263.4027262142.86381729 from null@187.36.104.204
2025-11-19 10:50:45,560 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-17) retrieveInstance: 1 Matches
2025-11-19 10:50:45,560 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-16) retrieveInstance: 1 Matches
2025-11-19 10:50:45,561 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) retrieveInstance: 1 Matches
2025-11-19 10:50:57,208 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 10:50:57,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 10:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 10:51:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 10:51:24,741 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:51:24,743 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:51:25,258 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:51:25,258 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:51:25,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:51:31,995 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-17) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116177353.325242&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:51:32,025 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-17) SearchForStudies: 1 Matches
2025-11-19 10:51:32,256 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-17) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116177353.325242/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:51:32,264 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-17) SearchForStudySeries: 1 Matches
2025-11-19 10:51:32,498 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-17) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116177353.325242/series/1.2.392.200036.9125.3.3619053820161.65116177353.325243/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:51:32,513 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-17) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:51:32,748 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-17) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116177353.325242/series/1.2.392.200036.9125.3.3619053820161.65116177353.325243/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:51:32,759 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-17) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:51:34,404 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-17) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116177353.325242/series/1.2.392.200036.9125.3.3619053820161.65116177353.325243/instances/1.2.392.200036.9125.9.0.254349267.3708626110.86381729 from null@187.36.104.204
2025-11-19 10:51:34,408 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-17) retrieveInstance: 1 Matches
2025-11-19 10:51:34,634 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116177353.325242/series/1.2.392.200036.9125.3.3619053820161.65116177353.325243/instances/1.2.392.200036.9125.9.0.254349268.2114921662.86381729 from null@187.36.104.204
2025-11-19 10:51:34,638 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116177353.325242/series/1.2.392.200036.9125.3.3619053820161.65116177353.325243/instances/1.2.392.200036.9125.9.0.254349268.739124414.86381729 from null@187.36.104.204
2025-11-19 10:51:34,640 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) retrieveInstance: 1 Matches
2025-11-19 10:51:34,640 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-16) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116177353.325242/series/1.2.392.200036.9125.3.3619053820161.65116177353.325243/instances/1.2.392.200036.9125.9.0.254349269.1846617278.86381729 from null@187.36.104.204
2025-11-19 10:51:34,642 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-13) retrieveInstance: 1 Matches
2025-11-19 10:51:34,644 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-16) retrieveInstance: 1 Matches
2025-11-19 10:51:38,122 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 10:51:38,123 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,124 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,124 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,124 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,125 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,125 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,126 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:51:38,126 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:51:38,126 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,127 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,128 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:51:38,128 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:51:38,128 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,129 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,129 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,130 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,130 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,157 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:51:38,157 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:51:38,158 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,159 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,159 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,160 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 10:51:38,160 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 10:51:40,990 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 10:51:40,991 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 10:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-11-19 10:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4910) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-11-19 10:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4911) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4911) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4910) Start deleting 1 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:51:50,783 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4910) Finished deleting 1 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:51:50,783 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4910) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:51:53,003 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:51:53,009 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:51:57,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 10:51:57,212 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 10:52:05,478 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:52:05,480 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:52:05,991 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:52:05,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:52:06,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 10:52:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 10:52:16,846 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=50073,localport=11112]
2025-11-19 10:52:16,847 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261) >> A-ASSOCIATE-RQ
2025-11-19 10:52:16,847 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261) << A-ASSOCIATE-AC
2025-11-19 10:52:17,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261) >> 57:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520758.399 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:52:20,541 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:52:20,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261): Create Instance[pk=224812, uid=1.2.840.113619.2.423.84107009440.1763520758.399, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:52:20,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261): Create Location[pk=224812, systemID=amazon-s3, path=2025/11/19/03133069/E21C5A7F/234E13CF, tsuid=1.2.840.10008.1.2.1, size=692496, status=OK, objectType=DICOM_FILE]
2025-11-19 10:52:20,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261): Updated DB in 7 ms
2025-11-19 10:52:20,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261) << 57:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520758.399 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:52:20,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261) >> 58:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520758.399 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:52:22,768 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:52:22,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261): Found previous received Instance[pk=224812, uid=1.2.840.113619.2.423.84107009440.1763520758.399, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:52:22,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261): Replace previous received Instance[pk=224812, uid=1.2.840.113619.2.423.84107009440.1763520758.399, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:52:22,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261): Create Instance[pk=224813, uid=1.2.840.113619.2.423.84107009440.1763520758.399, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:52:22,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261): Create Location[pk=224813, systemID=amazon-s3, path=2025/11/19/03133069/E21C5A7F/DD8FFCCD, tsuid=1.2.840.10008.1.2.1, size=692496, status=OK, objectType=DICOM_FILE]
2025-11-19 10:52:22,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261): Updated DB in 19 ms
2025-11-19 10:52:22,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261) << 58:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520758.399 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:52:23,111 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261) >> A-RELEASE-RQ
2025-11-19 10:52:23,112 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(261) << A-RELEASE-RP
2025-11-19 10:52:23,162 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-F6LOGIQ(261): close Socket[addr=187.36.104.204/187.36.104.204,port=50073,localport=11112]
2025-11-19 10:52:25,726 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=50074,localport=11112]
2025-11-19 10:52:25,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262) >> A-ASSOCIATE-RQ
2025-11-19 10:52:25,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262) << A-ASSOCIATE-AC
2025-11-19 10:52:25,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262) >> 59:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520578.395 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:52:29,102 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:52:29,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262): Found previous received Instance[pk=224811, uid=1.2.840.113619.2.423.84107009440.1763520578.395, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 10:52:29,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262): Replace previous received Instance[pk=224811, uid=1.2.840.113619.2.423.84107009440.1763520578.395, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 10:52:29,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262): Create Instance[pk=224814, uid=1.2.840.113619.2.423.84107009440.1763520578.395, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 10:52:29,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262): Create Location[pk=224814, systemID=amazon-s3, path=2025/11/19/03133069/E21C5A7F/BCEB4E87, tsuid=1.2.840.10008.1.2.1, size=692494, status=OK, objectType=DICOM_FILE]
2025-11-19 10:52:29,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262): Updated DB in 18 ms
2025-11-19 10:52:29,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262) << 59:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520578.395 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:52:29,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262) >> 60:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520758.399 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:52:31,226 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4912) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:52:31,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262): Found previous received Instance[pk=224813, uid=1.2.840.113619.2.423.84107009440.1763520758.399, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:52:31,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262): Replace previous received Instance[pk=224813, uid=1.2.840.113619.2.423.84107009440.1763520758.399, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:52:31,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262): Create Instance[pk=224815, uid=1.2.840.113619.2.423.84107009440.1763520758.399, class=1.2.840.10008.5.1.4.1.1.7, no=256]
2025-11-19 10:52:31,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262): Create Location[pk=224815, systemID=amazon-s3, path=2025/11/19/03133069/E21C5A7F/E4A2ECB3, tsuid=1.2.840.10008.1.2.1, size=692496, status=OK, objectType=DICOM_FILE]
2025-11-19 10:52:31,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262): Updated DB in 20 ms
2025-11-19 10:52:31,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262) << 60:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763520758.399 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 10:52:31,559 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262) >> A-RELEASE-RQ
2025-11-19 10:52:31,559 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4912) DCM4CHEE<-F6LOGIQ(262) << A-RELEASE-RP
2025-11-19 10:52:31,610 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-F6LOGIQ(262): close Socket[addr=187.36.104.204/187.36.104.204,port=50074,localport=11112]
2025-11-19 10:52:38,160 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 10:52:38,161 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,162 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,162 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,163 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,163 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,164 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,164 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,165 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,165 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,165 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,166 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,166 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,167 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,167 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,168 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:52:38,168 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:52:38,168 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,170 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:52:38,170 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:52:38,170 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,170 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,171 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,171 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,172 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,194 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:52:38,194 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:52:38,195 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,195 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 10:52:38,195 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 10:52:40,991 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 10:52:40,992 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 10:52:44,230 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116168966.32525&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:52:44,235 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-14) SearchForStudies: 1 Matches
2025-11-19 10:52:44,463 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116168966.32525/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:52:44,473 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-14) SearchForStudySeries: 1 Matches
2025-11-19 10:52:44,711 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116168966.32525/series/1.2.392.200036.9125.3.3619053820161.65116168966.32526/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:52:44,727 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-14) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:52:44,958 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116168966.32525/series/1.2.392.200036.9125.3.3619053820161.65116168966.32526/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:52:44,964 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:52:46,404 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116168966.32525/series/1.2.392.200036.9125.3.3619053820161.65116168966.32526/instances/1.2.392.200036.9125.9.0.254349235.402662590.86381729 from null@187.36.104.204
2025-11-19 10:52:46,409 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-14) retrieveInstance: 1 Matches
2025-11-19 10:52:46,639 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-16) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116168966.32525/series/1.2.392.200036.9125.3.3619053820161.65116168966.32526/instances/1.2.392.200036.9125.9.0.254349235.1325475006.86381729 from null@187.36.104.204
2025-11-19 10:52:46,642 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-18) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116168966.32525/series/1.2.392.200036.9125.3.3619053820161.65116168966.32526/instances/1.2.392.200036.9125.9.0.254349236.84092094.86381729 from null@187.36.104.204
2025-11-19 10:52:46,643 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-16) retrieveInstance: 1 Matches
2025-11-19 10:52:46,648 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-18) retrieveInstance: 1 Matches
2025-11-19 10:52:46,652 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116168966.32525/series/1.2.392.200036.9125.3.3619053820161.65116168966.32526/instances/1.2.392.200036.9125.9.0.254349235.3439469758.86381729 from null@187.36.104.204
2025-11-19 10:52:46,657 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) retrieveInstance: 1 Matches
2025-11-19 10:52:46,780 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:52:46,782 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:52:47,293 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:52:47,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:52:47,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:52:57,212 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 10:52:57,214 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 10:53:03,232 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4900) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:53:03,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Found previous received Instance[pk=223505, uid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 10:53:03,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Replace previous received Instance[pk=223505, uid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 10:53:03,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Create Instance[pk=224816, uid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 10:53:03,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Create Location[pk=224816, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/45D7D05B, tsuid=1.2.840.10008.1.2, size=8391774, status=OK, objectType=DICOM_FILE]
2025-11-19 10:53:03,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Updated DB in 34 ms
2025-11-19 10:53:03,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) << 99:C-STORE-RSP[pcid=97, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:53:03,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) >> 101:C-STORE-RQ[pcid=97, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 10:53:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 10:53:29,483 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:53:29,485 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:53:29,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:53:29,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:53:30,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:53:38,196 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 10:53:38,197 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 10:53:38,198 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 10:53:38,198 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 10:53:38,198 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:53:38,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:53:38,199 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 10:53:38,200 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 10:53:38,201 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:53:38,201 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:53:38,201 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 10:53:38,223 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:53:38,223 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:53:38,223 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 10:53:38,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 10:53:40,993 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 10:53:40,995 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 10:53:57,214 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 10:53:57,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 10:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 10:54:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 10:54:19,027 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:54:19,029 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:54:19,548 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:54:19,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:54:19,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:54:20,133 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116171602.325217&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 10:54:20,137 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) SearchForStudies: 1 Matches
2025-11-19 10:54:20,372 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116171602.325217/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 10:54:20,383 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) SearchForStudySeries: 1 Matches
2025-11-19 10:54:20,615 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116171602.325217/series/1.2.392.200036.9125.3.3619053820161.65116171603.325218/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 10:54:20,630 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) SearchForStudySeriesInstances: 4 Matches
2025-11-19 10:54:20,864 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116171602.325217/series/1.2.392.200036.9125.3.3619053820161.65116171603.325218/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 10:54:20,870 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) retrieveSeriesThumbnail: 4 Matches
2025-11-19 10:54:22,357 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116171602.325217/series/1.2.392.200036.9125.3.3619053820161.65116171603.325218/instances/1.2.392.200036.9125.9.0.254349246.3959956670.86381729 from null@187.36.104.204
2025-11-19 10:54:22,360 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) retrieveInstance: 1 Matches
2025-11-19 10:54:22,584 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-18) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116171602.325217/series/1.2.392.200036.9125.3.3619053820161.65116171603.325218/instances/1.2.392.200036.9125.9.0.254349245.3724944574.86381729 from null@187.36.104.204
2025-11-19 10:54:22,585 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116171602.325217/series/1.2.392.200036.9125.3.3619053820161.65116171603.325218/instances/1.2.392.200036.9125.9.0.254349245.1577329854.86381729 from null@187.36.104.204
2025-11-19 10:54:22,585 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-21) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116171602.325217/series/1.2.392.200036.9125.3.3619053820161.65116171603.325218/instances/1.2.392.200036.9125.9.0.254349245.2802132158.86381729 from null@187.36.104.204
2025-11-19 10:54:22,586 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-18) retrieveInstance: 1 Matches
2025-11-19 10:54:22,587 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) retrieveInstance: 1 Matches
2025-11-19 10:54:22,589 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-21) retrieveInstance: 1 Matches
2025-11-19 10:54:38,224 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 10:54:38,225 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,225 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,226 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,226 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,226 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,227 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,227 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:54:38,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:54:38,228 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,228 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:54:38,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:54:38,230 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,230 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:54:38,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:54:38,259 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,259 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,260 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,260 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 10:54:38,260 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 10:54:40,995 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 10:54:40,996 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 10:54:41,503 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 10:54:41,571 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) Calculated size of 1 studies
2025-11-19 10:54:41,571 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 10:54:57,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 10:54:57,218 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 10:55:09,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:55:09,134 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:55:09,652 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:55:09,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:55:09,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 10:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 10:55:38,260 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 10:55:38,262 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,262 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,263 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,263 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,263 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,264 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,264 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,265 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:55:38,265 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:55:38,266 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:55:38,266 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:55:38,266 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,267 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,267 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:55:38,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:55:38,287 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,287 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,288 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 10:55:38,288 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 10:55:40,996 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 10:55:40,997 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 10:55:57,218 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 10:55:57,220 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 10:55:58,783 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4614) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:55:58,785 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4614) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 10:55:59,294 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:55:59,295 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:55:59,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) >> A-RELEASE-RQ
2025-11-19 10:55:59,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4614) DCM4CHEE<-HS60MT(258) << A-RELEASE-RP
2025-11-19 10:55:59,581 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS60MT(258): close Socket[addr=187.36.104.204/187.36.104.204,port=49493,localport=11112]
2025-11-19 10:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 10:56:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 10:56:23,047 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4900) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:56:23,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Found previous received Instance[pk=223506, uid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 10:56:23,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Replace previous received Instance[pk=223506, uid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 10:56:23,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Create Instance[pk=224817, uid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 10:56:23,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Create Location[pk=224817, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/E53C6A0A, tsuid=1.2.840.10008.1.2, size=8391764, status=OK, objectType=DICOM_FILE]
2025-11-19 10:56:23,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Updated DB in 20 ms
2025-11-19 10:56:23,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) << 101:C-STORE-RSP[pcid=97, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:56:23,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) >> 103:C-STORE-RQ[pcid=97, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:56:30,019 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49515,localport=11112]
2025-11-19 10:56:30,020 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> A-ASSOCIATE-RQ
2025-11-19 10:56:30,020 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << A-ASSOCIATE-AC
2025-11-19 10:56:30,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074748865 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:56:38,288 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 10:56:38,289 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 10:56:38,290 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:56:38,290 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:56:38,291 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:56:38,291 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:56:38,311 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:56:38,311 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:56:38,311 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 10:56:40,998 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 10:56:40,999 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 10:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-11-19 10:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4936) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-11-19 10:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4937) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4937) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 10:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4936) Start deleting 5 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:56:52,871 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4936) Finished deleting 5 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:56:52,871 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4936) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 10:56:53,010 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:56:53,015 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 10:56:57,220 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 10:56:57,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 10:57:07,897 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:57:07,902 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Patient[pk=8813, id=PatientID[pk=8813, id=18112025-074626, issuer=DCM4CHEE.0ED799A6.null], name=CARLOS HENRIQUE DE ARAUJO]
2025-11-19 10:57:07,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Study[pk=8822, uid=1.2.410.200001.101.11.601.1501430850.1.20251118074647664, id=20251118074647]
2025-11-19 10:57:07,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Series[pk=8927, uid=1.2.410.200001.101.11.601.1501430850.2.20251118074747240, no=1, mod=US]
2025-11-19 10:57:07,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224818, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074748865, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 10:57:07,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224818, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/403668CD, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 10:57:07,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 24 ms
2025-11-19 10:57:07,922 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) No duplicate record with equal Patient ID found Patient[pk=8813, id=PatientID[pk=8813, id=18112025-074626, issuer=DCM4CHEE.0ED799A6.null], name=CARLOS HENRIQUE DE ARAUJO]
2025-11-19 10:57:07,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074748865 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:57:08,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074821704 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 10:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 10:57:38,312 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 10:57:38,312 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:57:38,313 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:57:38,314 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 10:57:38,316 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:57:38,316 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:57:38,316 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 10:57:38,343 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:57:38,343 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:57:38,344 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 10:57:38,344 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 10:57:40,999 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 10:57:41,001 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 10:57:44,714 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:57:44,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224819, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074821704, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 10:57:44,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224819, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/41CBDF55, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 10:57:44,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 21 ms
2025-11-19 10:57:44,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074821704 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:57:44,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074827857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:57:57,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 10:57:57,225 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 10:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 10:58:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 10:58:24,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:58:24,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224820, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074827857, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 10:58:24,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224820, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/41CE9DEE, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 10:58:24,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 10 ms
2025-11-19 10:58:24,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074827857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:58:24,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074900861 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:58:38,344 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 10:58:38,345 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:58:38,345 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:58:38,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:58:38,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:58:38,347 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 10:58:38,366 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:58:38,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:58:38,367 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 10:58:41,001 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 10:58:41,002 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 10:58:57,225 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 10:58:57,227 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 10:59:06,305 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSDeleteScheduler.execute()
2025-11-19 10:59:06,310 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSDeleteScheduler.execute()
2025-11-19 10:59:11,395 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:59:11,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224821, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074900861, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 10:59:11,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224821, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/4364190B, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 10:59:11,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 5 ms
2025-11-19 10:59:11,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074900861 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:59:11,637 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074950001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 10:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 10:59:38,367 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 10:59:38,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:59:38,368 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:59:38,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:59:38,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:59:38,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 10:59:38,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 10:59:38,390 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 10:59:41,002 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 10:59:41,004 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 10:59:41,571 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-11-19 10:59:41,639 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) Calculated size of 1 studies
2025-11-19 10:59:41,639 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-11-19 10:59:41,936 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4900) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:59:41,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Found previous received Instance[pk=223507, uid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 10:59:41,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Replace previous received Instance[pk=223507, uid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 10:59:41,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Create Instance[pk=224822, uid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 10:59:41,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Create Location[pk=224822, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/988742A5, tsuid=1.2.840.10008.1.2, size=8391776, status=OK, objectType=DICOM_FILE]
2025-11-19 10:59:41,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Updated DB in 23 ms
2025-11-19 10:59:41,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) << 103:C-STORE-RSP[pcid=97, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:59:42,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) >> 105:C-STORE-RQ[pcid=97, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:59:47,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 10:59:47,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224823, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074950001, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 10:59:47,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224823, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/43AA6FCE, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 10:59:47,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 5 ms
2025-11-19 10:59:47,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074950001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:59:48,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075040378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 10:59:57,227 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 10:59:57,229 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 11:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 11:00:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 11:00:31,329 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:00:31,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224824, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075040378, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 11:00:31,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224824, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/6927021A, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:00:31,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 19 ms
2025-11-19 11:00:31,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075040378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:00:31,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075114556 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:00:38,390 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 11:00:38,391 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:00:38,391 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:00:38,392 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:00:38,392 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:00:38,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:00:38,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:00:38,418 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 11:00:41,004 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 11:00:41,005 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 11:00:57,229 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 11:00:57,231 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 11:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 11:01:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 11:01:12,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:01:12,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224825, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075114556, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 11:01:12,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224825, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/6AB36CF4, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:01:12,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 13 ms
2025-11-19 11:01:12,561 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075114556 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:01:12,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075143103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:01:38,418 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 11:01:38,419 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:01:38,419 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:01:38,420 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:01:38,420 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:01:38,421 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 11:01:38,422 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 11:01:38,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:01:38,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:01:38,447 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 11:01:38,448 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 11:01:41,005 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 11:01:41,006 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 11:01:48,073 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:01:48,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224826, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075143103, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 11:01:48,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224826, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/6ADD2F76, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:01:48,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 16 ms
2025-11-19 11:01:48,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075143103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:01:48,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075220360 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-11-19 11:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4958) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-11-19 11:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4959) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4959) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4958) Start deleting 1 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:01:50,781 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4958) Finished deleting 1 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:01:50,781 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4958) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:01:53,016 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:01:53,022 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:01:57,231 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 11:01:57,233 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 11:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 11:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 11:02:28,417 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:02:28,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224827, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075220360, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 11:02:28,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224827, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/6C74842F, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 11:02:28,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 11 ms
2025-11-19 11:02:28,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075220360 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:02:28,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075229132 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:02:38,448 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 11:02:38,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:02:38,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:02:38,450 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:02:38,450 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:02:38,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:02:38,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:02:38,470 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 11:02:41,007 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 11:02:41,008 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 11:02:57,233 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 11:02:57,235 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 11:03:00,864 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4900) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:03:00,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Found previous received Instance[pk=223508, uid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 11:03:00,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Replace previous received Instance[pk=223508, uid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 11:03:00,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Create Instance[pk=224828, uid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 11:03:00,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Create Location[pk=224828, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/66FEFF91, tsuid=1.2.840.10008.1.2, size=8391776, status=OK, objectType=DICOM_FILE]
2025-11-19 11:03:00,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260): Updated DB in 18 ms
2025-11-19 11:03:00,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) << 105:C-STORE-RSP[pcid=97, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:03:01,113 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) >> A-RELEASE-RQ
2025-11-19 11:03:01,113 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(260) << A-RELEASE-RP
2025-11-19 11:03:01,164 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-FCR-CSL1(260): close Socket[addr=187.36.104.204/187.36.104.204,port=49768,localport=11112]
2025-11-19 11:03:02,724 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49803,localport=11112]
2025-11-19 11:03:02,724 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) >> A-ASSOCIATE-RQ
2025-11-19 11:03:02,724 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) << A-ASSOCIATE-AC
2025-11-19 11:03:02,956 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) >> 109:C-STORE-RQ[pcid=107, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:03:05,308 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:03:05,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224829, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075229132, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 11:03:05,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224829, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/6C7893A9, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:03:05,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 11 ms
2025-11-19 11:03:05,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075229132 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:03:05,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075242483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 11:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 11:03:38,471 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 11:03:38,471 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:03:38,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:03:38,473 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:03:38,473 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:03:38,503 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:03:38,503 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:03:38,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 11:03:41,008 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 11:03:41,009 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 11:03:44,389 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:03:44,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224830, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075242483, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 11:03:44,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224830, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/6C919FF1, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:03:44,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 14 ms
2025-11-19 11:03:44,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075242483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:03:44,638 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075248521 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:03:57,236 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 11:03:57,237 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 11:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 11:04:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 11:04:27,024 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:04:27,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Instance[pk=224831, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075248521, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 11:04:27,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Create Location[pk=224831, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/6C945D30, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:04:27,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263): Updated DB in 4 ms
2025-11-19 11:04:27,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075248521 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:04:27,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) >> A-RELEASE-RQ
2025-11-19 11:04:27,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(263) << A-RELEASE-RP
2025-11-19 11:04:27,311 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS60MT(263): close Socket[addr=187.36.104.204/187.36.104.204,port=49515,localport=11112]
2025-11-19 11:04:27,740 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49516,localport=11112]
2025-11-19 11:04:27,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> A-ASSOCIATE-RQ
2025-11-19 11:04:27,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << A-ASSOCIATE-AC
2025-11-19 11:04:27,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074748865 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:04:38,503 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 11:04:38,504 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:04:38,504 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:04:38,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:04:38,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:04:38,506 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:04:38,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:04:38,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:04:38,530 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:04:38,530 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 11:04:41,009 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 11:04:41,010 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 11:04:41,639 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-11-19 11:04:41,705 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) Calculated size of 1 studies
2025-11-19 11:04:41,705 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-11-19 11:04:57,237 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 11:04:57,239 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 11:05:05,961 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:05:05,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224818, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074748865, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 11:05:05,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224818, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074748865, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 11:05:05,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224832, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074748865, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 11:05:05,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224832, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/6DCC1154, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:05:05,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 17 ms
2025-11-19 11:05:05,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074748865 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:05:06,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074821704 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 11:05:12,056 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 11:05:38,531 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 11:05:38,538 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 11:05:38,538 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:05:38,538 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:05:38,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:05:38,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:05:38,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:05:38,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:05:38,564 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 11:05:41,011 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 11:05:41,012 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 11:05:42,850 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:05:42,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224819, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074821704, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 11:05:42,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224819, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074821704, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 11:05:42,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224833, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074821704, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 11:05:42,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224833, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/08AF9798, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:05:42,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 13 ms
2025-11-19 11:05:42,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074821704 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:05:43,100 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074827857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:05:57,240 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 11:05:57,242 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 11:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 11:06:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 11:06:21,300 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4900) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:06:21,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Found previous received Instance[pk=224816, uid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 11:06:21,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Replace previous received Instance[pk=224816, uid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 11:06:21,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Create Instance[pk=224834, uid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 11:06:21,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Create Location[pk=224834, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/3BC1B1E0, tsuid=1.2.840.10008.1.2, size=8391774, status=OK, objectType=DICOM_FILE]
2025-11-19 11:06:21,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Updated DB in 21 ms
2025-11-19 11:06:21,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) << 109:C-STORE-RSP[pcid=107, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.1342186686.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:06:21,551 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) >> 111:C-STORE-RQ[pcid=107, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:06:27,043 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:06:27,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224820, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074827857, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 11:06:27,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224820, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074827857, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 11:06:27,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224835, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074827857, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 11:06:27,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224835, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/E0756E1F, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:06:27,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 14 ms
2025-11-19 11:06:27,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074827857 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:06:27,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074900861 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:06:38,565 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 11:06:38,566 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 11:06:38,566 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:06:38,567 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:06:38,568 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:06:38,568 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:06:38,602 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:06:38,602 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:06:38,602 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 11:06:41,012 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 11:06:41,013 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 11:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-11-19 11:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4980) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-11-19 11:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4981) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4981) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4980) Start deleting 5 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:06:52,859 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4980) Finished deleting 5 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:06:52,859 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-4980) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:06:53,022 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:06:53,029 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:06:57,242 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 11:06:57,245 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 11:07:08,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:07:08,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224821, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074900861, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 11:07:08,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224821, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074900861, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 11:07:08,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224836, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074900861, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 11:07:08,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224836, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/57BC49A7, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 11:07:08,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 11 ms
2025-11-19 11:07:08,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074900861 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:07:09,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074950001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 11:07:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 11:07:20,258 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68380&seriesUID=1.2.840.113619.2.423.84107009440.1763520131.394&objectUID=1.2.840.113619.2.423.84107009440.1763520578.395&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:07:21,331 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68380&seriesUID=1.2.840.113619.2.423.84107009440.1763520131.394&objectUID=1.2.840.113619.2.423.84107009440.1763520758.399&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:07:38,603 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 11:07:38,603 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:07:38,604 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:07:38,605 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:07:38,605 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:07:38,606 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 11:07:38,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:07:38,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:07:38,631 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 11:07:38,632 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 11:07:41,014 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 11:07:41,015 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 11:07:53,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:07:53,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224823, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074950001, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 11:07:53,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224823, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074950001, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 11:07:53,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224837, uid=1.2.410.200001.101.11.601.1501430850.3.20251118074950001, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 11:07:53,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224837, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/7BD32583, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:07:53,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 19 ms
2025-11-19 11:07:53,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118074950001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:07:53,836 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075040378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:07:57,245 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 11:07:57,247 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 11:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 11:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 11:08:35,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:08:35,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224824, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075040378, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 11:08:35,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224824, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075040378, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 11:08:35,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224838, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075040378, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 11:08:35,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224838, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/92041A96, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:08:35,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 29 ms
2025-11-19 11:08:35,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075040378 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:08:36,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075114556 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:08:38,632 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 11:08:38,633 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 11:08:38,633 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:08:38,634 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:08:38,635 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:08:38,635 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:08:38,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:08:38,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:08:38,656 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 11:08:41,015 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 11:08:41,017 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 11:08:57,248 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 11:08:57,249 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 11:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 11:09:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 11:09:16,269 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:09:16,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224825, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075114556, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 11:09:16,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224825, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075114556, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 11:09:16,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224839, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075114556, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 11:09:16,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224839, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/01FDC795, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:09:16,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 14 ms
2025-11-19 11:09:16,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075114556 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:09:16,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075143103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:09:38,657 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 11:09:38,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:09:38,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:09:38,658 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:09:38,659 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:09:38,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:09:38,679 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:09:38,679 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 11:09:39,225 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4900) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:09:39,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Found previous received Instance[pk=224817, uid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 11:09:39,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Replace previous received Instance[pk=224817, uid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 11:09:39,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Create Instance[pk=224840, uid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 11:09:39,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Create Location[pk=224840, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/21AE86EC, tsuid=1.2.840.10008.1.2, size=8391764, status=OK, objectType=DICOM_FILE]
2025-11-19 11:09:39,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Updated DB in 14 ms
2025-11-19 11:09:39,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) << 111:C-STORE-RSP[pcid=107, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349573.2365859006.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:09:39,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) >> 113:C-STORE-RQ[pcid=107, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:09:41,017 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 11:09:41,018 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 11:09:41,705 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-11-19 11:09:41,759 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) Calculated size of 1 studies
2025-11-19 11:09:41,759 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-11-19 11:09:57,250 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 11:09:57,251 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 11:09:57,420 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:09:57,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224826, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075143103, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 11:09:57,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224826, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075143103, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 11:09:57,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224841, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075143103, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 11:09:57,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224841, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/A43380DA, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:09:57,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 13 ms
2025-11-19 11:09:57,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075143103 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:09:57,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075220360 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 11:10:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 11:10:19,084 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?0020000D=1.2.392.200036.9125.2.3619053820161.65116255297.33525&includefield=00080020,00080030,00080050,00080061,00080090,00081030,00100010,00100020,00100021,00100030,00100040,0020000D,00200010 from null@187.36.104.204
2025-11-19 11:10:19,089 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) SearchForStudies: 1 Matches
2025-11-19 11:10:19,353 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116255297.33525/series?includefield=0008103E,00080060,0020000E,00200011,00081190 from null@187.36.104.204
2025-11-19 11:10:19,361 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) SearchForStudySeries: 1 Matches
2025-11-19 11:10:19,630 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116255297.33525/series/1.2.392.200036.9125.3.3619053820161.65116255297.33526/instances?includefield=00080018,00200013,00081190&offset=0&limit=1000 from null@187.36.104.204
2025-11-19 11:10:19,644 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-19) SearchForStudySeriesInstances: 4 Matches
2025-11-19 11:10:19,908 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116255297.33525/series/1.2.392.200036.9125.3.3619053820161.65116255297.33526/thumbnail?viewport=256%2C256 from null@187.36.104.204
2025-11-19 11:10:19,917 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) retrieveSeriesThumbnail: 4 Matches
2025-11-19 11:10:21,428 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116255297.33525/series/1.2.392.200036.9125.3.3619053820161.65116255297.33526/instances/1.2.392.200036.9125.9.0.254349572.1342186686.86381729 from null@187.36.104.204
2025-11-19 11:10:21,433 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-19) retrieveInstance: 1 Matches
2025-11-19 11:10:21,650 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116255297.33525/series/1.2.392.200036.9125.3.3619053820161.65116255297.33526/instances/1.2.392.200036.9125.9.0.254349572.3187811518.86381729 from null@187.36.104.204
2025-11-19 11:10:21,654 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) retrieveInstance: 1 Matches
2025-11-19 11:10:21,661 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-23) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116255297.33525/series/1.2.392.200036.9125.3.3619053820161.65116255297.33526/instances/1.2.392.200036.9125.9.0.254349572.4093846718.86381729 from null@187.36.104.204
2025-11-19 11:10:21,661 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/1.2.392.200036.9125.2.3619053820161.65116255297.33525/series/1.2.392.200036.9125.3.3619053820161.65116255297.33526/instances/1.2.392.200036.9125.9.0.254349573.2365859006.86381729 from null@187.36.104.204
2025-11-19 11:10:21,664 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-23) retrieveInstance: 1 Matches
2025-11-19 11:10:21,664 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-22) retrieveInstance: 1 Matches
2025-11-19 11:10:38,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:10:38,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224827, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075220360, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 11:10:38,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224827, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075220360, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 11:10:38,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224842, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075220360, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 11:10:38,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224842, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/F3B16F19, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 11:10:38,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 15 ms
2025-11-19 11:10:38,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075220360 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:10:38,679 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 11:10:38,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:10:38,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:10:38,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:10:38,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:10:38,703 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:10:38,703 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:10:38,703 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 11:10:38,802 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075229132 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:10:41,018 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 11:10:41,019 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 11:10:57,252 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 11:10:57,253 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 11:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 11:11:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 11:11:15,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:11:15,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224829, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075229132, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 11:11:15,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224829, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075229132, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 11:11:15,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224843, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075229132, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 11:11:15,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224843, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/60B19661, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:11:15,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 15 ms
2025-11-19 11:11:15,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075229132 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:11:15,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075242483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:11:38,703 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 11:11:38,704 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,705 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,705 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,706 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,706 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,707 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,707 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,707 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,708 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,708 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:11:38,708 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:11:38,709 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,710 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:11:38,710 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:11:38,710 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,710 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,711 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,711 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,738 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:11:38,738 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:11:38,739 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,740 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 11:11:38,740 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 11:11:41,020 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 11:11:41,021 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 11:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-11-19 11:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5002) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-11-19 11:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5003) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5003) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5002) Start deleting 8 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:11:53,029 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:11:53,035 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:11:54,523 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:11:54,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224830, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075242483, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 11:11:54,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224830, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075242483, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 11:11:54,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224844, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075242483, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 11:11:54,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224844, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/35414280, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:11:54,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 14 ms
2025-11-19 11:11:54,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075242483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:11:54,565 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5002) Finished deleting 8 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:11:54,565 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5002) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:11:54,776 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075248521 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:11:57,254 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 11:11:57,256 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 11:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 11:12:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 11:12:15,805 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114150755367&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:17,007 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114150823675&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:18,126 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114150850576&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:19,304 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114150857544&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:20,505 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114150908406&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:21,782 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114150915395&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:22,955 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114151110925&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:24,163 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114151227453&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:25,339 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114151247158&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:26,522 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114151757236&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:27,678 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114152026508&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:28,824 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67786&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251114150755239&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251114152112714&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:12:32,849 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:12:32,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Found previous received Instance[pk=224831, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075248521, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 11:12:32,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Replace previous received Instance[pk=224831, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075248521, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 11:12:32,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Instance[pk=224845, uid=1.2.410.200001.101.11.601.1501430850.3.20251118075248521, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 11:12:32,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Create Location[pk=224845, systemID=amazon-s3, path=2025/11/19/A32C50CA/728B7BE4/BF6A5526, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 11:12:32,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265): Updated DB in 15 ms
2025-11-19 11:12:32,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118075248521 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:12:33,096 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) >> A-RELEASE-RQ
2025-11-19 11:12:33,097 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(265) << A-RELEASE-RP
2025-11-19 11:12:33,147 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS60MT(265): close Socket[addr=187.36.104.204/187.36.104.204,port=49516,localport=11112]
2025-11-19 11:12:33,595 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49547,localport=11112]
2025-11-19 11:12:33,596 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> A-ASSOCIATE-RQ
2025-11-19 11:12:33,596 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << A-ASSOCIATE-AC
2025-11-19 11:12:33,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105342372 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:12:38,740 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 11:12:38,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:12:38,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:12:38,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:12:38,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:12:38,766 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:12:38,766 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:12:38,766 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 11:12:41,021 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 11:12:41,023 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 11:12:57,256 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 11:12:57,258 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 11:12:57,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4900) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:12:57,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Found previous received Instance[pk=224822, uid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 11:12:57,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Replace previous received Instance[pk=224822, uid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 11:12:57,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Create Instance[pk=224846, uid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 11:12:57,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Create Location[pk=224846, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/66741C04, tsuid=1.2.840.10008.1.2, size=8391776, status=OK, objectType=DICOM_FILE]
2025-11-19 11:12:57,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Updated DB in 18 ms
2025-11-19 11:12:57,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) << 113:C-STORE-RSP[pcid=107, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.3187811518.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:12:57,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) >> 115:C-STORE-RQ[pcid=107, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 11:13:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 11:13:12,314 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:13:12,320 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Patient[pk=8814, id=PatientID[pk=8814, id=67460, issuer=DCM4CHEE.9D8D0D6C.0DA28F31], name=BARBARA NOGUEIRA SIQUEIRA SOUZA]
2025-11-19 11:13:12,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Study[pk=8823, uid=67460, id=67460]
2025-11-19 11:13:12,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Series[pk=8928, uid=1.2.410.200001.101.11.601.1501430850.2.20251113105342128, no=1, mod=US]
2025-11-19 11:13:12,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Instance[pk=224847, uid=1.2.410.200001.101.11.601.1501430850.3.20251113105342372, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 11:13:12,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Location[pk=224847, systemID=amazon-s3, path=2025/11/19/0312BF8D/98490A24/65F373FC, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 11:13:12,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Updated DB in 27 ms
2025-11-19 11:13:12,342 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) No duplicate record with equal Patient ID found Patient[pk=8814, id=PatientID[pk=8814, id=67460, issuer=DCM4CHEE.9D8D0D6C.0DA28F31], name=BARBARA NOGUEIRA SIQUEIRA SOUZA]
2025-11-19 11:13:12,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105342372 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:13:12,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105352056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:13:38,766 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 11:13:38,768 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 11:13:38,768 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:13:38,768 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:13:38,769 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 11:13:38,770 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:13:38,770 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:13:38,771 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 11:13:38,795 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:13:38,795 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:13:38,795 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 11:13:41,023 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 11:13:41,024 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 11:13:53,926 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:13:53,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Instance[pk=224848, uid=1.2.410.200001.101.11.601.1501430850.3.20251113105352056, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 11:13:53,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Location[pk=224848, systemID=amazon-s3, path=2025/11/19/0312BF8D/98490A24/66018000, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 11:13:53,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Updated DB in 14 ms
2025-11-19 11:13:53,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105352056 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:13:54,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105400721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:13:57,258 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 11:13:57,261 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 11:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 11:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 11:14:34,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:14:34,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Instance[pk=224849, uid=1.2.410.200001.101.11.601.1501430850.3.20251113105400721, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 11:14:34,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Location[pk=224849, systemID=amazon-s3, path=2025/11/19/0312BF8D/98490A24/676F1441, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 11:14:34,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Updated DB in 4 ms
2025-11-19 11:14:34,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105400721 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:14:34,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105459984 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:14:34,980 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeTaskScheduler.execute()
2025-11-19 11:14:34,999 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeTaskScheduler.execute()
2025-11-19 11:14:38,796 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 11:14:38,796 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:14:38,797 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:14:38,797 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 11:14:38,799 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:14:38,799 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:14:38,799 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 11:14:38,821 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:14:38,821 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:14:38,822 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 11:14:38,822 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 11:14:41,024 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 11:14:41,025 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 11:14:41,759 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-11-19 11:14:41,814 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) Calculated size of 1 studies
2025-11-19 11:14:41,815 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-11-19 11:14:57,261 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 11:14:57,263 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 11:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 11:15:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 11:15:12,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:15:12,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Instance[pk=224850, uid=1.2.410.200001.101.11.601.1501430850.3.20251113105459984, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 11:15:12,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Location[pk=224850, systemID=amazon-s3, path=2025/11/19/0312BF8D/98490A24/67B9A95C, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 11:15:12,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Updated DB in 10 ms
2025-11-19 11:15:12,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105459984 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:15:13,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105517917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:15:15,102 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66144&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251105111222588&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251105111223350&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:15:16,307 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66144&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251105111222588&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251105111303909&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:15:17,440 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66144&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251105111222588&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251105111405244&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:15:18,571 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66144&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251105111222588&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251105111424205&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:15:19,707 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66144&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251105111222588&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251105111449581&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:15:20,961 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66144&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251105111222588&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251105111507435&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:15:22,157 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66144&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251105111222588&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251105111537014&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:15:23,273 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66144&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251105111222588&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251105111604325&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:15:38,822 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 11:15:38,823 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,824 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,824 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,824 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,825 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,825 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:15:38,825 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:15:38,825 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,826 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,826 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,827 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:15:38,827 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:15:38,828 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:15:38,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:15:38,848 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,849 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:15:38,849 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 11:15:41,026 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 11:15:41,027 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 11:15:51,703 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:15:51,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Instance[pk=224851, uid=1.2.410.200001.101.11.601.1501430850.3.20251113105517917, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 11:15:51,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Location[pk=224851, systemID=amazon-s3, path=2025/11/19/0312BF8D/98490A24/69353A63, tsuid=1.2.840.10008.1.2, size=3416888, status=OK, objectType=DICOM_FILE]
2025-11-19 11:15:51,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Updated DB in 18 ms
2025-11-19 11:15:51,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105517917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:15:51,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105530825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:15:57,263 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 11:15:57,265 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 11:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 11:16:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 11:16:16,159 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4900) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:16:16,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Found previous received Instance[pk=224828, uid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 11:16:16,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Replace previous received Instance[pk=224828, uid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 11:16:16,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Create Instance[pk=224852, uid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 11:16:16,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Create Location[pk=224852, systemID=amazon-s3, path=2025/11/19/40D178CD/BEA934CF/977ACA4B, tsuid=1.2.840.10008.1.2, size=8391776, status=OK, objectType=DICOM_FILE]
2025-11-19 11:16:16,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264): Updated DB in 13 ms
2025-11-19 11:16:16,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) << 115:C-STORE-RSP[pcid=107, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349572.4093846718.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:16:16,407 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) >> A-RELEASE-RQ
2025-11-19 11:16:16,407 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4900) DCM4CHEE<-FCR-CSL1(264) << A-RELEASE-RP
2025-11-19 11:16:16,457 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-FCR-CSL1(264): close Socket[addr=187.36.104.204/187.36.104.204,port=49803,localport=11112]
2025-11-19 11:16:31,643 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:16:31,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Instance[pk=224853, uid=1.2.410.200001.101.11.601.1501430850.3.20251113105530825, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 11:16:31,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Location[pk=224853, systemID=amazon-s3, path=2025/11/19/0312BF8D/98490A24/694E3728, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 11:16:31,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Updated DB in 14 ms
2025-11-19 11:16:31,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105530825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:16:31,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105537983 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:16:38,849 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 11:16:38,850 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 11:16:38,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:16:38,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:16:38,852 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:16:38,852 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:16:38,853 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 11:16:38,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:16:38,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:16:38,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 11:16:41,027 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 11:16:41,028 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 11:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-11-19 11:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5024) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-11-19 11:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5025) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5025) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:16:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5024) Start deleting 4 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:16:52,334 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5024) Finished deleting 4 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:16:52,334 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5024) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:16:53,036 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:16:53,043 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:16:57,265 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 11:16:57,267 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 11:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 11:17:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 11:17:16,661 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:17:16,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Instance[pk=224854, uid=1.2.410.200001.101.11.601.1501430850.3.20251113105537983, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 11:17:16,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Location[pk=224854, systemID=amazon-s3, path=2025/11/19/0312BF8D/98490A24/69516A3A, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 11:17:16,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Updated DB in 9 ms
2025-11-19 11:17:16,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105537983 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:17:16,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105606159 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:17:38,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 11:17:38,873 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:17:38,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:17:38,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:17:38,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:17:38,877 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 11:17:38,901 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:17:38,901 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:17:38,902 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 11:17:38,902 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 11:17:41,028 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 11:17:41,030 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 11:17:57,238 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:17:57,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Instance[pk=224855, uid=1.2.410.200001.101.11.601.1501430850.3.20251113105606159, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 11:17:57,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Location[pk=224855, systemID=amazon-s3, path=2025/11/19/0312BF8D/98490A24/6ADB6998, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 11:17:57,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Updated DB in 13 ms
2025-11-19 11:17:57,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105606159 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:17:57,267 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 11:17:57,268 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 11:17:57,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105634194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 11:18:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 11:18:38,903 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 11:18:38,903 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:18:38,904 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:18:38,905 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:18:38,905 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:18:38,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:18:38,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:18:38,929 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 11:18:41,030 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 11:18:41,032 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 11:18:44,873 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:18:44,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Instance[pk=224856, uid=1.2.410.200001.101.11.601.1501430850.3.20251113105634194, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 11:18:44,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Create Location[pk=224856, systemID=amazon-s3, path=2025/11/19/0312BF8D/98490A24/6B04C7D4, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 11:18:44,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266): Updated DB in 15 ms
2025-11-19 11:18:44,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113105634194 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:18:45,134 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) >> A-RELEASE-RQ
2025-11-19 11:18:45,134 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(266) << A-RELEASE-RP
2025-11-19 11:18:45,185 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS60MT(266): close Socket[addr=187.36.104.204/187.36.104.204,port=49547,localport=11112]
2025-11-19 11:18:45,616 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49548,localport=11112]
2025-11-19 11:18:45,617 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) >> A-ASSOCIATE-RQ
2025-11-19 11:18:45,617 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) << A-ASSOCIATE-AC
2025-11-19 11:18:45,861 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118151948008 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:18:57,269 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 11:18:57,271 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 11:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 11:19:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 11:19:29,793 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:19:29,805 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Patient[pk=8815, id=PatientID[pk=8815, id=68267, issuer=DCM4CHEE.BFCE868E.0D7835ED], name=JULIANA CRISTINA CANO DE MELLO]
2025-11-19 11:19:29,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Study[pk=8824, uid=68267, id=68267]
2025-11-19 11:19:29,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Series[pk=8929, uid=1.2.410.200001.101.11.601.1501430850.2.20251118151947659, no=1, mod=US]
2025-11-19 11:19:29,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Instance[pk=224857, uid=1.2.410.200001.101.11.601.1501430850.3.20251118151948008, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 11:19:29,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Location[pk=224857, systemID=amazon-s3, path=2025/11/19/03132C71/9BC49FCE/696F5ECC, tsuid=1.2.840.10008.1.2, size=3915782, status=OK, objectType=DICOM_FILE]
2025-11-19 11:19:29,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Updated DB in 33 ms
2025-11-19 11:19:29,828 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) No duplicate record with equal Patient ID found Patient[pk=8815, id=PatientID[pk=8815, id=68267, issuer=DCM4CHEE.BFCE868E.0D7835ED], name=JULIANA CRISTINA CANO DE MELLO]
2025-11-19 11:19:29,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118151948008 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:19:30,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152010156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:19:35,716 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:19:35,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Instance[pk=224858, uid=1.2.410.200001.101.11.601.1501430850.3.20251118152010156, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 11:19:35,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Location[pk=224858, systemID=amazon-s3, path=2025/11/19/03132C71/9BC49FCE/8ECC1755, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 11:19:35,730 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Updated DB in 14 ms
2025-11-19 11:19:35,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152010156 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:19:35,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152102582 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:19:38,930 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 11:19:38,930 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:19:38,931 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:19:38,932 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:19:38,932 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:19:38,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:19:38,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:19:38,957 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 11:19:41,032 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 11:19:41,033 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 11:19:41,815 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start StudySizeScheduler.execute()
2025-11-19 11:19:41,938 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) Calculated size of 2 studies
2025-11-19 11:19:41,938 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished StudySizeScheduler.execute()
2025-11-19 11:19:42,711 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:19:42,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Instance[pk=224859, uid=1.2.410.200001.101.11.601.1501430850.3.20251118152102582, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 11:19:42,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Location[pk=224859, systemID=amazon-s3, path=2025/11/19/03132C71/9BC49FCE/9073D08E, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 11:19:42,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Updated DB in 12 ms
2025-11-19 11:19:42,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152102582 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:19:42,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152130518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:19:50,309 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:19:50,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Instance[pk=224860, uid=1.2.410.200001.101.11.601.1501430850.3.20251118152130518, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 11:19:50,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Location[pk=224860, systemID=amazon-s3, path=2025/11/19/03132C71/9BC49FCE/909D2D80, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 11:19:50,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Updated DB in 13 ms
2025-11-19 11:19:50,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152130518 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:19:50,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152201727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:19:56,812 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:19:56,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Instance[pk=224861, uid=1.2.410.200001.101.11.601.1501430850.3.20251118152201727, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 11:19:56,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Location[pk=224861, systemID=amazon-s3, path=2025/11/19/03132C71/9BC49FCE/92283B9B, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 11:19:56,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Updated DB in 16 ms
2025-11-19 11:19:56,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152201727 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:19:57,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152233143 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:19:57,271 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 11:19:57,273 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 11:20:02,574 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:20:02,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Instance[pk=224862, uid=1.2.410.200001.101.11.601.1501430850.3.20251118152233143, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 11:20:02,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Location[pk=224862, systemID=amazon-s3, path=2025/11/19/03132C71/9BC49FCE/92535490, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 11:20:02,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Updated DB in 14 ms
2025-11-19 11:20:02,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152233143 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:20:02,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152413950 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:20:07,559 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:20:07,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Instance[pk=224863, uid=1.2.410.200001.101.11.601.1501430850.3.20251118152413950, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 11:20:07,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Location[pk=224863, systemID=amazon-s3, path=2025/11/19/03132C71/9BC49FCE/95A0F4F0, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 11:20:07,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Updated DB in 10 ms
2025-11-19 11:20:07,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152413950 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:20:07,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152443777 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 11:20:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 11:20:12,211 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:20:12,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Instance[pk=224864, uid=1.2.410.200001.101.11.601.1501430850.3.20251118152443777, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 11:20:12,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Create Location[pk=224864, systemID=amazon-s3, path=2025/11/19/03132C71/9BC49FCE/95CB3436, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 11:20:12,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267): Updated DB in 6 ms
2025-11-19 11:20:12,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251118152443777 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:20:12,472 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) >> A-RELEASE-RQ
2025-11-19 11:20:12,472 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(267) << A-RELEASE-RP
2025-11-19 11:20:12,523 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS60MT(267): close Socket[addr=187.36.104.204/187.36.104.204,port=49548,localport=11112]
2025-11-19 11:20:12,993 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49549,localport=11112]
2025-11-19 11:20:13,011 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) >> A-ASSOCIATE-RQ
2025-11-19 11:20:13,011 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) << A-ASSOCIATE-AC
2025-11-19 11:20:13,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105712665 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:20:38,958 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 11:20:38,959 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 11:20:38,960 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 11:20:38,961 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:20:38,961 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:20:38,963 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:20:38,963 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:20:38,984 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:20:38,984 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:20:38,984 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 11:20:41,033 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 11:20:41,034 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 11:20:57,274 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 11:20:57,276 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 11:21:03,328 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:21:03,342 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Patient[pk=8816, id=PatientID[pk=8816, id=1656, issuer=DCM4CHEE.41C38FDD.null], name=^ANALICE SILVA TEIXEIRA]
2025-11-19 11:21:03,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Study[pk=8825, uid=1.2.410.200001.101.11.601.1501430850.1.20251115104754895, id=20251115104754]
2025-11-19 11:21:03,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Series[pk=8930, uid=1.2.410.200001.101.11.601.1501430850.2.20251115105712241, no=1, mod=US]
2025-11-19 11:21:03,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Instance[pk=224865, uid=1.2.410.200001.101.11.601.1501430850.3.20251115105712665, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 11:21:03,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Location[pk=224865, systemID=amazon-s3, path=2025/11/19/852DCD38/87850C53/552F7D5A, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 11:21:03,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Updated DB in 47 ms
2025-11-19 11:21:03,376 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) No duplicate record with equal Patient ID found Patient[pk=8816, id=PatientID[pk=8816, id=1656, issuer=DCM4CHEE.41C38FDD.null], name=^ANALICE SILVA TEIXEIRA]
2025-11-19 11:21:03,377 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105712665 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:21:03,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105725878 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 11:21:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 11:21:38,985 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 11:21:38,987 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 11:21:38,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:21:38,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:21:38,989 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 11:21:38,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:21:38,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:21:39,015 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:21:39,015 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:21:39,016 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 11:21:39,016 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 11:21:41,035 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 11:21:41,036 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 11:21:48,521 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:21:48,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Instance[pk=224866, uid=1.2.410.200001.101.11.601.1501430850.3.20251115105725878, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 11:21:48,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Location[pk=224866, systemID=amazon-s3, path=2025/11/19/852DCD38/87850C53/553EF99C, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 11:21:48,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Updated DB in 12 ms
2025-11-19 11:21:48,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105725878 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:21:48,802 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105736324 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-11-19 11:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-11-19 11:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5046) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5047) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5047) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:21:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5046) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:21:53,044 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:21:53,051 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:21:57,277 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 11:21:57,279 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 11:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 11:22:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 11:22:36,902 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:22:36,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Instance[pk=224867, uid=1.2.410.200001.101.11.601.1501430850.3.20251115105736324, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 11:22:36,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Location[pk=224867, systemID=amazon-s3, path=2025/11/19/852DCD38/87850C53/554D7218, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 11:22:36,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Updated DB in 5 ms
2025-11-19 11:22:36,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105736324 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:22:37,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105745583 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:22:39,016 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 11:22:39,017 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:22:39,017 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:22:39,018 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:22:39,018 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:22:39,019 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 11:22:39,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:22:39,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:22:39,039 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 11:22:41,036 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 11:22:41,037 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 11:22:57,280 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 11:22:57,282 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 11:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 11:23:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 11:23:27,425 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:23:27,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Instance[pk=224868, uid=1.2.410.200001.101.11.601.1501430850.3.20251115105745583, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 11:23:27,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Location[pk=224868, systemID=amazon-s3, path=2025/11/19/852DCD38/87850C53/555B1D75, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 11:23:27,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Updated DB in 11 ms
2025-11-19 11:23:27,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105745583 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:23:27,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105820039 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:23:39,039 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 11:23:39,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:23:39,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:23:39,042 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:23:39,042 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:23:39,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:23:39,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:23:39,070 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 11:23:41,038 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 11:23:41,039 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 11:23:57,282 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 11:23:57,285 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 11:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 11:24:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 11:24:23,767 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:24:23,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Instance[pk=224869, uid=1.2.410.200001.101.11.601.1501430850.3.20251115105820039, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 11:24:23,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Location[pk=224869, systemID=amazon-s3, path=2025/11/19/852DCD38/87850C53/56F16DDD, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 11:24:23,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Updated DB in 17 ms
2025-11-19 11:24:23,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105820039 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:24:24,055 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105849640 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:24:39,070 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 11:24:39,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:24:39,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:24:39,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:24:39,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:24:39,100 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:24:39,101 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:24:39,101 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 11:24:41,040 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 11:24:41,042 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 11:24:41,938 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start StudySizeScheduler.execute()
2025-11-19 11:24:42,020 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) Calculated size of 1 studies
2025-11-19 11:24:42,020 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished StudySizeScheduler.execute()
2025-11-19 11:24:57,285 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 11:24:57,288 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 11:25:03,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:25:03,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Instance[pk=224870, uid=1.2.410.200001.101.11.601.1501430850.3.20251115105849640, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 11:25:03,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Create Location[pk=224870, systemID=amazon-s3, path=2025/11/19/852DCD38/87850C53/5711CAD2, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 11:25:03,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268): Updated DB in 14 ms
2025-11-19 11:25:03,065 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105849640 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:25:03,336 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) >> A-RELEASE-RQ
2025-11-19 11:25:03,336 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(268) << A-RELEASE-RP
2025-11-19 11:25:03,387 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS60MT(268): close Socket[addr=187.36.104.204/187.36.104.204,port=49549,localport=11112]
2025-11-19 11:25:03,849 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49550,localport=11112]
2025-11-19 11:25:03,859 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> A-ASSOCIATE-RQ
2025-11-19 11:25:03,859 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << A-ASSOCIATE-AC
2025-11-19 11:25:04,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091039650 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 11:25:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 11:25:39,101 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 11:25:39,102 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:25:39,102 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:25:39,103 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:25:39,103 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:25:39,128 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:25:39,128 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:25:39,128 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 11:25:41,042 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 11:25:41,043 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 11:25:47,206 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:25:47,211 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Patient[pk=8817, id=PatientID[pk=8817, id=67675, issuer=DCM4CHEE.59A3AE6C.0BFBBB4C], name=TATIANE GOMES DANTAS]
2025-11-19 11:25:47,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Study[pk=8826, uid=67675, id=67675]
2025-11-19 11:25:47,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Series[pk=8931, uid=1.2.410.200001.101.11.601.1501430850.2.20251114091039289, no=1, mod=US]
2025-11-19 11:25:47,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Instance[pk=224871, uid=1.2.410.200001.101.11.601.1501430850.3.20251114091039650, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 11:25:47,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Location[pk=224871, systemID=amazon-s3, path=2025/11/19/0312C733/C67644CC/9420B52B, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 11:25:47,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Updated DB in 29 ms
2025-11-19 11:25:47,237 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) No duplicate record with equal Patient ID found Patient[pk=8817, id=PatientID[pk=8817, id=67675, issuer=DCM4CHEE.59A3AE6C.0BFBBB4C], name=TATIANE GOMES DANTAS]
2025-11-19 11:25:47,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091039650 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:25:47,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091045125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:25:57,288 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 11:25:57,291 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 11:26:01,140 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68047&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251117105338442&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251117105701879&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:26:04,039 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68047&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251117105338442&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251117105338737&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:26:05,222 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68047&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251117105338442&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251117105410072&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:26:06,417 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68047&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251117105338442&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251117105457453&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:26:07,647 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68047&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251117105338442&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251117105519823&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:26:08,895 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68047&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251117105338442&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251117105551328&contentType=image/jpeg from null@162.240.235.97
2025-11-19 11:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 11:26:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 11:26:25,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:26:25,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Instance[pk=224872, uid=1.2.410.200001.101.11.601.1501430850.3.20251114091045125, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 11:26:25,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Location[pk=224872, systemID=amazon-s3, path=2025/11/19/0312C733/C67644CC/942CE813, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 11:26:25,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Updated DB in 8 ms
2025-11-19 11:26:25,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091045125 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:26:26,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091056531 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:26:39,128 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 11:26:39,129 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:26:39,129 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:26:39,130 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 11:26:39,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:26:39,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:26:39,156 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:26:39,156 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:26:39,157 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 11:26:39,157 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 11:26:41,044 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 11:26:41,045 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 11:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 11:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5068) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 11:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5069) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5069) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5068) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:26:53,052 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:26:53,060 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:26:57,291 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 11:26:57,293 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 11:27:10,866 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:27:10,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Instance[pk=224873, uid=1.2.410.200001.101.11.601.1501430850.3.20251114091056531, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 11:27:10,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Location[pk=224873, systemID=amazon-s3, path=2025/11/19/0312C733/C67644CC/943B8312, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 11:27:10,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Updated DB in 6 ms
2025-11-19 11:27:10,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091056531 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:27:11,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091103506 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 11:27:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 11:27:39,158 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 11:27:39,159 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:27:39,159 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:27:39,160 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:27:39,160 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:27:39,161 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:27:39,180 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:27:39,180 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:27:39,181 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 11:27:39,181 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 11:27:41,045 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 11:27:41,047 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 11:27:51,119 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:27:51,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Instance[pk=224874, uid=1.2.410.200001.101.11.601.1501430850.3.20251114091103506, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 11:27:51,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Location[pk=224874, systemID=amazon-s3, path=2025/11/19/0312C733/C67644CC/95A888B7, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 11:27:51,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Updated DB in 11 ms
2025-11-19 11:27:51,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091103506 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:27:51,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091111529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:27:57,294 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 11:27:57,296 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 11:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 11:28:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 11:28:31,616 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:28:31,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Instance[pk=224875, uid=1.2.410.200001.101.11.601.1501430850.3.20251114091111529, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 11:28:31,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Location[pk=224875, systemID=amazon-s3, path=2025/11/19/0312C733/C67644CC/95B5B7BB, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 11:28:31,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Updated DB in 11 ms
2025-11-19 11:28:31,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091111529 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:28:31,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091201154 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:28:39,181 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 11:28:39,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:28:39,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:28:39,192 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:28:39,192 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:28:39,218 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:28:39,218 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:28:39,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 11:28:41,048 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 11:28:41,049 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 11:28:57,296 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 11:28:57,298 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 11:29:10,446 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:29:10,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Instance[pk=224876, uid=1.2.410.200001.101.11.601.1501430850.3.20251114091201154, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 11:29:10,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Location[pk=224876, systemID=amazon-s3, path=2025/11/19/0312C733/C67644CC/975C6A2D, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 11:29:10,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Updated DB in 10 ms
2025-11-19 11:29:10,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091201154 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:29:10,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091210508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 11:29:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 11:29:39,219 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 11:29:39,219 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:29:39,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:29:39,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:29:39,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:29:39,250 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:29:39,250 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:29:39,250 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 11:29:41,050 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 11:29:41,051 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 11:29:42,020 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-11-19 11:29:42,095 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) Calculated size of 1 studies
2025-11-19 11:29:42,095 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-11-19 11:29:52,734 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:29:52,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Instance[pk=224877, uid=1.2.410.200001.101.11.601.1501430850.3.20251114091210508, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 11:29:52,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Location[pk=224877, systemID=amazon-s3, path=2025/11/19/0312C733/C67644CC/976A1BBC, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 11:29:52,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Updated DB in 12 ms
2025-11-19 11:29:52,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091210508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:29:53,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091219740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:29:57,298 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 11:29:57,300 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 11:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 11:30:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 11:30:33,968 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:30:33,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Instance[pk=224878, uid=1.2.410.200001.101.11.601.1501430850.3.20251114091219740, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 11:30:33,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Location[pk=224878, systemID=amazon-s3, path=2025/11/19/0312C733/C67644CC/976E3B09, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 11:30:33,985 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Updated DB in 16 ms
2025-11-19 11:30:33,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091219740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:30:34,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091241943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:30:39,251 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 11:30:39,251 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:30:39,252 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:30:39,253 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:30:39,253 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:30:39,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:30:39,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:30:39,278 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 11:30:41,051 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 11:30:41,053 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 11:30:57,301 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 11:30:57,303 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 11:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 11:31:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 11:31:17,788 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-4930) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:31:17,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Instance[pk=224879, uid=1.2.410.200001.101.11.601.1501430850.3.20251114091241943, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 11:31:17,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Create Location[pk=224879, systemID=amazon-s3, path=2025/11/19/0312C733/C67644CC/9794E619, tsuid=1.2.840.10008.1.2, size=3416628, status=OK, objectType=DICOM_FILE]
2025-11-19 11:31:17,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Updated DB in 13 ms
2025-11-19 11:31:17,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091241943 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:31:18,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091255374 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:31:39,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 11:31:39,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:31:39,280 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:31:39,281 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 11:31:39,282 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:31:39,282 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:31:39,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:31:39,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:31:39,306 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 11:31:41,053 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 11:31:41,055 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 11:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-11-19 11:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5090) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-11-19 11:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5091) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5090) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5091) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:31:53,061 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:31:53,069 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:31:56,188 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): Failed to store received object:
: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readAvailable(StreamUtils.java:57)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readFully(StreamUtils.java:68)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readFully(PDUDecoder.java:225)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readPDU(PDUDecoder.java:220)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:176)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:31:56,768 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114091255374 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: java.net.SocketException: Connection reset
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:261)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readAvailable(StreamUtils.java:57)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readFully(StreamUtils.java:68)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readFully(PDUDecoder.java:225)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readPDU(PDUDecoder.java:220)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:176)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	... 32 more

2025-11-19 11:31:56,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << 10:C-STORE-RSP[pcid=1, status=110H, errorComment=java.net.SocketException: Connection reset
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:31:56,769 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): i/o exception: java.net.SocketException: Broken pipe in State: Sta6 - Association established and ready for data transfer
2025-11-19 11:31:56,769 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269): close Socket[addr=187.36.104.204/187.36.104.204,port=49550,localport=11112]
2025-11-19 11:31:56,769 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-4930) DCM4CHEE<-HS60MT(269) << C_STORE_RSP failed: Broken pipe
2025-11-19 11:31:57,304 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 11:31:57,306 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 11:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 11:32:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 11:32:39,306 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 11:32:39,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:32:39,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:32:39,309 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 11:32:39,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:32:39,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:32:39,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:32:39,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:32:39,334 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 11:32:41,055 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 11:32:41,057 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 11:32:57,161 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStgCmtScheduler.execute()
2025-11-19 11:32:57,163 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStgCmtScheduler.execute()
2025-11-19 11:32:57,306 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 11:32:57,308 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 11:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 11:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 11:33:39,335 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 11:33:39,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:33:39,336 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:33:39,337 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:33:39,337 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:33:39,338 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 11:33:39,368 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:33:39,368 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:33:39,368 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 11:33:41,057 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 11:33:41,058 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 11:33:57,309 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 11:33:57,311 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 11:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 11:34:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 11:34:39,368 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 11:34:39,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:34:39,370 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:34:39,371 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:34:39,371 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:34:39,395 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:34:39,395 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:34:39,395 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 11:34:41,059 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 11:34:41,060 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 11:34:42,095 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start StudySizeScheduler.execute()
2025-11-19 11:34:42,165 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) Calculated size of 1 studies
2025-11-19 11:34:42,165 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished StudySizeScheduler.execute()
2025-11-19 11:34:57,311 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 11:34:57,314 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 11:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 11:35:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 11:35:39,395 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 11:35:39,396 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:35:39,397 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:35:39,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:35:39,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:35:39,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:35:39,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:35:39,423 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 11:35:41,061 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 11:35:41,063 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 11:35:57,314 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 11:35:57,316 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 11:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 11:36:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 11:36:39,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 11:36:39,426 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 11:36:39,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:36:39,427 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:36:39,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:36:39,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:36:39,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:36:39,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:36:39,454 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 11:36:41,063 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 11:36:41,065 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 11:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-11-19 11:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5112) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-11-19 11:36:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5113) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:36:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5112) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:36:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5113) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:36:53,069 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:36:53,077 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:36:57,317 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 11:36:57,319 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 11:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 11:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 11:37:39,454 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 11:37:39,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:37:39,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:37:39,457 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:37:39,458 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:37:39,482 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:37:39,482 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:37:39,483 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 11:37:41,065 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 11:37:41,067 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 11:37:57,319 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 11:37:57,321 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 11:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 11:38:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 11:38:39,483 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 11:38:39,483 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:38:39,484 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:38:39,485 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:38:39,485 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:38:39,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:38:39,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:38:39,514 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 11:38:41,067 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 11:38:41,069 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 11:38:57,322 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 11:38:57,324 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 11:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 11:39:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 11:39:39,515 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 11:39:39,515 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:39:39,516 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:39:39,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:39:39,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:39:39,537 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:39:39,537 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:39:39,537 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 11:39:41,069 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 11:39:41,070 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 11:39:42,165 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 11:39:42,167 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 11:39:57,324 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 11:39:57,326 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 11:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 11:40:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 11:40:39,537 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 11:40:39,538 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:40:39,538 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:40:39,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:40:39,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:40:39,560 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:40:39,560 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:40:39,561 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 11:40:41,070 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 11:40:41,071 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 11:40:57,327 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 11:40:57,329 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 11:41:04,254 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49231,localport=11112]
2025-11-19 11:41:04,255 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270) >> A-ASSOCIATE-RQ
2025-11-19 11:41:04,255 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270) << A-ASSOCIATE-AC
2025-11-19 11:41:04,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 11:41:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 11:41:39,561 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 11:41:39,561 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:41:39,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:41:39,563 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:41:39,563 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:41:39,587 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:41:39,587 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:41:39,588 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 11:41:41,072 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 11:41:41,073 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 11:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-11-19 11:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5136) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-11-19 11:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5137) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5137) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5136) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:41:53,077 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:41:53,085 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:41:53,341 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5130) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 11:41:53,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270): Found previous received Instance[pk=224809, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 11:41:53,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270): Replace previous received Instance[pk=224809, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 11:41:53,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270): Create Instance[pk=224880, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 11:41:53,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270): Create Location[pk=224880, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/AFF9A68B, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 11:41:53,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270): Updated DB in 30 ms
2025-11-19 11:41:53,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:41:53,619 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:41:57,329 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 11:41:57,331 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 11:42:01,868 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270): Failed to store received object:
: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readAvailable(StreamUtils.java:57)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readFully(StreamUtils.java:68)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readFully(PDUDecoder.java:225)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:159)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:42:02,368 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: java.net.SocketException: Connection reset
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:261)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readAvailable(StreamUtils.java:57)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readFully(StreamUtils.java:68)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readFully(PDUDecoder.java:225)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:159)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	... 32 more

2025-11-19 11:42:02,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270) << 2:C-STORE-RSP[pcid=1, status=110H, errorComment=java.net.SocketException: Connection reset
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 11:42:02,368 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270): i/o exception: java.net.SocketException: Broken pipe in State: Sta6 - Association established and ready for data transfer
2025-11-19 11:42:02,368 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270): close Socket[addr=187.36.104.204/187.36.104.204,port=49231,localport=11112]
2025-11-19 11:42:02,369 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5130) DCM4CHEE<-HS60MT(270) << C_STORE_RSP failed: Broken pipe
2025-11-19 11:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 11:42:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 11:42:39,588 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 11:42:39,588 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:42:39,589 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:42:39,590 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:42:39,590 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:42:39,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:42:39,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:42:39,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 11:42:41,074 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 11:42:41,075 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 11:42:57,332 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 11:42:57,334 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 11:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 11:43:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 11:43:39,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 11:43:39,617 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 11:43:39,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:43:39,618 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:43:39,618 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 11:43:39,619 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:43:39,620 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:43:39,646 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:43:39,646 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:43:39,646 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 11:43:39,647 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 11:43:41,075 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 11:43:41,077 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 11:43:57,334 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 11:43:57,337 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 11:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 11:44:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 11:44:39,647 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 11:44:39,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:44:39,648 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:44:39,649 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:44:39,649 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:44:39,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:44:39,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:44:39,671 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 11:44:41,077 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 11:44:41,083 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 11:44:42,167 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 11:44:42,169 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 11:44:57,337 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 11:44:57,340 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 11:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 11:45:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 11:45:39,671 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 11:45:39,672 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:45:39,672 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:45:39,673 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:45:39,673 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:45:39,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:45:39,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:45:39,697 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 11:45:41,083 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 11:45:41,085 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 11:45:57,340 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 11:45:57,342 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 11:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 11:46:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 11:46:39,698 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 11:46:39,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:46:39,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:46:39,700 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:46:39,700 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:46:39,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:46:39,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:46:39,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 11:46:41,085 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 11:46:41,086 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 11:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-11-19 11:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5157) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-11-19 11:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5158) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:46:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5158) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:46:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5157) Start deleting 1 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:46:50,812 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5157) Finished deleting 1 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:46:50,812 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5157) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:46:53,085 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:46:53,093 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:46:57,343 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 11:46:57,345 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 11:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 11:47:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 11:47:39,724 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 11:47:39,725 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:47:39,726 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:47:39,727 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:47:39,727 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:47:39,754 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:47:39,754 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:47:39,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 11:47:41,087 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 11:47:41,088 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 11:47:57,345 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 11:47:57,348 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 11:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 11:48:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 11:48:39,754 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 11:48:39,755 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:48:39,755 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:48:39,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:48:39,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:48:39,781 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:48:39,781 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:48:39,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 11:48:41,089 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 11:48:41,090 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 11:48:57,348 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 11:48:57,350 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 11:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 11:49:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 11:49:17,296 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.247.137.133, port=54639, Session(1763561855355|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:49:20,297 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5167) /172.18.0.3:2762<-/185.247.137.133:54639(271): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 11:49:20,297 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5167) /172.18.0.3:2762<-/185.247.137.133:54639(271): close SSLSocket[hostname=185.247.137.133, port=54639, Session(1763561855355|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:49:32,589 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=87.236.176.121, port=53137, Session(1763567357298|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:49:33,885 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5168) /172.18.0.3:2762<-/87.236.176.121:53137(272): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 11:49:33,886 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5168) /172.18.0.3:2762<-/87.236.176.121:53137(272): close SSLSocket[hostname=87.236.176.121, port=53137, Session(1763567357298|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:49:34,178 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=87.236.176.121, port=45429, Session(1763567372590|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:49:34,471 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5168) /172.18.0.3:2762<-/87.236.176.121:45429(273): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 11:49:34,471 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5168) /172.18.0.3:2762<-/87.236.176.121:45429(273): close SSLSocket[hostname=87.236.176.121, port=45429, Session(1763567372590|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:49:35,107 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=87.236.176.83, port=49971, Session(1763567374178|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:49:35,256 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5168) /172.18.0.3:2762<-/87.236.176.83:49971(274): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-11-19 11:49:35,256 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5168) /172.18.0.3:2762<-/87.236.176.83:49971(274): close SSLSocket[hostname=87.236.176.83, port=49971, Session(1763567374178|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:49:39,782 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 11:49:39,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:49:39,783 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:49:39,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:49:39,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:49:39,809 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:49:39,809 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:49:39,809 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 11:49:41,091 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 11:49:41,092 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 11:49:42,170 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-11-19 11:49:42,237 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) Calculated size of 1 studies
2025-11-19 11:49:42,237 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-11-19 11:49:57,351 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 11:49:57,353 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 11:50:08,401 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.247.137.103, port=57053, Session(1763567375107|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:50:08,550 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5173) /172.18.0.3:2762<-/185.247.137.103:57053(275): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 11:50:08,550 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5173) /172.18.0.3:2762<-/185.247.137.103:57053(275): close SSLSocket[hostname=185.247.137.103, port=57053, Session(1763567375107|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 11:50:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 11:50:39,809 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 11:50:39,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:50:39,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:50:39,812 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:50:39,812 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:50:39,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:50:39,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:50:39,839 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 11:50:41,092 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 11:50:41,094 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 11:50:41,694 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.247.137.75, port=37525, Session(1763567408402|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:50:41,696 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5177) /172.18.0.3:2762<-/185.247.137.75:37525(276): i/o exception: javax.net.ssl.SSLHandshakeException: no cipher suites in common in State: Sta2 - Transport connection open
2025-11-19 11:50:41,696 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5177) /172.18.0.3:2762<-/185.247.137.75:37525(276): close SSLSocket[hostname=185.247.137.75, port=37525, Session(1763567408402|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:50:57,353 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 11:50:57,356 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 11:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 11:51:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 11:51:14,989 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.247.137.92, port=57935, Session(1763567441695|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:51:15,136 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5178) /172.18.0.3:2762<-/185.247.137.92:57935(277): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-11-19 11:51:15,136 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5178) /172.18.0.3:2762<-/185.247.137.92:57935(277): close SSLSocket[hostname=185.247.137.92, port=57935, Session(1763567441695|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:51:39,839 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 11:51:39,840 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 11:51:39,841 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:51:39,841 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:51:39,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:51:39,843 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:51:39,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:51:39,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:51:39,867 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 11:51:41,095 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 11:51:41,096 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 11:51:48,282 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.247.137.105, port=51883, Session(1763567474990|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:51:48,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5183) /172.18.0.3:2762<-/185.247.137.105:51883(278): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 11:51:48,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5183) /172.18.0.3:2762<-/185.247.137.105:51883(278): close SSLSocket[hostname=185.247.137.105, port=51883, Session(1763567474990|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-11-19 11:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5183) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-11-19 11:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5184) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5183) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5184) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:51:53,093 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:51:53,103 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:51:57,356 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 11:51:57,358 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 11:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 11:52:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 11:52:21,577 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.247.137.79, port=33325, Session(1763567508283|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:52:21,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5185) /172.18.0.3:2762<-/185.247.137.79:33325(279): i/o exception: javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1.1 is not enabled or supported in server context in State: Sta2 - Transport connection open
2025-11-19 11:52:21,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5185) /172.18.0.3:2762<-/185.247.137.79:33325(279): close SSLSocket[hostname=185.247.137.79, port=33325, Session(1763567508283|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:52:39,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 11:52:39,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:52:39,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:52:39,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:52:39,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:52:39,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:52:39,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:52:39,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 11:52:41,096 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 11:52:41,098 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 11:52:54,871 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=87.236.176.79, port=54125, Session(1763567541578|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:52:55,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5190) /172.18.0.3:2762<-/87.236.176.79:54125(280): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 11:52:55,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5190) /172.18.0.3:2762<-/87.236.176.79:54125(280): close SSLSocket[hostname=87.236.176.79, port=54125, Session(1763567541578|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:52:57,358 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 11:52:57,361 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 11:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 11:53:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 11:53:28,166 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.247.137.95, port=57853, Session(1763567574871|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:53:28,314 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5191) /172.18.0.3:2762<-/185.247.137.95:57853(281): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 11:53:28,314 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5191) /172.18.0.3:2762<-/185.247.137.95:57853(281): close SSLSocket[hostname=185.247.137.95, port=57853, Session(1763567574871|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:53:39,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 11:53:39,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:53:39,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:53:39,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:53:39,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:53:39,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:53:39,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:53:39,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 11:53:41,098 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 11:53:41,099 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 11:53:57,361 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 11:53:57,362 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 11:54:01,461 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=185.247.137.88, port=56655, Session(1763567608167|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:54:01,608 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5196) /172.18.0.3:2762<-/185.247.137.88:56655(282): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-11-19 11:54:01,608 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5196) /172.18.0.3:2762<-/185.247.137.88:56655(282): close SSLSocket[hostname=185.247.137.88, port=56655, Session(1763567608167|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 11:54:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 11:54:34,769 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=87.236.176.93, port=58215, Session(1763567641461|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:54:34,932 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5197) /172.18.0.3:2762<-/87.236.176.93:58215(283): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 11:54:34,932 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5197) /172.18.0.3:2762<-/87.236.176.93:58215(283): close SSLSocket[hostname=87.236.176.93, port=58215, Session(1763567641461|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 11:54:39,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 11:54:39,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:54:39,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:54:39,919 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:54:39,920 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:54:39,944 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:54:39,944 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:54:39,944 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 11:54:41,100 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 11:54:41,101 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 11:54:42,237 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 11:54:42,239 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 11:54:57,363 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 11:54:57,364 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 11:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 11:55:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 11:55:39,945 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 11:55:39,945 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:55:39,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:55:39,947 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:55:39,947 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:55:39,974 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:55:39,974 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:55:39,974 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 11:55:41,101 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 11:55:41,103 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 11:55:57,365 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 11:55:57,367 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 11:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 11:56:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 11:56:39,975 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 11:56:39,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:56:39,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:56:39,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:56:39,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:56:40,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:56:40,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:56:40,001 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 11:56:41,103 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 11:56:41,104 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 11:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start PurgeStorageScheduler.execute()
2025-11-19 11:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5210) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished PurgeStorageScheduler.execute()
2025-11-19 11:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5211) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:56:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5211) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 11:56:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5210) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 11:56:53,103 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:56:53,111 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 11:56:57,367 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 11:56:57,370 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 11:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 11:57:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 11:57:40,002 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 11:57:40,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:57:40,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:57:40,003 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:57:40,003 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:57:40,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:57:40,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:57:40,023 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 11:57:41,105 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 11:57:41,106 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 11:57:57,370 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 11:57:57,372 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 11:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 11:58:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 11:58:40,023 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 11:58:40,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:58:40,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:58:40,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:58:40,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:58:40,050 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:58:40,050 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:58:40,050 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 11:58:41,106 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 11:58:41,108 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 11:58:57,373 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 11:58:57,375 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 11:59:06,310 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSDeleteScheduler.execute()
2025-11-19 11:59:06,318 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSDeleteScheduler.execute()
2025-11-19 11:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 11:59:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 11:59:40,051 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 11:59:40,051 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:59:40,052 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:59:40,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:59:40,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:59:40,076 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 11:59:40,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 11:59:40,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 11:59:41,108 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 11:59:41,110 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 11:59:42,240 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-11-19 11:59:42,242 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-11-19 11:59:57,376 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 11:59:57,378 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 12:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 12:00:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 12:00:40,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 12:00:40,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:00:40,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:00:40,079 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:00:40,079 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:00:40,101 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:00:40,101 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:00:40,101 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 12:00:41,110 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 12:00:41,111 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 12:00:57,378 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 12:00:57,380 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 12:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 12:01:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 12:01:40,101 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 12:01:40,102 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:01:40,102 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:01:40,103 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:01:40,103 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:01:40,127 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:01:40,127 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:01:40,128 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 12:01:41,111 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 12:01:41,113 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 12:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-11-19 12:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5232) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-11-19 12:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5233) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5233) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5232) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:01:53,111 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:01:53,121 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:01:57,380 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 12:01:57,383 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 12:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 12:02:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 12:02:40,128 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 12:02:40,128 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:02:40,129 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:02:40,130 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:02:40,130 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:02:40,155 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:02:40,155 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:02:40,155 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 12:02:41,114 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 12:02:41,115 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 12:02:57,383 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 12:02:57,385 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 12:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 12:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 12:03:40,155 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 12:03:40,156 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:03:40,156 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:03:40,157 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:03:40,157 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:03:40,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:03:40,178 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:03:40,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 12:03:41,116 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 12:03:41,117 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 12:03:57,386 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 12:03:57,388 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 12:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 12:04:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 12:04:40,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 12:04:40,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:04:40,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:04:40,180 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:04:40,180 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:04:40,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:04:40,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:04:40,203 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 12:04:41,118 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 12:04:41,119 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 12:04:42,242 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-11-19 12:04:42,244 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-11-19 12:04:57,388 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 12:04:57,391 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 12:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 12:05:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 12:05:40,203 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 12:05:40,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:05:40,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:05:40,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:05:40,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:05:40,225 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:05:40,225 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:05:40,225 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 12:05:41,119 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 12:05:41,120 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 12:05:57,391 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 12:05:57,393 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 12:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 12:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 12:06:40,225 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 12:06:40,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:06:40,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:06:40,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:06:40,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:06:40,246 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:06:40,246 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:06:40,247 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 12:06:41,121 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 12:06:41,122 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 12:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-11-19 12:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5254) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-11-19 12:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5255) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5255) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5254) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:06:53,121 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:06:53,127 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:06:57,393 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 12:06:57,399 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 12:07:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 12:07:12,056 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 12:07:40,247 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 12:07:40,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:07:40,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:07:40,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:07:40,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:07:40,269 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:07:40,270 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:07:40,270 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 12:07:41,122 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 12:07:41,123 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 12:07:57,400 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 12:07:57,401 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 12:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 12:08:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 12:08:40,270 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 12:08:40,271 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:08:40,271 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:08:40,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:08:40,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:08:40,292 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:08:40,292 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:08:40,292 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 12:08:41,123 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 12:08:41,124 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 12:08:57,402 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 12:08:57,403 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 12:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 12:09:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 12:09:40,292 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 12:09:40,293 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:09:40,293 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:09:40,294 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:09:40,294 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:09:40,314 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:09:40,314 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:09:40,314 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 12:09:41,125 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 12:09:41,126 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 12:09:42,244 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-11-19 12:09:42,246 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-11-19 12:09:57,404 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 12:09:57,405 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 12:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 12:10:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 12:10:40,314 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 12:10:40,315 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:10:40,315 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:10:40,316 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:10:40,316 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:10:40,336 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:10:40,336 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:10:40,336 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 12:10:41,126 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 12:10:41,127 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 12:10:57,406 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 12:10:57,408 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 12:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 12:11:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 12:11:40,336 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 12:11:40,337 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:11:40,337 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:11:40,338 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:11:40,338 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:11:40,357 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:11:40,357 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:11:40,357 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 12:11:41,127 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 12:11:41,128 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 12:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-11-19 12:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5276) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-11-19 12:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5277) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5277) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5276) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:11:53,127 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:11:53,134 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:11:57,408 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 12:11:57,410 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 12:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 12:12:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 12:12:40,357 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 12:12:40,358 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:12:40,358 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:12:40,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:12:40,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:12:40,379 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:12:40,379 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:12:40,379 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 12:12:41,129 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 12:12:41,130 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 12:12:57,410 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 12:12:57,412 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 12:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 12:13:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 12:13:40,379 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 12:13:40,380 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:13:40,380 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:13:40,381 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:13:40,381 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:13:40,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:13:40,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:13:40,402 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 12:13:41,130 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 12:13:41,131 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 12:13:57,412 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 12:13:57,414 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 12:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 12:14:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 12:14:35,000 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeTaskScheduler.execute()
2025-11-19 12:14:35,016 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeTaskScheduler.execute()
2025-11-19 12:14:40,403 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 12:14:40,403 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:14:40,403 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:14:40,404 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:14:40,404 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:14:40,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:14:40,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:14:40,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 12:14:41,131 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 12:14:41,132 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 12:14:42,246 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 12:14:42,247 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 12:14:57,414 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 12:14:57,416 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 12:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 12:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 12:15:40,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 12:15:40,425 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,426 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,426 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,427 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,427 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,427 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:15:40,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:15:40,428 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,428 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,429 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,430 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:15:40,430 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:15:40,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:15:40,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:15:40,453 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,453 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 12:15:40,453 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 12:15:41,133 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 12:15:41,134 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 12:15:57,416 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 12:15:57,418 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 12:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 12:16:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 12:16:40,453 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 12:16:40,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:16:40,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:16:40,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:16:40,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:16:40,474 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:16:40,474 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:16:40,474 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 12:16:41,134 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 12:16:41,135 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 12:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-11-19 12:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5298) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-11-19 12:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5299) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5299) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5298) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:16:53,134 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:16:53,140 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:16:57,418 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 12:16:57,420 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 12:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 12:17:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 12:17:40,475 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 12:17:40,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:17:40,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:17:40,477 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:17:40,477 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:17:40,497 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:17:40,497 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:17:40,497 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 12:17:41,135 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 12:17:41,136 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 12:17:57,420 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 12:17:57,422 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 12:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 12:18:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 12:18:40,498 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 12:18:40,498 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:18:40,498 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:18:40,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:18:40,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:18:40,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:18:40,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:18:40,519 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 12:18:41,137 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 12:18:41,138 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 12:18:57,422 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 12:18:57,424 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 12:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 12:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 12:19:40,520 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 12:19:40,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:19:40,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:19:40,521 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:19:40,521 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:19:40,541 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:19:40,541 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:19:40,541 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 12:19:41,138 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 12:19:41,139 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 12:19:42,248 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-11-19 12:19:42,249 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-11-19 12:19:57,424 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 12:19:57,426 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 12:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 12:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 12:20:40,541 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 12:20:40,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:20:40,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:20:40,543 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:20:40,543 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:20:40,563 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:20:40,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:20:40,564 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 12:20:41,140 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 12:20:41,141 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 12:20:57,426 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 12:20:57,428 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 12:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 12:21:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 12:21:40,564 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 12:21:40,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:21:40,565 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:21:40,566 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:21:40,566 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:21:40,586 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:21:40,586 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:21:40,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 12:21:41,141 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 12:21:41,142 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 12:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 12:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5320) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 12:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5321) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5321) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5320) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:21:53,140 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:21:53,146 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:21:57,428 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 12:21:57,430 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 12:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 12:22:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 12:22:40,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 12:22:40,587 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:22:40,587 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:22:40,588 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:22:40,588 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:22:40,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:22:40,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:22:40,608 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 12:22:41,143 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 12:22:41,144 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 12:22:57,430 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 12:22:57,432 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 12:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 12:23:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 12:23:40,609 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 12:23:40,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:23:40,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:23:40,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:23:40,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:23:40,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:23:40,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:23:40,631 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 12:23:41,144 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 12:23:41,145 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 12:23:57,433 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 12:23:57,434 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 12:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 12:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 12:24:40,631 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 12:24:40,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:24:40,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:24:40,633 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:24:40,633 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:24:40,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:24:40,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:24:40,654 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 12:24:41,146 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 12:24:41,147 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 12:24:42,249 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-11-19 12:24:42,251 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-11-19 12:24:57,435 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 12:24:57,437 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 12:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 12:25:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 12:25:40,654 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 12:25:40,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:25:40,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:25:40,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:25:40,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:25:40,675 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:25:40,676 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:25:40,676 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 12:25:41,147 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 12:25:41,148 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 12:25:57,437 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 12:25:57,439 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 12:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 12:26:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 12:26:40,676 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 12:26:40,676 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:26:40,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:26:40,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:26:40,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:26:40,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:26:40,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:26:40,697 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 12:26:41,148 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 12:26:41,149 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 12:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-11-19 12:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5342) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-11-19 12:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5343) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5343) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5342) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:26:53,146 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:26:53,153 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:26:57,439 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 12:26:57,441 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 12:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 12:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 12:27:40,697 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 12:27:40,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:27:40,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:27:40,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:27:40,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:27:40,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:27:40,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:27:40,718 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 12:27:41,150 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 12:27:41,152 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 12:27:57,441 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 12:27:57,443 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 12:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 12:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 12:28:40,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 12:28:40,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:28:40,720 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:28:40,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:28:40,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:28:40,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:28:40,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:28:40,756 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 12:28:41,152 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 12:28:41,153 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 12:28:57,443 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 12:28:57,445 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 12:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 12:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 12:29:40,756 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 12:29:40,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:29:40,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:29:40,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:29:40,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:29:40,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:29:40,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:29:40,778 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 12:29:41,153 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 12:29:41,155 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 12:29:42,251 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 12:29:42,253 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 12:29:57,445 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 12:29:57,447 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 12:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 12:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 12:30:40,778 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 12:30:40,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:30:40,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:30:40,780 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:30:40,780 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:30:40,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:30:40,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:30:40,800 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 12:30:41,155 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 12:30:41,156 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 12:30:57,447 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 12:30:57,449 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 12:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 12:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 12:31:40,800 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 12:31:40,801 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:31:40,801 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:31:40,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:31:40,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:31:40,822 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:31:40,822 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:31:40,822 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 12:31:41,156 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 12:31:41,157 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 12:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 12:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 12:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5364) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5365) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5365) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5364) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:31:53,153 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:31:53,159 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:31:57,449 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 12:31:57,451 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 12:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 12:32:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 12:32:40,822 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 12:32:40,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:32:40,823 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:32:40,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:32:40,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:32:40,845 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:32:40,845 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:32:40,845 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 12:32:41,158 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 12:32:41,159 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 12:32:57,163 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStgCmtScheduler.execute()
2025-11-19 12:32:57,165 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStgCmtScheduler.execute()
2025-11-19 12:32:57,451 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 12:32:57,453 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 12:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 12:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 12:33:37,393 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015102252026&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:38,601 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015102349420&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:39,758 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015102427569&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:40,845 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 12:33:40,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:33:40,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:33:40,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:33:40,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:33:40,883 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:33:40,883 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:33:40,883 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 12:33:40,909 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015102801418&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:41,159 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 12:33:41,160 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 12:33:42,066 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015102828451&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:43,196 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015102853019&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:44,387 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103243792&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:45,559 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103315621&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:46,710 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015104004440&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:48,106 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015104033702&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:49,252 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015104121586&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:50,465 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103830643&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:51,644 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103838412&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:52,809 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103858126&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:54,273 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103912845&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:55,463 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015102031033&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:57,453 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 12:33:57,455 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 12:33:57,569 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015102118620&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:33:58,858 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015102158621&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:34:00,019 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103338972&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:34:01,170 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103350727&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:34:02,299 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103401024&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:34:03,458 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103408686&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:34:04,596 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103419057&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:34:05,726 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103453908&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:34:06,886 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103813365&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:34:08,009 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=62608&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251015102030716&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251015103820745&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 12:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 12:34:40,884 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 12:34:40,884 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:34:40,884 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:34:40,885 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:34:40,885 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:34:40,905 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:34:40,905 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:34:40,905 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 12:34:41,160 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 12:34:41,161 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 12:34:42,253 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 12:34:42,254 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 12:34:57,455 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 12:34:57,457 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 12:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 12:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 12:35:40,905 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 12:35:40,906 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:35:40,906 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:35:40,907 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 12:35:40,908 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:35:40,908 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:35:40,927 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:35:40,927 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:35:40,927 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 12:35:41,162 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 12:35:41,163 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 12:35:57,457 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 12:35:57,459 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 12:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 12:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 12:36:40,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 12:36:40,928 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:36:40,928 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:36:40,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:36:40,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:36:40,949 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:36:40,949 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:36:40,949 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 12:36:41,163 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 12:36:41,164 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 12:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-11-19 12:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5386) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-11-19 12:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5387) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5386) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5387) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:36:53,159 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:36:53,166 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:36:57,459 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 12:36:57,461 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 12:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 12:37:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 12:37:40,949 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 12:37:40,950 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:37:40,950 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:37:40,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:37:40,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:37:40,971 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:37:40,971 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:37:40,971 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 12:37:41,165 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 12:37:41,166 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 12:37:57,461 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 12:37:57,463 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 12:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 12:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 12:38:40,971 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 12:38:40,972 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:38:40,972 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:38:40,973 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:38:40,973 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:38:40,995 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:38:40,995 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:38:40,996 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 12:38:41,166 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 12:38:41,167 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 12:38:57,463 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 12:38:57,465 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 12:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 12:39:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 12:39:40,996 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 12:39:40,997 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:39:40,997 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:39:40,998 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:39:40,998 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:39:41,018 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:39:41,018 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:39:41,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 12:39:41,167 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 12:39:41,168 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 12:39:42,255 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 12:39:42,256 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 12:39:57,466 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 12:39:57,468 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 12:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 12:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 12:40:41,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 12:40:41,019 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:40:41,019 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:40:41,020 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:40:41,020 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:40:41,042 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:40:41,042 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:40:41,042 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 12:40:41,169 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 12:40:41,170 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 12:40:57,468 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 12:40:57,470 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 12:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 12:41:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 12:41:41,042 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 12:41:41,043 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:41:41,043 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:41:41,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:41:41,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:41:41,063 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:41:41,063 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:41:41,063 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 12:41:41,170 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 12:41:41,171 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 12:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-11-19 12:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5408) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-11-19 12:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5409) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5409) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5408) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:41:53,166 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:41:53,172 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:41:56,514 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110101643999&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:41:57,470 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 12:41:57,472 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 12:41:57,729 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110101725709&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:41:58,959 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110101853530&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:42:01,106 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110101927225&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:42:02,283 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110101956792&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:42:03,485 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110102050497&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:42:05,426 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110102141715&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:42:06,558 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110102211011&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:42:07,997 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110102312781&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:42:09,181 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110102558559&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:42:10,436 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110102759226&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:42:11,563 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66841&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251110101643692&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251110102804899&contentType=image/jpeg from null@162.240.235.97
2025-11-19 12:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 12:42:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 12:42:41,063 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 12:42:41,064 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:42:41,064 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:42:41,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:42:41,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:42:41,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:42:41,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:42:41,085 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 12:42:41,172 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 12:42:41,173 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 12:42:57,472 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 12:42:57,474 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 12:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 12:43:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 12:43:41,085 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 12:43:41,087 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 12:43:41,088 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:43:41,088 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:43:41,089 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:43:41,089 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:43:41,109 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:43:41,109 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:43:41,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 12:43:41,173 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 12:43:41,174 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 12:43:57,474 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 12:43:57,476 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 12:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 12:44:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 12:44:41,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 12:44:41,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:44:41,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:44:41,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:44:41,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:44:41,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:44:41,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:44:41,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 12:44:41,174 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 12:44:41,176 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 12:44:42,257 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-11-19 12:44:42,258 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-11-19 12:44:57,476 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 12:44:57,479 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 12:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 12:45:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 12:45:41,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 12:45:41,133 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:45:41,133 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:45:41,134 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:45:41,134 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:45:41,153 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:45:41,153 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:45:41,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 12:45:41,176 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 12:45:41,177 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 12:45:57,479 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 12:45:57,481 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 12:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 12:46:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 12:46:41,154 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 12:46:41,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:46:41,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:46:41,155 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:46:41,155 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:46:41,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:46:41,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:46:41,177 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 12:46:41,177 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 12:46:41,178 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 12:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-11-19 12:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-11-19 12:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5430) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5431) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5430) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5431) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:46:53,172 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:46:53,180 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:46:57,481 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 12:46:57,483 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 12:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 12:47:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 12:47:41,177 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 12:47:41,178 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:47:41,178 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:47:41,178 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 12:47:41,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:47:41,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:47:41,179 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 12:47:41,198 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:47:41,198 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:47:41,199 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 12:47:57,483 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 12:47:57,485 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 12:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 12:48:12,058 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 12:48:41,187 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 12:48:41,188 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 12:48:41,199 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 12:48:41,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:48:41,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:48:41,200 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:48:41,201 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:48:41,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:48:41,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:48:41,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 12:48:57,485 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 12:48:57,487 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 12:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 12:49:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 12:49:41,188 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 12:49:41,189 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 12:49:41,223 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 12:49:41,223 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:49:41,223 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:49:41,224 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:49:41,225 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:49:41,245 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:49:41,246 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:49:41,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 12:49:42,258 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-11-19 12:49:42,260 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-11-19 12:49:57,487 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 12:49:57,489 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 12:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 12:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 12:50:41,189 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 12:50:41,190 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 12:50:41,246 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 12:50:41,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:50:41,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:50:41,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:50:41,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:50:41,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:50:41,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:50:41,272 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 12:50:57,489 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 12:50:57,491 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 12:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 12:51:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 12:51:41,191 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 12:51:41,192 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 12:51:41,273 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 12:51:41,273 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:51:41,273 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:51:41,274 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:51:41,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:51:41,294 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:51:41,294 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:51:41,294 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 12:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 12:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5452) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 12:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5453) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5453) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5452) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:51:53,181 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:51:53,187 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:51:57,491 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 12:51:57,493 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 12:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 12:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 12:52:41,192 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 12:52:41,193 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 12:52:41,294 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 12:52:41,295 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:52:41,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:52:41,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:52:41,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:52:41,329 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:52:41,329 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:52:41,329 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 12:52:57,494 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 12:52:57,495 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 12:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 12:53:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 12:53:41,194 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 12:53:41,195 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 12:53:41,329 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 12:53:41,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:53:41,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:53:41,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:53:41,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:53:41,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:53:41,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:53:41,352 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 12:53:57,495 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 12:53:57,497 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 12:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 12:54:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 12:54:41,195 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 12:54:41,196 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 12:54:41,352 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 12:54:41,353 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:54:41,353 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:54:41,354 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:54:41,354 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:54:41,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:54:41,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:54:41,374 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 12:54:42,260 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-11-19 12:54:42,262 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-11-19 12:54:57,498 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 12:54:57,499 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 12:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 12:55:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 12:55:41,196 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 12:55:41,201 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 12:55:41,374 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 12:55:41,375 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:55:41,375 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:55:41,376 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:55:41,376 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:55:41,395 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:55:41,395 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:55:41,395 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 12:55:57,500 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 12:55:57,502 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 12:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 12:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 12:56:41,202 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 12:56:41,203 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 12:56:41,396 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 12:56:41,396 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:56:41,396 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:56:41,397 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:56:41,397 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:56:41,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:56:41,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:56:41,418 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 12:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-11-19 12:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5474) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-11-19 12:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5475) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5475) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 12:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5474) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 12:56:53,187 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:56:53,194 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 12:56:57,502 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 12:56:57,504 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 12:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 12:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 12:57:41,203 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 12:57:41,204 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 12:57:41,418 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 12:57:41,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:57:41,419 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:57:41,420 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:57:41,420 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:57:41,440 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:57:41,440 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:57:41,440 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 12:57:57,504 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 12:57:57,506 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 12:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 12:58:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 12:58:41,205 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 12:58:41,206 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 12:58:41,440 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 12:58:41,441 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:58:41,441 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:58:41,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:58:41,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:58:41,461 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:58:41,462 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:58:41,462 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 12:58:57,506 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 12:58:57,507 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 12:59:06,319 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSDeleteScheduler.execute()
2025-11-19 12:59:06,320 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSDeleteScheduler.execute()
2025-11-19 12:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 12:59:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 12:59:41,206 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 12:59:41,207 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 12:59:41,462 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 12:59:41,463 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:59:41,463 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:59:41,464 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:59:41,464 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:59:41,485 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 12:59:41,485 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 12:59:41,485 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 12:59:42,262 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 12:59:42,263 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 12:59:57,508 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 12:59:57,509 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 13:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 13:00:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 13:00:41,207 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 13:00:41,209 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 13:00:41,486 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 13:00:41,486 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:00:41,486 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:00:41,487 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:00:41,488 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:00:41,508 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:00:41,508 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:00:41,508 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 13:00:57,509 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 13:00:57,511 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 13:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 13:01:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 13:01:41,209 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 13:01:41,210 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 13:01:41,508 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 13:01:41,509 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:01:41,509 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:01:41,510 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:01:41,510 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:01:41,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:01:41,529 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:01:41,530 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 13:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-11-19 13:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-11-19 13:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5496) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5497) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5496) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5497) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:01:53,194 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:01:53,200 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:01:57,511 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 13:01:57,513 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 13:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 13:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 13:02:41,210 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 13:02:41,211 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 13:02:41,530 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 13:02:41,530 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:02:41,531 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:02:41,531 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:02:41,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:02:41,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:02:41,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:02:41,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 13:02:57,514 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 13:02:57,515 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 13:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 13:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 13:03:41,212 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 13:03:41,213 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 13:03:41,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 13:03:41,563 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:03:41,563 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:03:41,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:03:41,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:03:41,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:03:41,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:03:41,585 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 13:03:57,516 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 13:03:57,517 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 13:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 13:04:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 13:04:41,213 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 13:04:41,214 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 13:04:41,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 13:04:41,586 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:04:41,586 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:04:41,587 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:04:41,588 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:04:41,607 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:04:41,607 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:04:41,607 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 13:04:42,264 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-11-19 13:04:42,265 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-11-19 13:04:57,517 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 13:04:57,519 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 13:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 13:05:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 13:05:41,214 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 13:05:41,215 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 13:05:41,607 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 13:05:41,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:05:41,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:05:41,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:05:41,609 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:05:41,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:05:41,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:05:41,629 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 13:05:57,519 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 13:05:57,521 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 13:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 13:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 13:06:41,216 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 13:06:41,217 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 13:06:41,630 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 13:06:41,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:06:41,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:06:41,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:06:41,631 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:06:41,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:06:41,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:06:41,651 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 13:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 13:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5518) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 13:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5519) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5519) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5518) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:06:53,200 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:06:53,206 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:06:57,521 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 13:06:57,523 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 13:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 13:07:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 13:07:41,217 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 13:07:41,219 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 13:07:41,651 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 13:07:41,652 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:07:41,652 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:07:41,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:07:41,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:07:41,673 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:07:41,673 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:07:41,673 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 13:07:57,523 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 13:07:57,525 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 13:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 13:08:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 13:08:41,219 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 13:08:41,220 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 13:08:41,674 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 13:08:41,674 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:08:41,674 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:08:41,675 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:08:41,675 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:08:41,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:08:41,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:08:41,696 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 13:08:57,525 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 13:08:57,527 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 13:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 13:09:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 13:09:41,220 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 13:09:41,221 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 13:09:41,696 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 13:09:41,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:09:41,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:09:41,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:09:41,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:09:41,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:09:41,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:09:41,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 13:09:42,265 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 13:09:42,267 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 13:09:57,527 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 13:09:57,529 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 13:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 13:10:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 13:10:41,222 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 13:10:41,223 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 13:10:41,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 13:10:41,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:10:41,720 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:10:41,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:10:41,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:10:41,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:10:41,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:10:41,740 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 13:10:57,529 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 13:10:57,531 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 13:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 13:11:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 13:11:41,223 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 13:11:41,224 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 13:11:41,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 13:11:41,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:11:41,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:11:41,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:11:41,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:11:41,762 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:11:41,762 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:11:41,762 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 13:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-11-19 13:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5540) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-11-19 13:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5541) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5540) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5541) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:11:53,206 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:11:53,213 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:11:57,531 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 13:11:57,533 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 13:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 13:12:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 13:12:41,224 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 13:12:41,225 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 13:12:41,762 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 13:12:41,763 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:12:41,763 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:12:41,764 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:12:41,764 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:12:41,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:12:41,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:12:41,784 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 13:12:57,533 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 13:12:57,535 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 13:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 13:13:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 13:13:41,226 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 13:13:41,227 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 13:13:41,784 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 13:13:41,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:13:41,785 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:13:41,786 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:13:41,786 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:13:41,808 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:13:41,808 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:13:41,808 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 13:13:57,535 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 13:13:57,537 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 13:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 13:14:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 13:14:35,017 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeTaskScheduler.execute()
2025-11-19 13:14:35,040 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeTaskScheduler.execute()
2025-11-19 13:14:41,227 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 13:14:41,228 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 13:14:41,808 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 13:14:41,809 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:14:41,809 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:14:41,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:14:41,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:14:41,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:14:41,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:14:41,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 13:14:42,267 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-11-19 13:14:42,269 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-11-19 13:14:57,537 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 13:14:57,539 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 13:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 13:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 13:15:41,229 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 13:15:41,230 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 13:15:41,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 13:15:41,831 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,832 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,832 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,832 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,833 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,833 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:15:41,833 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:15:41,833 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,835 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:15:41,835 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:15:41,835 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,835 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,836 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,856 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:15:41,856 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:15:41,857 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,857 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 13:15:41,857 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 13:15:57,539 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 13:15:57,541 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 13:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 13:16:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 13:16:41,230 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 13:16:41,231 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 13:16:41,858 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 13:16:41,858 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:16:41,859 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:16:41,860 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:16:41,860 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:16:41,879 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:16:41,879 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:16:41,879 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 13:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-11-19 13:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-11-19 13:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5562) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5563) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5562) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5563) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:16:53,213 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:16:53,219 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:16:57,541 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 13:16:57,543 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 13:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 13:17:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 13:17:33,935 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52090,localport=11112]
2025-11-19 13:17:33,941 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> A-ASSOCIATE-RQ
2025-11-19 13:17:33,941 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << A-ASSOCIATE-AC
2025-11-19 13:17:34,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:38,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:38,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223452, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:17:38,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223452, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:17:38,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224881, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:17:38,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224881, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B3B42E8B, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:38,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 73 ms
2025-11-19 13:17:38,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:38,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:40,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:40,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223453, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:17:40,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223453, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:17:40,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224882, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:17:40,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224882, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B3CEEAE4, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:40,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 13 ms
2025-11-19 13:17:40,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:40,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:41,231 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 13:17:41,232 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 13:17:41,668 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:41,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223454, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:17:41,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223454, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:17:41,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224883, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:17:41,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224883, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B575BE64, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:41,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 16 ms
2025-11-19 13:17:41,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:41,880 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 13:17:41,880 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:17:41,880 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:17:41,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:17:41,882 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:17:41,901 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:17:41,901 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:17:41,901 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 13:17:44,637 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:46,047 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:46,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223455, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:17:46,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223455, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:17:46,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224884, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:17:46,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224884, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B59F75A6, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:46,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 15 ms
2025-11-19 13:17:46,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:46,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:47,648 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:47,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223456, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:17:47,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223456, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:17:47,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224885, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:17:47,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224885, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B8C58E59, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:47,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 9 ms
2025-11-19 13:17:47,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:47,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:49,551 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:49,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223457, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:17:49,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223457, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:17:49,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224886, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:17:49,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224886, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BA88635A, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:49,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 23 ms
2025-11-19 13:17:49,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:49,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:51,337 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:51,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223458, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:17:51,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223458, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:17:51,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224887, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:17:51,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224887, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BE0D6A07, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:51,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 19 ms
2025-11-19 13:17:51,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:51,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:53,014 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:53,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223459, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:17:53,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223459, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:17:53,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224888, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:17:53,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224888, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BFB49496, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:53,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 12 ms
2025-11-19 13:17:53,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:53,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:54,816 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:54,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223460, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:17:54,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223460, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:17:54,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224889, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:17:54,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224889, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/C14E1C2A, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:54,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 19 ms
2025-11-19 13:17:54,836 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:55,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:57,159 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:57,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223461, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:17:57,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223461, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:17:57,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224890, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:17:57,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224890, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/C3030EB6, tsuid=1.2.840.10008.1.2, size=3915952, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:57,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 12 ms
2025-11-19 13:17:57,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:57,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:57,544 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 13:17:57,545 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 13:17:59,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:17:59,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223462, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:17:59,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223462, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:17:59,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224891, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:17:59,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224891, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EA5AFA81, tsuid=1.2.840.10008.1.2, size=3916100, status=OK, objectType=DICOM_FILE]
2025-11-19 13:17:59,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 14 ms
2025-11-19 13:17:59,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:17:59,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:01,228 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:01,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223463, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 13:18:01,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223463, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 13:18:01,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224892, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 13:18:01,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224892, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EA6A1568, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:01,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 16 ms
2025-11-19 13:18:01,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:01,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:03,040 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:03,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223464, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 13:18:03,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223464, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 13:18:03,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224893, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 13:18:03,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224893, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EC1F5DE7, tsuid=1.2.840.10008.1.2, size=3416900, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:03,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 17 ms
2025-11-19 13:18:03,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:03,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:04,704 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:04,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223465, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 13:18:04,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223465, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 13:18:04,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224894, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 13:18:04,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224894, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EF6E39E1, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:04,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 13 ms
2025-11-19 13:18:04,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:05,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:06,434 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:06,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223466, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 13:18:06,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223466, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 13:18:06,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224895, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 13:18:06,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224895, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EFA3CA64, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:06,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 19 ms
2025-11-19 13:18:06,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:06,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:07,949 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:07,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223467, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 13:18:07,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223467, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 13:18:07,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224896, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 13:18:07,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224896, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F13DDFEA, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:07,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 27 ms
2025-11-19 13:18:07,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:08,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:09,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:09,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223468, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 13:18:09,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223468, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 13:18:09,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224897, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 13:18:09,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224897, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F2C9DF3D, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:09,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 29 ms
2025-11-19 13:18:09,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:10,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 13:18:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 13:18:12,817 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:12,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223469, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 13:18:12,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223469, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 13:18:12,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224898, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 13:18:12,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224898, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F4988985, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:12,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 15 ms
2025-11-19 13:18:12,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:13,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:14,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:14,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223470, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 13:18:14,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223470, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 13:18:14,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224899, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 13:18:14,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224899, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/1D8E9E85, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:14,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 10 ms
2025-11-19 13:18:14,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:14,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:16,343 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:16,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223471, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 13:18:16,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223471, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 13:18:16,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224900, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 13:18:16,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224900, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/20DAD3BC, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:16,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 26 ms
2025-11-19 13:18:16,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:16,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:18,150 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:18,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223472, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 13:18:18,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223472, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 13:18:18,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224901, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 13:18:18,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224901, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/22AB62A1, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:18,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 22 ms
2025-11-19 13:18:18,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:18,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:19,730 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:19,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223473, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 13:18:19,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223473, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 13:18:19,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224902, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 13:18:19,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224902, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/26412461, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:19,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 18 ms
2025-11-19 13:18:19,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:20,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:21,416 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:21,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223474, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 13:18:21,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223474, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 13:18:21,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224903, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 13:18:21,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224903, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/27F7CA7E, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:21,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 15 ms
2025-11-19 13:18:21,431 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:21,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:23,063 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:23,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223475, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 13:18:23,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223475, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 13:18:23,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224904, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 13:18:23,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224904, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/2CDA5AE0, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:23,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 16 ms
2025-11-19 13:18:23,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:23,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:24,615 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:24,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223476, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 13:18:24,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223476, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 13:18:24,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224905, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 13:18:24,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224905, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5437690B, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:24,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 10 ms
2025-11-19 13:18:24,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:24,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:26,154 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:26,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223477, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 13:18:26,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223477, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 13:18:26,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224906, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 13:18:26,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224906, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/59394747, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:26,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 22 ms
2025-11-19 13:18:26,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:26,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:28,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:28,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223478, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 13:18:28,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223478, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 13:18:28,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224907, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 13:18:28,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224907, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5AED3823, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:28,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 16 ms
2025-11-19 13:18:28,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:28,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:29,804 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:29,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Found previous received Instance[pk=223479, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 13:18:29,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Replace previous received Instance[pk=223479, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 13:18:29,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Instance[pk=224908, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 13:18:29,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Create Location[pk=224908, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5AF07184, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 13:18:29,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): Updated DB in 7 ms
2025-11-19 13:18:29,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:30,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:31,749 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:31,752 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 13:18:32,249 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): processing 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:18:32,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 29:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:32,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:33,892 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:33,894 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 13:18:34,375 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): processing 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:18:34,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:34,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:35,966 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:35,968 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 13:18:36,519 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): processing 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:18:36,519 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:36,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:38,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5564) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:18:38,314 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5564) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 13:18:39,227 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284): processing 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:18:39,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:18:39,495 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) >> A-RELEASE-RQ
2025-11-19 13:18:39,496 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5564) DCM4CHEE<-HS50US07(284) << A-RELEASE-RP
2025-11-19 13:18:39,546 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS50US07(284): close Socket[addr=187.36.104.204/187.36.104.204,port=52090,localport=11112]
2025-11-19 13:18:41,232 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 13:18:41,233 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 13:18:41,902 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 13:18:41,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:18:41,903 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:18:41,904 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:18:41,904 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:18:41,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:18:41,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:18:41,925 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 13:18:57,546 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 13:18:57,547 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 13:19:10,180 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52098,localport=11112]
2025-11-19 13:19:10,180 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> A-ASSOCIATE-RQ
2025-11-19 13:19:10,181 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << A-ASSOCIATE-AC
2025-11-19 13:19:10,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 13:19:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 13:19:14,365 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:19:14,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): Found previous received Instance[pk=223449, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:19:14,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): Replace previous received Instance[pk=223449, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:19:14,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): Create Instance[pk=224909, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:19:14,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): Create Location[pk=224909, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/9FE61D8B, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 13:19:14,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): Updated DB in 37 ms
2025-11-19 13:19:14,402 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:14,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:16,066 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:19:16,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): Found previous received Instance[pk=223450, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:19:16,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): Replace previous received Instance[pk=223450, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:19:16,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): Create Instance[pk=224910, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:19:16,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): Create Location[pk=224910, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/9FE70252, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 13:19:16,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): Updated DB in 15 ms
2025-11-19 13:19:16,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:16,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:17,851 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:19:17,854 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:19:18,364 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:18,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:18,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:20,138 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:19:20,140 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:19:20,638 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:20,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:20,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:22,295 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:19:22,297 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:19:22,826 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:22,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:23,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:24,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:19:24,392 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:19:24,898 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:24,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:25,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:26,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:19:26,848 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:19:27,349 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:27,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:27,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:29,123 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:19:29,125 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:19:29,615 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:29,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:29,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:31,253 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5572) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:19:31,256 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5572) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:19:31,744 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:31,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:19:32,010 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) >> A-RELEASE-RQ
2025-11-19 13:19:32,010 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5572) DCM4CHEE<-HS50US07(285) << A-RELEASE-RP
2025-11-19 13:19:32,061 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS50US07(285): close Socket[addr=187.36.104.204/187.36.104.204,port=52098,localport=11112]
2025-11-19 13:19:41,234 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 13:19:41,235 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 13:19:41,925 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 13:19:41,926 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 13:19:41,927 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:41,927 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:41,928 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:19:41,928 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:41,928 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 13:19:41,948 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:19:41,948 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:19:41,948 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 13:19:41,949 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 13:19:42,269 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start StudySizeScheduler.execute()
2025-11-19 13:19:42,270 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished StudySizeScheduler.execute()
2025-11-19 13:19:57,547 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 13:19:57,550 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 13:20:02,608 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52104,localport=11112]
2025-11-19 13:20:02,615 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> A-ASSOCIATE-RQ
2025-11-19 13:20:02,615 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << A-ASSOCIATE-AC
2025-11-19 13:20:02,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:07,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:20:07,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): Found previous received Instance[pk=223502, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:20:07,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): Replace previous received Instance[pk=223502, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:20:07,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): Create Instance[pk=224911, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:20:07,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): Create Location[pk=224911, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/32532873, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 13:20:07,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): Updated DB in 30 ms
2025-11-19 13:20:07,051 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:07,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:09,161 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:20:09,167 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:20:09,662 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:09,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:09,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:11,632 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:20:11,634 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 13:20:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 13:20:12,130 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:12,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:12,467 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:13,992 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:20:13,994 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:20:14,494 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:14,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:14,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:16,203 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:20:16,205 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:20:16,720 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:16,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:17,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:18,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:20:18,550 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:20:19,472 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:19,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:19,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:21,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:20:21,450 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:20:21,936 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:21,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:22,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:23,739 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:20:23,741 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:20:24,893 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:24,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:25,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:26,615 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5578) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:20:26,618 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5578) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:20:27,139 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:27,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:20:27,422 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) >> A-RELEASE-RQ
2025-11-19 13:20:27,422 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5578) DCM4CHEE<-HS50US07(286) << A-RELEASE-RP
2025-11-19 13:20:27,473 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS50US07(286): close Socket[addr=187.36.104.204/187.36.104.204,port=52104,localport=11112]
2025-11-19 13:20:41,235 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 13:20:41,236 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 13:20:41,949 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 13:20:41,950 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 13:20:41,950 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 13:20:41,951 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 13:20:41,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:41,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:41,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:20:41,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:41,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:20:41,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:20:41,977 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 13:20:57,550 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 13:20:57,552 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 13:20:58,049 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52105,localport=11112]
2025-11-19 13:20:58,050 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> A-ASSOCIATE-RQ
2025-11-19 13:20:58,050 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << A-ASSOCIATE-AC
2025-11-19 13:20:58,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:02,791 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5584) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:02,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): Found previous received Instance[pk=224911, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:21:02,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): Replace previous received Instance[pk=224911, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:21:02,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): Create Instance[pk=224912, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:21:02,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): Create Location[pk=224912, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/ABCE6B4B, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 13:21:02,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): Updated DB in 23 ms
2025-11-19 13:21:02,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:03,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:04,734 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5584) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:04,736 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:21:05,247 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:05,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:05,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:07,003 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5584) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:07,006 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:21:07,498 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:07,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:07,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:09,634 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5584) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:09,636 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:21:10,125 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:10,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:10,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 13:21:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 13:21:12,112 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5584) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:12,114 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:21:12,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:12,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:12,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:14,725 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5584) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:14,727 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:21:15,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:15,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:15,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:16,819 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49231,localport=11112]
2025-11-19 13:21:16,852 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> A-ASSOCIATE-RQ
2025-11-19 13:21:16,852 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << A-ASSOCIATE-AC
2025-11-19 13:21:17,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5584) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:17,106 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:21:17,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075327553 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:17,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:17,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:17,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:19,501 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5584) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:19,503 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:21:20,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:20,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:20,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:22,440 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5584) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:22,442 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5584) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:21:22,936 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:22,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:23,245 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) >> A-RELEASE-RQ
2025-11-19 13:21:23,245 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5584) DCM4CHEE<-HS50US07(287) << A-RELEASE-RP
2025-11-19 13:21:23,295 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS50US07(287): close Socket[addr=187.36.104.204/187.36.104.204,port=52105,localport=11112]
2025-11-19 13:21:41,237 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 13:21:41,238 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 13:21:41,977 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 13:21:41,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:41,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:41,979 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:21:41,979 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:41,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:21:41,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:21:41,999 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 13:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 13:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5592) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 13:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5593) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5593) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:21:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5592) Start deleting 32 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:21:53,219 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:21:53,225 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:21:53,891 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52106,localport=11112]
2025-11-19 13:21:53,903 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> A-ASSOCIATE-RQ
2025-11-19 13:21:53,903 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << A-ASSOCIATE-AC
2025-11-19 13:21:54,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:57,552 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 13:21:57,554 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 13:21:58,200 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5593) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:58,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): Found previous received Instance[pk=224912, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:21:58,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): Replace previous received Instance[pk=224912, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:21:58,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): Create Instance[pk=224913, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:21:58,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): Create Location[pk=224913, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/4D0190FF, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 13:21:58,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): Updated DB in 10 ms
2025-11-19 13:21:58,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:58,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:59,451 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:21:59,454 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Patient[pk=8818, id=PatientID[pk=8818, id=68304, issuer=DCM4CHEE.AF19E3D4.055293F1], name=NECY GODOY LEITE]
2025-11-19 13:21:59,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Study[pk=8827, uid=68304, id=68304]
2025-11-19 13:21:59,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Series[pk=8932, uid=1.2.410.200001.101.11.601.1501430850.2.20251119075327144, no=1, mod=US]
2025-11-19 13:21:59,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224914, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075327553, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:21:59,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224914, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/627603EC, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:21:59,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 30 ms
2025-11-19 13:21:59,482 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) No duplicate record with equal Patient ID found Patient[pk=8818, id=PatientID[pk=8818, id=68304, issuer=DCM4CHEE.AF19E3D4.055293F1], name=NECY GODOY LEITE]
2025-11-19 13:21:59,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075327553 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:21:59,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075339649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:01,811 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5593) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:01,814 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:22:02,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:02,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:02,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:04,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5593) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:04,142 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:22:04,624 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:04,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:04,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:06,802 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5593) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:06,804 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:22:08,758 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:08,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:09,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:09,786 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5592) Finished deleting 32 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:22:09,786 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5592) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:22:10,591 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5593) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:10,593 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:22:11,076 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:11,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:11,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 13:22:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 13:22:12,902 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5593) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:12,904 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:22:13,403 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:13,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:13,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:16,992 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5593) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:16,994 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:22:17,475 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:17,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:17,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:19,388 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5593) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:19,390 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:22:19,871 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:19,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:20,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:22,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5593) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:22,862 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5593) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:22:23,374 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:23,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:23,643 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) >> A-RELEASE-RQ
2025-11-19 13:22:23,643 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5593) DCM4CHEE<-HS50US07(289) << A-RELEASE-RP
2025-11-19 13:22:23,693 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS50US07(289): close Socket[addr=187.36.104.204/187.36.104.204,port=52106,localport=11112]
2025-11-19 13:22:41,238 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 13:22:41,240 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 13:22:41,833 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:41,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224915, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075339649, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:22:41,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224915, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/628507D3, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:22:41,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 5 ms
2025-11-19 13:22:41,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075339649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:42,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 13:22:42,000 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:42,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:42,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:22:42,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:42,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:22:42,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:22:42,023 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 13:22:42,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075352506 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:54,327 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52107,localport=11112]
2025-11-19 13:22:54,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> A-ASSOCIATE-RQ
2025-11-19 13:22:54,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << A-ASSOCIATE-AC
2025-11-19 13:22:54,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:57,554 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 13:22:57,555 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 13:22:58,244 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:58,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=223481, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:22:58,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Replace previous received Instance[pk=223481, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:22:58,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Instance[pk=224916, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:22:58,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Location[pk=224916, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/FFF9B4A7, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 13:22:58,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Updated DB in 20 ms
2025-11-19 13:22:58,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:58,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:22:59,880 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:22:59,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=223482, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:22:59,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Replace previous received Instance[pk=223482, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:22:59,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Instance[pk=224917, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:22:59,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Location[pk=224917, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/01753114, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:22:59,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Updated DB in 8 ms
2025-11-19 13:22:59,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:00,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:01,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:01,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=223483, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:23:01,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Replace previous received Instance[pk=223483, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:23:01,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Instance[pk=224918, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:23:01,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Location[pk=224918, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/26FD22CD, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 13:23:01,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Updated DB in 31 ms
2025-11-19 13:23:01,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:01,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:03,222 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:03,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=223484, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:23:03,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Replace previous received Instance[pk=223484, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:23:03,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Instance[pk=224919, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:23:03,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Location[pk=224919, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/28A4580C, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:23:03,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Updated DB in 15 ms
2025-11-19 13:23:03,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:03,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:04,804 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:04,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=223485, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:23:04,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Replace previous received Instance[pk=223485, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:23:04,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Instance[pk=224920, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:23:04,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Location[pk=224920, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/28B26085, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:23:04,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Updated DB in 17 ms
2025-11-19 13:23:04,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:05,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:06,558 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:06,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=223486, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:23:06,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Replace previous received Instance[pk=223486, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:23:06,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Instance[pk=224921, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:23:06,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Location[pk=224921, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/28EAC229, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:23:06,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Updated DB in 28 ms
2025-11-19 13:23:06,587 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:06,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:08,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:08,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=223487, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:23:08,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Replace previous received Instance[pk=223487, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:23:08,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Instance[pk=224922, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:23:08,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Location[pk=224922, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2A854D44, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:23:08,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Updated DB in 16 ms
2025-11-19 13:23:08,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:08,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:09,755 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:09,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=223488, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:23:09,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Replace previous received Instance[pk=223488, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:23:09,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Instance[pk=224923, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:23:09,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Location[pk=224923, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2AA106EB, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:23:09,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Updated DB in 18 ms
2025-11-19 13:23:09,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:10,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:11,834 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:11,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=223490, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:23:11,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Replace previous received Instance[pk=223490, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:23:11,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Instance[pk=224924, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:23:11,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Location[pk=224924, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2C2D7205, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 13:23:11,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Updated DB in 47 ms
2025-11-19 13:23:11,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 13:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 13:23:12,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:13,516 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:13,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Found previous received Instance[pk=223491, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:23:13,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Replace previous received Instance[pk=223491, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:23:13,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Instance[pk=224925, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:23:13,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Create Location[pk=224925, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2C4A11E2, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:23:13,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): Updated DB in 10 ms
2025-11-19 13:23:13,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:13,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:15,153 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:15,156 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:15,634 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:15,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:15,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:17,582 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:17,584 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:18,128 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:18,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:18,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:19,811 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:19,813 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:20,295 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:20,295 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:20,564 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:22,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:22,034 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:22,512 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:22,513 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:22,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:24,264 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:24,266 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:24,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:24,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:25,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:25,241 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:25,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224926, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075352506, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:23:25,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224926, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/629E03FC, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:23:25,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 6 ms
2025-11-19 13:23:25,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075352506 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:25,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075359517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:26,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:26,487 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:27,533 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:27,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:27,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:29,098 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:29,100 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:29,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:29,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:29,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:31,411 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:31,413 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:31,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:31,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:32,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:34,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:34,450 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:34,968 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:34,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:35,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:36,716 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:36,718 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:37,199 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:37,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:37,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:39,155 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:39,157 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:39,768 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:39,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:40,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:41,240 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 13:23:41,241 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 13:23:41,424 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:41,426 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:41,934 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:41,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:42,023 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 13:23:42,024 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 13:23:42,025 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 13:23:42,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:42,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:42,027 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:23:42,027 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:42,028 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 13:23:42,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:23:42,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:42,053 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 13:23:42,054 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 13:23:42,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:43,547 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:43,549 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:44,035 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:44,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:44,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:46,178 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:46,180 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:46,687 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:46,688 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:46,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:48,414 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:48,416 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:48,936 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:48,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:49,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:50,784 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:50,786 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:51,275 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:51,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:51,540 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:52,906 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:52,908 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:53,400 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:53,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:53,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:55,010 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5599) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:23:55,012 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5599) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:23:55,494 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290): processing 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:23:55,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << 28:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:23:55,738 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) >> A-RELEASE-RQ
2025-11-19 13:23:55,738 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5599) DCM4CHEE<-HS50US07(290) << A-RELEASE-RP
2025-11-19 13:23:55,789 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS50US07(290): close Socket[addr=187.36.104.204/187.36.104.204,port=52107,localport=11112]
2025-11-19 13:23:57,556 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 13:23:57,557 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 13:24:03,895 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:03,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224927, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075359517, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:24:03,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224927, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/62A132B5, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:24:03,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 30 ms
2025-11-19 13:24:03,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075359517 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:04,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075446455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 13:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 13:24:26,329 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52108,localport=11112]
2025-11-19 13:24:26,334 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> A-ASSOCIATE-RQ
2025-11-19 13:24:26,334 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << A-ASSOCIATE-AC
2025-11-19 13:24:26,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:30,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5605) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:30,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): Found previous received Instance[pk=224913, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:24:30,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): Replace previous received Instance[pk=224913, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:24:30,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): Create Instance[pk=224928, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:24:30,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): Create Location[pk=224928, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/32532873, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 13:24:30,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): Updated DB in 16 ms
2025-11-19 13:24:30,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:30,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:32,174 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5605) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:32,176 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:24:32,672 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:32,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:32,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:34,366 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5605) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:34,369 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:24:34,884 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:34,884 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:35,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:36,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5605) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:36,794 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:24:37,339 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:37,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:37,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:39,163 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5605) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:39,165 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:24:39,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:39,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:39,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:41,241 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 13:24:41,242 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 13:24:41,252 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5605) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:41,254 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:24:41,741 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:41,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:41,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:42,054 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 13:24:42,055 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 13:24:42,055 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:42,056 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:42,058 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:24:42,058 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:42,059 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 13:24:42,084 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:24:42,084 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:42,084 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 13:24:42,271 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-11-19 13:24:42,390 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) Calculated size of 2 studies
2025-11-19 13:24:42,390 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-11-19 13:24:43,963 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5605) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:43,965 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:24:44,477 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:44,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:44,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:46,106 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5605) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:46,108 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:24:46,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:46,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:46,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:48,831 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5605) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:48,833 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5605) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:24:49,321 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:24:49,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:49,644 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) >> A-RELEASE-RQ
2025-11-19 13:24:49,644 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5605) DCM4CHEE<-HS50US07(291) << A-RELEASE-RP
2025-11-19 13:24:49,695 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS50US07(291): close Socket[addr=187.36.104.204/187.36.104.204,port=52108,localport=11112]
2025-11-19 13:24:52,168 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:24:52,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224929, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075446455, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:24:52,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224929, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/6446936F, tsuid=1.2.840.10008.1.2, size=3915732, status=OK, objectType=DICOM_FILE]
2025-11-19 13:24:52,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 17 ms
2025-11-19 13:24:52,185 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075446455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:52,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075518608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:24:57,557 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 13:24:57,559 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 13:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 13:25:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 13:25:20,170 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52109,localport=11112]
2025-11-19 13:25:20,171 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> A-ASSOCIATE-RQ
2025-11-19 13:25:20,171 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << A-ASSOCIATE-AC
2025-11-19 13:25:20,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:24,303 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5611) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:25:24,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): Found previous received Instance[pk=224928, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:25:24,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): Replace previous received Instance[pk=224928, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:25:24,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): Create Instance[pk=224930, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:25:24,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): Create Location[pk=224930, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/02078BE5, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 13:25:24,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): Updated DB in 14 ms
2025-11-19 13:25:24,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:24,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:26,335 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5611) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:25:26,337 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:25:26,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:26,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:27,059 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:28,705 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5611) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:25:28,707 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:25:29,213 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:29,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:29,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:31,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5611) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:25:31,198 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:25:31,764 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:31,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:32,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:33,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5611) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:25:33,434 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:25:33,932 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:33,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:34,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:35,721 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5611) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:25:35,723 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:25:36,788 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:36,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:37,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:38,384 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5611) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:25:38,386 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:25:38,863 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:38,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:39,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:39,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:25:39,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224931, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075518608, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:25:39,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224931, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/65D21533, tsuid=1.2.840.10008.1.2, size=3915732, status=OK, objectType=DICOM_FILE]
2025-11-19 13:25:39,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 13 ms
2025-11-19 13:25:39,752 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075518608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:40,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075538918 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:40,562 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5611) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:25:40,564 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:25:41,052 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:41,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:41,242 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 13:25:41,243 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 13:25:41,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:25:42,084 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 13:25:42,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:42,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:42,086 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:25:42,086 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:42,087 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 13:25:42,108 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:25:42,108 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:25:42,108 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 13:25:57,560 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 13:25:57,561 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 13:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 13:26:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 13:26:25,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5611) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:26:25,077 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5611) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:26:25,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:26:25,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:26:25,962 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) >> A-RELEASE-RQ
2025-11-19 13:26:25,962 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5611) DCM4CHEE<-HS50US07(292) << A-RELEASE-RP
2025-11-19 13:26:26,013 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS50US07(292): close Socket[addr=187.36.104.204/187.36.104.204,port=52109,localport=11112]
2025-11-19 13:26:41,243 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 13:26:41,244 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 13:26:42,108 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 13:26:42,109 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 13:26:42,110 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 13:26:42,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:26:42,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:26:42,112 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:26:42,112 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:26:42,134 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:26:42,134 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:26:42,134 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 13:26:42,135 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 13:26:42,135 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 13:26:42,135 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 13:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-11-19 13:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5620) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-11-19 13:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5621) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5621) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5620) Start deleting 13 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:26:53,225 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:26:53,231 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:26:56,644 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52110,localport=11112]
2025-11-19 13:26:56,645 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> A-ASSOCIATE-RQ
2025-11-19 13:26:56,645 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << A-ASSOCIATE-AC
2025-11-19 13:26:56,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:26:56,981 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5620) Finished deleting 13 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:26:56,981 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5620) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:26:57,561 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 13:26:57,563 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 13:27:01,798 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:01,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224881, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:27:01,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224881, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:27:01,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224932, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:27:01,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224932, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/E61ADD98, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:01,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 56 ms
2025-11-19 13:27:01,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:02,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:03,805 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:03,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224882, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:27:03,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224882, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:27:03,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224933, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:27:03,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224933, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/E7AE2F3B, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:03,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 16 ms
2025-11-19 13:27:03,822 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:04,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:05,547 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:05,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224883, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:27:05,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224883, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:27:05,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224934, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:27:05,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224934, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/288F1D47, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:05,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 19 ms
2025-11-19 13:27:05,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:05,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:07,347 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:07,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224884, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:27:07,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224884, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:27:07,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224935, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:27:07,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224935, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/DEE936C0, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:07,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 16 ms
2025-11-19 13:27:07,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:07,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:09,091 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:09,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224885, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:27:09,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224885, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:27:09,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224936, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:27:09,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224936, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/3BE930B2, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:09,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 25 ms
2025-11-19 13:27:09,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:09,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:10,871 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:10,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224886, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:27:10,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224886, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:27:10,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224937, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:27:10,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224937, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/C9D38132, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:10,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 8 ms
2025-11-19 13:27:10,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:11,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 13:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 13:27:13,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:13,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224887, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:27:13,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224887, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:27:13,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224938, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:27:13,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224938, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/9B57EC31, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:13,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 16 ms
2025-11-19 13:27:13,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:13,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:14,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:14,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224888, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:27:14,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224888, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:27:14,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224939, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:27:14,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224939, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/D0882631, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:14,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 17 ms
2025-11-19 13:27:14,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:15,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:15,237 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:15,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224940, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075538918, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:27:15,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224940, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/65EE4F97, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:15,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 9 ms
2025-11-19 13:27:15,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075538918 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:15,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075544050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:16,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:16,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224889, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:27:16,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224889, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:27:16,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224941, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:27:16,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224941, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/3B872A9A, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:16,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 18 ms
2025-11-19 13:27:16,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:16,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:18,666 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:18,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224890, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:27:18,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224890, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:27:18,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224942, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:27:18,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224942, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/485686F8, tsuid=1.2.840.10008.1.2, size=3915952, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:18,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 16 ms
2025-11-19 13:27:18,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:18,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:20,514 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:20,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224891, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:27:20,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224891, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:27:20,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224943, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:27:20,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224943, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/4957C2F1, tsuid=1.2.840.10008.1.2, size=3916100, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:20,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 16 ms
2025-11-19 13:27:20,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:20,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:22,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:22,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224892, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 13:27:22,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224892, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 13:27:22,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224944, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 13:27:22,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224944, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/13108E95, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:22,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 19 ms
2025-11-19 13:27:22,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:22,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:24,474 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:24,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224893, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 13:27:24,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224893, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 13:27:24,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224945, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 13:27:24,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224945, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/771E3E61, tsuid=1.2.840.10008.1.2, size=3416900, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:24,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 23 ms
2025-11-19 13:27:24,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:24,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:26,476 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:26,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224894, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 13:27:26,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224894, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 13:27:26,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224946, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 13:27:26,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224946, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/00A09DB8, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:26,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 13 ms
2025-11-19 13:27:26,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:26,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:28,527 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:28,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224895, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 13:27:28,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224895, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 13:27:28,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224947, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 13:27:28,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224947, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/2ADA34EF, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:28,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 14 ms
2025-11-19 13:27:28,541 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:28,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:30,391 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:30,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224896, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 13:27:30,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224896, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 13:27:30,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224948, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 13:27:30,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224948, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5F5F67FE, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:30,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 8 ms
2025-11-19 13:27:30,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:30,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:32,067 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:32,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224897, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 13:27:32,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224897, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 13:27:32,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224949, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 13:27:32,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224949, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/3D86C469, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:32,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 11 ms
2025-11-19 13:27:32,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:32,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:33,949 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:33,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224898, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 13:27:33,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224898, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 13:27:33,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224950, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 13:27:33,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224950, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/E02DCD37, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:33,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 20 ms
2025-11-19 13:27:33,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:34,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:35,797 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:35,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224899, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 13:27:35,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224899, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 13:27:35,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224951, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 13:27:35,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224951, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/6FA8431C, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:35,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 20 ms
2025-11-19 13:27:35,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:36,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:37,721 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:37,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224900, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 13:27:37,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224900, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 13:27:37,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224952, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 13:27:37,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224952, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/52F479FF, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:37,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 16 ms
2025-11-19 13:27:37,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:38,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:39,430 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:39,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224901, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 13:27:39,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224901, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 13:27:39,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224953, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 13:27:39,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224953, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/051A1C34, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:39,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 17 ms
2025-11-19 13:27:39,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:39,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:41,245 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 13:27:41,245 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 13:27:41,537 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:41,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224902, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 13:27:41,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224902, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 13:27:41,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224954, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 13:27:41,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224954, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/2A43C3B4, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:41,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 24 ms
2025-11-19 13:27:41,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:41,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:42,136 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 13:27:42,137 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 13:27:42,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:27:42,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:27:42,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:27:42,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:27:42,159 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:27:42,159 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:27:42,159 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 13:27:43,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:43,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224903, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 13:27:43,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224903, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 13:27:43,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224955, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 13:27:43,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224955, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/03066CDD, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:43,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 18 ms
2025-11-19 13:27:43,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:43,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:45,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:45,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224904, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 13:27:45,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224904, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 13:27:45,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224956, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 13:27:45,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224956, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/990BF6F5, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:45,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 13 ms
2025-11-19 13:27:45,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:45,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:47,310 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:47,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224905, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 13:27:47,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224905, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 13:27:47,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224957, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 13:27:47,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224957, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/78A95702, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:47,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 18 ms
2025-11-19 13:27:47,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:47,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:49,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:49,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224906, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 13:27:49,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224906, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 13:27:49,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224958, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 13:27:49,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224958, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/69E13DC0, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:49,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 9 ms
2025-11-19 13:27:49,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:49,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:50,942 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:50,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224907, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 13:27:50,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224907, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 13:27:50,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224959, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 13:27:50,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224959, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/E4BEA225, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:50,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 20 ms
2025-11-19 13:27:50,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:51,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:53,137 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:53,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Found previous received Instance[pk=224908, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 13:27:53,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Replace previous received Instance[pk=224908, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 13:27:53,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Instance[pk=224960, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 13:27:53,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Create Location[pk=224960, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B0FED6C2, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:53,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): Updated DB in 13 ms
2025-11-19 13:27:53,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:53,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:55,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:55,198 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 13:27:55,801 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): processing 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:27:55,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 29:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:56,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:57,563 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 13:27:57,565 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 13:27:57,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:57,579 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 13:27:58,459 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:27:58,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224961, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075544050, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:27:58,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224961, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/65FA7447, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:27:58,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 15 ms
2025-11-19 13:27:58,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075544050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:58,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075612248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:58,713 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): processing 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:27:58,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:27:58,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:00,440 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:00,442 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 13:28:00,950 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): processing 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:00,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:01,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:02,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:02,801 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 13:28:03,302 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293): processing 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:03,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:03,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) >> A-RELEASE-RQ
2025-11-19 13:28:03,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(293) << A-RELEASE-RP
2025-11-19 13:28:03,638 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS50US07(293): close Socket[addr=187.36.104.204/187.36.104.204,port=52110,localport=11112]
2025-11-19 13:28:04,193 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52111,localport=11112]
2025-11-19 13:28:04,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> A-ASSOCIATE-RQ
2025-11-19 13:28:04,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << A-ASSOCIATE-AC
2025-11-19 13:28:04,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:08,593 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:08,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): Found previous received Instance[pk=224909, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:28:08,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): Replace previous received Instance[pk=224909, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:28:08,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): Create Instance[pk=224962, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:28:08,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): Create Location[pk=224962, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/1F66A79F, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 13:28:08,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): Updated DB in 24 ms
2025-11-19 13:28:08,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:08,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:11,229 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:11,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): Found previous received Instance[pk=224910, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:28:11,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): Replace previous received Instance[pk=224910, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:28:11,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): Create Instance[pk=224963, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:28:11,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): Create Location[pk=224963, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/0DB2836C, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 13:28:11,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): Updated DB in 22 ms
2025-11-19 13:28:11,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:11,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 13:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 13:28:12,943 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:12,945 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:28:13,448 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:13,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:13,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:15,455 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:15,457 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:28:15,968 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:15,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:16,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:17,700 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:17,702 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:28:18,225 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:18,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:18,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:19,962 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:19,964 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:28:20,918 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:20,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:21,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:22,730 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:22,732 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:28:23,227 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:23,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:23,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:25,021 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:25,023 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:28:25,567 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:25,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:25,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:27,628 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:27,630 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 13:28:28,125 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:28,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:28,389 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) >> A-RELEASE-RQ
2025-11-19 13:28:28,389 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(294) << A-RELEASE-RP
2025-11-19 13:28:28,439 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS50US07(294): close Socket[addr=187.36.104.204/187.36.104.204,port=52111,localport=11112]
2025-11-19 13:28:28,999 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52112,localport=11112]
2025-11-19 13:28:29,005 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> A-ASSOCIATE-RQ
2025-11-19 13:28:29,005 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << A-ASSOCIATE-AC
2025-11-19 13:28:29,253 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:33,330 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:33,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): Found previous received Instance[pk=224930, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:28:33,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): Replace previous received Instance[pk=224930, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:28:33,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): Create Instance[pk=224964, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:28:33,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): Create Location[pk=224964, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/32532873, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 13:28:33,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): Updated DB in 20 ms
2025-11-19 13:28:33,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:33,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:35,368 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:35,370 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:28:35,859 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:35,860 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:36,179 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:37,575 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:37,577 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:28:38,053 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:38,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:38,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:39,843 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:39,845 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:28:40,343 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:40,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:40,613 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:41,124 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:41,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224965, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075612248, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:28:41,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224965, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/67842510, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:28:41,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 23 ms
2025-11-19 13:28:41,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075612248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:41,246 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 13:28:41,247 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 13:28:41,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075652368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:42,120 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:42,122 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:28:42,159 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 13:28:42,160 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:42,160 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:42,161 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:28:42,161 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:42,181 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:28:42,181 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:42,181 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 13:28:42,888 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:42,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:43,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:44,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:44,499 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:28:44,996 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:44,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:45,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:46,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:46,569 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:28:47,058 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:47,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:47,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:48,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:48,772 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:28:49,259 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:49,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:49,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:50,806 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:28:50,808 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:28:51,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:28:51,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:51,635 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) >> A-RELEASE-RQ
2025-11-19 13:28:51,635 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(295) << A-RELEASE-RP
2025-11-19 13:28:51,685 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS50US07(295): close Socket[addr=187.36.104.204/187.36.104.204,port=52112,localport=11112]
2025-11-19 13:28:52,289 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52113,localport=11112]
2025-11-19 13:28:52,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> A-ASSOCIATE-RQ
2025-11-19 13:28:52,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << A-ASSOCIATE-AC
2025-11-19 13:28:52,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:28:57,565 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 13:28:57,566 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 13:29:05,972 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:05,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): Found previous received Instance[pk=224964, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:29:05,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): Replace previous received Instance[pk=224964, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:29:05,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): Create Instance[pk=224966, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:29:05,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): Create Location[pk=224966, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/16A8BA44, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 13:29:05,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): Updated DB in 19 ms
2025-11-19 13:29:05,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:06,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:09,269 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:09,271 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:09,785 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:09,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:10,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 13:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 13:29:12,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:12,192 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:12,701 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:12,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:12,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:14,647 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:14,649 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:15,149 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:15,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:15,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:16,989 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:16,991 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:17,490 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:17,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:17,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:19,130 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:19,132 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:19,640 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:19,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:19,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:21,260 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:21,262 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:22,172 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:22,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:22,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:23,911 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:23,913 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:24,418 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:24,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:24,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:25,941 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:25,943 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:26,435 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:26,435 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:26,705 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) >> A-RELEASE-RQ
2025-11-19 13:29:26,705 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(296) << A-RELEASE-RP
2025-11-19 13:29:26,755 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS50US07(296): close Socket[addr=187.36.104.204/187.36.104.204,port=52113,localport=11112]
2025-11-19 13:29:26,786 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:26,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224967, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075652368, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:29:26,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224967, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/67BC8713, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:29:26,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 10 ms
2025-11-19 13:29:26,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075652368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:27,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075703924 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:27,318 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52114,localport=11112]
2025-11-19 13:29:27,320 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> A-ASSOCIATE-RQ
2025-11-19 13:29:27,320 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << A-ASSOCIATE-AC
2025-11-19 13:29:27,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:31,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:31,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): Found previous received Instance[pk=224966, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:29:31,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): Replace previous received Instance[pk=224966, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:29:31,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): Create Instance[pk=224968, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:29:31,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): Create Location[pk=224968, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/851DC3B3, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 13:29:31,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): Updated DB in 16 ms
2025-11-19 13:29:31,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:32,061 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:34,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:34,412 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:34,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:34,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:35,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:36,871 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:36,873 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:37,380 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:37,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:37,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:39,426 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:39,428 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:39,941 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:39,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:40,205 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:41,247 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 13:29:41,248 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 13:29:41,898 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:41,900 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:42,182 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 13:29:42,183 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 13:29:42,183 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 13:29:42,184 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 13:29:42,184 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 13:29:42,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:42,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:42,186 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:29:42,186 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:42,187 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 13:29:42,206 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:29:42,206 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:42,207 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 13:29:42,207 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 13:29:42,389 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:42,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:42,390 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-11-19 13:29:42,588 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) Calculated size of 3 studies
2025-11-19 13:29:42,588 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-11-19 13:29:42,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:44,385 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:44,387 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:44,999 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:44,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:45,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:46,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:46,763 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:47,260 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:47,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:47,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:49,011 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:49,013 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:49,980 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:49,981 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:50,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:51,748 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:51,750 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:29:52,266 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:29:52,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:52,550 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) >> A-RELEASE-RQ
2025-11-19 13:29:52,551 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(297) << A-RELEASE-RP
2025-11-19 13:29:52,601 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS50US07(297): close Socket[addr=187.36.104.204/187.36.104.204,port=52114,localport=11112]
2025-11-19 13:29:53,164 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52115,localport=11112]
2025-11-19 13:29:53,164 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> A-ASSOCIATE-RQ
2025-11-19 13:29:53,164 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << A-ASSOCIATE-AC
2025-11-19 13:29:53,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:57,499 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:57,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=224916, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:29:57,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Replace previous received Instance[pk=224916, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:29:57,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Instance[pk=224969, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:29:57,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Location[pk=224969, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/130FA373, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 13:29:57,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Updated DB in 23 ms
2025-11-19 13:29:57,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:57,567 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 13:29:57,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 13:29:57,776 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:59,376 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:29:59,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=224917, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:29:59,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Replace previous received Instance[pk=224917, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:29:59,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Instance[pk=224970, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:29:59,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Location[pk=224970, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/B625295F, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:29:59,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Updated DB in 28 ms
2025-11-19 13:29:59,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:29:59,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:02,155 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:02,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=224918, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:30:02,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Replace previous received Instance[pk=224918, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:30:02,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Instance[pk=224971, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:30:02,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Location[pk=224971, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/9FA8AB5E, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 13:30:02,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Updated DB in 19 ms
2025-11-19 13:30:02,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:02,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:04,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:04,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=224919, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:30:04,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Replace previous received Instance[pk=224919, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:30:04,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Instance[pk=224972, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:30:04,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Location[pk=224972, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/A2B7E658, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:30:04,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Updated DB in 15 ms
2025-11-19 13:30:04,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:04,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:06,690 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:06,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=224920, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:30:06,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Replace previous received Instance[pk=224920, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:30:06,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Instance[pk=224973, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:30:06,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Location[pk=224973, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/EC32AD75, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:30:06,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Updated DB in 21 ms
2025-11-19 13:30:06,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:06,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:07,524 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:07,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224974, uid=1.2.410.200001.101.11.601.1501430850.3.20251119075703924, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:30:07,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224974, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/692B7492, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:30:07,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 19 ms
2025-11-19 13:30:07,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119075703924 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:07,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080040226 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:08,806 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:08,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=224921, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:30:08,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Replace previous received Instance[pk=224921, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:30:08,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Instance[pk=224975, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:30:08,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Location[pk=224975, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/880DBAF4, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:30:08,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Updated DB in 12 ms
2025-11-19 13:30:08,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:09,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:10,911 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:10,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=224922, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:30:10,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Replace previous received Instance[pk=224922, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:30:10,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Instance[pk=224976, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:30:10,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Location[pk=224976, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/E2BF6BFE, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:30:10,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Updated DB in 18 ms
2025-11-19 13:30:10,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:11,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 13:30:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 13:30:13,172 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:13,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=224923, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:30:13,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Replace previous received Instance[pk=224923, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:30:13,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Instance[pk=224977, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:30:13,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Location[pk=224977, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/16702F6D, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:30:13,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Updated DB in 26 ms
2025-11-19 13:30:13,199 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:13,449 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:15,534 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:15,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=224924, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:30:15,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Replace previous received Instance[pk=224924, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:30:15,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Instance[pk=224978, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:30:15,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Location[pk=224978, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/249CAE13, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 13:30:15,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Updated DB in 15 ms
2025-11-19 13:30:15,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:15,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:17,945 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:17,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Found previous received Instance[pk=224925, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:30:17,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Replace previous received Instance[pk=224925, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:30:17,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Instance[pk=224979, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 13:30:17,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Create Location[pk=224979, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/43B4A577, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 13:30:17,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): Updated DB in 14 ms
2025-11-19 13:30:17,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:18,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:19,753 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:19,755 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:20,243 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:20,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:20,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:22,095 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:22,097 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:22,584 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:22,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:22,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:24,460 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:24,462 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:24,957 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:24,957 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:25,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:26,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:26,694 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:27,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:27,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:27,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:29,047 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:29,048 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:29,546 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:29,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:29,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:31,133 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:31,135 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:31,614 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:31,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:31,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:33,083 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:33,085 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:33,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:33,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:33,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:35,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:35,690 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:36,223 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:36,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:36,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:37,891 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:37,893 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:38,401 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:38,402 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:38,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:40,517 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:40,519 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:41,016 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:41,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:41,248 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 13:30:41,249 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 13:30:41,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:42,207 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 13:30:42,208 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 13:30:42,209 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:42,209 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:42,210 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:30:42,210 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:42,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:30:42,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:42,230 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 13:30:42,230 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 13:30:42,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:42,587 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:43,103 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:43,104 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:43,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:44,742 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:44,744 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:45,256 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:45,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:45,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:47,437 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:47,439 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:47,921 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:47,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:48,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:49,484 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:49,487 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:49,970 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:49,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:50,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:51,998 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:52,000 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:52,488 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:52,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:52,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:53,281 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:53,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224980, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080040226, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 13:30:53,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224980, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/BCD27375, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:30:53,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 26 ms
2025-11-19 13:30:53,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080040226 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:53,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080058979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:54,073 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:54,075 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:54,645 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:54,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:54,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:56,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:56,324 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:56,807 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:56,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:57,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:57,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 13:30:57,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 13:30:59,030 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:30:59,032 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 13:30:59,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298): processing 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:30:59,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << 28:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:30:59,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) >> A-RELEASE-RQ
2025-11-19 13:30:59,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(298) << A-RELEASE-RP
2025-11-19 13:30:59,957 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS50US07(298): close Socket[addr=187.36.104.204/187.36.104.204,port=52115,localport=11112]
2025-11-19 13:31:00,454 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52116,localport=11112]
2025-11-19 13:31:00,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> A-ASSOCIATE-RQ
2025-11-19 13:31:00,455 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << A-ASSOCIATE-AC
2025-11-19 13:31:00,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:05,302 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:05,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): Found previous received Instance[pk=224968, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:31:05,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): Replace previous received Instance[pk=224968, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:31:05,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): Create Instance[pk=224981, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:31:05,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): Create Location[pk=224981, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/861E2C22, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 13:31:05,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): Updated DB in 18 ms
2025-11-19 13:31:05,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:05,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:07,824 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:07,826 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:08,334 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:08,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:08,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:10,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:10,382 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:10,897 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:10,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:11,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 13:31:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 13:31:13,271 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:13,274 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:13,790 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:13,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:14,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:15,974 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:15,976 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:16,468 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:16,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:16,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:18,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:18,244 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:18,746 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:18,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:18,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:20,488 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63351&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251018115426131&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251018115616661&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:31:21,097 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:21,099 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:21,589 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:21,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:21,637 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63351&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251018115426131&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251018115650797&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:31:21,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:22,785 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63351&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251018115426131&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251018115654443&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:31:23,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:23,551 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:23,928 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63351&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251018115426131&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251018115715745&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:31:24,055 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:24,056 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:24,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:25,757 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63351&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251018115426131&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251018115451418&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:31:25,941 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:25,943 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:26,429 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:26,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:26,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) >> A-RELEASE-RQ
2025-11-19 13:31:26,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(299) << A-RELEASE-RP
2025-11-19 13:31:26,729 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS50US07(299): close Socket[addr=187.36.104.204/187.36.104.204,port=52116,localport=11112]
2025-11-19 13:31:26,940 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63351&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251018115426131&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251018115426529&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:31:27,262 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52117,localport=11112]
2025-11-19 13:31:27,274 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> A-ASSOCIATE-RQ
2025-11-19 13:31:27,274 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << A-ASSOCIATE-AC
2025-11-19 13:31:27,508 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:28,102 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63351&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251018115426131&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251018115553158&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:31:29,348 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63351&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251018115426131&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251018115722662&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:31:31,825 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:31,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): Found previous received Instance[pk=224981, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:31:31,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): Replace previous received Instance[pk=224981, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:31:31,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): Create Instance[pk=224982, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:31:31,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): Create Location[pk=224982, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/7999A755, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 13:31:31,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): Updated DB in 10 ms
2025-11-19 13:31:31,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:32,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:33,695 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:33,697 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:34,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:34,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:34,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:35,827 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:35,829 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:36,145 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:36,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224983, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080058979, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 13:31:36,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224983, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/BCE448D3, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:31:36,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 13 ms
2025-11-19 13:31:36,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080058979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:36,388 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:36,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:36,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080117113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:36,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:38,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:38,655 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:39,151 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:39,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:39,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:41,144 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:41,145 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:41,249 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 13:31:41,250 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 13:31:41,641 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:41,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:41,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:42,230 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 13:31:42,231 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 13:31:42,232 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:42,232 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:42,233 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 13:31:42,233 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 13:31:42,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:31:42,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:42,235 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 13:31:42,235 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 13:31:42,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:31:42,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:42,257 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 13:31:43,192 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:43,195 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:43,697 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:43,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:43,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:45,411 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:45,414 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:45,905 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:45,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:46,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:47,777 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:47,779 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:48,772 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:48,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:49,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-11-19 13:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5640) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-11-19 13:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5641) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5641) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5640) Start deleting 45 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:31:50,337 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5622) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:31:50,340 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5622) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 13:31:50,844 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:31:50,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:31:51,108 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) >> A-RELEASE-RQ
2025-11-19 13:31:51,108 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5622) DCM4CHEE<-HS50US07(300) << A-RELEASE-RP
2025-11-19 13:31:51,158 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS50US07(300): close Socket[addr=187.36.104.204/187.36.104.204,port=52117,localport=11112]
2025-11-19 13:31:53,231 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:31:53,237 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:31:57,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 13:31:57,572 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 13:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 13:32:12,065 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 13:32:16,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:32:16,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224984, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080117113, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 13:32:16,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224984, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/BE603047, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:32:16,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 8 ms
2025-11-19 13:32:16,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080117113 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:32:16,632 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080218382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:32:17,466 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5640) Finished deleting 45 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:32:17,466 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5640) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:32:41,250 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 13:32:41,251 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 13:32:42,257 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 13:32:42,258 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 13:32:42,259 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 13:32:42,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:32:42,260 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:32:42,261 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:32:42,261 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:32:42,261 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 13:32:42,290 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:32:42,291 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:32:42,291 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 13:32:42,292 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 13:32:54,336 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:32:54,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224985, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080218382, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 13:32:54,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224985, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/C015859F, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:32:54,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 17 ms
2025-11-19 13:32:54,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080218382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:32:54,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080308495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:32:57,165 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStgCmtScheduler.execute()
2025-11-19 13:32:57,170 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStgCmtScheduler.execute()
2025-11-19 13:32:57,572 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 13:32:57,574 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 13:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 13:33:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 13:33:34,357 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:33:34,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224986, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080308495, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 13:33:34,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224986, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/C1BC4AA0, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:33:34,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 11 ms
2025-11-19 13:33:34,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080308495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:33:34,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080346616 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:33:41,252 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 13:33:41,253 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 13:33:42,292 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 13:33:42,293 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 13:33:42,294 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:33:42,294 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:33:42,295 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:33:42,295 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:33:42,316 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:33:42,316 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:33:42,316 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 13:33:57,574 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 13:33:57,576 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 13:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 13:34:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 13:34:18,500 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:34:18,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224987, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080346616, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 13:34:18,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224987, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/C1F3C671, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:34:18,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 6 ms
2025-11-19 13:34:18,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080346616 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:34:18,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080444670 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:34:41,253 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 13:34:41,254 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 13:34:42,317 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 13:34:42,317 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:34:42,317 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:34:42,319 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:34:42,319 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:34:42,344 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:34:42,344 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:34:42,345 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 13:34:42,588 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-11-19 13:34:42,699 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) Calculated size of 2 studies
2025-11-19 13:34:42,699 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-11-19 13:34:57,576 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 13:34:57,578 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 13:34:59,260 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:34:59,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224988, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080444670, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 13:34:59,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224988, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/C3A7B706, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:34:59,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 23 ms
2025-11-19 13:34:59,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080444670 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:34:59,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080509367 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 13:35:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 13:35:38,694 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:35:38,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224989, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080509367, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 13:35:38,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224989, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/C5266C21, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:35:38,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 5 ms
2025-11-19 13:35:38,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080509367 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:35:38,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080542609 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:35:41,254 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 13:35:41,256 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 13:35:42,345 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 13:35:42,345 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:35:42,345 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:35:42,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:35:42,347 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:35:42,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:35:42,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:35:42,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 13:35:57,578 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 13:35:57,580 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 13:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 13:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 13:36:21,564 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:36:21,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224990, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080542609, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 13:36:21,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224990, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/C55BA617, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:36:21,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 24 ms
2025-11-19 13:36:21,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080542609 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:36:21,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080607924 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:36:41,256 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 13:36:41,257 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 13:36:42,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 13:36:42,371 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 13:36:42,371 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:36:42,372 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:36:42,372 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 13:36:42,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:36:42,374 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:36:42,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:36:42,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:36:42,398 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 13:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-11-19 13:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5662) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-11-19 13:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5663) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5663) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5662) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:36:53,237 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:36:53,243 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:36:57,580 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 13:36:57,582 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 13:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 13:37:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 13:37:12,073 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:37:12,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224991, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080607924, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 13:37:12,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224991, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/C6DA7209, tsuid=1.2.840.10008.1.2, size=3915732, status=OK, objectType=DICOM_FILE]
2025-11-19 13:37:12,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 10 ms
2025-11-19 13:37:12,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080607924 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:37:12,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080712082 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:37:41,257 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 13:37:41,258 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 13:37:42,398 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 13:37:42,399 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:37:42,399 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:37:42,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:37:42,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:37:42,421 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:37:42,421 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:37:42,421 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 13:37:51,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:37:51,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224992, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080712082, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 13:37:51,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224992, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/C89AFB3D, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:37:51,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 22 ms
2025-11-19 13:37:51,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080712082 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:37:51,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080728217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:37:57,582 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 13:37:57,584 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 13:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 13:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 13:38:34,350 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:38:34,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224993, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080728217, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 13:38:34,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224993, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/C8ABD3A6, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:38:34,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 14 ms
2025-11-19 13:38:34,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080728217 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:38:34,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080743637 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:38:41,258 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 13:38:41,260 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 13:38:42,421 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 13:38:42,422 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:38:42,422 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:38:42,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:38:42,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:38:42,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:38:42,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:38:42,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 13:38:56,602 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/66.132.153.126,port=46732,localport=11112]
2025-11-19 13:38:56,959 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5672) ANY-SCP<-ECHOSCU(301) >> A-ASSOCIATE-RQ
2025-11-19 13:38:56,959 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5672) ANY-SCP<-ECHOSCU(301) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-11-19 13:38:57,010 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) ANY-SCP<-ECHOSCU(301): close Socket[addr=66.132.153.126/66.132.153.126,port=46732,localport=11112]
2025-11-19 13:38:57,584 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 13:38:57,586 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 13:39:00,974 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/66.132.153.126,port=11988,localport=11112]
2025-11-19 13:39:02,743 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5672) /172.18.0.3:11112<-/66.132.153.126:11988(302): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-11-19 13:39:02,743 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5672) /172.18.0.3:11112<-/66.132.153.126:11988(302): close Socket[addr=/66.132.153.126,port=11988,localport=11112]
2025-11-19 13:39:02,793 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/66.132.153.126,port=12016,localport=11112]
2025-11-19 13:39:04,097 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5672) /172.18.0.3:11112<-/66.132.153.126:12016(303): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-11-19 13:39:04,097 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5672) /172.18.0.3:11112<-/66.132.153.126:12016(303): close Socket[addr=/66.132.153.126,port=12016,localport=11112]
2025-11-19 13:39:04,149 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/66.132.153.126,port=12060,localport=11112]
2025-11-19 13:39:07,584 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5672) /172.18.0.3:11112<-/66.132.153.126:12060(304): unrecognized PDU[type=71, len=1411395360]
2025-11-19 13:39:07,584 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5672) /172.18.0.3:11112<-/66.132.153.126:12060(304): close Socket[addr=/66.132.153.126,port=12060,localport=11112]
2025-11-19 13:39:07,992 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/66.132.153.126,port=12104,localport=11112]
2025-11-19 13:39:08,194 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5672) /172.18.0.3:11112<-/66.132.153.126:12104(305): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 13:39:08,194 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5672) /172.18.0.3:11112<-/66.132.153.126:12104(305): close Socket[addr=/66.132.153.126,port=12104,localport=11112]
2025-11-19 13:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 13:39:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 13:39:19,200 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:39:19,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Instance[pk=224994, uid=1.2.410.200001.101.11.601.1501430850.3.20251119080743637, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 13:39:19,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Create Location[pk=224994, systemID=amazon-s3, path=2025/11/19/03132F75/94CB9309/C8C5CC0F, tsuid=1.2.840.10008.1.2, size=3416624, status=OK, objectType=DICOM_FILE]
2025-11-19 13:39:19,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288): Updated DB in 10 ms
2025-11-19 13:39:19,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119080743637 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:39:19,451 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) >> A-RELEASE-RQ
2025-11-19 13:39:19,451 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(288) << A-RELEASE-RP
2025-11-19 13:39:19,501 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS60MT(288): close Socket[addr=187.36.104.204/187.36.104.204,port=49231,localport=11112]
2025-11-19 13:39:19,945 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49233,localport=11112]
2025-11-19 13:39:19,945 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> A-ASSOCIATE-RQ
2025-11-19 13:39:19,945 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) << A-ASSOCIATE-AC
2025-11-19 13:39:20,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095533021 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:39:41,260 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 13:39:41,261 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 13:39:42,447 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 13:39:42,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:39:42,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:39:42,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:39:42,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:39:42,469 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:39:42,469 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:39:42,470 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 13:39:42,699 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 13:39:42,808 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) Calculated size of 2 studies
2025-11-19 13:39:42,808 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 13:39:57,586 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 13:39:57,587 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 13:40:09,354 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52050,localport=11112]
2025-11-19 13:40:09,514 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) >> A-ASSOCIATE-RQ
2025-11-19 13:40:09,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) << A-ASSOCIATE-AC
2025-11-19 13:40:11,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 13:40:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 13:40:41,261 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 13:40:41,262 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 13:40:42,470 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 13:40:42,471 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 13:40:42,471 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:40:42,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:40:42,473 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:40:42,473 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:40:42,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:40:42,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:40:42,500 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 13:40:42,500 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 13:40:57,588 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 13:40:57,589 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 13:41:01,054 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:41:01,058 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Patient[pk=8819, id=PatientID[pk=8819, id=68361, issuer=DCM4CHEE.93F2A9AB.0DB100CE], name=CAROLINE DA SILVA TAVEIRA]
2025-11-19 13:41:01,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Study[pk=8828, uid=68361, id=68361]
2025-11-19 13:41:01,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Series[pk=8933, uid=1.2.410.200001.101.11.601.1501430850.2.20251119095532717, no=1, mod=US]
2025-11-19 13:41:01,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Instance[pk=224995, uid=1.2.410.200001.101.11.601.1501430850.3.20251119095533021, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:41:01,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Location[pk=224995, systemID=amazon-s3, path=2025/11/19/0313302C/680385D7/35AE41C9, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 13:41:01,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Updated DB in 21 ms
2025-11-19 13:41:01,076 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) No duplicate record with equal Patient ID found Patient[pk=8819, id=PatientID[pk=8819, id=68361, issuer=DCM4CHEE.93F2A9AB.0DB100CE], name=CAROLINE DA SILVA TAVEIRA]
2025-11-19 13:41:01,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095533021 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:01,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095543173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:08,365 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5677) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:41:08,372 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5677) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:41:08,894 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:08,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:09,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 13:41:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 13:41:13,082 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5677) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:41:13,085 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5677) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:41:13,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:13,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:13,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:18,056 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5677) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:41:18,059 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5677) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:41:18,569 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:18,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:18,822 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:24,225 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5677) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:41:24,229 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5677) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:41:24,738 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:24,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:24,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:31,123 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5677) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:41:31,126 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5677) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:41:31,643 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:31,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:31,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:37,502 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5677) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:41:37,505 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5677) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:41:38,009 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:38,009 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:38,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:41,262 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 13:41:41,263 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 13:41:42,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5677) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:41:42,010 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5677) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:41:42,501 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 13:41:42,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:42,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:42,502 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 13:41:42,503 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:41:42,503 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:42,523 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:41:42,523 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:42,524 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 13:41:42,524 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 13:41:42,530 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:41:42,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:42,776 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) >> A-RELEASE-RQ
2025-11-19 13:41:42,776 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5677) DCM4CHEE<-HS30(307) << A-RELEASE-RP
2025-11-19 13:41:42,826 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS30(307): close Socket[addr=187.36.104.204/187.36.104.204,port=52050,localport=11112]
2025-11-19 13:41:46,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:41:46,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Instance[pk=224996, uid=1.2.410.200001.101.11.601.1501430850.3.20251119095543173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:41:46,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Location[pk=224996, systemID=amazon-s3, path=2025/11/19/0313302C/680385D7/35BC5DA8, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 13:41:46,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Updated DB in 12 ms
2025-11-19 13:41:46,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095543173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:47,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095606858 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-11-19 13:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5687) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-11-19 13:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5688) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5687) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5688) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:41:53,244 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:41:53,251 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:41:57,590 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 13:41:57,591 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 13:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 13:42:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 13:42:13,238 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52058,localport=11112]
2025-11-19 13:42:13,238 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) >> A-ASSOCIATE-RQ
2025-11-19 13:42:13,238 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) << A-ASSOCIATE-AC
2025-11-19 13:42:13,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:17,454 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5689) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:42:17,457 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5689) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:42:17,969 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:17,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:18,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:27,042 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.840.113619.2.423.84107009440.1763366132.1649&seriesUID=1.2.840.113619.2.423.84107009440.1763366132.1650&objectUID=1.2.840.113619.2.423.84107009440.1763366215.1657&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:42:27,992 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.840.113619.2.423.84107009440.1763366132.1649&seriesUID=1.2.840.113619.2.423.84107009440.1763366132.1650&objectUID=1.2.840.113619.2.423.84107009440.1763366248.1659&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:42:28,383 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5689) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:42:28,386 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5689) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:42:28,882 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:28,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:28,995 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.840.113619.2.423.84107009440.1763366132.1649&seriesUID=1.2.840.113619.2.423.84107009440.1763366132.1650&objectUID=1.2.840.113619.2.423.84107009440.1763366300.1661&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:42:29,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:29,910 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.840.113619.2.423.84107009440.1763366132.1649&seriesUID=1.2.840.113619.2.423.84107009440.1763366132.1650&objectUID=1.2.840.113619.2.423.84107009440.1763366324.1663&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:42:30,915 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.840.113619.2.423.84107009440.1763366132.1649&seriesUID=1.2.840.113619.2.423.84107009440.1763366132.1650&objectUID=1.2.840.113619.2.423.84107009440.1763366397.1665&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:42:31,827 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.840.113619.2.423.84107009440.1763366132.1649&seriesUID=1.2.840.113619.2.423.84107009440.1763366132.1650&objectUID=1.2.840.113619.2.423.84107009440.1763366143.1651&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:42:32,711 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.840.113619.2.423.84107009440.1763366132.1649&seriesUID=1.2.840.113619.2.423.84107009440.1763366132.1650&objectUID=1.2.840.113619.2.423.84107009440.1763366153.1653&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:42:32,962 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:42:32,964 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Instance[pk=224997, uid=1.2.410.200001.101.11.601.1501430850.3.20251119095606858, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:42:32,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Location[pk=224997, systemID=amazon-s3, path=2025/11/19/0313302C/680385D7/373A4F6E, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 13:42:32,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Updated DB in 5 ms
2025-11-19 13:42:32,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095606858 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:33,217 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095621868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:33,623 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.840.113619.2.423.84107009440.1763366132.1649&seriesUID=1.2.840.113619.2.423.84107009440.1763366132.1650&objectUID=1.2.840.113619.2.423.84107009440.1763366167.1655&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:42:33,679 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5689) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:42:33,682 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5689) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:42:34,181 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:34,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:34,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:39,039 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5689) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:42:39,042 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5689) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:42:39,541 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:39,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:39,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:41,264 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 13:42:41,265 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 13:42:42,524 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 13:42:42,525 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:42,525 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:42,526 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:42:42,526 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:42,557 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:42:42,558 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:42,558 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 13:42:42,559 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 13:42:43,723 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5689) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:42:43,726 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5689) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:42:44,245 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:44,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:44,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:49,336 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5689) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:42:49,340 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5689) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:42:49,837 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:49,837 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:50,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:53,696 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5689) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:42:53,699 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5689) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:42:54,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:42:54,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:42:54,556 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) >> A-RELEASE-RQ
2025-11-19 13:42:54,556 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5689) DCM4CHEE<-HS30(308) << A-RELEASE-RP
2025-11-19 13:42:54,607 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(308): close Socket[addr=187.36.104.204/187.36.104.204,port=52058,localport=11112]
2025-11-19 13:42:57,591 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 13:42:57,593 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 13:43:10,514 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:43:10,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Instance[pk=224998, uid=1.2.410.200001.101.11.601.1501430850.3.20251119095621868, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:43:10,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Location[pk=224998, systemID=amazon-s3, path=2025/11/19/0313302C/680385D7/375438B4, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 13:43:10,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Updated DB in 14 ms
2025-11-19 13:43:10,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095621868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:10,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095642395 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 13:43:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 13:43:25,046 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52059,localport=11112]
2025-11-19 13:43:25,046 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) >> A-ASSOCIATE-RQ
2025-11-19 13:43:25,046 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) << A-ASSOCIATE-AC
2025-11-19 13:43:25,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:29,098 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:43:29,102 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5695) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:43:29,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:43:29,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:29,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:32,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:43:32,246 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5695) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:43:32,796 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:43:32,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:33,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:35,750 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:43:35,753 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5695) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:43:36,483 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:43:36,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:36,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:40,731 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:43:40,734 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5695) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:43:41,265 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 13:43:41,266 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 13:43:41,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:43:41,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:41,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:42,559 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 13:43:42,559 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:43:42,560 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:43:42,561 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 13:43:42,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:43:42,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:43:42,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:43:42,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:43:42,585 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 13:43:46,070 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:43:46,073 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5695) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:43:46,572 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:43:46,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:46,802 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:51,732 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5695) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:43:51,735 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5695) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:43:52,589 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:43:52,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:52,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5695) DCM4CHEE<-HS30(309) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:43:57,594 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 13:43:57,595 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 13:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 13:44:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 13:44:41,266 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 13:44:41,267 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 13:44:42,585 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 13:44:42,587 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 13:44:42,587 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:44:42,587 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:44:42,589 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:44:42,589 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:44:42,612 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:44:42,612 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:44:42,612 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 13:44:42,808 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-11-19 13:44:42,809 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-11-19 13:44:43,117 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52060,localport=11112]
2025-11-19 13:44:43,117 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) >> A-ASSOCIATE-RQ
2025-11-19 13:44:43,117 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) << A-ASSOCIATE-AC
2025-11-19 13:44:43,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:44:57,595 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 13:44:57,597 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 13:45:00,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:45:00,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Instance[pk=224999, uid=1.2.410.200001.101.11.601.1501430850.3.20251119095642395, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:45:00,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Location[pk=224999, systemID=amazon-s3, path=2025/11/19/0313302C/680385D7/3770C9AA, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 13:45:00,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Updated DB in 27 ms
2025-11-19 13:45:00,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095642395 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:01,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095700468 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:03,405 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5702) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:45:03,408 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5702) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:45:03,984 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:03,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:04,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:08,036 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5702) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:45:08,039 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5702) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:45:08,562 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:08,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:08,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 13:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 13:45:12,613 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5702) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:45:12,616 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5702) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:45:13,118 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:13,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:13,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:18,515 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5702) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:45:18,519 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5702) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:45:19,027 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:19,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:19,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:24,026 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5702) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:45:24,029 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5702) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:45:24,542 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:24,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:24,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:30,545 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5702) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:45:30,549 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5702) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:45:31,041 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:31,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:31,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:36,413 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5702) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:45:36,416 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5702) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:45:36,932 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:36,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:37,185 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) >> A-RELEASE-RQ
2025-11-19 13:45:37,185 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5702) DCM4CHEE<-HS30(310) << A-RELEASE-RP
2025-11-19 13:45:37,235 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS30(310): close Socket[addr=187.36.104.204/187.36.104.204,port=52060,localport=11112]
2025-11-19 13:45:41,268 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 13:45:41,268 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 13:45:42,612 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 13:45:42,613 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:42,613 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:42,614 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:45:42,614 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:42,640 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:45:42,640 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:45:42,641 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 13:45:46,539 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:45:46,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Instance[pk=225000, uid=1.2.410.200001.101.11.601.1501430850.3.20251119095700468, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:45:46,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Location[pk=225000, systemID=amazon-s3, path=2025/11/19/0313302C/680385D7/38EC5EEE, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 13:45:46,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Updated DB in 12 ms
2025-11-19 13:45:46,551 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095700468 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:46,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095720339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:45:57,597 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 13:45:57,599 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 13:46:07,687 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52061,localport=11112]
2025-11-19 13:46:07,692 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) >> A-ASSOCIATE-RQ
2025-11-19 13:46:07,693 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) << A-ASSOCIATE-AC
2025-11-19 13:46:07,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:11,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5706) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:46:11,911 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5706) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 13:46:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 13:46:12,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:12,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:12,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:14,705 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5706) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:46:14,708 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5706) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:46:15,209 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:15,210 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:15,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:18,095 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5706) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:46:18,098 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5706) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:46:18,833 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:18,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:19,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:23,662 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5706) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:46:23,665 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5706) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:46:24,527 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:24,527 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:24,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:29,233 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5706) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:46:29,236 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5706) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:46:29,829 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:29,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:30,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:34,194 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5706) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:46:34,198 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5706) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:46:34,798 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:34,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:35,051 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:40,169 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5706) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:46:40,172 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5706) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:46:40,174 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:46:40,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Instance[pk=225001, uid=1.2.410.200001.101.11.601.1501430850.3.20251119095720339, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:46:40,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Location[pk=225001, systemID=amazon-s3, path=2025/11/19/0313302C/680385D7/390889D3, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 13:46:40,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Updated DB in 6 ms
2025-11-19 13:46:40,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095720339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:40,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095728932 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:40,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:40,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:46:40,912 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) >> A-RELEASE-RQ
2025-11-19 13:46:40,912 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5706) DCM4CHEE<-HS30(311) << A-RELEASE-RP
2025-11-19 13:46:40,963 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(311): close Socket[addr=187.36.104.204/187.36.104.204,port=52061,localport=11112]
2025-11-19 13:46:41,269 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 13:46:41,269 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 13:46:42,641 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 13:46:42,642 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:42,642 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:42,643 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:46:42,643 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:42,664 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:46:42,664 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:46:42,664 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 13:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-11-19 13:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-11-19 13:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5710) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5711) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5711) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5710) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:46:53,252 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:46:53,257 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:46:57,599 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 13:46:57,600 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 13:47:11,420 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52062,localport=11112]
2025-11-19 13:47:11,423 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) >> A-ASSOCIATE-RQ
2025-11-19 13:47:11,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) << A-ASSOCIATE-AC
2025-11-19 13:47:11,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 13:47:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 13:47:15,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5712) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:47:15,315 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5712) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:47:15,833 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:15,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:16,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:18,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5712) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:47:18,277 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5712) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:47:18,778 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:18,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:19,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:20,451 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:47:20,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Instance[pk=225002, uid=1.2.410.200001.101.11.601.1501430850.3.20251119095728932, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:47:20,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Location[pk=225002, systemID=amazon-s3, path=2025/11/19/0313302C/680385D7/390C434A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 13:47:20,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Updated DB in 16 ms
2025-11-19 13:47:20,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095728932 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:20,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095741237 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:21,666 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5712) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:47:21,669 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5712) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:47:22,168 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:22,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:22,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:25,980 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5712) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:47:25,984 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5712) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:47:26,491 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:26,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:26,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:30,794 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5712) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:47:30,796 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5712) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:47:31,293 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:31,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:31,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:36,589 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5712) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:47:36,592 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5712) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:47:37,095 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:37,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:37,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:41,021 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5712) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:47:41,024 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5712) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:47:41,270 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 13:47:41,271 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 13:47:41,520 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:41,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:47:41,766 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) >> A-RELEASE-RQ
2025-11-19 13:47:41,766 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5712) DCM4CHEE<-HS30(312) << A-RELEASE-RP
2025-11-19 13:47:41,816 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(312): close Socket[addr=187.36.104.204/187.36.104.204,port=52062,localport=11112]
2025-11-19 13:47:42,665 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 13:47:42,665 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:42,666 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:42,667 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:47:42,667 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:42,690 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:47:42,690 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:47:42,690 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 13:47:57,601 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 13:47:57,602 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 13:48:10,212 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5586) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:48:10,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Instance[pk=225003, uid=1.2.410.200001.101.11.601.1501430850.3.20251119095741237, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:48:10,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Create Location[pk=225003, systemID=amazon-s3, path=2025/11/19/0313302C/680385D7/39252971, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 13:48:10,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306): Updated DB in 20 ms
2025-11-19 13:48:10,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095741237 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:10,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5586) DCM4CHEE<-HS60MT(306) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119095850272 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 13:48:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 13:48:12,257 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52063,localport=11112]
2025-11-19 13:48:12,258 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) >> A-ASSOCIATE-RQ
2025-11-19 13:48:12,258 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) << A-ASSOCIATE-AC
2025-11-19 13:48:12,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:16,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5717) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:48:16,135 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5717) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:48:16,657 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:48:16,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:16,892 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:18,895 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5717) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:48:18,899 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5717) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:48:19,404 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:48:19,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:19,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:21,763 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5717) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:48:21,766 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5717) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:48:22,312 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:48:22,312 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:22,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:26,029 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5717) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:48:26,032 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5717) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:48:26,533 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:48:26,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:26,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:29,790 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5717) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:48:29,793 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5717) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:48:30,307 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:48:30,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:30,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:48:41,271 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 13:48:41,272 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 13:48:42,690 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 13:48:42,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:48:42,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:48:42,692 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:48:42,692 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:48:42,712 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:48:42,712 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:48:42,712 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 13:48:57,603 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 13:48:57,605 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 13:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 13:49:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 13:49:35,211 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52064,localport=11112]
2025-11-19 13:49:35,212 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52120,localport=11112]
2025-11-19 13:49:35,212 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> A-ASSOCIATE-RQ
2025-11-19 13:49:35,212 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << A-ASSOCIATE-AC
2025-11-19 13:49:35,223 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) >> A-ASSOCIATE-RQ
2025-11-19 13:49:35,223 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) << A-ASSOCIATE-AC
2025-11-19 13:49:35,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134543887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:35,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:38,406 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49253,localport=11112]
2025-11-19 13:49:38,408 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) >> A-ASSOCIATE-RQ
2025-11-19 13:49:38,408 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) << A-ASSOCIATE-AC
2025-11-19 13:49:38,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119100951919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:38,989 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5724) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:38,993 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Patient[pk=8820, id=PatientID[pk=8820, id=68396, issuer=DCM4CHEE.4E6495B1.0D86B2E2], name=ODARA CRISTINA CASTRO STABELINI]
2025-11-19 13:49:38,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Study[pk=8829, uid=68396, id=68396]
2025-11-19 13:49:38,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Series[pk=8934, uid=1.2.410.200001.101.11.501.1791052210.2.20251119134540707, no=1, mod=US]
2025-11-19 13:49:38,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Instance[pk=225004, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134543887, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:49:38,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Location[pk=225004, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/D46ACF14, tsuid=1.2.840.10008.1.2, size=3915778, status=OK, objectType=DICOM_FILE]
2025-11-19 13:49:39,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Updated DB in 28 ms
2025-11-19 13:49:39,018 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) No duplicate record with equal Patient ID found Patient[pk=8820, id=PatientID[pk=8820, id=68396, issuer=DCM4CHEE.4E6495B1.0D86B2E2], name=ODARA CRISTINA CASTRO STABELINI]
2025-11-19 13:49:39,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134543887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:39,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:39,223 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:49:39,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134555345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:39,728 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:49:39,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:39,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:40,553 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5724) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:40,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Instance[pk=225005, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134555345, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:49:40,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Location[pk=225005, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/D479BC10, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:49:40,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Updated DB in 13 ms
2025-11-19 13:49:40,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134555345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:40,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134621129 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:41,272 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 13:49:41,274 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 13:49:42,314 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5724) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:42,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Instance[pk=225006, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134621129, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:49:42,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Location[pk=225006, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/D60274F4, tsuid=1.2.840.10008.1.2, size=3915778, status=OK, objectType=DICOM_FILE]
2025-11-19 13:49:42,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Updated DB in 18 ms
2025-11-19 13:49:42,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134621129 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:42,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134706350 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:42,712 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 13:49:42,713 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 13:49:42,714 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:49:42,714 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:49:42,715 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:49:42,715 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:49:42,739 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:49:42,739 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:49:42,739 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 13:49:42,809 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 13:49:42,882 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) Calculated size of 1 studies
2025-11-19 13:49:42,882 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 13:49:44,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5724) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:44,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Instance[pk=225007, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134706350, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:49:44,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Location[pk=225007, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/D79D6C42, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:49:44,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Updated DB in 6 ms
2025-11-19 13:49:44,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134706350 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:44,357 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134711116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:45,460 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:45,463 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:49:45,963 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:49:45,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:46,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:46,740 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5724) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:46,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Instance[pk=225008, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134711116, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:49:46,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Location[pk=225008, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/D7A935F0, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:49:46,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Updated DB in 13 ms
2025-11-19 13:49:46,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134711116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:46,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134738611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:48,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5724) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:48,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Instance[pk=225009, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134738611, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:49:48,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Location[pk=225009, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/D7C8A64B, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:49:48,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Updated DB in 11 ms
2025-11-19 13:49:48,402 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134738611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:48,632 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134806632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:50,366 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5724) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:50,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Instance[pk=225010, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134806632, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:49:50,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Location[pk=225010, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/D9524FE8, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:49:50,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Updated DB in 12 ms
2025-11-19 13:49:50,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134806632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:50,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134824773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:51,332 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:51,335 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:49:52,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5724) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:52,331 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:49:52,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:52,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Instance[pk=225011, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134824773, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:49:52,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Location[pk=225011, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/D96D9A6A, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:49:52,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Updated DB in 21 ms
2025-11-19 13:49:52,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134824773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:52,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:52,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134909771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:54,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5724) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:54,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Instance[pk=225012, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134909771, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:49:54,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Location[pk=225012, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/DB0889E0, tsuid=1.2.840.10008.1.2, size=3416818, status=OK, objectType=DICOM_FILE]
2025-11-19 13:49:54,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Updated DB in 13 ms
2025-11-19 13:49:54,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134909771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:54,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134925154 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:56,018 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5724) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:56,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Instance[pk=225013, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134925154, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:49:56,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Create Location[pk=225013, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/DB22D0A5, tsuid=1.2.840.10008.1.2, size=3416818, status=OK, objectType=DICOM_FILE]
2025-11-19 13:49:56,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315): Updated DB in 65 ms
2025-11-19 13:49:56,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134925154 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:56,317 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) >> A-RELEASE-RQ
2025-11-19 13:49:56,317 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5724) DCM4CHEE<-HS50US07(315) << A-RELEASE-RP
2025-11-19 13:49:56,367 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS50US07(315): close Socket[addr=187.36.104.204/187.36.104.204,port=52120,localport=11112]
2025-11-19 13:49:56,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:49:56,741 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:49:57,248 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:49:57,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:57,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:49:57,605 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 13:49:57,607 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 13:50:00,942 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:00,945 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:01,456 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:01,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:01,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:05,726 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:05,730 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:06,270 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:06,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:06,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:11,784 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:11,787 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 13:50:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 13:50:12,302 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:12,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:12,542 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) >> A-RELEASE-RQ
2025-11-19 13:50:12,542 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(314) << A-RELEASE-RP
2025-11-19 13:50:12,593 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS30(314): close Socket[addr=187.36.104.204/187.36.104.204,port=52064,localport=11112]
2025-11-19 13:50:13,029 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52065,localport=11112]
2025-11-19 13:50:13,029 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) >> A-ASSOCIATE-RQ
2025-11-19 13:50:13,029 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) << A-ASSOCIATE-AC
2025-11-19 13:50:13,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:17,194 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:17,198 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:17,701 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:17,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:17,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:21,540 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:21,543 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:22,052 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:22,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:22,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:24,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5717) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:24,501 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5717) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:25,078 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:25,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:25,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:25,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313): i/o exception: java.io.EOFException in State: Sta6 - Association established and ready for data transfer
2025-11-19 13:50:25,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5717) DCM4CHEE<-HS30(313): close Socket[addr=187.36.104.204/187.36.104.204,port=52063,localport=11112]
2025-11-19 13:50:25,081 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:25,587 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:25,587 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:25,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:28,779 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:28,783 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Patient[pk=8821, id=PatientID[pk=8821, id=68357, issuer=DCM4CHEE.41D02E3A.0DCD2C2A], name=JHENIFFER THALITA SILVA DE SOUZA]
2025-11-19 13:50:28,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Study[pk=8830, uid=68357, id=68357]
2025-11-19 13:50:28,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Series[pk=8935, uid=1.2.410.200001.101.11.601.1501430850.2.20251119100951474, no=1, mod=US]
2025-11-19 13:50:28,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Instance[pk=225014, uid=1.2.410.200001.101.11.601.1501430850.3.20251119100951919, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:50:28,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Location[pk=225014, systemID=amazon-s3, path=2025/11/19/03133013/53CD4B4F/2177BF20, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-11-19 13:50:28,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Updated DB in 18 ms
2025-11-19 13:50:28,799 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) No duplicate record with equal Patient ID found Patient[pk=8821, id=PatientID[pk=8821, id=68357, issuer=DCM4CHEE.41D02E3A.0DCD2C2A], name=JHENIFFER THALITA SILVA DE SOUZA]
2025-11-19 13:50:28,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119100951919 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:29,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101029984 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:29,123 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:29,126 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:29,622 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:29,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:29,866 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:34,285 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:34,288 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:34,780 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:34,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:35,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:40,864 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:40,867 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:41,274 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 13:50:41,275 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 13:50:41,638 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:41,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:41,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:42,739 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 13:50:42,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:42,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:42,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:50:42,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:42,762 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:50:42,762 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:42,763 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 13:50:42,763 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 13:50:45,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:45,482 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:45,997 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:45,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:46,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) >> A-RELEASE-RQ
2025-11-19 13:50:46,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(317) << A-RELEASE-RP
2025-11-19 13:50:46,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS30(317): close Socket[addr=187.36.104.204/187.36.104.204,port=52065,localport=11112]
2025-11-19 13:50:46,691 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52066,localport=11112]
2025-11-19 13:50:46,691 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) >> A-ASSOCIATE-RQ
2025-11-19 13:50:46,691 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) << A-ASSOCIATE-AC
2025-11-19 13:50:46,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:50,938 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:50,941 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:51,458 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:51,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:51,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:57,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:50:57,120 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:50:57,607 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 13:50:57,609 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 13:50:57,706 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:50:57,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:50:57,949 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:03,972 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:03,975 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:04,489 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:04,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:04,721 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:08,515 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:08,519 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:09,028 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:09,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:09,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 13:51:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 13:51:12,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:12,605 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:13,374 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:13,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:13,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:16,697 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:16,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Instance[pk=225015, uid=1.2.410.200001.101.11.601.1501430850.3.20251119101029984, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:51:16,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Location[pk=225015, systemID=amazon-s3, path=2025/11/19/03133013/53CD4B4F/46DBBA13, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-11-19 13:51:16,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Updated DB in 12 ms
2025-11-19 13:51:16,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101029984 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:16,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101046438 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:17,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:17,486 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:18,002 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:18,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:18,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:22,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:22,742 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:23,376 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:23,377 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:23,604 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) >> A-RELEASE-RQ
2025-11-19 13:51:23,604 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(318) << A-RELEASE-RP
2025-11-19 13:51:23,655 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(318): close Socket[addr=187.36.104.204/187.36.104.204,port=52066,localport=11112]
2025-11-19 13:51:24,098 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52067,localport=11112]
2025-11-19 13:51:24,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) >> A-ASSOCIATE-RQ
2025-11-19 13:51:24,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) << A-ASSOCIATE-AC
2025-11-19 13:51:24,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:28,516 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:28,520 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:29,043 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:29,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:29,295 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:36,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:36,308 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:36,844 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:36,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:37,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:41,276 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 13:51:41,277 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 13:51:41,715 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:41,724 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:42,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:42,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:42,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:42,763 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 13:51:42,764 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 13:51:42,765 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 13:51:42,765 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 13:51:42,765 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:42,766 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:42,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:51:42,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:42,789 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:51:42,789 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:42,789 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 13:51:47,537 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:47,540 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:48,043 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:48,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:48,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-11-19 13:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5739) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-11-19 13:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5740) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5739) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5740) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:51:52,230 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52123,localport=11112]
2025-11-19 13:51:52,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> A-ASSOCIATE-RQ
2025-11-19 13:51:52,230 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << A-ASSOCIATE-AC
2025-11-19 13:51:52,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134543887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:53,234 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:53,237 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:53,258 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:51:53,263 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:51:53,755 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:53,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:54,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:56,923 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:56,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Found previous received Instance[pk=225004, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134543887, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:51:56,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Replace previous received Instance[pk=225004, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134543887, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:51:56,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Instance[pk=225016, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134543887, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:51:56,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Location[pk=225016, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/E4460DE6, tsuid=1.2.840.10008.1.2, size=3915778, status=OK, objectType=DICOM_FILE]
2025-11-19 13:51:56,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Updated DB in 19 ms
2025-11-19 13:51:56,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134543887 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:57,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134555345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:57,609 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 13:51:57,611 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 13:51:57,776 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:57,779 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:51:58,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:51:58,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:58,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:58,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:51:58,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Found previous received Instance[pk=225005, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134555345, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:51:58,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Replace previous received Instance[pk=225005, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134555345, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:51:58,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Instance[pk=225017, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134555345, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:51:58,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Location[pk=225017, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/1F07ADD0, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:51:58,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Updated DB in 18 ms
2025-11-19 13:51:58,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134555345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:51:58,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134621129 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:01,100 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:01,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Found previous received Instance[pk=225006, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134621129, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:52:01,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Replace previous received Instance[pk=225006, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134621129, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:52:01,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Instance[pk=225018, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134621129, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:52:01,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Location[pk=225018, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/FA93AF03, tsuid=1.2.840.10008.1.2, size=3915778, status=OK, objectType=DICOM_FILE]
2025-11-19 13:52:01,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Updated DB in 16 ms
2025-11-19 13:52:01,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134621129 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:01,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134706350 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:02,362 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5723) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:02,365 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5723) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:52:02,868 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:02,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:02,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:02,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Found previous received Instance[pk=225007, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134706350, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:52:02,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Replace previous received Instance[pk=225007, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134706350, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:52:02,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Instance[pk=225019, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134706350, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:52:02,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Location[pk=225019, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/41AB87B5, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:52:02,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Updated DB in 27 ms
2025-11-19 13:52:02,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134706350 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:03,124 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) >> A-RELEASE-RQ
2025-11-19 13:52:03,124 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5723) DCM4CHEE<-HS30(319) << A-RELEASE-RP
2025-11-19 13:52:03,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(319): close Socket[addr=187.36.104.204/187.36.104.204,port=52067,localport=11112]
2025-11-19 13:52:03,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134711116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:03,699 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52068,localport=11112]
2025-11-19 13:52:03,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) >> A-ASSOCIATE-RQ
2025-11-19 13:52:03,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) << A-ASSOCIATE-AC
2025-11-19 13:52:03,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:05,254 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:05,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Found previous received Instance[pk=225008, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134711116, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:52:05,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Replace previous received Instance[pk=225008, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134711116, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:52:05,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Instance[pk=225020, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134711116, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:52:05,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Location[pk=225020, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/87710CDF, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:52:05,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Updated DB in 15 ms
2025-11-19 13:52:05,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134711116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:05,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134738611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:05,819 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:05,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Instance[pk=225021, uid=1.2.410.200001.101.11.601.1501430850.3.20251119101046438, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:52:05,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Location[pk=225021, systemID=amazon-s3, path=2025/11/19/03133013/53CD4B4F/46F6789C, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-11-19 13:52:05,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Updated DB in 6 ms
2025-11-19 13:52:05,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101046438 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:06,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101108450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:07,756 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:07,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Found previous received Instance[pk=225009, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134738611, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:52:07,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Replace previous received Instance[pk=225009, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134738611, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:52:07,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Instance[pk=225022, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134738611, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:52:07,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Location[pk=225022, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/66A22D8A, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:52:07,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Updated DB in 29 ms
2025-11-19 13:52:07,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134738611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:08,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134806632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:08,214 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5739) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:08,217 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5739) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:52:08,717 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321): processing 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153257587 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:08,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) << 1:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:08,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:09,524 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:09,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Found previous received Instance[pk=225010, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134806632, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:52:09,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Replace previous received Instance[pk=225010, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134806632, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:52:09,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Instance[pk=225023, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134806632, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:52:09,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Location[pk=225023, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/7938F277, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:52:09,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Updated DB in 17 ms
2025-11-19 13:52:09,541 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134806632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:09,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134824773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:11,308 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5739) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:11,311 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5739) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:52:11,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:11,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Found previous received Instance[pk=225011, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134824773, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:52:11,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Replace previous received Instance[pk=225011, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134824773, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:52:11,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Instance[pk=225024, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134824773, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 13:52:11,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Location[pk=225024, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/458648A1, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 13:52:11,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Updated DB in 12 ms
2025-11-19 13:52:11,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134824773 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:11,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134909771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:11,819 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153308799 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:11,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 13:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 13:52:12,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:14,113 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:14,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Found previous received Instance[pk=225012, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134909771, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:52:14,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Replace previous received Instance[pk=225012, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134909771, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:52:14,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Instance[pk=225025, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134909771, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 13:52:14,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Location[pk=225025, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/AD80AD68, tsuid=1.2.840.10008.1.2, size=3416818, status=OK, objectType=DICOM_FILE]
2025-11-19 13:52:14,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Updated DB in 27 ms
2025-11-19 13:52:14,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134909771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:14,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134925154 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:15,136 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5739) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:15,139 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5739) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:52:15,652 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153329884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:15,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:15,840 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5740) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:15,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Found previous received Instance[pk=225013, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134925154, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:52:15,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Replace previous received Instance[pk=225013, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134925154, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:52:15,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Instance[pk=225026, uid=1.2.410.200001.101.11.501.1791052210.3.20251119134925154, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 13:52:15,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Create Location[pk=225026, systemID=amazon-s3, path=2025/11/19/0313308E/06BF0B7D/D6E57FC4, tsuid=1.2.840.10008.1.2, size=3416818, status=OK, objectType=DICOM_FILE]
2025-11-19 13:52:15,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320): Updated DB in 16 ms
2025-11-19 13:52:15,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119134925154 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:15,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:16,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) >> A-RELEASE-RQ
2025-11-19 13:52:16,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5740) DCM4CHEE<-HS50US07(320) << A-RELEASE-RP
2025-11-19 13:52:16,151 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS50US07(320): close Socket[addr=187.36.104.204/187.36.104.204,port=52123,localport=11112]
2025-11-19 13:52:19,888 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5739) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:19,891 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5739) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:52:20,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153446740 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:20,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:20,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:24,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5739) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:24,803 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5739) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:52:25,308 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153513790 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:25,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:25,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:29,647 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5739) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:29,651 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5739) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:52:30,365 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153529737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:30,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:30,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:35,469 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5739) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:35,472 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5739) Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
2025-11-19 13:52:35,962 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251020153553288 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patient ID 63282^^^DCM4CHEE.87DBBB87.0C09D2D2 in previous received object of Study[uid=63282].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:857)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:35,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 63282^^^DCM4CHEE.AEB7EED5.0C09D2D2 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:36,198 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) >> A-RELEASE-RQ
2025-11-19 13:52:36,198 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5739) DCM4CHEE<-HS30(321) << A-RELEASE-RP
2025-11-19 13:52:36,248 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS30(321): close Socket[addr=187.36.104.204/187.36.104.204,port=52068,localport=11112]
2025-11-19 13:52:41,277 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 13:52:41,278 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 13:52:42,789 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 13:52:42,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:42,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:42,791 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:52:42,791 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:42,811 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:52:42,811 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:52:42,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 13:52:54,473 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:52:54,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Instance[pk=225027, uid=1.2.410.200001.101.11.601.1501430850.3.20251119101108450, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:52:54,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Location[pk=225027, systemID=amazon-s3, path=2025/11/19/03133013/53CD4B4F/4873DC2B, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-11-19 13:52:54,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Updated DB in 5 ms
2025-11-19 13:52:54,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101108450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:54,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101124576 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:52:57,611 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 13:52:57,612 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 13:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 13:53:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 13:53:38,292 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:53:38,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Instance[pk=225028, uid=1.2.410.200001.101.11.601.1501430850.3.20251119101124576, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:53:38,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Location[pk=225028, systemID=amazon-s3, path=2025/11/19/03133013/53CD4B4F/488E3DB6, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-11-19 13:53:38,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Updated DB in 10 ms
2025-11-19 13:53:38,303 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101124576 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:53:38,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101145806 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:53:41,278 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 13:53:41,279 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 13:53:42,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 13:53:42,812 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:53:42,812 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:53:42,813 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 13:53:42,814 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 13:53:42,815 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:53:42,815 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:53:42,815 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 13:53:42,838 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:53:42,838 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:53:42,838 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 13:53:57,613 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 13:53:57,614 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 13:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 13:54:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 13:54:19,554 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:54:19,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Instance[pk=225029, uid=1.2.410.200001.101.11.601.1501430850.3.20251119101145806, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:54:19,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Location[pk=225029, systemID=amazon-s3, path=2025/11/19/03133013/53CD4B4F/48AAEB81, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-11-19 13:54:19,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Updated DB in 5 ms
2025-11-19 13:54:19,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101145806 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:54:19,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101208299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:54:41,279 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 13:54:41,281 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 13:54:42,838 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 13:54:42,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:54:42,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:54:42,840 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:54:42,840 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:54:42,866 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:54:42,866 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:54:42,866 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 13:54:42,882 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-11-19 13:54:42,946 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) Calculated size of 1 studies
2025-11-19 13:54:42,946 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-11-19 13:54:57,614 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 13:54:57,616 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 13:55:03,127 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:55:03,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Instance[pk=225030, uid=1.2.410.200001.101.11.601.1501430850.3.20251119101208299, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 13:55:03,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Create Location[pk=225030, systemID=amazon-s3, path=2025/11/19/03133013/53CD4B4F/4A28ADCD, tsuid=1.2.840.10008.1.2, size=3416788, status=OK, objectType=DICOM_FILE]
2025-11-19 13:55:03,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316): Updated DB in 31 ms
2025-11-19 13:55:03,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119101208299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:55:03,399 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) >> A-RELEASE-RQ
2025-11-19 13:55:03,399 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(316) << A-RELEASE-RP
2025-11-19 13:55:03,449 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS60MT(316): close Socket[addr=187.36.104.204/187.36.104.204,port=49253,localport=11112]
2025-11-19 13:55:03,918 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49254,localport=11112]
2025-11-19 13:55:03,918 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> A-ASSOCIATE-RQ
2025-11-19 13:55:03,919 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << A-ASSOCIATE-AC
2025-11-19 13:55:04,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 13:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 13:55:41,281 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 13:55:41,282 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 13:55:42,866 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 13:55:42,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:55:42,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:55:42,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:55:42,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:55:42,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:55:42,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:55:42,892 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 13:55:46,703 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:55:46,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): Found previous received Instance[pk=224880, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:55:46,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): Replace previous received Instance[pk=224880, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:55:46,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): Create Instance[pk=225031, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:55:46,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): Create Location[pk=225031, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/AF8AB927, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 13:55:46,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): Updated DB in 11 ms
2025-11-19 13:55:46,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:55:46,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:55:57,616 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 13:55:57,618 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 13:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 13:56:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 13:56:29,123 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:56:29,126 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 13:56:29,623 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:56:29,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:56:29,865 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:56:41,282 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 13:56:41,283 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 13:56:42,892 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 13:56:42,893 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 13:56:42,894 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 13:56:42,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:56:42,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:56:42,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:56:42,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:56:42,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:56:42,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:56:42,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 13:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 13:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 13:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5761) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5762) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5762) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 13:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5761) Start deleting 11 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:56:53,264 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:56:53,269 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 13:56:55,952 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5761) Finished deleting 11 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:56:55,952 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5761) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 13:56:57,618 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 13:56:57,620 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 13:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 13:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 13:57:15,427 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:57:15,429 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 13:57:15,953 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:57:15,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:57:16,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:57:41,284 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 13:57:41,285 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 13:57:42,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 13:57:42,918 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 13:57:42,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:57:42,919 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:57:42,920 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:57:42,920 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:57:42,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:57:42,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:57:42,941 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 13:57:42,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 13:57:52,719 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=147.185.133.126, port=50785, Session(1763567674770|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 13:57:52,720 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5767) /172.18.0.3:2762<-/147.185.133.126:50785(323): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 13:57:52,720 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5767) /172.18.0.3:2762<-/147.185.133.126:50785(323): close SSLSocket[hostname=147.185.133.126, port=50785, Session(1763567674770|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 13:57:57,128 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:57:57,130 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 13:57:57,620 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 13:57:57,622 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 13:57:57,635 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:57:57,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:57:57,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:58:00,109 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66461&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251106155214978&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251106155215365&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:58:01,289 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66461&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251106155214978&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251106155227551&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:58:02,599 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66461&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251106155214978&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251106155256933&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:58:03,761 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66461&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251106155214978&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251106155342916&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:58:04,867 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66461&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251106155214978&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251106155443291&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:58:06,086 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66461&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251106155214978&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251106155510114&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:58:07,574 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66461&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251106155214978&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251106155548694&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:58:08,678 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66461&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251106155214978&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251106155625155&contentType=image/jpeg from null@162.240.235.97
2025-11-19 13:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 13:58:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 13:58:41,285 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 13:58:41,286 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 13:58:42,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:58:42,580 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 13:58:42,941 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 13:58:42,941 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:58:42,942 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:58:42,943 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:58:42,943 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:58:42,964 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:58:42,964 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:58:42,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 13:58:43,092 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:58:43,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:58:43,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:58:51,048 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=147.185.133.126, port=60656, Session(1763575072720|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 13:58:51,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5772) /172.18.0.3:2762<-/147.185.133.126:60656(324): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 13:58:51,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5772) /172.18.0.3:2762<-/147.185.133.126:60656(324): close SSLSocket[hostname=147.185.133.126, port=60656, Session(1763575072720|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 13:58:52,502 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=147.185.133.126, port=59578, Session(1763575131048|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 13:58:53,816 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5772) /172.18.0.3:2762<-/147.185.133.126:59578(325): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 13:58:53,816 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5772) /172.18.0.3:2762<-/147.185.133.126:59578(325): close SSLSocket[hostname=147.185.133.126, port=59578, Session(1763575131048|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 13:58:57,622 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 13:58:57,624 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 13:59:06,321 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSDeleteScheduler.execute()
2025-11-19 13:59:06,325 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSDeleteScheduler.execute()
2025-11-19 13:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 13:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 13:59:22,881 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52070,localport=11112]
2025-11-19 13:59:22,887 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) >> A-ASSOCIATE-RQ
2025-11-19 13:59:22,887 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) << A-ASSOCIATE-AC
2025-11-19 13:59:23,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:24,696 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:59:24,698 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 13:59:25,275 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:59:25,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:25,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:26,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:59:26,793 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Patient[pk=8822, id=PatientID[pk=8822, id=68399, issuer=DCM4CHEE.E5AE780F.89D79FEB], name=ELIANA WERLE]
2025-11-19 13:59:26,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Study[pk=8831, uid=68399, id=68399]
2025-11-19 13:59:26,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Series[pk=8936, uid=1.2.410.200001.101.11.301.1144174170.2.20251119135455331, no=1, mod=US]
2025-11-19 13:59:26,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Instance[pk=225032, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:59:26,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Location[pk=225032, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/6C988786, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 13:59:26,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Updated DB in 29 ms
2025-11-19 13:59:26,819 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) No duplicate record with equal Patient ID found Patient[pk=8822, id=PatientID[pk=8822, id=68399, issuer=DCM4CHEE.E5AE780F.89D79FEB], name=ELIANA WERLE]
2025-11-19 13:59:26,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:27,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:31,552 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:59:31,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Instance[pk=225033, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:59:31,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Location[pk=225033, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/6E08479C, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 13:59:31,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Updated DB in 12 ms
2025-11-19 13:59:31,564 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:31,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:38,288 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:59:38,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Instance[pk=225034, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 13:59:38,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Location[pk=225034, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/6E238947, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 13:59:38,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Updated DB in 16 ms
2025-11-19 13:59:38,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:38,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:41,286 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 13:59:41,287 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 13:59:42,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:59:42,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Instance[pk=225035, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 13:59:42,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Location[pk=225035, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/6E4AB817, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 13:59:42,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Updated DB in 10 ms
2025-11-19 13:59:42,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:42,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:42,946 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start StudySizeScheduler.execute()
2025-11-19 13:59:42,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 13:59:42,965 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:59:42,965 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:59:42,966 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:59:42,966 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:59:42,967 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 13:59:42,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 13:59:42,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 13:59:42,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 13:59:43,012 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) Calculated size of 1 studies
2025-11-19 13:59:43,012 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished StudySizeScheduler.execute()
2025-11-19 13:59:46,631 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:59:46,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Instance[pk=225036, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 13:59:46,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Location[pk=225036, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/717216A8, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 13:59:46,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Updated DB in 23 ms
2025-11-19 13:59:46,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:46,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:51,279 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:59:51,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Instance[pk=225037, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 13:59:51,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Create Location[pk=225037, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/71B87603, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 13:59:51,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326): Updated DB in 16 ms
2025-11-19 13:59:51,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:51,539 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) >> A-RELEASE-RQ
2025-11-19 13:59:51,539 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(326) << A-RELEASE-RP
2025-11-19 13:59:51,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS30(326): close Socket[addr=187.36.104.204/187.36.104.204,port=52070,localport=11112]
2025-11-19 13:59:52,000 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52072,localport=11112]
2025-11-19 13:59:52,006 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) >> A-ASSOCIATE-RQ
2025-11-19 13:59:52,006 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) << A-ASSOCIATE-AC
2025-11-19 13:59:52,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:56,619 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:59:56,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Found previous received Instance[pk=225032, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:59:56,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Replace previous received Instance[pk=225032, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:59:56,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Instance[pk=225038, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 13:59:56,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Location[pk=225038, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/9F945EDC, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 13:59:56,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Updated DB in 26 ms
2025-11-19 13:59:56,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:56,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:57,624 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 13:59:57,626 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 13:59:59,417 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 13:59:59,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Found previous received Instance[pk=225033, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:59:59,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Replace previous received Instance[pk=225033, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:59:59,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Instance[pk=225039, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 13:59:59,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Location[pk=225039, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/212D5796, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 13:59:59,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Updated DB in 12 ms
2025-11-19 13:59:59,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 13:59:59,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:03,805 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:03,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Found previous received Instance[pk=225034, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:00:03,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Replace previous received Instance[pk=225034, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:00:03,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Instance[pk=225040, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:00:03,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Location[pk=225040, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/9969FCA9, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:00:03,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Updated DB in 20 ms
2025-11-19 14:00:03,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:04,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:08,352 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:08,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Found previous received Instance[pk=225035, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:00:08,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Replace previous received Instance[pk=225035, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:00:08,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Instance[pk=225041, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:00:08,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Location[pk=225041, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/802D0EDA, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:00:08,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Updated DB in 16 ms
2025-11-19 14:00:08,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:08,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:09,042 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:09,044 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:00:09,565 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:00:09,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:09,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 14:00:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 14:00:16,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:16,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Found previous received Instance[pk=225036, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:00:16,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Replace previous received Instance[pk=225036, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:00:16,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Instance[pk=225042, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:00:16,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Location[pk=225042, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/631ACF71, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:00:16,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Updated DB in 19 ms
2025-11-19 14:00:16,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:16,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:22,065 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5773) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:22,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Found previous received Instance[pk=225037, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:00:22,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Replace previous received Instance[pk=225037, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:00:22,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Instance[pk=225043, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:00:22,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Create Location[pk=225043, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/A21473EB, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:00:22,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327): Updated DB in 8 ms
2025-11-19 14:00:22,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:22,316 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) >> A-RELEASE-RQ
2025-11-19 14:00:22,316 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5773) DCM4CHEE<-HS30(327) << A-RELEASE-RP
2025-11-19 14:00:22,367 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(327): close Socket[addr=187.36.104.204/187.36.104.204,port=52072,localport=11112]
2025-11-19 14:00:30,320 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52074,localport=11112]
2025-11-19 14:00:30,321 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) >> A-ASSOCIATE-RQ
2025-11-19 14:00:30,321 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) << A-ASSOCIATE-AC
2025-11-19 14:00:30,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:34,552 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:34,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Found previous received Instance[pk=225038, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:00:34,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Replace previous received Instance[pk=225038, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:00:34,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Instance[pk=225044, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:00:34,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Location[pk=225044, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/A4F74F8D, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:00:34,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Updated DB in 10 ms
2025-11-19 14:00:34,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135456184 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:34,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:40,780 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:40,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Found previous received Instance[pk=225039, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:00:40,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Replace previous received Instance[pk=225039, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:00:40,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Instance[pk=225045, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:00:40,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Location[pk=225045, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/8E7E91B4, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:00:40,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Updated DB in 26 ms
2025-11-19 14:00:40,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135509172 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:41,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:41,288 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 14:00:41,289 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 14:00:42,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 14:00:42,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:00:42,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:00:42,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:00:42,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:00:42,990 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 14:00:43,011 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:00:43,011 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:00:43,012 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 14:00:44,311 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:44,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Found previous received Instance[pk=225040, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:00:44,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Replace previous received Instance[pk=225040, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:00:44,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Instance[pk=225046, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:00:44,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Location[pk=225046, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/13E944AB, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:00:44,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Updated DB in 14 ms
2025-11-19 14:00:44,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135527003 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:44,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:47,401 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:47,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Found previous received Instance[pk=225041, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:00:47,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Replace previous received Instance[pk=225041, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:00:47,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Instance[pk=225047, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:00:47,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Location[pk=225047, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/0617AB7E, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:00:47,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Updated DB in 15 ms
2025-11-19 14:00:47,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135550636 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:47,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:49,749 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:49,751 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:00:50,249 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:00:50,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:50,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:51,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:51,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Found previous received Instance[pk=225042, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:00:51,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Replace previous received Instance[pk=225042, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:00:51,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Instance[pk=225048, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:00:51,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Location[pk=225048, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/26FAADB6, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:00:51,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Updated DB in 19 ms
2025-11-19 14:00:51,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135709956 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:51,796 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:57,627 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 14:00:57,628 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 14:00:58,282 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5779) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:00:58,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Found previous received Instance[pk=225043, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:00:58,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Replace previous received Instance[pk=225043, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:00:58,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Instance[pk=225049, uid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:00:58,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Create Location[pk=225049, systemID=amazon-s3, path=2025/11/19/03133091/9EEDB84A/005FDE45, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:00:58,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328): Updated DB in 8 ms
2025-11-19 14:00:58,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119135759385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:00:58,514 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) >> A-RELEASE-RQ
2025-11-19 14:00:58,514 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5779) DCM4CHEE<-HS30(328) << A-RELEASE-RP
2025-11-19 14:00:58,564 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS30(328): close Socket[addr=187.36.104.204/187.36.104.204,port=52074,localport=11112]
2025-11-19 14:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 14:01:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 14:01:34,018 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:01:34,020 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:01:34,529 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:01:34,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:01:34,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:01:41,289 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 14:01:41,290 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 14:01:43,012 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 14:01:43,013 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 14:01:43,013 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 14:01:43,014 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:01:43,014 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:01:43,015 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:01:43,015 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:01:43,036 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:01:43,036 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:01:43,036 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 14:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-11-19 14:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5789) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-11-19 14:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5790) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5790) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5789) Start deleting 12 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:01:53,270 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:01:53,275 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:01:56,528 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5789) Finished deleting 12 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:01:56,528 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5789) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:01:57,629 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 14:01:57,630 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 14:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 14:02:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 14:02:18,817 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:02:18,819 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:02:19,346 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:02:19,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:02:19,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:02:41,291 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 14:02:41,291 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 14:02:43,037 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 14:02:43,038 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 14:02:43,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:02:43,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:02:43,039 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 14:02:43,041 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:02:43,041 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:02:43,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:02:43,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:02:43,067 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 14:02:56,872 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:02:56,874 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:02:57,383 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:02:57,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:02:57,630 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 14:02:57,632 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 14:02:57,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 14:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 14:03:36,777 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:03:36,780 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:03:37,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:03:37,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:03:37,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:03:41,292 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 14:03:41,293 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 14:03:43,068 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 14:03:43,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:03:43,068 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:03:43,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:03:43,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:03:43,100 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:03:43,100 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:03:43,100 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 14:03:57,633 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 14:03:57,634 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 14:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 14:04:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 14:04:17,639 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:04:17,641 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:04:18,153 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:04:18,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:04:18,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:04:41,293 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 14:04:41,294 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 14:04:43,012 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-11-19 14:04:43,100 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 14:04:43,100 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:04:43,101 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:04:43,102 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:04:43,102 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:04:43,119 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) Calculated size of 2 studies
2025-11-19 14:04:43,119 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-11-19 14:04:43,123 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:04:43,123 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:04:43,124 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 14:04:57,634 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 14:04:57,636 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 14:05:03,498 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:05:03,500 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:05:03,993 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:05:03,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:05:04,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 14:05:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 14:05:41,295 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 14:05:41,296 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 14:05:43,124 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 14:05:43,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:05:43,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:05:43,126 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 14:05:43,127 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:05:43,127 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:05:43,149 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:05:43,149 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:05:43,149 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 14:05:43,149 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 14:05:45,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:05:45,245 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:05:45,754 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:05:45,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:05:45,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:05:57,637 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 14:05:57,638 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 14:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 14:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 14:06:25,588 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:06:25,590 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:06:26,098 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:06:26,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:06:26,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:06:41,296 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 14:06:41,297 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 14:06:43,150 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 14:06:43,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:06:43,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:06:43,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:06:43,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:06:43,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:06:43,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:06:43,177 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 14:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start PurgeStorageScheduler.execute()
2025-11-19 14:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished PurgeStorageScheduler.execute()
2025-11-19 14:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5811) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5812) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5812) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5811) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:06:53,276 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:06:53,283 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:06:57,639 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 14:06:57,640 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 14:07:06,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:07:06,583 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:07:07,104 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:07:07,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:07:07,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 14:07:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 14:07:41,298 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 14:07:41,299 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 14:07:43,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 14:07:43,178 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:07:43,178 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:07:43,180 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:07:43,180 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:07:43,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:07:43,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:07:43,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 14:07:46,106 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:07:46,108 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:07:46,641 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:07:46,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:07:46,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:07:57,640 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 14:07:57,642 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 14:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 14:08:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 14:08:29,240 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:08:29,242 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:08:29,742 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:08:29,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:08:29,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:08:41,300 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 14:08:41,301 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 14:08:43,202 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 14:08:43,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:08:43,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:08:43,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:08:43,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:08:43,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:08:43,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:08:43,227 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 14:08:57,642 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 14:08:57,644 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 14:09:08,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:09:08,347 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:09:08,851 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:09:08,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:09:09,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 14:09:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 14:09:41,301 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 14:09:41,302 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 14:09:43,120 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-11-19 14:09:43,122 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-11-19 14:09:43,227 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 14:09:43,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:09:43,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:09:43,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:09:43,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:09:43,251 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:09:43,251 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:09:43,251 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 14:09:45,994 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:09:45,996 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:09:46,508 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:09:46,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:09:46,739 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:09:57,644 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 14:09:57,646 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 14:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 14:10:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 14:10:21,484 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:10:21,486 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:10:21,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:10:21,990 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:10:22,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:10:41,303 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 14:10:41,304 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 14:10:43,252 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 14:10:43,252 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:10:43,252 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:10:43,253 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:10:43,253 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:10:43,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:10:43,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:10:43,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 14:10:53,198 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52064,localport=11112]
2025-11-19 14:10:53,199 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> A-ASSOCIATE-RQ
2025-11-19 14:10:53,199 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << A-ASSOCIATE-AC
2025-11-19 14:10:53,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140329516 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:10:57,125 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:10:57,129 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Patient[pk=8823, id=PatientID[pk=8823, id=68413, issuer=DCM4CHEE.A324121B.8A1E1569], name=BRUNA IZABELLY LESCANA RAMOS]
2025-11-19 14:10:57,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Study[pk=8832, uid=68413, id=68413]
2025-11-19 14:10:57,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Series[pk=8937, uid=1.2.410.200001.101.11.301.1123109166.2.20251119140328566, no=1, mod=US]
2025-11-19 14:10:57,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Instance[pk=225050, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140329516, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:10:57,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Location[pk=225050, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/C2EF6E84, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:10:57,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Updated DB in 30 ms
2025-11-19 14:10:57,156 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) No duplicate record with equal Patient ID found Patient[pk=8823, id=PatientID[pk=8823, id=68413, issuer=DCM4CHEE.A324121B.8A1E1569], name=BRUNA IZABELLY LESCANA RAMOS]
2025-11-19 14:10:57,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140329516 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:10:57,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140541558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:10:57,646 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 14:10:57,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 14:10:57,926 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:10:57,928 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:10:58,449 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:10:58,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:10:58,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:10:59,077 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:10:59,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Instance[pk=225051, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140541558, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:10:59,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Location[pk=225051, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/C671AC4A, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:10:59,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Updated DB in 13 ms
2025-11-19 14:10:59,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140541558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:10:59,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140619032 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:01,138 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:11:01,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Instance[pk=225052, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140619032, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:11:01,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Location[pk=225052, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/C7FFCE55, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:11:01,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Updated DB in 16 ms
2025-11-19 14:11:01,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140619032 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:01,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140657771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:03,089 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:11:03,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Instance[pk=225053, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140657771, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:11:03,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Location[pk=225053, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/C8375E5D, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:11:03,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Updated DB in 12 ms
2025-11-19 14:11:03,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140657771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:03,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140840321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:05,421 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:11:05,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Instance[pk=225054, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140840321, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:11:05,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Location[pk=225054, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/CB8FB9E2, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:11:05,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Updated DB in 11 ms
2025-11-19 14:11:05,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140840321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:05,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140948913 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:07,421 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:11:07,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Instance[pk=225055, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140948913, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:11:07,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Location[pk=225055, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/CD484BE2, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:11:07,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Updated DB in 17 ms
2025-11-19 14:11:07,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140948913 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:07,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141016399 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:09,883 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:11:09,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Instance[pk=225056, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141016399, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:11:09,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Location[pk=225056, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/F2A7A4C3, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:11:09,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Updated DB in 16 ms
2025-11-19 14:11:09,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141016399 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:10,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141113360 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:11,636 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:11:11,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Instance[pk=225057, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141113360, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:11:11,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Location[pk=225057, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/F45B1FDF, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:11:11,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Updated DB in 13 ms
2025-11-19 14:11:11,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141113360 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:11,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141157611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 14:11:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 14:11:13,509 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:11:13,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Instance[pk=225058, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141157611, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:11:13,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Location[pk=225058, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/F4955A08, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:11:13,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Updated DB in 15 ms
2025-11-19 14:11:13,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141157611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:13,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141227585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:15,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5828) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:11:15,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Instance[pk=225059, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141227585, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:11:15,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Create Location[pk=225059, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/F61FE940, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:11:15,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329): Updated DB in 13 ms
2025-11-19 14:11:15,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141227585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:15,718 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) >> A-RELEASE-RQ
2025-11-19 14:11:15,718 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5828) DCM4CHEE<-HS30(329) << A-RELEASE-RP
2025-11-19 14:11:15,769 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(329): close Socket[addr=187.36.104.204/187.36.104.204,port=52064,localport=11112]
2025-11-19 14:11:35,716 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:11:35,718 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:11:36,221 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:11:36,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:36,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:11:41,304 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 14:11:41,305 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 14:11:43,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 14:11:43,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:11:43,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:11:43,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:11:43,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:11:43,300 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:11:43,300 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:11:43,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 14:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 14:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5834) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 14:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5835) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5835) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5834) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:11:53,283 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:11:53,291 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:11:57,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 14:11:57,649 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 14:12:01,535 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024100754797&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:02,743 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024100804946&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:03,918 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024100830498&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:05,103 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101112650&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:06,328 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101248584&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:07,484 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101254739&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:08,638 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101956247&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:09,893 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102009835&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:11,112 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102107163&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 14:12:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 14:12:12,282 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024100815215&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:13,363 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101218485&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:14,544 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102349959&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:15,687 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102427225&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:16,812 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102516873&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:17,977 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102532414&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:18,496 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:12:18,498 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:12:18,995 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:12:18,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:12:19,220 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101326139&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:19,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:12:20,409 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101533610&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:21,618 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101607929&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:23,047 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101829499&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:24,271 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101359471&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:25,398 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101525473&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:26,549 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101659734&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:27,739 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102040311&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:29,555 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102149869&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:30,682 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102202916&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:31,815 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024101855742&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:32,993 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102307922&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:34,127 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102340665&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:35,307 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102434594&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:36,497 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102113439&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:37,670 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=64328&seriesUID=1.2.410.200001.101.11.601.1501430850.2.20251024100754573&objectUID=1.2.410.200001.101.11.601.1501430850.3.20251024102237593&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:12:41,305 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 14:12:41,306 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 14:12:43,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 14:12:43,301 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 14:12:43,302 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 14:12:43,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:12:43,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:12:43,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:12:43,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:12:43,323 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:12:43,323 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:12:43,323 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 14:12:57,650 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 14:12:57,652 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 14:13:05,278 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:05,280 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:13:05,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:13:05,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:06,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:09,445 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52124,localport=11112]
2025-11-19 14:13:09,446 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> A-ASSOCIATE-RQ
2025-11-19 14:13:09,446 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << A-ASSOCIATE-AC
2025-11-19 14:13:09,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135611228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 14:13:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 14:13:13,402 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:13,406 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Patient[pk=8824, id=PatientID[pk=8824, id=68400, issuer=DCM4CHEE.522FA64B.08AE3CF1], name=LUCIENE CRISTINA REZENDE DOS SANTOS]
2025-11-19 14:13:13,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Study[pk=8833, uid=68400, id=68400]
2025-11-19 14:13:13,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Series[pk=8938, uid=1.2.410.200001.101.11.501.1791052210.2.20251119135610604, no=1, mod=US]
2025-11-19 14:13:13,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225060, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135611228, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:13:13,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225060, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/0ADA9C74, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:13,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 28 ms
2025-11-19 14:13:13,431 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) No duplicate record with equal Patient ID found Patient[pk=8824, id=PatientID[pk=8824, id=68400, issuer=DCM4CHEE.522FA64B.08AE3CF1], name=LUCIENE CRISTINA REZENDE DOS SANTOS]
2025-11-19 14:13:13,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135611228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:13,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135623936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:14,972 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:14,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225061, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135623936, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:13:14,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225061, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/0AE9B717, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:14,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 20 ms
2025-11-19 14:13:14,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135623936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:15,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135648565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:16,649 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:16,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225062, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135648565, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:13:16,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225062, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/0B081D4C, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:16,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 20 ms
2025-11-19 14:13:16,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135648565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:16,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135703712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:18,228 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:18,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225063, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135703712, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:13:18,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225063, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/0C8258F0, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:18,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 12 ms
2025-11-19 14:13:18,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135703712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:18,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135734556 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:19,725 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:19,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225064, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135734556, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:13:19,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225064, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/0CAD0CD0, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:19,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 17 ms
2025-11-19 14:13:19,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135734556 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:19,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135808177 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:21,200 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:21,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225065, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135808177, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:13:21,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225065, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/0E3961A3, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:21,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 25 ms
2025-11-19 14:13:21,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135808177 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:21,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135825493 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:22,703 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:22,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225066, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135825493, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:13:22,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225066, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/0E543F05, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:22,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 7 ms
2025-11-19 14:13:22,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135825493 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:22,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135902890 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:24,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:24,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225067, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135902890, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:13:24,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225067, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/0FEB9A86, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:24,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 13 ms
2025-11-19 14:13:24,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135902890 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:24,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140319044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:25,914 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:25,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225068, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140319044, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:13:25,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225068, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/6521B2E1, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:25,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 10 ms
2025-11-19 14:13:25,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140319044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:26,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140353864 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:27,674 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:27,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225069, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140353864, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:13:27,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225069, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/655774F1, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:27,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 4 ms
2025-11-19 14:13:27,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140353864 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:27,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140435115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:29,218 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:29,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225070, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140435115, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:13:29,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225070, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/66F0EC6B, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:29,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 12 ms
2025-11-19 14:13:29,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140435115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:29,464 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140547445 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:30,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:30,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225071, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140547445, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:13:30,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225071, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/68B4D0E9, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:30,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 16 ms
2025-11-19 14:13:30,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140547445 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:30,945 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140646923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:32,232 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:32,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225072, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140646923, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:13:32,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225072, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/6A6947AE, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:32,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 10 ms
2025-11-19 14:13:32,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140646923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:32,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140706825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:33,676 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:33,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225073, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140706825, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:13:33,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225073, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/6BE5BE8A, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:33,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 10 ms
2025-11-19 14:13:33,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140706825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:33,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140846585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:35,138 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:35,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225074, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140846585, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:13:35,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225074, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/6DD2EAA4, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:35,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 6 ms
2025-11-19 14:13:35,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140846585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:35,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141013455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:36,590 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:36,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225075, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141013455, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:13:36,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225075, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/94E6B92F, tsuid=1.2.840.10008.1.2, size=3417122, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:36,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 16 ms
2025-11-19 14:13:36,607 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141013455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:36,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141048828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:38,521 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:38,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225076, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141048828, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:13:38,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225076, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/95135437, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:38,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 16 ms
2025-11-19 14:13:38,537 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141048828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:38,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141144343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:40,484 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:40,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225077, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141144343, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 14:13:40,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225077, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/96C648CE, tsuid=1.2.840.10008.1.2, size=3416772, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:40,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 4 ms
2025-11-19 14:13:40,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141144343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:40,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141243552 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:41,307 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 14:13:41,307 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 14:13:42,386 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:42,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225078, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141243552, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 14:13:42,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225078, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/987AB4AE, tsuid=1.2.840.10008.1.2, size=3417122, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:42,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 5 ms
2025-11-19 14:13:42,391 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141243552 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:42,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141301795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:43,324 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 14:13:43,325 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:13:43,325 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:13:43,326 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 14:13:43,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:13:43,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:13:43,347 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:13:43,347 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:13:43,348 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 14:13:44,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:44,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225079, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141301795, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 14:13:44,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225079, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/99F64E8C, tsuid=1.2.840.10008.1.2, size=3416772, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:44,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 11 ms
2025-11-19 14:13:44,285 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141301795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:44,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141307001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:45,883 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5840) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:45,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Instance[pk=225080, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141307001, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 14:13:45,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Create Location[pk=225080, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/99F8ED64, tsuid=1.2.840.10008.1.2, size=3416772, status=OK, objectType=DICOM_FILE]
2025-11-19 14:13:45,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330): Updated DB in 13 ms
2025-11-19 14:13:45,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141307001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:46,135 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) >> A-RELEASE-RQ
2025-11-19 14:13:46,135 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5840) DCM4CHEE<-HS50US07(330) << A-RELEASE-RP
2025-11-19 14:13:46,186 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS50US07(330): close Socket[addr=187.36.104.204/187.36.104.204,port=52124,localport=11112]
2025-11-19 14:13:53,277 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5727) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:13:53,279 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5727) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 14:13:54,013 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:13:54,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:13:54,258 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) >> A-RELEASE-RQ
2025-11-19 14:13:54,259 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5727) DCM4CHEE<-HS60MT(322) << A-RELEASE-RP
2025-11-19 14:13:54,309 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS60MT(322): close Socket[addr=187.36.104.204/187.36.104.204,port=49254,localport=11112]
2025-11-19 14:13:57,652 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 14:13:57,654 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 14:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 14:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 14:14:24,808 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49293,localport=11112]
2025-11-19 14:14:24,809 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> A-ASSOCIATE-RQ
2025-11-19 14:14:24,809 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << A-ASSOCIATE-AC
2025-11-19 14:14:25,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094351965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:14:35,041 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeTaskScheduler.execute()
2025-11-19 14:14:35,062 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeTaskScheduler.execute()
2025-11-19 14:14:41,308 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 14:14:41,309 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 14:14:41,424 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=199.45.155.78, port=58962, Session(1763498801314|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:14:43,122 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 14:14:43,123 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 14:14:43,348 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 14:14:43,349 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 14:14:43,349 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:14:43,350 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:14:43,351 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:14:43,351 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:14:43,389 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:14:43,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:14:43,390 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 14:14:43,746 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5851) Exception on accepted connection SSLSocket[hostname=199.45.155.78, port=58962, Session(1763498801314|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(SSLSocketImpl.java:1719)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1518)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:489)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:478)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	... 22 more

2025-11-19 14:14:43,747 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5851) Close connection SSLSocket[hostname=199.45.155.78, port=58962, Session(1763498801314|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:14:43,954 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=199.45.155.78, port=58996, Session(1763576081446|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:14:44,924 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5851) Exception on accepted connection SSLSocket[hostname=199.45.155.78, port=58996, Session(1763576081446|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: Empty server certificate chain
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:358)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:305)
	at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:390)
	at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:375)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:14:44,927 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5851) Close connection SSLSocket[hostname=199.45.155.78, port=58996, Session(1763576081446|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:14:45,750 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=199.45.155.78, port=59020, Session(1763576083954|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:14:48,962 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5851) Exception on accepted connection SSLSocket[hostname=199.45.155.78, port=59020, Session(1763576083954|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
	at java.base/sun.security.ssl.SSLSocketInputRecord.handleUnknownRecord(SSLSocketInputRecord.java:457)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:175)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:14:48,963 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5851) Close connection SSLSocket[hostname=199.45.155.78, port=59020, Session(1763576083954|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:14:55,674 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=199.45.155.78, port=48832, Session(1763576085750|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:14:56,946 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5852) Exception on accepted connection SSLSocket[hostname=199.45.155.78, port=48832, Session(1763576085750|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: Empty server certificate chain
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:358)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:305)
	at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:390)
	at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:375)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:14:56,946 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5852) Close connection SSLSocket[hostname=199.45.155.78, port=48832, Session(1763576085750|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:14:57,654 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 14:14:57,656 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 14:14:57,932 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=199.45.155.78, port=43728, Session(1763576095674|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:14:58,690 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5852) Exception on accepted connection SSLSocket[hostname=199.45.155.78, port=43728, Session(1763576095674|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
	at java.base/sun.security.ssl.SSLSocketInputRecord.handleUnknownRecord(SSLSocketInputRecord.java:457)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:175)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:14:58,690 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5852) Close connection SSLSocket[hostname=199.45.155.78, port=43728, Session(1763576095674|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:14:59,922 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:14:59,926 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Patient[pk=8825, id=PatientID[pk=8825, id=67395, issuer=DCM4CHEE.054BC414.0DDAD30B], name=LANA LUIZ BATISTA FIGUEIRO]
2025-11-19 14:14:59,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Study[pk=8834, uid=67395, id=67395]
2025-11-19 14:14:59,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Series[pk=8939, uid=1.2.410.200001.101.11.601.1501430850.2.20251113094351735, no=1, mod=US]
2025-11-19 14:14:59,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225081, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094351965, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:14:59,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225081, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/43C1171D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:14:59,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 19 ms
2025-11-19 14:14:59,942 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) No duplicate record with equal Patient ID found Patient[pk=8825, id=PatientID[pk=8825, id=67395, issuer=DCM4CHEE.054BC414.0DDAD30B], name=LANA LUIZ BATISTA FIGUEIRO]
2025-11-19 14:14:59,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094351965 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:15:00,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094406669 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:15:07,362 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=199.45.155.78, port=59958, Session(1763576097932|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 14:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 14:15:22,267 INFO  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5853) Exception on accepted connection SSLSocket[hostname=199.45.155.78, port=59958, Session(1763576097932|SSL_NULL_WITH_NULL_NULL)]: java.net.SocketException: Connection reset
2025-11-19 14:15:22,267 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5853) Close connection SSLSocket[hostname=199.45.155.78, port=59958, Session(1763576097932|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:15:25,772 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=199.45.155.78, port=40658, Session(1763576107362|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:15:26,260 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5853) Exception on accepted connection SSLSocket[hostname=199.45.155.78, port=40658, Session(1763576107362|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: The client supported protocol versions [TLSv1.1, TLSv1] are not accepted by server preferences [TLS12]
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:358)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:305)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.negotiateProtocol(ClientHello.java:904)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:820)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:801)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:15:26,261 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5853) Close connection SSLSocket[hostname=199.45.155.78, port=40658, Session(1763576107362|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:15:28,420 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=199.45.155.78, port=60528, Session(1763576125772|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:15:28,758 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5853) Exception on accepted connection SSLSocket[hostname=199.45.155.78, port=60528, Session(1763576125772|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: The client supported protocol versions [TLSv1] are not accepted by server preferences [TLS12]
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:358)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:305)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.negotiateProtocol(ClientHello.java:904)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:820)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:801)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:15:28,758 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5853) Close connection SSLSocket[hostname=199.45.155.78, port=60528, Session(1763576125772|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:15:31,665 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=199.45.155.78, port=60538, Session(1763576128420|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:15:32,547 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-5853) Exception on accepted connection SSLSocket[hostname=199.45.155.78, port=60538, Session(1763576128420|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: Client requested protocol SSLv3 is not enabled or supported in server context
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:358)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:305)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.negotiateProtocol(ClientHello.java:871)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:823)
	at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:801)
	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:458)
	at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:201)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:172)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:15:32,547 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-5853) Close connection SSLSocket[hostname=199.45.155.78, port=60538, Session(1763576128420|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 14:15:39,920 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:15:39,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225082, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094406669, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:15:39,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225082, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/4531B4D3, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:15:39,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 14 ms
2025-11-19 14:15:39,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094406669 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:15:40,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094416647 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:15:41,309 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 14:15:41,310 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 14:15:43,390 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 14:15:43,391 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,391 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,392 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,393 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,393 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,393 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:15:43,393 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:15:43,394 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,394 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,395 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,396 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:15:43,396 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:15:43,396 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,419 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:15:43,419 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:15:43,420 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,420 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,421 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,421 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:15:43,421 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 14:15:57,656 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 14:15:57,658 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 14:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 14:16:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 14:16:22,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:16:22,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225083, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094416647, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:16:22,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225083, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/453FCC14, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:16:22,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 11 ms
2025-11-19 14:16:22,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094416647 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:23,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094422818 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:38,736 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52126,localport=11112]
2025-11-19 14:16:38,737 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> A-ASSOCIATE-RQ
2025-11-19 14:16:38,737 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << A-ASSOCIATE-AC
2025-11-19 14:16:38,988 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135611228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:41,310 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 14:16:41,311 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 14:16:43,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:16:43,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225060, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135611228, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:16:43,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225060, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135611228, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:16:43,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225084, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135611228, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:16:43,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225084, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/42F4C39B, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:16:43,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 16 ms
2025-11-19 14:16:43,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135611228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:43,421 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 14:16:43,422 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 14:16:43,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:16:43,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:16:43,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:16:43,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:16:43,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:16:43,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:16:43,449 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 14:16:43,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135623936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:45,681 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:16:45,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225061, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135623936, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:16:45,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225061, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135623936, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:16:45,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225085, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135623936, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:16:45,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225085, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/E8968E6A, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:16:45,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 22 ms
2025-11-19 14:16:45,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135623936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:45,956 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135648565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:47,929 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:16:47,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225062, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135648565, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:16:47,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225062, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135648565, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:16:47,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225086, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135648565, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:16:47,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225086, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/09025228, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:16:47,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 25 ms
2025-11-19 14:16:47,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135648565 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:48,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135703712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-11-19 14:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-11-19 14:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5865) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5864) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5865) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5864) Start deleting 3 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:16:50,077 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:16:50,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225063, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135703712, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:16:50,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225063, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135703712, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:16:50,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225087, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135703712, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:16:50,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225087, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/7FB9F205, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:16:50,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 10 ms
2025-11-19 14:16:50,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135703712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:50,340 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135734556 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:51,812 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5864) Finished deleting 3 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:16:51,812 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5864) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:16:51,859 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:16:51,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225064, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135734556, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:16:51,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225064, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135734556, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:16:51,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225088, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135734556, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:16:51,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225088, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/1784437C, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:16:51,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 9 ms
2025-11-19 14:16:51,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135734556 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:52,124 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135808177 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:53,291 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:16:53,301 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:16:54,594 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:16:54,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225065, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135808177, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:16:54,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225065, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135808177, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:16:54,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225089, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135808177, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:16:54,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225089, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/F4D9D6F1, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:16:54,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 22 ms
2025-11-19 14:16:54,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135808177 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:54,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135825493 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:56,779 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:16:56,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225066, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135825493, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:16:56,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225066, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135825493, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:16:56,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225090, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135825493, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:16:56,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225090, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/0CFAEAFF, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:16:56,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 20 ms
2025-11-19 14:16:56,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135825493 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:57,055 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135902890 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:57,658 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 14:16:57,660 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 14:16:59,273 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:16:59,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225067, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135902890, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:16:59,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225067, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135902890, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:16:59,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225091, uid=1.2.410.200001.101.11.501.1791052210.3.20251119135902890, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:16:59,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225091, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/C5B77366, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:16:59,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 24 ms
2025-11-19 14:16:59,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119135902890 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:16:59,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140319044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:02,426 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:02,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225068, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140319044, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:17:02,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225068, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140319044, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:17:02,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225092, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140319044, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:17:02,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225092, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/B51F8A1B, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:02,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 7 ms
2025-11-19 14:17:02,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140319044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:02,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140353864 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:02,942 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:02,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225093, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094422818, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:17:02,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225093, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/454C193F, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:02,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 23 ms
2025-11-19 14:17:02,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094422818 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:03,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094434228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:04,383 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:04,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225069, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140353864, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:17:04,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225069, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140353864, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:17:04,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225094, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140353864, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:17:04,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225094, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/EAAA65FE, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:04,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 17 ms
2025-11-19 14:17:04,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140353864 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:04,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140435115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:06,902 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:06,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225070, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140435115, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:17:06,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225070, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140435115, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:17:06,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225095, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140435115, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:17:06,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225095, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/06B59785, tsuid=1.2.840.10008.1.2, size=3915786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:06,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 7 ms
2025-11-19 14:17:06,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140435115 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:07,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140547445 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:09,037 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:09,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225071, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140547445, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:17:09,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225071, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140547445, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:17:09,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225096, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140547445, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:17:09,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225096, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/F119CCCB, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:09,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 21 ms
2025-11-19 14:17:09,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140547445 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:09,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140646923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:11,319 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:11,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225072, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140646923, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:17:11,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225072, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140646923, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:17:11,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225097, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140646923, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:17:11,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225097, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/BF35C7C7, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:11,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 13 ms
2025-11-19 14:17:11,333 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140646923 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:11,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140706825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 14:17:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 14:17:13,619 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:13,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225073, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140706825, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:17:13,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225073, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140706825, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:17:13,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225098, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140706825, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:17:13,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225098, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/A415B72E, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:13,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 16 ms
2025-11-19 14:17:13,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140706825 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:13,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140846585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:15,477 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:15,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225074, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140846585, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:17:15,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225074, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140846585, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:17:15,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225099, uid=1.2.410.200001.101.11.501.1791052210.3.20251119140846585, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:17:15,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225099, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/4D9736D4, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:15,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 13 ms
2025-11-19 14:17:15,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119140846585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:15,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141013455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:17,456 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:17,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225075, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141013455, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:17:17,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225075, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141013455, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:17:17,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225100, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141013455, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:17:17,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225100, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/CA0B25C6, tsuid=1.2.840.10008.1.2, size=3417122, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:17,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 18 ms
2025-11-19 14:17:17,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141013455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:17,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141048828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:19,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:19,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225076, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141048828, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:17:19,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225076, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141048828, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:17:19,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225101, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141048828, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:17:19,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225101, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/F4A11CE4, tsuid=1.2.840.10008.1.2, size=3416678, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:19,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 12 ms
2025-11-19 14:17:19,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141048828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:19,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141144343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:21,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:21,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225077, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141144343, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 14:17:21,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225077, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141144343, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 14:17:21,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225102, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141144343, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 14:17:21,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225102, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/66BF0F63, tsuid=1.2.840.10008.1.2, size=3416772, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:21,491 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 12 ms
2025-11-19 14:17:21,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141144343 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:22,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141243552 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:24,907 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:24,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225078, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141243552, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 14:17:24,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225078, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141243552, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 14:17:24,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225103, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141243552, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 14:17:24,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225103, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/170A56BA, tsuid=1.2.840.10008.1.2, size=3417122, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:24,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 27 ms
2025-11-19 14:17:24,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141243552 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:25,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141301795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:26,697 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:26,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225079, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141301795, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 14:17:26,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225079, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141301795, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 14:17:26,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225104, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141301795, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 14:17:26,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225104, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/E4AF1C25, tsuid=1.2.840.10008.1.2, size=3416772, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:26,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 18 ms
2025-11-19 14:17:26,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141301795 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:26,960 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49963,localport=11112]
2025-11-19 14:17:26,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) >> A-ASSOCIATE-RQ
2025-11-19 14:17:26,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) << A-ASSOCIATE-AC
2025-11-19 14:17:26,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141307001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:27,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) >> 119:C-STORE-RQ[pcid=117, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349664.1579230398.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:28,545 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5858) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:28,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Found previous received Instance[pk=225080, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141307001, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 14:17:28,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Replace previous received Instance[pk=225080, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141307001, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 14:17:28,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Instance[pk=225105, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141307001, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 14:17:28,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Create Location[pk=225105, systemID=amazon-s3, path=2025/11/19/03133332/3D2FD516/51A21D01, tsuid=1.2.840.10008.1.2, size=3416772, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:28,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332): Updated DB in 16 ms
2025-11-19 14:17:28,561 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141307001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:28,820 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) >> A-RELEASE-RQ
2025-11-19 14:17:28,820 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5858) DCM4CHEE<-HS50US07(332) << A-RELEASE-RP
2025-11-19 14:17:28,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS50US07(332): close Socket[addr=187.36.104.204/187.36.104.204,port=52126,localport=11112]
2025-11-19 14:17:41,311 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 14:17:41,313 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 14:17:42,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:17:42,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225106, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094434228, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:17:42,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225106, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/455B0317, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:17:42,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 11 ms
2025-11-19 14:17:42,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094434228 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:42,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094439927 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:17:43,449 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 14:17:43,450 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:17:43,451 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:17:43,458 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:17:43,458 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:17:43,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:17:43,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:17:43,480 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 14:17:57,660 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 14:17:57,661 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 14:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 14:18:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 14:18:23,365 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:18:23,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225107, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094439927, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:18:23,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225107, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/455D6338, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:18:23,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 23 ms
2025-11-19 14:18:23,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094439927 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:18:23,638 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094552515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:18:41,313 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 14:18:41,314 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 14:18:43,480 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 14:18:43,480 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:18:43,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:18:43,482 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:18:43,482 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:18:43,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:18:43,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:18:43,507 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 14:18:43,508 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 14:18:43,509 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 14:18:57,662 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 14:18:57,664 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 14:19:03,287 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:19:03,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225108, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094552515, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:19:03,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225108, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/472B2D1B, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:19:03,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 19 ms
2025-11-19 14:19:03,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094552515 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:19:03,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094557470 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 14:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 14:19:41,149 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:19:41,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225109, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094557470, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:19:41,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225109, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/472D6FEA, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:19:41,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 27 ms
2025-11-19 14:19:41,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094557470 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:19:41,314 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 14:19:41,315 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 14:19:41,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094602441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:19:43,124 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 14:19:43,248 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) Calculated size of 2 studies
2025-11-19 14:19:43,248 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 14:19:43,509 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 14:19:43,509 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:19:43,510 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:19:43,511 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:19:43,511 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:19:43,535 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:19:43,535 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:19:43,535 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 14:19:57,664 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 14:19:57,665 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 14:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 14:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 14:20:24,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:20:24,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225110, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094602441, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:20:24,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225110, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/48998CCD, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:20:24,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 17 ms
2025-11-19 14:20:24,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094602441 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:20:25,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094606896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:20:41,316 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 14:20:41,317 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 14:20:43,535 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 14:20:43,536 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 14:20:43,536 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:20:43,537 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:20:43,538 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:20:43,538 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:20:43,561 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:20:43,561 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:20:43,561 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 14:20:43,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 14:20:57,666 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 14:20:57,667 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 14:21:03,685 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:21:03,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225111, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094606896, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:21:03,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225111, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/489B6DED, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:21:03,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 5 ms
2025-11-19 14:21:03,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094606896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:21:03,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094612382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 14:21:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 14:21:41,317 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 14:21:41,318 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 14:21:43,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 14:21:43,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:21:43,563 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:21:43,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:21:43,564 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:21:43,586 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:21:43,586 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:21:43,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 14:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start PurgeStorageScheduler.execute()
2025-11-19 14:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5887) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished PurgeStorageScheduler.execute()
2025-11-19 14:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5888) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5888) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5887) Start deleting 18 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:21:50,011 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:21:50,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225112, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094612382, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:21:50,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225112, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/48A7A10A, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:21:50,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 10 ms
2025-11-19 14:21:50,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094612382 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:21:50,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094646688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:21:53,301 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:21:53,311 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:21:57,667 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 14:21:57,669 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 14:21:59,573 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5887) Finished deleting 18 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:21:59,573 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5887) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 14:22:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 14:22:35,947 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:22:35,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225113, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094646688, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:22:35,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225113, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/48D3C452, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:22:35,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 47 ms
2025-11-19 14:22:35,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094646688 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:22:36,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094751885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:22:41,318 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 14:22:41,319 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 14:22:43,586 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 14:22:43,587 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:22:43,587 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:22:43,588 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:22:43,588 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:22:43,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:22:43,610 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:22:43,610 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 14:22:51,872 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:22:51,875 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Patient[pk=8826, id=PatientID[pk=8826, id=68395, issuer=DCM4CHEE.AD36095F.0BD178AB], name=SANDRA FERREIRA]
2025-11-19 14:22:51,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Study[pk=8835, uid=1.2.392.200036.9125.2.3619053820161.65116278860.335290, id=*]
2025-11-19 14:22:51,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Series[pk=8940, uid=1.2.392.200036.9125.3.3619053820161.65116278860.335291, no=3001, mod=CR]
2025-11-19 14:22:51,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Instance[pk=225114, uid=1.2.392.200036.9125.9.0.254349664.1579230398.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 14:22:51,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Location[pk=225114, systemID=amazon-s3, path=2025/11/19/CD32241E/0A51E83E/7E94E2E0, tsuid=1.2.840.10008.1.2, size=14015782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:22:51,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Updated DB in 25 ms
2025-11-19 14:22:51,899 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) No duplicate record with equal Patient ID found Patient[pk=8826, id=PatientID[pk=8826, id=68395, issuer=DCM4CHEE.AD36095F.0BD178AB], name=SANDRA FERREIRA]
2025-11-19 14:22:51,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) << 119:C-STORE-RSP[pcid=117, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349664.1579230398.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:22:52,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) >> 121:C-STORE-RQ[pcid=117, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349664.2686592190.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:22:57,669 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 14:22:57,671 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 14:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 14:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 14:23:24,799 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5846) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:23:24,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Instance[pk=225115, uid=1.2.410.200001.101.11.601.1501430850.3.20251113094751885, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:23:24,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Create Location[pk=225115, systemID=amazon-s3, path=2025/11/19/0312BC2E/7616AD7D/4A947616, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 14:23:24,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Updated DB in 5 ms
2025-11-19 14:23:24,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094751885 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:23:25,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094756428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:23:41,320 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 14:23:41,322 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 14:23:43,611 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 14:23:43,611 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:23:43,611 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:23:43,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:23:43,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:23:43,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:23:43,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:23:43,653 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 14:23:53,276 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52078,localport=11112]
2025-11-19 14:23:53,277 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334) >> A-ASSOCIATE-RQ
2025-11-19 14:23:53,277 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334) << A-ASSOCIATE-AC
2025-11-19 14:23:53,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:23:57,413 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5896) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:23:57,418 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Create Patient[pk=8827, id=PatientID[pk=8827, id=68409, issuer=DCM4CHEE.85A47612.06EB57F3], name=ENI FRACISCA LINO  GUERRA]
2025-11-19 14:23:57,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Create Study[pk=8836, uid=68409, id=68409]
2025-11-19 14:23:57,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Create Series[pk=8941, uid=1.2.410.200001.101.11.301.1144174170.2.20251119140452670, no=1, mod=US]
2025-11-19 14:23:57,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Create Instance[pk=225116, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:23:57,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Create Location[pk=225116, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/CBF8D892, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:23:57,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Updated DB in 44 ms
2025-11-19 14:23:57,458 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5896) No duplicate record with equal Patient ID found Patient[pk=8827, id=PatientID[pk=8827, id=68409, issuer=DCM4CHEE.85A47612.06EB57F3], name=ENI FRACISCA LINO  GUERRA]
2025-11-19 14:23:57,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:23:57,671 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 14:23:57,673 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 14:23:57,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:24:02,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5896) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:24:02,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Create Instance[pk=225117, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:24:02,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Create Location[pk=225117, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/CF2A0A21, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:24:02,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Updated DB in 8 ms
2025-11-19 14:24:02,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:24:02,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:24:06,299 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5896) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:24:06,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Create Instance[pk=225118, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:24:06,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Create Location[pk=225118, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D0ED1088, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:24:06,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334): Updated DB in 5 ms
2025-11-19 14:24:06,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:24:06,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5896) DCM4CHEE<-HS30(334) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 14:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 14:24:41,323 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 14:24:41,324 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 14:24:43,249 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-11-19 14:24:43,325 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) Calculated size of 1 studies
2025-11-19 14:24:43,325 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-11-19 14:24:43,654 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 14:24:43,655 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 14:24:43,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:24:43,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:24:43,656 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 14:24:43,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:24:43,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:24:43,658 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 14:24:43,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:24:43,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:24:43,681 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 14:24:57,673 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 14:24:57,675 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 14:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 14:25:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 14:25:32,533 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52080,localport=11112]
2025-11-19 14:25:32,534 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> A-ASSOCIATE-RQ
2025-11-19 14:25:32,534 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << A-ASSOCIATE-AC
2025-11-19 14:25:32,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:33,770 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): unrecognized PDU[type=14, len=219026189]
2025-11-19 14:25:33,770 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): invalid PDV in PDU[type=14, len=219026189]
2025-11-19 14:25:34,839 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): Failed to store received object:
: A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-PDU]
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.abort(PDUDecoder.java:234)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:199)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:25:35,346 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113094756428 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-PDU]
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:261)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-PDU]
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.abort(PDUDecoder.java:234)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:199)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	... 32 more

2025-11-19 14:25:35,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331) << 14:C-STORE-RSP[pcid=1, status=110H, errorComment=A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-P
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:35,346 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): i/o exception: java.io.IOException: Unexpected Error in State: Sta6 - Association established and ready for data transfer
2025-11-19 14:25:35,346 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5846) DCM4CHEE<-HS60MT(331): close Socket[addr=187.36.104.204/187.36.104.204,port=49293,localport=11112]
2025-11-19 14:25:36,925 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:25:36,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Found previous received Instance[pk=225116, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:25:36,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Replace previous received Instance[pk=225116, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:25:36,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225119, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:25:36,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225119, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/58ADA091, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:25:36,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 26 ms
2025-11-19 14:25:36,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:37,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:41,324 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 14:25:41,325 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 14:25:41,812 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:25:41,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Found previous received Instance[pk=225117, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:25:41,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Replace previous received Instance[pk=225117, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:25:41,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225120, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:25:41,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225120, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/EFE02830, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:25:41,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 35 ms
2025-11-19 14:25:41,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:42,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:43,681 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 14:25:43,682 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 14:25:43,683 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:25:43,683 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:25:43,683 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 14:25:43,685 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:25:43,685 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:25:43,717 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:25:43,717 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:25:43,718 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 14:25:43,718 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 14:25:44,893 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:25:44,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Found previous received Instance[pk=225118, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:25:44,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Replace previous received Instance[pk=225118, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:25:44,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225121, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:25:44,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225121, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/F42BA41D, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:25:44,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 37 ms
2025-11-19 14:25:44,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:45,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:49,297 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:25:49,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225122, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:25:49,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225122, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D4399322, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:25:49,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 4 ms
2025-11-19 14:25:49,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:49,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:54,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:25:54,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225123, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:25:54,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225123, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D473525D, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:25:54,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 31 ms
2025-11-19 14:25:54,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:54,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:57,675 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 14:25:57,677 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 14:25:58,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:25:58,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225124, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:25:58,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225124, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/F9E32129, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:25:58,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 16 ms
2025-11-19 14:25:58,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:25:58,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:02,298 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:02,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225125, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:26:02,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225125, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/FD319C21, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:02,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 12 ms
2025-11-19 14:26:02,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:02,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:06,169 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49331,localport=11112]
2025-11-19 14:26:06,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) >> A-ASSOCIATE-RQ
2025-11-19 14:26:06,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) << A-ASSOCIATE-AC
2025-11-19 14:26:06,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100926135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:07,079 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:07,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225126, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:26:07,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225126, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/FD4CD28A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:07,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 28 ms
2025-11-19 14:26:07,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:07,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:11,042 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:11,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225127, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:26:11,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225127, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/FD754B8B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:11,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 10 ms
2025-11-19 14:26:11,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:11,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 14:26:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 14:26:15,072 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:15,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225128, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:26:15,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225128, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/00A95CC1, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:15,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 16 ms
2025-11-19 14:26:15,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:15,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:19,914 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:19,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225129, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:26:19,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225129, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/025E9B5B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:19,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 11 ms
2025-11-19 14:26:19,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:20,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:23,834 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:23,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225130, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:26:23,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225130, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/043A21E8, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:23,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 12 ms
2025-11-19 14:26:23,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:24,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:29,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:29,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225131, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:26:29,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225131, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/0799575D, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:29,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 26 ms
2025-11-19 14:26:29,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:29,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:33,756 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:33,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225132, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:26:33,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225132, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/093CEA1F, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:33,773 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 17 ms
2025-11-19 14:26:33,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:34,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:40,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:40,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Found previous received Instance[pk=220822, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100926135, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:26:40,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Replace previous received Instance[pk=220822, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100926135, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:26:40,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Instance[pk=225133, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100926135, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:26:40,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Location[pk=225133, systemID=amazon-s3, path=2025/11/19/03125A52/BD0FEE3A/8ABAA693, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:40,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Updated DB in 30 ms
2025-11-19 14:26:40,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100926135 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:41,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100938385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:41,325 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 14:26:41,326 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 14:26:43,718 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 14:26:43,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:26:43,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:26:43,720 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 14:26:43,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:26:43,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:26:43,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:26:43,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:26:43,743 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 14:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-11-19 14:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-11-19 14:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5914) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5915) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5915) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5914) Start deleting 4 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:26:52,300 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5914) Finished deleting 4 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:26:52,300 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5914) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:26:53,275 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:53,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225134, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:26:53,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225134, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/0966CB08, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:53,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 4 ms
2025-11-19 14:26:53,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:53,311 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:26:53,323 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:26:53,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:57,374 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:26:57,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225135, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:26:57,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225135, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/2EB96D07, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:26:57,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 13 ms
2025-11-19 14:26:57,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:57,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:26:57,677 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 14:26:57,678 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 14:27:02,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:02,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Instance[pk=225136, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:27:02,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Create Location[pk=225136, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/2EE2D1EF, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:02,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335): Updated DB in 21 ms
2025-11-19 14:27:02,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:02,402 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) >> A-RELEASE-RQ
2025-11-19 14:27:02,402 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(335) << A-RELEASE-RP
2025-11-19 14:27:02,453 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS30(335): close Socket[addr=187.36.104.204/187.36.104.204,port=52080,localport=11112]
2025-11-19 14:27:02,852 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52082,localport=11112]
2025-11-19 14:27:02,852 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> A-ASSOCIATE-RQ
2025-11-19 14:27:02,852 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << A-ASSOCIATE-AC
2025-11-19 14:27:03,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:07,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:07,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Found previous received Instance[pk=225119, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:27:07,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Replace previous received Instance[pk=225119, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:27:07,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Instance[pk=225137, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:27:07,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Location[pk=225137, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/CBF8D892, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:07,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Updated DB in 24 ms
2025-11-19 14:27:07,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:07,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 14:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 14:27:12,297 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:12,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Found previous received Instance[pk=225120, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:27:12,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Replace previous received Instance[pk=225120, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:27:12,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Instance[pk=225138, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:27:12,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Location[pk=225138, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/CF2A0A21, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:12,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Updated DB in 17 ms
2025-11-19 14:27:12,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:12,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:15,695 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:15,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Found previous received Instance[pk=225121, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:27:15,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Replace previous received Instance[pk=225121, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:27:15,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Instance[pk=225139, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:27:15,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Location[pk=225139, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D0ED1088, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:15,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Updated DB in 15 ms
2025-11-19 14:27:15,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:15,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:19,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:19,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Found previous received Instance[pk=220827, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100938385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:27:19,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Replace previous received Instance[pk=220827, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100938385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:27:19,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Instance[pk=225140, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100938385, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:27:19,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Location[pk=225140, systemID=amazon-s3, path=2025/11/19/03125A52/BD0FEE3A/8AC9AEEF, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:19,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Updated DB in 16 ms
2025-11-19 14:27:19,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100938385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:19,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101008057 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:20,045 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:20,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Found previous received Instance[pk=225122, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:27:20,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Replace previous received Instance[pk=225122, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:27:20,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Instance[pk=225141, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:27:20,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Location[pk=225141, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/12E4578A, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:20,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Updated DB in 7 ms
2025-11-19 14:27:20,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:20,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:24,537 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:24,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Found previous received Instance[pk=225123, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:27:24,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Replace previous received Instance[pk=225123, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:27:24,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Instance[pk=225142, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:27:24,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Location[pk=225142, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/51AD05F8, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:24,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Updated DB in 16 ms
2025-11-19 14:27:24,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:24,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:29,681 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:29,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Found previous received Instance[pk=225124, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:27:29,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Replace previous received Instance[pk=225124, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:27:29,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Instance[pk=225143, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:27:29,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Location[pk=225143, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/324B07E5, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:29,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Updated DB in 10 ms
2025-11-19 14:27:29,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:29,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:34,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:34,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Found previous received Instance[pk=225125, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:27:34,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Replace previous received Instance[pk=225125, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:27:34,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Instance[pk=225144, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:27:34,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Location[pk=225144, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/167CB97F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:34,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Updated DB in 13 ms
2025-11-19 14:27:34,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:34,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:40,039 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:40,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Found previous received Instance[pk=225126, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:27:40,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Replace previous received Instance[pk=225126, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:27:40,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Instance[pk=225145, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:27:40,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Location[pk=225145, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/4C120E23, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:40,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Updated DB in 29 ms
2025-11-19 14:27:40,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:40,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:41,327 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 14:27:41,328 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 14:27:43,743 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 14:27:43,743 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:27:43,744 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:27:43,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:27:43,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:27:43,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:27:43,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:27:43,767 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 14:27:44,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:44,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Found previous received Instance[pk=225127, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:27:44,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Replace previous received Instance[pk=225127, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:27:44,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Instance[pk=225146, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:27:44,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Location[pk=225146, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/B7FCCDFF, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:44,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Updated DB in 12 ms
2025-11-19 14:27:44,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:44,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:56,262 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:27:56,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Found previous received Instance[pk=220831, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101008057, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:27:56,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Replace previous received Instance[pk=220831, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101008057, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:27:56,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Instance[pk=225147, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101008057, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:27:56,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Location[pk=225147, systemID=amazon-s3, path=2025/11/19/03125A52/BD0FEE3A/B029FA78, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:27:56,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Updated DB in 24 ms
2025-11-19 14:27:56,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101008057 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:56,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101137044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:27:57,679 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 14:27:57,680 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 14:28:04,600 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52127,localport=11112]
2025-11-19 14:28:04,601 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> A-ASSOCIATE-RQ
2025-11-19 14:28:04,601 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << A-ASSOCIATE-AC
2025-11-19 14:28:04,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141954883 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:08,418 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5920) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:08,422 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Patient[pk=8828, id=PatientID[pk=8828, id=68412, issuer=DCM4CHEE.BB64D29D.89D7A76C], name=STEPHANI SILVA GONCALVES]
2025-11-19 14:28:08,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Study[pk=8837, uid=68412, id=68412]
2025-11-19 14:28:08,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Series[pk=8942, uid=1.2.410.200001.101.11.501.1791052210.2.20251119141954377, no=1, mod=US]
2025-11-19 14:28:08,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Instance[pk=225148, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141954883, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:28:08,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Location[pk=225148, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/A47B3888, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:08,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Updated DB in 25 ms
2025-11-19 14:28:08,444 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) No duplicate record with equal Patient ID found Patient[pk=8828, id=PatientID[pk=8828, id=68412, issuer=DCM4CHEE.BB64D29D.89D7A76C], name=STEPHANI SILVA GONCALVES]
2025-11-19 14:28:08,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141954883 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:08,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142057276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:10,052 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5920) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:10,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Instance[pk=225149, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142057276, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:28:10,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Location[pk=225149, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/CA071CAD, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:10,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Updated DB in 22 ms
2025-11-19 14:28:10,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142057276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:10,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142136526 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:11,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5920) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:11,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Instance[pk=225150, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142136526, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:28:11,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Location[pk=225150, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/CB9F5C93, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:11,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Updated DB in 23 ms
2025-11-19 14:28:11,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142136526 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:11,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142228632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 14:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 14:28:13,385 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5920) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:13,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Instance[pk=225151, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142228632, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:28:13,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Location[pk=225151, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/CD470A4B, tsuid=1.2.840.10008.1.2, size=3416910, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:13,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Updated DB in 12 ms
2025-11-19 14:28:13,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142228632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:13,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142352768 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:14,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5920) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:14,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Instance[pk=225152, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142352768, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:28:14,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Location[pk=225152, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/CF237357, tsuid=1.2.840.10008.1.2, size=3417058, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:14,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Updated DB in 18 ms
2025-11-19 14:28:14,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142352768 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:15,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142408702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:16,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5920) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:16,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Instance[pk=225153, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142408702, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:28:16,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Location[pk=225153, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/D0948FEB, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:16,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Updated DB in 22 ms
2025-11-19 14:28:16,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142408702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:17,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142442666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:18,625 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5920) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:18,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Instance[pk=225154, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142442666, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:28:18,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Location[pk=225154, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/D0CA30B2, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:18,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Updated DB in 13 ms
2025-11-19 14:28:18,638 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142442666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:18,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142753615 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:20,356 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5920) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:20,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Instance[pk=225155, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142753615, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:28:20,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Location[pk=225155, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/D5F745D3, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:20,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Updated DB in 14 ms
2025-11-19 14:28:20,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142753615 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:20,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142809090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:22,231 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5920) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:22,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Instance[pk=225156, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142809090, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:28:22,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Location[pk=225156, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/D7684D94, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:22,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Updated DB in 14 ms
2025-11-19 14:28:22,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142809090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:22,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142905607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:24,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5920) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:24,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Instance[pk=225157, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142905607, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:28:24,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Create Location[pk=225157, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/D91B6A2D, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:24,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338): Updated DB in 15 ms
2025-11-19 14:28:24,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142905607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:24,347 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) >> A-RELEASE-RQ
2025-11-19 14:28:24,348 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5920) DCM4CHEE<-HS50US07(338) << A-RELEASE-RP
2025-11-19 14:28:24,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS50US07(338): close Socket[addr=187.36.104.204/187.36.104.204,port=52127,localport=11112]
2025-11-19 14:28:37,671 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:28:37,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Found previous received Instance[pk=220832, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101137044, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:28:37,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Replace previous received Instance[pk=220832, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101137044, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:28:37,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Instance[pk=225158, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101137044, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:28:37,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Location[pk=225158, systemID=amazon-s3, path=2025/11/19/03125A52/BD0FEE3A/B208A519, tsuid=1.2.840.10008.1.2, size=3416990, status=OK, objectType=DICOM_FILE]
2025-11-19 14:28:37,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Updated DB in 22 ms
2025-11-19 14:28:37,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101137044 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:37,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101152276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:28:41,328 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 14:28:41,329 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 14:28:43,767 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 14:28:43,768 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 14:28:43,769 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:28:43,769 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:28:43,770 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:28:43,770 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:28:43,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:28:43,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:28:43,790 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 14:28:57,680 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 14:28:57,682 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 14:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 14:29:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 14:29:14,629 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52083,localport=11112]
2025-11-19 14:29:14,630 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> A-ASSOCIATE-RQ
2025-11-19 14:29:14,630 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << A-ASSOCIATE-AC
2025-11-19 14:29:14,865 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:16,715 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5902) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:16,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Found previous received Instance[pk=225128, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:29:16,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Replace previous received Instance[pk=225128, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:29:16,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Instance[pk=225159, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:29:16,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Create Location[pk=225159, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/8EF41826, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:16,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): Updated DB in 7 ms
2025-11-19 14:29:16,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:16,722 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): i/o exception: java.io.EOFException in State: Sta6 - Association established and ready for data transfer
2025-11-19 14:29:16,722 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5902) DCM4CHEE<-HS30(337): close Socket[addr=187.36.104.204/187.36.104.204,port=52082,localport=11112]
2025-11-19 14:29:19,365 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:19,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225137, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:29:19,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225137, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:29:19,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225160, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:29:19,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225160, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/1F07097B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:19,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 19 ms
2025-11-19 14:29:19,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:19,619 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:21,563 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:21,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225138, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:29:21,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225138, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:29:21,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225161, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:29:21,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225161, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/769B5D65, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:21,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 17 ms
2025-11-19 14:29:21,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:21,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:24,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:24,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225139, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:29:24,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225139, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:29:24,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225162, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:29:24,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225162, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/1A295DCF, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:24,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 26 ms
2025-11-19 14:29:24,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:24,956 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:29,325 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:29,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Found previous received Instance[pk=220837, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101152276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:29:29,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Replace previous received Instance[pk=220837, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101152276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:29:29,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Instance[pk=225163, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101152276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:29:29,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Location[pk=225163, systemID=amazon-s3, path=2025/11/19/03125A52/BD0FEE3A/B2229621, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:29,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Updated DB in 17 ms
2025-11-19 14:29:29,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101152276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:29,348 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:29,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225141, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:29:29,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225141, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:29:29,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225164, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:29:29,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225164, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/B75BCE26, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:29,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 6 ms
2025-11-19 14:29:29,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:29,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:29,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101241771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:34,138 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:34,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225142, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:29:34,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225142, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:29:34,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225165, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:29:34,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225165, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/6A32E601, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:34,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 21 ms
2025-11-19 14:29:34,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:34,391 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:38,433 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:38,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225143, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:29:38,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225143, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:29:38,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225166, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:29:38,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225166, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/9ACFE120, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:38,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 32 ms
2025-11-19 14:29:38,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:38,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:41,329 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 14:29:41,331 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 14:29:42,626 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:42,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225144, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:29:42,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225144, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:29:42,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225167, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:29:42,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225167, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/A3240716, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:42,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 25 ms
2025-11-19 14:29:42,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:42,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:43,325 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 14:29:43,432 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) Calculated size of 2 studies
2025-11-19 14:29:43,432 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 14:29:43,791 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 14:29:43,792 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 14:29:43,792 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:29:43,792 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:29:43,793 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:29:43,793 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:29:43,813 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:29:43,813 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:29:43,814 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 14:29:43,814 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 14:29:46,533 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:46,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225145, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:29:46,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225145, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:29:46,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225168, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:29:46,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225168, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/91380E79, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:46,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 20 ms
2025-11-19 14:29:46,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:46,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:50,796 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:50,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225146, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:29:50,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225146, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:29:50,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225169, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:29:50,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225169, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/5F6CDF9D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:50,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 13 ms
2025-11-19 14:29:50,809 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:51,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:55,742 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:29:55,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225159, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:29:55,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225159, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:29:55,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225170, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:29:55,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225170, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/54772520, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:29:55,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 16 ms
2025-11-19 14:29:55,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:56,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:29:57,682 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 14:29:57,684 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 14:30:11,199 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:11,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225129, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:30:11,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225129, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:30:11,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225171, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:30:11,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225171, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/81ACDB7B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:11,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 8 ms
2025-11-19 14:30:11,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:11,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:12,042 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52129,localport=11112]
2025-11-19 14:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 14:30:12,048 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> A-ASSOCIATE-RQ
2025-11-19 14:30:12,048 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << A-ASSOCIATE-AC
2025-11-19 14:30:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 14:30:12,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141954883 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:14,910 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:14,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225130, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:30:14,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225130, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:30:14,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225172, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:30:14,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225172, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/7115C7F2, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:14,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 16 ms
2025-11-19 14:30:14,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:15,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:16,398 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5932) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:16,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Found previous received Instance[pk=225148, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141954883, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:30:16,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Replace previous received Instance[pk=225148, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141954883, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:30:16,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Instance[pk=225173, uid=1.2.410.200001.101.11.501.1791052210.3.20251119141954883, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:30:16,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Location[pk=225173, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/79DB11F3, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:16,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Updated DB in 14 ms
2025-11-19 14:30:16,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119141954883 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:16,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142057276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:18,299 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5932) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:18,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Found previous received Instance[pk=225149, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142057276, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:30:18,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Replace previous received Instance[pk=225149, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142057276, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:30:18,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Instance[pk=225174, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142057276, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:30:18,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Location[pk=225174, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/D38FA07E, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:18,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Updated DB in 17 ms
2025-11-19 14:30:18,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142057276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:18,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142136526 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:19,905 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:19,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225131, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:30:19,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225131, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:30:19,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225175, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:30:19,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225175, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D8AC6A48, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:19,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 24 ms
2025-11-19 14:30:19,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:20,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:20,186 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5932) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:20,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Found previous received Instance[pk=225150, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142136526, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:30:20,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Replace previous received Instance[pk=225150, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142136526, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:30:20,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Instance[pk=225176, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142136526, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:30:20,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Location[pk=225176, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/C3C3837D, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:20,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Updated DB in 7 ms
2025-11-19 14:30:20,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142136526 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:20,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142228632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:21,971 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5932) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:21,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Found previous received Instance[pk=225151, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142228632, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:30:21,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Replace previous received Instance[pk=225151, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142228632, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:30:21,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Instance[pk=225177, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142228632, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:30:21,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Location[pk=225177, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/7A940678, tsuid=1.2.840.10008.1.2, size=3416910, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:21,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Updated DB in 24 ms
2025-11-19 14:30:21,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142228632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:22,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142352768 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:23,868 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5932) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:23,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Found previous received Instance[pk=225152, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142352768, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:30:23,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Replace previous received Instance[pk=225152, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142352768, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:30:23,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Instance[pk=225178, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142352768, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:30:23,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Location[pk=225178, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/0E208319, tsuid=1.2.840.10008.1.2, size=3417058, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:23,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Updated DB in 15 ms
2025-11-19 14:30:23,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142352768 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:24,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142408702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:25,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5932) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:25,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Found previous received Instance[pk=225153, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142408702, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:30:25,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Replace previous received Instance[pk=225153, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142408702, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:30:25,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Instance[pk=225179, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142408702, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:30:25,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Location[pk=225179, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/2D9E7BF0, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:25,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Updated DB in 19 ms
2025-11-19 14:30:25,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142408702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:25,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142442666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:26,226 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:26,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225132, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:30:26,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225132, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:30:26,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225180, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:30:26,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225180, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/03987B5B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:26,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 17 ms
2025-11-19 14:30:26,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:26,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:27,683 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5932) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:27,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Found previous received Instance[pk=225154, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142442666, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:30:27,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Replace previous received Instance[pk=225154, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142442666, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:30:27,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Instance[pk=225181, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142442666, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:30:27,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Location[pk=225181, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/B5AB90A8, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:27,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Updated DB in 17 ms
2025-11-19 14:30:27,700 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142442666 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:28,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142753615 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:29,483 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5932) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:29,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Found previous received Instance[pk=225155, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142753615, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:30:29,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Replace previous received Instance[pk=225155, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142753615, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:30:29,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Instance[pk=225182, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142753615, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:30:29,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Location[pk=225182, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/A8D88D58, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:29,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Updated DB in 21 ms
2025-11-19 14:30:29,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142753615 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:29,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142809090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:31,378 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5932) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:31,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Found previous received Instance[pk=225156, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142809090, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:30:31,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Replace previous received Instance[pk=225156, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142809090, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:30:31,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Instance[pk=225183, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142809090, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:30:31,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Location[pk=225183, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/08324ED2, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:31,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Updated DB in 14 ms
2025-11-19 14:30:31,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142809090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:31,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:31,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225134, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:30:31,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225134, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:30:31,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225184, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:30:31,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225184, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/58EAB7AC, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:31,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 8 ms
2025-11-19 14:30:31,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:31,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142905607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:31,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:33,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5932) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:33,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Found previous received Instance[pk=225157, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142905607, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:30:33,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Replace previous received Instance[pk=225157, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142905607, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:30:33,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Instance[pk=225185, uid=1.2.410.200001.101.11.501.1791052210.3.20251119142905607, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:30:33,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Create Location[pk=225185, systemID=amazon-s3, path=2025/11/19/03133353/D6D0C3E7/D92DE479, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:33,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340): Updated DB in 19 ms
2025-11-19 14:30:33,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119142905607 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:33,823 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) >> A-RELEASE-RQ
2025-11-19 14:30:33,824 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5932) DCM4CHEE<-HS50US07(340) << A-RELEASE-RP
2025-11-19 14:30:33,874 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS50US07(340): close Socket[addr=187.36.104.204/187.36.104.204,port=52129,localport=11112]
2025-11-19 14:30:34,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:34,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Found previous received Instance[pk=220846, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101241771, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:30:34,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Replace previous received Instance[pk=220846, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101241771, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:30:34,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Instance[pk=225186, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101241771, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:30:34,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Location[pk=225186, systemID=amazon-s3, path=2025/11/19/03125A52/BD0FEE3A/B3C8F5A0, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:34,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Updated DB in 28 ms
2025-11-19 14:30:34,477 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101241771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:34,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101258875 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:36,156 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:36,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225135, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:30:36,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225135, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:30:36,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225187, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:30:36,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225187, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/1D46702D, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:36,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 38 ms
2025-11-19 14:30:36,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:36,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:40,505 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:40,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Found previous received Instance[pk=225136, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:30:40,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Replace previous received Instance[pk=225136, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:30:40,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Instance[pk=225188, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:30:40,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Create Location[pk=225188, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/6A29A9B3, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:40,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339): Updated DB in 23 ms
2025-11-19 14:30:40,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:40,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) >> A-RELEASE-RQ
2025-11-19 14:30:40,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(339) << A-RELEASE-RP
2025-11-19 14:30:40,810 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(339): close Socket[addr=187.36.104.204/187.36.104.204,port=52083,localport=11112]
2025-11-19 14:30:41,247 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52084,localport=11112]
2025-11-19 14:30:41,248 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> A-ASSOCIATE-RQ
2025-11-19 14:30:41,248 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << A-ASSOCIATE-AC
2025-11-19 14:30:41,331 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 14:30:41,332 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 14:30:41,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:43,814 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 14:30:43,815 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 14:30:43,816 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 14:30:43,816 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:30:43,816 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:30:43,817 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:30:43,817 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:30:43,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:30:43,839 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:30:43,839 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 14:30:44,116 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52073,localport=11112]
2025-11-19 14:30:44,116 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> A-ASSOCIATE-RQ
2025-11-19 14:30:44,116 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << A-ASSOCIATE-AC
2025-11-19 14:30:44,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140329516 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:45,711 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:45,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225160, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:30:45,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225160, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:30:45,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225189, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:30:45,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225189, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/022F9477, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:45,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 15 ms
2025-11-19 14:30:45,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:45,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:47,924 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:47,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225161, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:30:47,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225161, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:30:47,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225190, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:30:47,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225190, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D3AC5F8B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:47,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 28 ms
2025-11-19 14:30:47,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:48,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:50,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:50,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225162, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:30:50,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225162, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:30:50,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225191, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:30:50,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225191, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/B81D50B4, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:50,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 18 ms
2025-11-19 14:30:50,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:50,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:50,989 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5936) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:50,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Found previous received Instance[pk=225050, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140329516, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:30:50,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Replace previous received Instance[pk=225050, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140329516, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:30:50,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Instance[pk=225192, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140329516, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:30:50,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Location[pk=225192, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/F566409B, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:50,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Updated DB in 10 ms
2025-11-19 14:30:50,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140329516 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:51,217 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140541558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:53,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:53,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225164, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:30:53,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225164, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:30:53,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225193, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:30:53,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225193, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D92F7078, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:53,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 28 ms
2025-11-19 14:30:53,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:53,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:54,269 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5936) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:54,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Found previous received Instance[pk=225051, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140541558, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:30:54,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Replace previous received Instance[pk=225051, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140541558, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:30:54,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Instance[pk=225194, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140541558, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:30:54,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Location[pk=225194, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/FB9E00DE, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:54,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Updated DB in 17 ms
2025-11-19 14:30:54,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140541558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:54,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140619032 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:56,988 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:56,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225165, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:30:56,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225165, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:30:56,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225195, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:30:56,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225195, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/2E79839A, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:57,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 24 ms
2025-11-19 14:30:57,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:57,072 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5936) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:57,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Found previous received Instance[pk=225052, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140619032, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:30:57,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Replace previous received Instance[pk=225052, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140619032, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:30:57,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Instance[pk=225196, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140619032, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:30:57,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Location[pk=225196, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/70ACE742, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:57,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Updated DB in 8 ms
2025-11-19 14:30:57,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140619032 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:57,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:57,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140657771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:30:57,684 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 14:30:57,686 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 14:30:59,821 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5936) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:30:59,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Found previous received Instance[pk=225053, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140657771, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:30:59,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Replace previous received Instance[pk=225053, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140657771, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:30:59,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Instance[pk=225197, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140657771, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:30:59,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Location[pk=225197, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/57AA8C85, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:30:59,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Updated DB in 7 ms
2025-11-19 14:30:59,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140657771 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:00,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140840321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:00,784 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:00,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225166, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:31:00,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225166, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:31:00,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225198, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:31:00,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225198, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/EF6BE420, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:00,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 18 ms
2025-11-19 14:31:00,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:01,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:02,667 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5936) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:02,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Found previous received Instance[pk=225054, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140840321, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:31:02,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Replace previous received Instance[pk=225054, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140840321, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:31:02,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Instance[pk=225199, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140840321, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:31:02,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Location[pk=225199, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/EF9D347F, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:02,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Updated DB in 17 ms
2025-11-19 14:31:02,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140840321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:02,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140948913 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:05,094 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5936) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:05,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Found previous received Instance[pk=225055, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140948913, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:31:05,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Replace previous received Instance[pk=225055, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140948913, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:31:05,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Instance[pk=225200, uid=1.2.410.200001.101.11.301.1123109166.3.20251119140948913, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:31:05,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Location[pk=225200, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/024A4886, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:05,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Updated DB in 14 ms
2025-11-19 14:31:05,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119140948913 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:05,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141016399 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:05,471 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:05,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225167, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:31:05,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225167, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:31:05,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225201, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:31:05,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225201, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/769221E1, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:05,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 24 ms
2025-11-19 14:31:05,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:05,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:07,429 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5936) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:07,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Found previous received Instance[pk=225056, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141016399, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:31:07,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Replace previous received Instance[pk=225056, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141016399, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:31:07,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Instance[pk=225202, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141016399, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:31:07,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Location[pk=225202, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/0597642D, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:07,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Updated DB in 25 ms
2025-11-19 14:31:07,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141016399 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:07,677 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141113360 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:10,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:10,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225168, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:31:10,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225168, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:31:10,384 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5936) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:10,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Found previous received Instance[pk=225057, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141113360, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:31:10,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Replace previous received Instance[pk=225057, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141113360, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:31:10,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225203, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:31:10,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225203, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/3F877BCF, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:10,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Instance[pk=225204, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141113360, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:31:10,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Location[pk=225204, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/50B907A7, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:10,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 28 ms
2025-11-19 14:31:10,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Updated DB in 26 ms
2025-11-19 14:31:10,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:10,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141113360 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:10,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141157611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:10,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 14:31:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 14:31:13,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5936) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:13,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Found previous received Instance[pk=225058, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141157611, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:31:13,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Replace previous received Instance[pk=225058, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141157611, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:31:13,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Instance[pk=225205, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141157611, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:31:13,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Location[pk=225205, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/3D7D383C, tsuid=1.2.840.10008.1.2, size=3915728, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:13,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Updated DB in 20 ms
2025-11-19 14:31:13,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141157611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:13,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141227585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:15,208 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:15,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225169, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:31:15,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225169, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:31:15,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225206, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:31:15,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225206, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/2223E247, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:15,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 13 ms
2025-11-19 14:31:15,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:15,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5936) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:15,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Found previous received Instance[pk=225059, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141227585, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:31:15,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Replace previous received Instance[pk=225059, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141227585, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:31:15,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Instance[pk=225207, uid=1.2.410.200001.101.11.301.1123109166.3.20251119141227585, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:31:15,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Create Location[pk=225207, systemID=amazon-s3, path=2025/11/19/03133354/F54498FF/A994AEB1, tsuid=1.2.840.10008.1.2, size=3416620, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:15,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342): Updated DB in 6 ms
2025-11-19 14:31:15,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119141227585 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:15,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:15,617 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) >> A-RELEASE-RQ
2025-11-19 14:31:15,617 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5936) DCM4CHEE<-HS30(342) << A-RELEASE-RP
2025-11-19 14:31:15,668 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(342): close Socket[addr=187.36.104.204/187.36.104.204,port=52073,localport=11112]
2025-11-19 14:31:18,914 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:18,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225170, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:31:18,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225170, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:31:18,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225208, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:31:18,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225208, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D4A78689, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:18,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 16 ms
2025-11-19 14:31:18,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:19,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:22,629 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:22,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225171, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:31:22,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225171, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:31:22,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225209, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:31:22,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225209, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/4C866B0D, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:22,643 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 14 ms
2025-11-19 14:31:22,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:22,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:23,771 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:23,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Found previous received Instance[pk=220848, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101258875, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:31:23,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Replace previous received Instance[pk=220848, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101258875, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:31:23,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Instance[pk=225210, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101258875, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:31:23,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Location[pk=225210, systemID=amazon-s3, path=2025/11/19/03125A52/BD0FEE3A/B3DA3F7F, tsuid=1.2.840.10008.1.2, size=3416786, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:23,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Updated DB in 15 ms
2025-11-19 14:31:23,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101258875 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:24,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101522555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:26,315 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:26,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225172, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:31:26,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225172, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:31:26,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225211, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:31:26,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225211, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/7C03CC87, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:26,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 17 ms
2025-11-19 14:31:26,333 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:26,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:30,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:30,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225175, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:31:30,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225175, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:31:30,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225212, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:31:30,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225212, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/5C98D92A, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:30,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 9 ms
2025-11-19 14:31:30,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:31,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:36,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:36,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225180, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:31:36,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225180, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:31:36,773 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225213, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:31:36,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225213, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/87263043, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:36,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 12 ms
2025-11-19 14:31:36,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:37,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:40,712 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:40,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225184, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:31:40,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225184, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:31:40,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225214, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:31:40,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225214, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/0D45666B, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:40,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 25 ms
2025-11-19 14:31:40,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:40,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:41,332 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 14:31:41,333 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 14:31:43,840 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 14:31:43,841 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 14:31:43,842 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 14:31:43,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:31:43,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:31:43,844 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:31:43,844 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:31:43,866 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:31:43,866 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:31:43,866 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 14:31:44,543 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:44,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225187, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:31:44,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225187, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:31:44,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225215, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:31:44,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225215, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/899B07C1, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:44,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 28 ms
2025-11-19 14:31:44,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:44,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:48,759 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5926) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:48,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Found previous received Instance[pk=225188, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:31:48,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Replace previous received Instance[pk=225188, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:31:48,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Instance[pk=225216, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:31:48,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Create Location[pk=225216, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/89EFAB57, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:48,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341): Updated DB in 15 ms
2025-11-19 14:31:48,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:49,016 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) >> A-RELEASE-RQ
2025-11-19 14:31:49,016 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5926) DCM4CHEE<-HS30(341) << A-RELEASE-RP
2025-11-19 14:31:49,067 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(341): close Socket[addr=187.36.104.204/187.36.104.204,port=52084,localport=11112]
2025-11-19 14:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-11-19 14:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-11-19 14:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5926) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5935) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5935) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5926) Start deleting 70 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:31:53,250 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:31:53,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Instance[pk=225217, uid=1.2.392.200036.9125.9.0.254349664.2686592190.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 14:31:53,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Location[pk=225217, systemID=amazon-s3, path=2025/11/19/CD32241E/0A51E83E/40E19CED, tsuid=1.2.840.10008.1.2, size=14015782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:31:53,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Updated DB in 5 ms
2025-11-19 14:31:53,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) << 121:C-STORE-RSP[pcid=117, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349664.2686592190.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:53,323 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:31:53,329 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:31:53,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) >> 123:C-STORE-RQ[pcid=117, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349665.2303166.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:31:57,686 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 14:31:57,688 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 14:32:05,571 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:32:05,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Found previous received Instance[pk=220849, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101522555, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:32:05,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Replace previous received Instance[pk=220849, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101522555, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:32:05,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Instance[pk=225218, uid=1.2.410.200001.101.11.601.1501430850.3.20251110101522555, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:32:05,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Create Location[pk=225218, systemID=amazon-s3, path=2025/11/19/03125A52/BD0FEE3A/B8CBBD1E, tsuid=1.2.840.10008.1.2, size=3416990, status=OK, objectType=DICOM_FILE]
2025-11-19 14:32:05,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336): Updated DB in 28 ms
2025-11-19 14:32:05,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110101522555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:05,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) >> A-RELEASE-RQ
2025-11-19 14:32:05,832 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(336) << A-RELEASE-RP
2025-11-19 14:32:05,882 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS60MT(336): close Socket[addr=187.36.104.204/187.36.104.204,port=49331,localport=11112]
2025-11-19 14:32:06,318 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49332,localport=11112]
2025-11-19 14:32:06,318 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> A-ASSOCIATE-RQ
2025-11-19 14:32:06,318 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << A-ASSOCIATE-AC
2025-11-19 14:32:06,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074345560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 14:32:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 14:32:26,524 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52086,localport=11112]
2025-11-19 14:32:26,525 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> A-ASSOCIATE-RQ
2025-11-19 14:32:26,525 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << A-ASSOCIATE-AC
2025-11-19 14:32:26,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:30,589 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:32:30,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225189, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:32:30,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225189, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:32:30,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225219, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:32:30,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225219, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/CBF8D892, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:32:30,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 9 ms
2025-11-19 14:32:30,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:30,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:33,768 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5926) Finished deleting 70 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:32:33,768 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5926) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:32:36,626 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:32:36,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225190, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:32:36,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225190, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:32:36,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225220, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:32:36,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225220, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/CF2A0A21, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:32:36,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 12 ms
2025-11-19 14:32:36,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:36,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:40,475 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:32:40,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225191, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:32:40,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225191, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:32:40,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225221, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:32:40,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225221, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D0ED1088, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:32:40,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 16 ms
2025-11-19 14:32:40,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:40,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:41,333 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 14:32:41,335 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 14:32:43,866 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 14:32:43,867 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 14:32:43,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:32:43,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:32:43,869 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 14:32:43,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:32:43,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:32:43,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:32:43,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:32:43,892 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 14:32:45,710 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:32:45,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225193, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:32:45,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225193, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:32:45,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225222, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:32:45,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225222, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D4399322, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:32:45,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 23 ms
2025-11-19 14:32:45,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:45,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:47,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:32:47,224 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Patient[pk=8829, id=PatientID[pk=8829, id=17112025-074039, issuer=DCM4CHEE.752E0463.null], name=MARIA CRISTINA MARTINS]
2025-11-19 14:32:47,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Study[pk=8838, uid=1.2.410.200001.101.11.601.1501430850.1.20251117074056902, id=20251117074056]
2025-11-19 14:32:47,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Series[pk=8943, uid=1.2.410.200001.101.11.601.1501430850.2.20251117074343941, no=1, mod=US]
2025-11-19 14:32:47,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225223, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074345560, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:32:47,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225223, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/45182CCD, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:32:47,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 23 ms
2025-11-19 14:32:47,244 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) No duplicate record with equal Patient ID found Patient[pk=8829, id=PatientID[pk=8829, id=17112025-074039, issuer=DCM4CHEE.752E0463.null], name=MARIA CRISTINA MARTINS]
2025-11-19 14:32:47,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074345560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:47,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074349573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:51,062 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:32:51,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225195, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:32:51,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225195, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:32:51,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225224, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:32:51,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225224, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D473525D, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:32:51,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 19 ms
2025-11-19 14:32:51,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:51,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:55,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:32:55,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225198, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:32:55,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225198, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:32:55,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225225, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:32:55,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225225, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/F9E32129, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:32:55,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 33 ms
2025-11-19 14:32:55,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:55,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:57,171 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStgCmtScheduler.execute()
2025-11-19 14:32:57,175 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStgCmtScheduler.execute()
2025-11-19 14:32:57,688 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 14:32:57,690 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 14:32:59,330 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:32:59,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225201, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:32:59,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225201, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:32:59,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225226, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:32:59,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225226, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/FD319C21, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:32:59,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 22 ms
2025-11-19 14:32:59,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:32:59,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:06,120 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:06,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225203, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:33:06,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225203, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:33:06,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225227, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:33:06,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225227, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/FD4CD28A, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:06,130 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 10 ms
2025-11-19 14:33:06,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:06,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:11,161 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:11,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225206, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:33:11,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225206, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:33:11,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225228, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:33:11,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225228, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/FD754B8B, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:11,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 15 ms
2025-11-19 14:33:11,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:11,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 14:33:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 14:33:15,731 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:15,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225208, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:33:15,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225208, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:33:15,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225229, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:33:15,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225229, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/00A95CC1, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:15,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 15 ms
2025-11-19 14:33:15,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:15,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:22,483 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:22,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225209, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:33:22,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225209, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:33:22,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225230, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:33:22,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225230, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/025E9B5B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:22,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 7 ms
2025-11-19 14:33:22,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:22,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:25,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:25,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225231, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074349573, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:33:25,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225231, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/4519FE6B, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:25,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 26 ms
2025-11-19 14:33:25,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074349573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:25,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074400893 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:26,632 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:26,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225211, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:33:26,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225211, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:33:26,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225232, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:33:26,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225232, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/043A21E8, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:26,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 13 ms
2025-11-19 14:33:26,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:26,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:30,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:30,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225212, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:33:30,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225212, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:33:30,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225233, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:33:30,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225233, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/0799575D, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:30,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 23 ms
2025-11-19 14:33:30,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:30,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:36,060 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:36,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225213, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:33:36,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225213, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:33:36,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225234, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:33:36,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225234, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/093CEA1F, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:36,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 13 ms
2025-11-19 14:33:36,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:36,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:41,335 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 14:33:41,336 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 14:33:41,948 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:41,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225214, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:33:41,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225214, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:33:41,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225235, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:33:41,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225235, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/0966CB08, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:41,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 8 ms
2025-11-19 14:33:41,956 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:42,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:43,892 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 14:33:43,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:33:43,893 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:33:43,894 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:33:43,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:33:43,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:33:43,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:33:43,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:33:43,917 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:33:43,918 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:33:43,918 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 14:33:46,100 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:46,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225215, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:33:46,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225215, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:33:46,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225236, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:33:46,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225236, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/2EB96D07, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:46,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 21 ms
2025-11-19 14:33:46,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:46,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:50,094 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5941) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:33:50,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Found previous received Instance[pk=225216, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:33:50,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Replace previous received Instance[pk=225216, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:33:50,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Instance[pk=225237, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:33:50,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Create Location[pk=225237, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/2EE2D1EF, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:33:50,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344): Updated DB in 15 ms
2025-11-19 14:33:50,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:33:50,352 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) >> A-RELEASE-RQ
2025-11-19 14:33:50,352 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5941) DCM4CHEE<-HS30(344) << A-RELEASE-RP
2025-11-19 14:33:50,403 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(344): close Socket[addr=187.36.104.204/187.36.104.204,port=52086,localport=11112]
2025-11-19 14:33:57,690 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 14:33:57,692 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 14:34:03,456 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:34:03,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225238, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074400893, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:34:03,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225238, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/46926D30, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:34:03,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 8 ms
2025-11-19 14:34:03,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074400893 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:34:03,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074405638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 14:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 14:34:39,903 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:34:39,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225239, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074405638, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:34:39,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225239, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/4694AAD4, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:34:39,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 9 ms
2025-11-19 14:34:39,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074405638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:34:40,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074507256 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:34:41,336 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 14:34:41,337 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 14:34:43,432 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-11-19 14:34:43,535 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) Calculated size of 2 studies
2025-11-19 14:34:43,535 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-11-19 14:34:43,918 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 14:34:43,920 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 14:34:43,920 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:34:43,920 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:34:43,921 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:34:43,922 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:34:43,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:34:43,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:34:43,946 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 14:34:57,692 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 14:34:57,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 14:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 14:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 14:35:17,742 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:35:17,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225240, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074507256, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:35:17,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225240, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/484A5D69, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:35:17,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 10 ms
2025-11-19 14:35:17,752 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074507256 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:35:17,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074515235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:35:41,338 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 14:35:41,339 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 14:35:43,946 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 14:35:43,947 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:35:43,947 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:35:43,948 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 14:35:43,949 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 14:35:43,950 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:35:43,950 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:35:43,951 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 14:35:43,951 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 14:35:43,973 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:35:43,973 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:35:43,973 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 14:35:56,269 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:35:56,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225241, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074515235, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:35:56,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225241, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/48578BED, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:35:56,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 10 ms
2025-11-19 14:35:56,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074515235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:35:56,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074520183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:35:57,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 14:35:57,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 14:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 14:36:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 14:36:31,171 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:36:31,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225242, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074520183, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:36:31,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225242, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/48635A6B, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:36:31,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 24 ms
2025-11-19 14:36:31,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074520183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:36:31,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074537596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:36:41,339 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 14:36:41,340 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 14:36:43,973 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 14:36:43,974 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:36:43,974 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:36:43,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:36:43,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:36:44,000 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:36:44,000 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:36:44,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 14:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-11-19 14:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5963) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-11-19 14:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5964) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5964) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5963) Start deleting 18 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:36:53,330 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:36:53,335 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:36:57,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 14:36:57,698 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 14:36:59,532 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5963) Finished deleting 18 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:36:59,532 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5963) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:37:09,469 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:37:09,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225243, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074537596, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:37:09,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225243, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/4874AFAB, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:37:09,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 24 ms
2025-11-19 14:37:09,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074537596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:37:09,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074558834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 14:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 14:37:16,430 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=61615&seriesUID=1.2.840.113619.2.423.84107009440.1759975437.601&objectUID=1.2.840.113619.2.423.84107009440.1759975478.602&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:37:17,391 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=61615&seriesUID=1.2.840.113619.2.423.84107009440.1759975437.601&objectUID=1.2.840.113619.2.423.84107009440.1759975491.606&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:37:18,354 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=61615&seriesUID=1.2.840.113619.2.423.84107009440.1759975437.601&objectUID=1.2.840.113619.2.423.84107009440.1759975503.610&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:37:19,268 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=61615&seriesUID=1.2.840.113619.2.423.84107009440.1759975437.601&objectUID=1.2.840.113619.2.423.84107009440.1759975519.614&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:37:20,304 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=61615&seriesUID=1.2.840.113619.2.423.84107009440.1759975437.601&objectUID=1.2.840.113619.2.423.84107009440.1759975560.618&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:37:21,260 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=61615&seriesUID=1.2.840.113619.2.423.84107009440.1759975437.601&objectUID=1.2.840.113619.2.423.84107009440.1759975618.622&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:37:38,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:37:38,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Instance[pk=225244, uid=1.2.392.200036.9125.9.0.254349665.2303166.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 14:37:38,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Location[pk=225244, systemID=amazon-s3, path=2025/11/19/CD32241E/0A51E83E/FE8B0505, tsuid=1.2.840.10008.1.2, size=14015776, status=OK, objectType=DICOM_FILE]
2025-11-19 14:37:38,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Updated DB in 25 ms
2025-11-19 14:37:38,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) << 123:C-STORE-RSP[pcid=117, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349665.2303166.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:37:39,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) >> 125:C-STORE-RQ[pcid=117, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349665.1344545982.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:37:41,341 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 14:37:41,342 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 14:37:44,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 14:37:44,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:37:44,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:37:44,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:37:44,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:37:44,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:37:44,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:37:44,025 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 14:37:48,194 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:37:48,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225245, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074558834, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:37:48,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225245, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/48915D93, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:37:48,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 27 ms
2025-11-19 14:37:48,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074558834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:37:48,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074726557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:37:57,698 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 14:37:57,700 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 14:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 14:38:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 14:38:20,689 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52079,localport=11112]
2025-11-19 14:38:20,689 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) >> A-ASSOCIATE-RQ
2025-11-19 14:38:20,690 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) << A-ASSOCIATE-AC
2025-11-19 14:38:20,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143714945 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:38:24,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:38:24,960 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Patient[pk=8830, id=PatientID[pk=8830, id=68427, issuer=DCM4CHEE.E9601713.89D78D3E], name=STEPHANI LORRAINY DA SILVA SOARES]
2025-11-19 14:38:24,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Study[pk=8839, uid=68427, id=68427]
2025-11-19 14:38:24,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Series[pk=8944, uid=1.2.410.200001.101.11.301.1123109166.2.20251119143714653, no=1, mod=US]
2025-11-19 14:38:24,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Instance[pk=225246, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143714945, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:38:24,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Location[pk=225246, systemID=amazon-s3, path=2025/11/19/03133377/9ABAC7E0/686534C7, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 14:38:24,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Updated DB in 23 ms
2025-11-19 14:38:24,981 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) No duplicate record with equal Patient ID found Patient[pk=8830, id=PatientID[pk=8830, id=68427, issuer=DCM4CHEE.E9601713.89D78D3E], name=STEPHANI LORRAINY DA SILVA SOARES]
2025-11-19 14:38:24,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143714945 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:38:25,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143835663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:38:27,209 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:38:27,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Instance[pk=225247, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143835663, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:38:27,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Location[pk=225247, systemID=amazon-s3, path=2025/11/19/03133377/9ABAC7E0/6A36A5C0, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 14:38:27,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Updated DB in 16 ms
2025-11-19 14:38:27,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143835663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:38:27,449 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143907058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:38:29,079 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:38:29,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Instance[pk=225248, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143907058, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:38:29,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Location[pk=225248, systemID=amazon-s3, path=2025/11/19/03133377/9ABAC7E0/6BC209FA, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 14:38:29,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Updated DB in 5 ms
2025-11-19 14:38:29,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143907058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:38:29,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143942026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:38:30,833 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5969) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:38:30,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Instance[pk=225249, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143942026, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:38:30,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Create Location[pk=225249, systemID=amazon-s3, path=2025/11/19/03133377/9ABAC7E0/6BF821C4, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 14:38:30,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345): Updated DB in 24 ms
2025-11-19 14:38:30,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143942026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:38:31,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) >> A-RELEASE-RQ
2025-11-19 14:38:31,078 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5969) DCM4CHEE<-HS30(345) << A-RELEASE-RP
2025-11-19 14:38:31,128 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS30(345): close Socket[addr=187.36.104.204/187.36.104.204,port=52079,localport=11112]
2025-11-19 14:38:33,420 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:38:33,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225250, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074726557, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:38:33,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225250, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/4BCFD48E, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:38:33,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 14 ms
2025-11-19 14:38:33,435 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074726557 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:38:33,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074740466 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:38:41,342 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 14:38:41,343 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 14:38:44,025 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 14:38:44,026 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 14:38:44,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:38:44,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:38:44,027 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 14:38:44,028 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:38:44,028 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:38:44,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:38:44,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:38:44,048 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 14:38:57,700 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 14:38:57,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 14:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 14:39:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 14:39:21,606 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:39:21,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225251, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074740466, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:39:21,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225251, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/4BE945B3, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-11-19 14:39:21,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 19 ms
2025-11-19 14:39:21,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074740466 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:21,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074748726 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:35,559 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52082,localport=11112]
2025-11-19 14:39:35,560 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) >> A-ASSOCIATE-RQ
2025-11-19 14:39:35,560 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) << A-ASSOCIATE-AC
2025-11-19 14:39:35,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143714945 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:40,728 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5975) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:39:40,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Found previous received Instance[pk=225246, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143714945, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:39:40,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Replace previous received Instance[pk=225246, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143714945, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:39:40,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Create Instance[pk=225252, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143714945, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:39:40,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Create Location[pk=225252, systemID=amazon-s3, path=2025/11/19/03133377/9ABAC7E0/83B9A869, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 14:39:40,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Updated DB in 10 ms
2025-11-19 14:39:40,739 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143714945 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:40,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143835663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:41,343 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 14:39:41,344 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 14:39:42,765 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5975) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:39:42,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Found previous received Instance[pk=225247, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143835663, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:39:42,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Replace previous received Instance[pk=225247, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143835663, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:39:42,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Create Instance[pk=225253, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143835663, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:39:42,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Create Location[pk=225253, systemID=amazon-s3, path=2025/11/19/03133377/9ABAC7E0/BEDA397F, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 14:39:42,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Updated DB in 14 ms
2025-11-19 14:39:42,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143835663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:43,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143907058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:43,535 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 14:39:43,683 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) Calculated size of 3 studies
2025-11-19 14:39:43,683 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 14:39:44,048 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 14:39:44,049 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:39:44,049 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:39:44,050 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:39:44,051 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:39:44,051 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:39:44,051 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 14:39:44,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:39:44,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:39:44,071 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 14:39:44,555 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5975) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:39:44,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Found previous received Instance[pk=225248, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143907058, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:39:44,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Replace previous received Instance[pk=225248, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143907058, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:39:44,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Create Instance[pk=225254, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143907058, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:39:44,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Create Location[pk=225254, systemID=amazon-s3, path=2025/11/19/03133377/9ABAC7E0/895BDFAA, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 14:39:44,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Updated DB in 11 ms
2025-11-19 14:39:44,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143907058 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:44,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143942026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:46,614 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5975) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:39:46,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Found previous received Instance[pk=225249, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143942026, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:39:46,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Replace previous received Instance[pk=225249, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143942026, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:39:46,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Create Instance[pk=225255, uid=1.2.410.200001.101.11.301.1123109166.3.20251119143942026, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:39:46,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Create Location[pk=225255, systemID=amazon-s3, path=2025/11/19/03133377/9ABAC7E0/3B4A3FA0, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 14:39:46,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346): Updated DB in 24 ms
2025-11-19 14:39:46,638 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119143942026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:46,861 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) >> A-RELEASE-RQ
2025-11-19 14:39:46,861 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS30(346) << A-RELEASE-RP
2025-11-19 14:39:46,911 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(346): close Socket[addr=187.36.104.204/187.36.104.204,port=52082,localport=11112]
2025-11-19 14:39:47,039 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52130,localport=11112]
2025-11-19 14:39:47,039 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) >> A-ASSOCIATE-RQ
2025-11-19 14:39:47,039 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) << A-ASSOCIATE-AC
2025-11-19 14:39:47,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143449007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:51,186 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5975) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:39:51,190 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Patient[pk=8831, id=PatientID[pk=8831, id=68416, issuer=DCM4CHEE.E2F3B3C1.8BB6B788], name=MIGUEL LIMA DE ALENCAR]
2025-11-19 14:39:51,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Study[pk=8840, uid=68416, id=68416]
2025-11-19 14:39:51,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Series[pk=8945, uid=1.2.410.200001.101.11.501.1791052210.2.20251119143448564, no=1, mod=US]
2025-11-19 14:39:51,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Instance[pk=225256, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143449007, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:39:51,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Location[pk=225256, systemID=amazon-s3, path=2025/11/19/03133357/3808C0A9/05B3834D, tsuid=1.2.840.10008.1.2, size=3416644, status=OK, objectType=DICOM_FILE]
2025-11-19 14:39:51,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Updated DB in 34 ms
2025-11-19 14:39:51,221 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) No duplicate record with equal Patient ID found Patient[pk=8831, id=PatientID[pk=8831, id=68416, issuer=DCM4CHEE.E2F3B3C1.8BB6B788], name=MIGUEL LIMA DE ALENCAR]
2025-11-19 14:39:51,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143449007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:51,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143534831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:53,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5975) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:39:53,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Instance[pk=225257, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143534831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:39:53,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Location[pk=225257, systemID=amazon-s3, path=2025/11/19/03133357/3808C0A9/07581CEF, tsuid=1.2.840.10008.1.2, size=3915752, status=OK, objectType=DICOM_FILE]
2025-11-19 14:39:53,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Updated DB in 25 ms
2025-11-19 14:39:53,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143534831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:53,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143541992 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:55,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5975) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:39:55,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Instance[pk=225258, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143541992, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:39:55,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Location[pk=225258, systemID=amazon-s3, path=2025/11/19/03133357/3808C0A9/0764DBCF, tsuid=1.2.840.10008.1.2, size=3915752, status=OK, objectType=DICOM_FILE]
2025-11-19 14:39:55,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Updated DB in 4 ms
2025-11-19 14:39:55,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143541992 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:55,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143616264 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:57,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5975) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:39:57,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Instance[pk=225259, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143616264, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:39:57,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Location[pk=225259, systemID=amazon-s3, path=2025/11/19/03133357/3808C0A9/08F19924, tsuid=1.2.840.10008.1.2, size=3416738, status=OK, objectType=DICOM_FILE]
2025-11-19 14:39:57,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Updated DB in 14 ms
2025-11-19 14:39:57,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143616264 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:57,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 14:39:57,703 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 14:39:57,721 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143729433 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:59,348 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5975) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:39:59,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Instance[pk=225260, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143729433, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:39:59,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Create Location[pk=225260, systemID=amazon-s3, path=2025/11/19/03133357/3808C0A9/0AB5ED85, tsuid=1.2.840.10008.1.2, size=3915752, status=OK, objectType=DICOM_FILE]
2025-11-19 14:39:59,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347): Updated DB in 10 ms
2025-11-19 14:39:59,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143729433 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:39:59,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) >> A-RELEASE-RQ
2025-11-19 14:39:59,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5975) DCM4CHEE<-HS50US07(347) << A-RELEASE-RP
2025-11-19 14:39:59,649 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS50US07(347): close Socket[addr=187.36.104.204/187.36.104.204,port=52130,localport=11112]
2025-11-19 14:40:03,025 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:40:03,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225261, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074748726, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:40:03,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225261, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/4BECF372, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:40:03,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 20 ms
2025-11-19 14:40:03,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074748726 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:03,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074849852 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 14:40:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 14:40:36,741 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52132,localport=11112]
2025-11-19 14:40:36,742 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) >> A-ASSOCIATE-RQ
2025-11-19 14:40:36,742 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) << A-ASSOCIATE-AC
2025-11-19 14:40:36,981 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143449007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:41,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5981) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:40:41,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Found previous received Instance[pk=225256, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143449007, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:40:41,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Replace previous received Instance[pk=225256, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143449007, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:40:41,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Create Instance[pk=225262, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143449007, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:40:41,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Create Location[pk=225262, systemID=amazon-s3, path=2025/11/19/03133357/3808C0A9/89E1C3FB, tsuid=1.2.840.10008.1.2, size=3416644, status=OK, objectType=DICOM_FILE]
2025-11-19 14:40:41,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Updated DB in 22 ms
2025-11-19 14:40:41,124 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143449007 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:41,345 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 14:40:41,346 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 14:40:41,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143534831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:43,329 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5981) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:40:43,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Found previous received Instance[pk=225257, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143534831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:40:43,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Replace previous received Instance[pk=225257, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143534831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:40:43,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Create Instance[pk=225263, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143534831, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:40:43,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Create Location[pk=225263, systemID=amazon-s3, path=2025/11/19/03133357/3808C0A9/423456E9, tsuid=1.2.840.10008.1.2, size=3915752, status=OK, objectType=DICOM_FILE]
2025-11-19 14:40:43,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Updated DB in 15 ms
2025-11-19 14:40:43,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143534831 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:43,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143541992 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:44,071 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 14:40:44,072 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 14:40:44,073 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 14:40:44,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:40:44,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:40:44,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:40:44,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:40:44,076 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 14:40:44,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:40:44,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:40:44,098 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 14:40:44,272 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:40:44,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225264, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074849852, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:40:44,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225264, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/4DA2448A, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:40:44,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 6 ms
2025-11-19 14:40:44,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074849852 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:44,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074902328 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:45,400 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5981) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:40:45,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Found previous received Instance[pk=225258, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143541992, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:40:45,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Replace previous received Instance[pk=225258, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143541992, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:40:45,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Create Instance[pk=225265, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143541992, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:40:45,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Create Location[pk=225265, systemID=amazon-s3, path=2025/11/19/03133357/3808C0A9/993D9480, tsuid=1.2.840.10008.1.2, size=3915752, status=OK, objectType=DICOM_FILE]
2025-11-19 14:40:45,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Updated DB in 25 ms
2025-11-19 14:40:45,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143541992 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:45,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143616264 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:47,171 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5981) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:40:47,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Found previous received Instance[pk=225259, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143616264, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:40:47,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Replace previous received Instance[pk=225259, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143616264, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:40:47,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Create Instance[pk=225266, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143616264, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:40:47,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Create Location[pk=225266, systemID=amazon-s3, path=2025/11/19/03133357/3808C0A9/F7CD8D3D, tsuid=1.2.840.10008.1.2, size=3416738, status=OK, objectType=DICOM_FILE]
2025-11-19 14:40:47,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Updated DB in 14 ms
2025-11-19 14:40:47,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143616264 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:47,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143729433 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:49,148 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5981) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:40:49,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Found previous received Instance[pk=225260, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143729433, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:40:49,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Replace previous received Instance[pk=225260, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143729433, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:40:49,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Create Instance[pk=225267, uid=1.2.410.200001.101.11.501.1791052210.3.20251119143729433, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:40:49,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Create Location[pk=225267, systemID=amazon-s3, path=2025/11/19/03133357/3808C0A9/85044015, tsuid=1.2.840.10008.1.2, size=3915752, status=OK, objectType=DICOM_FILE]
2025-11-19 14:40:49,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348): Updated DB in 7 ms
2025-11-19 14:40:49,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119143729433 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:40:49,399 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) >> A-RELEASE-RQ
2025-11-19 14:40:49,399 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5981) DCM4CHEE<-HS50US07(348) << A-RELEASE-RP
2025-11-19 14:40:49,449 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS50US07(348): close Socket[addr=187.36.104.204/187.36.104.204,port=52132,localport=11112]
2025-11-19 14:40:57,704 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 14:40:57,705 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 14:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 14:41:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 14:41:27,403 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:41:27,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225268, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074902328, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:41:27,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225268, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/4F1B7D70, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:41:27,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 14 ms
2025-11-19 14:41:27,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074902328 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:41:27,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074923036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:41:41,346 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 14:41:41,347 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 14:41:44,098 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 14:41:44,099 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 14:41:44,099 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:41:44,099 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:41:44,101 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:41:44,101 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:41:44,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:41:44,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:41:44,123 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 14:41:44,123 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 14:41:44,123 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 14:41:44,124 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 14:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-11-19 14:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5990) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-11-19 14:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5991) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5991) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5990) Start deleting 9 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:41:53,335 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:41:53,341 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:41:55,017 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5990) Finished deleting 9 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:41:55,017 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-5990) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:41:57,705 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 14:41:57,707 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 14:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 14:42:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 14:42:14,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:42:14,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225269, uid=1.2.410.200001.101.11.601.1501430850.3.20251117074923036, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:42:14,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225269, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/4F3815AB, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:42:14,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 17 ms
2025-11-19 14:42:14,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117074923036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:42:15,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075327663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:42:41,347 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 14:42:41,348 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 14:42:44,124 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 14:42:44,125 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 14:42:44,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:42:44,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:42:44,126 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:42:44,127 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:42:44,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:42:44,150 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:42:44,151 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 14:42:44,151 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 14:42:57,707 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 14:42:57,709 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 14:42:58,318 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:42:58,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225270, uid=1.2.410.200001.101.11.601.1501430850.3.20251117075327663, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:42:58,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225270, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/79E3258E, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:42:58,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 17 ms
2025-11-19 14:42:58,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075327663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:42:58,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075521706 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 14:43:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 14:43:24,907 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52087,localport=11112]
2025-11-19 14:43:24,908 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) >> A-ASSOCIATE-RQ
2025-11-19 14:43:24,908 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) << A-ASSOCIATE-AC
2025-11-19 14:43:25,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:28,996 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:43:29,000 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Patient[pk=8832, id=PatientID[pk=8832, id=68429, issuer=DCM4CHEE.41737079.0C2601AF], name=DIANE SOARES DE SOUZA]
2025-11-19 14:43:29,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Study[pk=8841, uid=68429, id=68429]
2025-11-19 14:43:29,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Series[pk=8946, uid=1.2.410.200001.101.11.301.1144174170.2.20251119143341753, no=1, mod=US]
2025-11-19 14:43:29,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Instance[pk=225271, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:43:29,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Location[pk=225271, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/68E82513, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 14:43:29,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Updated DB in 20 ms
2025-11-19 14:43:29,017 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) No duplicate record with equal Patient ID found Patient[pk=8832, id=PatientID[pk=8832, id=68429, issuer=DCM4CHEE.41737079.0C2601AF], name=DIANE SOARES DE SOUZA]
2025-11-19 14:43:29,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:29,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:30,599 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:43:30,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Instance[pk=225272, uid=1.2.392.200036.9125.9.0.254349665.1344545982.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 14:43:30,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Create Location[pk=225272, systemID=amazon-s3, path=2025/11/19/CD32241E/0A51E83E/1FBED46B, tsuid=1.2.840.10008.1.2, size=14015784, status=OK, objectType=DICOM_FILE]
2025-11-19 14:43:30,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333): Updated DB in 5 ms
2025-11-19 14:43:30,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) << 125:C-STORE-RSP[pcid=117, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349665.1344545982.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:30,853 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) >> A-RELEASE-RQ
2025-11-19 14:43:30,853 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(333) << A-RELEASE-RP
2025-11-19 14:43:30,903 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-FCR-CSL1(333): close Socket[addr=187.36.104.204/187.36.104.204,port=49963,localport=11112]
2025-11-19 14:43:33,045 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=50021,localport=11112]
2025-11-19 14:43:33,045 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) >> A-ASSOCIATE-RQ
2025-11-19 14:43:33,045 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) << A-ASSOCIATE-AC
2025-11-19 14:43:33,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) >> 129:C-STORE-RQ[pcid=127, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349668.69543102.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:34,434 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:43:34,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Instance[pk=225273, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:43:34,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Location[pk=225273, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/6C2AA463, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:43:34,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Updated DB in 13 ms
2025-11-19 14:43:34,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:34,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:37,499 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:43:37,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Instance[pk=225274, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:43:37,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Location[pk=225274, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/6C550548, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:43:37,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Updated DB in 25 ms
2025-11-19 14:43:37,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:37,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:41,349 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 14:43:41,350 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 14:43:42,026 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:43:42,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Instance[pk=225275, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:43:42,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Location[pk=225275, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/6DF823D3, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:43:42,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Updated DB in 5 ms
2025-11-19 14:43:42,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:42,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:44,151 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 14:43:44,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:43:44,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:43:44,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:43:44,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:43:44,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:43:44,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:43:44,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 14:43:47,050 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:43:47,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225276, uid=1.2.410.200001.101.11.601.1501430850.3.20251117075521706, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:43:47,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225276, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/7D4A1F9C, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:43:47,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 16 ms
2025-11-19 14:43:47,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075521706 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:47,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075600737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:47,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:43:47,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Instance[pk=225277, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:43:47,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Location[pk=225277, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/6FA0241F, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:43:47,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Updated DB in 22 ms
2025-11-19 14:43:47,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:47,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:54,519 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:43:54,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Instance[pk=225278, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:43:54,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Location[pk=225278, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/7157BE9A, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:43:54,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Updated DB in 5 ms
2025-11-19 14:43:54,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:54,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:57,710 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 14:43:57,711 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 14:43:58,387 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:43:58,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Instance[pk=225279, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:43:58,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Create Location[pk=225279, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/7324BDE6, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:43:58,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349): Updated DB in 24 ms
2025-11-19 14:43:58,411 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:43:58,653 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) >> A-RELEASE-RQ
2025-11-19 14:43:58,653 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(349) << A-RELEASE-RP
2025-11-19 14:43:58,703 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(349): close Socket[addr=187.36.104.204/187.36.104.204,port=52087,localport=11112]
2025-11-19 14:43:59,107 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52089,localport=11112]
2025-11-19 14:43:59,113 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) >> A-ASSOCIATE-RQ
2025-11-19 14:43:59,113 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) << A-ASSOCIATE-AC
2025-11-19 14:43:59,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:03,499 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:03,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Found previous received Instance[pk=225271, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:44:03,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Replace previous received Instance[pk=225271, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:44:03,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Instance[pk=225280, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:44:03,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Location[pk=225280, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/E87CC9FB, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:03,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Updated DB in 22 ms
2025-11-19 14:44:03,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:03,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:05,874 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:05,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Found previous received Instance[pk=225273, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:44:05,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Replace previous received Instance[pk=225273, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:44:05,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Instance[pk=225281, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:44:05,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Location[pk=225281, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/471229EB, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:05,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Updated DB in 16 ms
2025-11-19 14:44:05,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:06,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:08,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:08,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Found previous received Instance[pk=225274, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:44:08,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Replace previous received Instance[pk=225274, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:44:08,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Instance[pk=225282, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:44:08,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Location[pk=225282, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/731B8D82, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:08,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Updated DB in 12 ms
2025-11-19 14:44:08,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:09,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:11,978 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:11,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Found previous received Instance[pk=225275, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:44:11,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Replace previous received Instance[pk=225275, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:44:11,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Instance[pk=225283, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:44:11,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Location[pk=225283, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/118B8ECA, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:11,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Updated DB in 14 ms
2025-11-19 14:44:11,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 14:44:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 14:44:12,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:15,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:15,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Found previous received Instance[pk=225277, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:44:15,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Replace previous received Instance[pk=225277, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:44:15,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Instance[pk=225284, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:44:15,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Location[pk=225284, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/FA745577, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:15,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Updated DB in 18 ms
2025-11-19 14:44:15,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:16,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:20,757 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:20,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Found previous received Instance[pk=225278, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:44:20,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Replace previous received Instance[pk=225278, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:44:20,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Instance[pk=225285, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:44:20,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Location[pk=225285, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/BB4F05B0, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:20,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Updated DB in 7 ms
2025-11-19 14:44:20,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:20,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:27,026 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:27,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Found previous received Instance[pk=225279, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:44:27,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Replace previous received Instance[pk=225279, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:44:27,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Instance[pk=225286, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:44:27,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Create Location[pk=225286, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/CBFA4E2A, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:27,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351): Updated DB in 21 ms
2025-11-19 14:44:27,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:27,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) >> A-RELEASE-RQ
2025-11-19 14:44:27,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(351) << A-RELEASE-RP
2025-11-19 14:44:27,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(351): close Socket[addr=187.36.104.204/187.36.104.204,port=52089,localport=11112]
2025-11-19 14:44:27,759 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52090,localport=11112]
2025-11-19 14:44:27,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) >> A-ASSOCIATE-RQ
2025-11-19 14:44:27,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) << A-ASSOCIATE-AC
2025-11-19 14:44:27,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:31,891 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:31,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Found previous received Instance[pk=225280, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:44:31,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Replace previous received Instance[pk=225280, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:44:31,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Instance[pk=225287, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:44:31,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Location[pk=225287, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/BDAEE508, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:31,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Updated DB in 14 ms
2025-11-19 14:44:31,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:32,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:32,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:32,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225288, uid=1.2.410.200001.101.11.601.1501430850.3.20251117075600737, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 14:44:32,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225288, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/7EE25538, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:32,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 10 ms
2025-11-19 14:44:32,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075600737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:32,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075648154 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:34,185 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:34,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Found previous received Instance[pk=225281, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:44:34,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Replace previous received Instance[pk=225281, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:44:34,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Instance[pk=225289, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:44:34,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Location[pk=225289, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/E3CABD3A, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:34,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Updated DB in 19 ms
2025-11-19 14:44:34,205 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:34,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:37,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:37,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Found previous received Instance[pk=225282, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:44:37,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Replace previous received Instance[pk=225282, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:44:37,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Instance[pk=225290, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:44:37,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Location[pk=225290, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/C1CA9D82, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:37,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Updated DB in 15 ms
2025-11-19 14:44:37,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:37,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:41,350 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 14:44:41,351 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 14:44:41,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:41,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Found previous received Instance[pk=225283, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:44:41,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Replace previous received Instance[pk=225283, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:44:41,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Instance[pk=225291, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:44:41,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Location[pk=225291, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/4CCEA62A, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:41,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Updated DB in 9 ms
2025-11-19 14:44:41,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:41,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:43,684 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-11-19 14:44:43,749 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) Calculated size of 1 studies
2025-11-19 14:44:43,749 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-11-19 14:44:44,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 14:44:44,184 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:44:44,184 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:44:44,185 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 14:44:44,186 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:44:44,186 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:44:44,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:44:44,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:44:44,207 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 14:44:44,207 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 14:44:46,310 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:46,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Found previous received Instance[pk=225284, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:44:46,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Replace previous received Instance[pk=225284, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:44:46,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Instance[pk=225292, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:44:46,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Location[pk=225292, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/A9177627, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:46,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Updated DB in 20 ms
2025-11-19 14:44:46,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:46,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:52,069 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:52,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Found previous received Instance[pk=225285, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:44:52,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Replace previous received Instance[pk=225285, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:44:52,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Instance[pk=225293, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:44:52,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Location[pk=225293, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/4266B76A, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:52,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Updated DB in 16 ms
2025-11-19 14:44:52,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:52,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:56,250 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:44:56,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Found previous received Instance[pk=225286, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:44:56,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Replace previous received Instance[pk=225286, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:44:56,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Instance[pk=225294, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:44:56,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Create Location[pk=225294, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/BA93A334, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:44:56,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352): Updated DB in 22 ms
2025-11-19 14:44:56,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:56,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) >> A-RELEASE-RQ
2025-11-19 14:44:56,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(352) << A-RELEASE-RP
2025-11-19 14:44:56,564 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(352): close Socket[addr=187.36.104.204/187.36.104.204,port=52090,localport=11112]
2025-11-19 14:44:56,953 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52091,localport=11112]
2025-11-19 14:44:56,954 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) >> A-ASSOCIATE-RQ
2025-11-19 14:44:56,954 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) << A-ASSOCIATE-AC
2025-11-19 14:44:57,169 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:44:57,712 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 14:44:57,713 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 14:45:00,723 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:00,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Found previous received Instance[pk=225287, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:45:00,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Replace previous received Instance[pk=225287, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:45:00,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Instance[pk=225295, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:45:00,730 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Location[pk=225295, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/D8857606, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:00,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Updated DB in 15 ms
2025-11-19 14:45:00,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:00,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:05,230 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:05,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Found previous received Instance[pk=225289, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:45:05,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Replace previous received Instance[pk=225289, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:45:05,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Instance[pk=225296, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:45:05,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Location[pk=225296, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/7805FA8B, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:05,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Updated DB in 18 ms
2025-11-19 14:45:05,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:05,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:07,668 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:07,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Found previous received Instance[pk=225290, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:45:07,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Replace previous received Instance[pk=225290, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:45:07,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Instance[pk=225297, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:45:07,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Location[pk=225297, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/EE9C3F61, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:07,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Updated DB in 13 ms
2025-11-19 14:45:07,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:07,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:10,804 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:10,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Found previous received Instance[pk=225291, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:45:10,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Replace previous received Instance[pk=225291, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:45:10,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Instance[pk=225298, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:45:10,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Location[pk=225298, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/14E41CD8, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:10,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Updated DB in 21 ms
2025-11-19 14:45:10,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:11,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 14:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 14:45:14,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:14,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Found previous received Instance[pk=225292, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:45:14,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Replace previous received Instance[pk=225292, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:45:14,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Instance[pk=225299, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:45:14,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Location[pk=225299, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/D6E9E418, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:14,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Updated DB in 24 ms
2025-11-19 14:45:14,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:14,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:18,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:18,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Found previous received Instance[pk=225293, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:45:18,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Replace previous received Instance[pk=225293, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:45:18,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Instance[pk=225300, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:45:18,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Location[pk=225300, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/750CB963, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:18,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Updated DB in 21 ms
2025-11-19 14:45:18,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:18,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:20,625 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:20,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225301, uid=1.2.410.200001.101.11.601.1501430850.3.20251117075648154, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 14:45:20,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225301, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/7F1E3FE9, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:20,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 18 ms
2025-11-19 14:45:20,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075648154 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:20,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075728100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:22,695 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:22,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Found previous received Instance[pk=225294, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:45:22,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Replace previous received Instance[pk=225294, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:45:22,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Instance[pk=225302, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:45:22,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Create Location[pk=225302, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/41505093, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:22,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353): Updated DB in 13 ms
2025-11-19 14:45:22,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:22,939 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) >> A-RELEASE-RQ
2025-11-19 14:45:22,939 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(353) << A-RELEASE-RP
2025-11-19 14:45:22,989 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-HS30(353): close Socket[addr=187.36.104.204/187.36.104.204,port=52091,localport=11112]
2025-11-19 14:45:23,375 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52092,localport=11112]
2025-11-19 14:45:23,375 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) >> A-ASSOCIATE-RQ
2025-11-19 14:45:23,376 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) << A-ASSOCIATE-AC
2025-11-19 14:45:23,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:27,334 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:27,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Found previous received Instance[pk=225295, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:45:27,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Replace previous received Instance[pk=225295, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:45:27,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Instance[pk=225303, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:45:27,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Location[pk=225303, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/5C7ED23B, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:27,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Updated DB in 16 ms
2025-11-19 14:45:27,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:27,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:28,985 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68427&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251119143714653&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251119143714945&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:45:30,139 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68427&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251119143714653&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251119143835663&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:45:31,235 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:31,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Found previous received Instance[pk=225296, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:45:31,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Replace previous received Instance[pk=225296, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:45:31,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Instance[pk=225304, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:45:31,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Location[pk=225304, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/1E43B582, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:31,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Updated DB in 13 ms
2025-11-19 14:45:31,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:31,311 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68427&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251119143714653&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251119143907058&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:45:31,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:32,448 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68427&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251119143714653&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251119143942026&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:45:34,365 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:34,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Found previous received Instance[pk=225297, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:45:34,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Replace previous received Instance[pk=225297, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:45:34,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Instance[pk=225305, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:45:34,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Location[pk=225305, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/D006BA4A, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:34,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Updated DB in 12 ms
2025-11-19 14:45:34,377 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:34,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:37,824 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:37,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Found previous received Instance[pk=225298, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:45:37,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Replace previous received Instance[pk=225298, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:45:37,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Instance[pk=225306, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:45:37,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Location[pk=225306, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/D85CB6BA, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:37,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Updated DB in 9 ms
2025-11-19 14:45:37,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:38,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:41,351 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 14:45:41,352 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 14:45:42,298 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:42,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Found previous received Instance[pk=225299, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:45:42,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Replace previous received Instance[pk=225299, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:45:42,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Instance[pk=225307, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:45:42,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Location[pk=225307, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/5CEAA640, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:42,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Updated DB in 21 ms
2025-11-19 14:45:42,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:42,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:44,208 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 14:45:44,208 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:45:44,208 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:45:44,209 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:45:44,209 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:45:44,210 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 14:45:44,211 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 14:45:44,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:45:44,231 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:45:44,231 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 14:45:46,423 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:46,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Found previous received Instance[pk=225300, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:45:46,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Replace previous received Instance[pk=225300, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:45:46,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Instance[pk=225308, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:45:46,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Location[pk=225308, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/A07EC387, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:46,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Updated DB in 9 ms
2025-11-19 14:45:46,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:46,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:50,820 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5996) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:45:50,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Found previous received Instance[pk=225302, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:45:50,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Replace previous received Instance[pk=225302, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:45:50,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Instance[pk=225309, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:45:50,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Create Location[pk=225309, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/88C508E0, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:45:50,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354): Updated DB in 28 ms
2025-11-19 14:45:50,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:45:51,066 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) >> A-RELEASE-RQ
2025-11-19 14:45:51,066 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5996) DCM4CHEE<-HS30(354) << A-RELEASE-RP
2025-11-19 14:45:51,116 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(354): close Socket[addr=187.36.104.204/187.36.104.204,port=52092,localport=11112]
2025-11-19 14:45:57,713 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 14:45:57,715 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 14:46:08,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:46:08,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225310, uid=1.2.410.200001.101.11.601.1501430850.3.20251117075728100, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 14:46:08,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225310, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/80B6E8E7, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:46:08,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 5 ms
2025-11-19 14:46:08,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075728100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:46:08,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075830945 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 14:46:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 14:46:41,353 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 14:46:41,354 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 14:46:44,231 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 14:46:44,232 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:46:44,232 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:46:44,233 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:46:44,233 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:46:44,234 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 14:46:44,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:46:44,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:46:44,259 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 14:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-11-19 14:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6014) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-11-19 14:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6015) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6015) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6014) Start deleting 28 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:46:53,342 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:46:53,352 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:46:53,677 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:46:53,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225311, uid=1.2.410.200001.101.11.601.1501430850.3.20251117075830945, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 14:46:53,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225311, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/82765498, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:46:53,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 6 ms
2025-11-19 14:46:53,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075830945 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:46:53,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075927225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:46:57,716 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 14:46:57,717 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 14:47:06,075 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6014) Finished deleting 28 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:47:06,075 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6014) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 14:47:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 14:47:40,245 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:47:40,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225312, uid=1.2.410.200001.101.11.601.1501430850.3.20251117075927225, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 14:47:40,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225312, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/842029CA, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:47:40,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 20 ms
2025-11-19 14:47:40,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117075927225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:47:40,508 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080115385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:47:41,354 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 14:47:41,356 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 14:47:44,259 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 14:47:44,260 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 14:47:44,261 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:47:44,261 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:47:44,262 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 14:47:44,263 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:47:44,263 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:47:44,285 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:47:44,285 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:47:44,285 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 14:47:57,717 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 14:47:57,719 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 14:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 14:48:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 14:48:27,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:48:27,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225313, uid=1.2.410.200001.101.11.601.1501430850.3.20251117080115385, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 14:48:27,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225313, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/D5CC6DA8, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:48:27,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 22 ms
2025-11-19 14:48:27,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080115385 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:48:27,822 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080335834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:48:41,356 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 14:48:41,357 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 14:48:44,286 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 14:48:44,286 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:48:44,286 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:48:44,288 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:48:44,288 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:48:44,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:48:44,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:48:44,311 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 14:48:57,719 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 14:48:57,721 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 14:49:01,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:49:01,776 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Patient[pk=8833, id=PatientID[pk=8833, id=68321, issuer=DCM4CHEE.BA92B00A.09F2C284], name=FERNANDA DOS SANTOS ROCHA]
2025-11-19 14:49:01,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Study[pk=8842, uid=1.2.392.200036.9125.2.3619053820161.65116279797.3352102, id=*]
2025-11-19 14:49:01,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Series[pk=8947, uid=1.2.392.200036.9125.3.3619053820161.65116279797.3352103, no=3001, mod=CR]
2025-11-19 14:49:01,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Instance[pk=225314, uid=1.2.392.200036.9125.9.0.254349668.69543102.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 14:49:01,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Location[pk=225314, systemID=amazon-s3, path=2025/11/19/369A90CE/9D735090/110625EB, tsuid=1.2.840.10008.1.2, size=14015792, status=OK, objectType=DICOM_FILE]
2025-11-19 14:49:01,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Updated DB in 35 ms
2025-11-19 14:49:01,809 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) No duplicate record with equal Patient ID found Patient[pk=8833, id=PatientID[pk=8833, id=68321, issuer=DCM4CHEE.BA92B00A.09F2C284], name=FERNANDA DOS SANTOS ROCHA]
2025-11-19 14:49:01,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) << 129:C-STORE-RSP[pcid=127, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349668.69543102.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:49:02,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) >> 131:C-STORE-RQ[pcid=127, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349668.1126573246.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 14:49:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 14:49:16,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:49:16,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225315, uid=1.2.410.200001.101.11.601.1501430850.3.20251117080335834, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 14:49:16,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225315, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/D9526011, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:49:16,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 12 ms
2025-11-19 14:49:16,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080335834 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:49:16,265 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080422072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:49:41,358 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 14:49:41,359 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 14:49:43,749 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 14:49:43,871 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) Calculated size of 2 studies
2025-11-19 14:49:43,871 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 14:49:44,311 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 14:49:44,311 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:49:44,312 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:49:44,313 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:49:44,313 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:49:44,337 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:49:44,337 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:49:44,337 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 14:49:57,721 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 14:49:57,723 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 14:50:03,668 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52093,localport=11112]
2025-11-19 14:50:03,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) >> A-ASSOCIATE-RQ
2025-11-19 14:50:03,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) << A-ASSOCIATE-AC
2025-11-19 14:50:03,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:03,959 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:03,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225316, uid=1.2.410.200001.101.11.601.1501430850.3.20251117080422072, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 14:50:03,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225316, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/DAF7A684, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:03,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 18 ms
2025-11-19 14:50:03,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080422072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:04,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080452868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:07,781 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:07,784 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Patient[pk=8834, id=PatientID[pk=8834, id=68426, issuer=DCM4CHEE.52369EDE.08921910], name=FRANCISCA FERREIRA VENÂNCIO]
2025-11-19 14:50:07,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Study[pk=8843, uid=68426, id=68426]
2025-11-19 14:50:07,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Series[pk=8948, uid=1.2.410.200001.101.11.301.1144174170.2.20251119144523474, no=1, mod=US]
2025-11-19 14:50:07,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Instance[pk=225317, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:50:07,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Location[pk=225317, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A11CC46C, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:07,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Updated DB in 15 ms
2025-11-19 14:50:07,797 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) No duplicate record with equal Patient ID found Patient[pk=8834, id=PatientID[pk=8834, id=68426, issuer=DCM4CHEE.52369EDE.08921910], name=FRANCISCA FERREIRA VENÂNCIO]
2025-11-19 14:50:07,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:08,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:10,460 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:10,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Instance[pk=225318, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:50:10,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Location[pk=225318, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A2B472DF, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:10,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Updated DB in 34 ms
2025-11-19 14:50:10,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:10,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 14:50:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 14:50:13,628 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:13,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Instance[pk=225319, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:50:13,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Location[pk=225319, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A4776D90, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:13,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Updated DB in 13 ms
2025-11-19 14:50:13,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:13,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:17,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:17,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Instance[pk=225320, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:50:17,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Location[pk=225320, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A4A4D79E, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:17,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Updated DB in 12 ms
2025-11-19 14:50:17,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:17,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:21,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:21,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Instance[pk=225321, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:50:21,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Create Location[pk=225321, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A620E147, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:21,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355): Updated DB in 5 ms
2025-11-19 14:50:21,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:21,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) >> A-RELEASE-RQ
2025-11-19 14:50:21,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(355) << A-RELEASE-RP
2025-11-19 14:50:21,530 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(355): close Socket[addr=187.36.104.204/187.36.104.204,port=52093,localport=11112]
2025-11-19 14:50:21,952 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52095,localport=11112]
2025-11-19 14:50:21,953 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) >> A-ASSOCIATE-RQ
2025-11-19 14:50:21,953 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) << A-ASSOCIATE-AC
2025-11-19 14:50:22,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:26,148 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:26,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Found previous received Instance[pk=225317, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:50:26,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Replace previous received Instance[pk=225317, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:50:26,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Create Instance[pk=225322, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:50:26,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Create Location[pk=225322, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/8B6FB75B, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:26,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Updated DB in 15 ms
2025-11-19 14:50:26,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:26,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:31,743 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:31,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Found previous received Instance[pk=225318, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:50:31,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Replace previous received Instance[pk=225318, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:50:31,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Create Instance[pk=225323, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:50:31,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Create Location[pk=225323, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/754C618C, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:31,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Updated DB in 21 ms
2025-11-19 14:50:31,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:32,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:35,232 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:35,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Found previous received Instance[pk=225319, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:50:35,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Replace previous received Instance[pk=225319, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:50:35,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Create Instance[pk=225324, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:50:35,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Create Location[pk=225324, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A02472AE, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:35,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Updated DB in 28 ms
2025-11-19 14:50:35,262 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:35,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:39,855 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:39,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Found previous received Instance[pk=225320, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:50:39,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Replace previous received Instance[pk=225320, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:50:39,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Create Instance[pk=225325, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:50:39,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Create Location[pk=225325, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/1BF09E88, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:39,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Updated DB in 8 ms
2025-11-19 14:50:39,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:40,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:41,359 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 14:50:41,360 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 14:50:44,338 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 14:50:44,339 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 14:50:44,339 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 14:50:44,339 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:50:44,340 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:50:44,341 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:50:44,341 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:50:44,361 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:50:44,361 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:50:44,362 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 14:50:44,362 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 14:50:44,362 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 14:50:45,155 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:45,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Found previous received Instance[pk=225321, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:50:45,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Replace previous received Instance[pk=225321, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:50:45,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Create Instance[pk=225326, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:50:45,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Create Location[pk=225326, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/7E0F628F, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:45,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356): Updated DB in 7 ms
2025-11-19 14:50:45,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:45,401 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) >> A-RELEASE-RQ
2025-11-19 14:50:45,401 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(356) << A-RELEASE-RP
2025-11-19 14:50:45,451 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS30(356): close Socket[addr=187.36.104.204/187.36.104.204,port=52095,localport=11112]
2025-11-19 14:50:45,879 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52096,localport=11112]
2025-11-19 14:50:45,879 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) >> A-ASSOCIATE-RQ
2025-11-19 14:50:45,880 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) << A-ASSOCIATE-AC
2025-11-19 14:50:46,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:50,491 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:50,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Found previous received Instance[pk=225322, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:50:50,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Replace previous received Instance[pk=225322, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:50:50,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Create Instance[pk=225327, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:50:50,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Create Location[pk=225327, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/7199BD92, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:50,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Updated DB in 8 ms
2025-11-19 14:50:50,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:50,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:52,139 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:52,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225328, uid=1.2.410.200001.101.11.601.1501430850.3.20251117080452868, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 14:50:52,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225328, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/DB220AF6, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:52,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 23 ms
2025-11-19 14:50:52,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080452868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:52,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080526240 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:54,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:54,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Found previous received Instance[pk=225323, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:50:54,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Replace previous received Instance[pk=225323, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:50:54,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Create Instance[pk=225329, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:50:54,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Create Location[pk=225329, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/987A8412, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:54,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Updated DB in 15 ms
2025-11-19 14:50:54,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:54,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:57,374 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:57,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Found previous received Instance[pk=225324, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:50:57,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Replace previous received Instance[pk=225324, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:50:57,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Create Instance[pk=225330, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:50:57,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Create Location[pk=225330, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/2D9C3E32, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:57,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Updated DB in 7 ms
2025-11-19 14:50:57,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:57,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:50:57,724 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 14:50:57,726 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 14:50:59,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:50:59,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Found previous received Instance[pk=225325, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:50:59,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Replace previous received Instance[pk=225325, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:50:59,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Create Instance[pk=225331, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:50:59,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Create Location[pk=225331, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/134474A3, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 14:50:59,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Updated DB in 15 ms
2025-11-19 14:50:59,776 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:00,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:02,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:02,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Found previous received Instance[pk=225326, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:51:02,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Replace previous received Instance[pk=225326, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:51:02,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Create Instance[pk=225332, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:51:02,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Create Location[pk=225332, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/7F1ABB27, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:02,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357): Updated DB in 7 ms
2025-11-19 14:51:02,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:03,047 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) >> A-RELEASE-RQ
2025-11-19 14:51:03,047 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(357) << A-RELEASE-RP
2025-11-19 14:51:03,097 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS30(357): close Socket[addr=187.36.104.204/187.36.104.204,port=52096,localport=11112]
2025-11-19 14:51:03,516 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52097,localport=11112]
2025-11-19 14:51:03,517 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) >> A-ASSOCIATE-RQ
2025-11-19 14:51:03,517 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) << A-ASSOCIATE-AC
2025-11-19 14:51:03,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:08,082 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:08,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Found previous received Instance[pk=225327, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:51:08,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Replace previous received Instance[pk=225327, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:51:08,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Create Instance[pk=225333, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:51:08,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Create Location[pk=225333, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/DC9B3283, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:08,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Updated DB in 20 ms
2025-11-19 14:51:08,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:08,333 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:10,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:10,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Found previous received Instance[pk=225329, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:51:10,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Replace previous received Instance[pk=225329, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:51:10,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Create Instance[pk=225334, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:51:10,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Create Location[pk=225334, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/35477D27, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:10,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Updated DB in 13 ms
2025-11-19 14:51:10,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:10,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 14:51:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 14:51:13,564 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:13,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Found previous received Instance[pk=225330, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:51:13,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Replace previous received Instance[pk=225330, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:51:13,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Create Instance[pk=225335, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:51:13,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Create Location[pk=225335, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/D1F19142, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:13,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Updated DB in 7 ms
2025-11-19 14:51:13,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:13,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:16,638 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:16,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Found previous received Instance[pk=225331, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:51:16,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Replace previous received Instance[pk=225331, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:51:16,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Create Instance[pk=225336, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:51:16,643 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Create Location[pk=225336, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/2E3DC5D5, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:16,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Updated DB in 12 ms
2025-11-19 14:51:16,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:16,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:20,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:20,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Found previous received Instance[pk=225332, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:51:20,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Replace previous received Instance[pk=225332, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:51:20,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Create Instance[pk=225337, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:51:20,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Create Location[pk=225337, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/6E10FF17, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:20,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358): Updated DB in 8 ms
2025-11-19 14:51:20,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:20,689 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) >> A-RELEASE-RQ
2025-11-19 14:51:20,689 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(358) << A-RELEASE-RP
2025-11-19 14:51:20,739 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(358): close Socket[addr=187.36.104.204/187.36.104.204,port=52097,localport=11112]
2025-11-19 14:51:21,183 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52098,localport=11112]
2025-11-19 14:51:21,183 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) >> A-ASSOCIATE-RQ
2025-11-19 14:51:21,183 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) << A-ASSOCIATE-AC
2025-11-19 14:51:21,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:25,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:25,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Found previous received Instance[pk=225333, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:51:25,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Replace previous received Instance[pk=225333, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:51:25,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Create Instance[pk=225338, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:51:25,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Create Location[pk=225338, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/7AA7F4F2, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:25,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Updated DB in 15 ms
2025-11-19 14:51:25,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:25,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:27,574 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:27,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Found previous received Instance[pk=225334, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:51:27,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Replace previous received Instance[pk=225334, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:51:27,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Create Instance[pk=225339, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:51:27,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Create Location[pk=225339, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/AC28375E, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:27,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Updated DB in 20 ms
2025-11-19 14:51:27,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:27,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:30,292 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:30,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Found previous received Instance[pk=225335, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:51:30,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Replace previous received Instance[pk=225335, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:51:30,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Create Instance[pk=225340, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:51:30,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Create Location[pk=225340, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/FA8431AF, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:30,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Updated DB in 13 ms
2025-11-19 14:51:30,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:30,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:33,188 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:33,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Found previous received Instance[pk=225336, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:51:33,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Replace previous received Instance[pk=225336, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:51:33,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Create Instance[pk=225341, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:51:33,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Create Location[pk=225341, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/39665ECD, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:33,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Updated DB in 14 ms
2025-11-19 14:51:33,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:33,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:36,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6028) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:36,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Found previous received Instance[pk=225337, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:51:36,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Replace previous received Instance[pk=225337, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:51:36,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Create Instance[pk=225342, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:51:36,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Create Location[pk=225342, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/C42E2B71, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:36,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359): Updated DB in 28 ms
2025-11-19 14:51:36,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:36,950 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) >> A-RELEASE-RQ
2025-11-19 14:51:36,950 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6028) DCM4CHEE<-HS30(359) << A-RELEASE-RP
2025-11-19 14:51:37,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(359): close Socket[addr=187.36.104.204/187.36.104.204,port=52098,localport=11112]
2025-11-19 14:51:41,361 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 14:51:41,361 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 14:51:41,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:51:41,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225343, uid=1.2.410.200001.101.11.601.1501430850.3.20251117080526240, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 14:51:41,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225343, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/DCAE57C2, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:51:41,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 11 ms
2025-11-19 14:51:41,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080526240 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:41,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080744450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:51:44,362 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 14:51:44,364 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 14:51:44,364 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:51:44,365 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:51:44,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:51:44,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:51:44,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:51:44,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:51:44,389 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 14:51:44,389 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 14:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 14:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6036) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 14:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6037) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6037) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6036) Start deleting 20 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:51:53,353 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:51:53,358 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:51:57,726 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 14:51:57,727 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 14:52:01,820 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6036) Finished deleting 20 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:52:01,820 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6036) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 14:52:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 14:52:30,839 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:52:30,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225344, uid=1.2.410.200001.101.11.601.1501430850.3.20251117080744450, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 14:52:30,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225344, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/E03356E5, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:52:30,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 23 ms
2025-11-19 14:52:30,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080744450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:31,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080837605 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:39,100 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52133,localport=11112]
2025-11-19 14:52:39,101 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) >> A-ASSOCIATE-RQ
2025-11-19 14:52:39,101 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) << A-ASSOCIATE-AC
2025-11-19 14:52:39,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:41,361 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 14:52:41,363 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 14:52:42,887 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6038) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:52:42,890 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Patient[pk=8835, id=PatientID[pk=8835, id=68419, issuer=DCM4CHEE.37F51F59.0C0A3FCD], name=GLEICY LARA DIAZ]
2025-11-19 14:52:42,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Study[pk=8844, uid=68419, id=68419]
2025-11-19 14:52:42,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Series[pk=8949, uid=1.2.410.200001.101.11.501.1791052210.2.20251119144709225, no=1, mod=US]
2025-11-19 14:52:42,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Instance[pk=225345, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:52:42,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Location[pk=225345, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/3F800108, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 14:52:42,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Updated DB in 28 ms
2025-11-19 14:52:42,916 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) No duplicate record with equal Patient ID found Patient[pk=8835, id=PatientID[pk=8835, id=68419, issuer=DCM4CHEE.37F51F59.0C0A3FCD], name=GLEICY LARA DIAZ]
2025-11-19 14:52:42,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:43,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:44,389 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 14:52:44,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:52:44,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:52:44,391 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 14:52:44,392 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:52:44,392 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:52:44,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:52:44,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:52:44,418 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 14:52:44,418 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 14:52:45,169 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6038) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:52:45,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Instance[pk=225346, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:52:45,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Location[pk=225346, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/43219CE6, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 14:52:45,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Updated DB in 19 ms
2025-11-19 14:52:45,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:45,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:47,049 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6038) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:52:47,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Instance[pk=225347, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:52:47,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Location[pk=225347, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/68A9E8BB, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 14:52:47,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Updated DB in 11 ms
2025-11-19 14:52:47,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:47,295 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:48,941 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6038) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:52:48,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Instance[pk=225348, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:52:48,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Create Location[pk=225348, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/6A5E5C98, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 14:52:48,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360): Updated DB in 9 ms
2025-11-19 14:52:48,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:49,187 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) >> A-RELEASE-RQ
2025-11-19 14:52:49,187 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6038) DCM4CHEE<-HS50US07(360) << A-RELEASE-RP
2025-11-19 14:52:49,237 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS50US07(360): close Socket[addr=187.36.104.204/187.36.104.204,port=52133,localport=11112]
2025-11-19 14:52:54,216 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52134,localport=11112]
2025-11-19 14:52:54,217 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) >> A-ASSOCIATE-RQ
2025-11-19 14:52:54,217 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) << A-ASSOCIATE-AC
2025-11-19 14:52:54,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:57,728 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 14:52:57,729 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 14:52:58,289 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6044) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:52:58,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Found previous received Instance[pk=225345, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:52:58,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Replace previous received Instance[pk=225345, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:52:58,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Create Instance[pk=225349, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:52:58,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Create Location[pk=225349, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/4D1F1520, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 14:52:58,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Updated DB in 18 ms
2025-11-19 14:52:58,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:52:58,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:53:00,351 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6044) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:53:00,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Found previous received Instance[pk=225346, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:53:00,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Replace previous received Instance[pk=225346, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:53:00,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Create Instance[pk=225350, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:53:00,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Create Location[pk=225350, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/43FF9988, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 14:53:00,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Updated DB in 11 ms
2025-11-19 14:53:00,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:53:00,591 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:53:02,453 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6044) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:53:02,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Found previous received Instance[pk=225347, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:53:02,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Replace previous received Instance[pk=225347, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:53:02,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Create Instance[pk=225351, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:53:02,458 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Create Location[pk=225351, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/F3EE3B76, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 14:53:02,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Updated DB in 19 ms
2025-11-19 14:53:02,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:53:02,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:53:04,772 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6044) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:53:04,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Found previous received Instance[pk=225348, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:53:04,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Replace previous received Instance[pk=225348, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:53:04,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Create Instance[pk=225352, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:53:04,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Create Location[pk=225352, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/A2ED2768, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 14:53:04,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361): Updated DB in 15 ms
2025-11-19 14:53:04,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:53:05,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) >> A-RELEASE-RQ
2025-11-19 14:53:05,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6044) DCM4CHEE<-HS50US07(361) << A-RELEASE-RP
2025-11-19 14:53:05,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS50US07(361): close Socket[addr=187.36.104.204/187.36.104.204,port=52134,localport=11112]
2025-11-19 14:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 14:53:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 14:53:18,324 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:53:18,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225353, uid=1.2.410.200001.101.11.601.1501430850.3.20251117080837605, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 14:53:18,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225353, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/E1DB7C0C, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:53:18,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 21 ms
2025-11-19 14:53:18,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080837605 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:53:18,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080906299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:53:41,363 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 14:53:41,364 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 14:53:44,419 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 14:53:44,420 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 14:53:44,420 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:53:44,421 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:53:44,422 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:53:44,422 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:53:44,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:53:44,442 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:53:44,442 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 14:53:57,729 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 14:53:57,731 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 14:54:07,944 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:54:07,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225354, uid=1.2.410.200001.101.11.601.1501430850.3.20251117080906299, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 14:54:07,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225354, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/E3658BE0, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:54:07,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 14 ms
2025-11-19 14:54:07,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080906299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:08,068 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52137,localport=11112]
2025-11-19 14:54:08,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) >> A-ASSOCIATE-RQ
2025-11-19 14:54:08,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) << A-ASSOCIATE-AC
2025-11-19 14:54:08,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080947935 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:08,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 14:54:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 14:54:12,859 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:54:12,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Found previous received Instance[pk=225349, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:54:12,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Replace previous received Instance[pk=225349, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:54:12,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Create Instance[pk=225355, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:54:12,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Create Location[pk=225355, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/4F348D25, tsuid=1.2.840.10008.1.2, size=3416654, status=OK, objectType=DICOM_FILE]
2025-11-19 14:54:12,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Updated DB in 21 ms
2025-11-19 14:54:12,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144709613 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:13,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:15,783 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:54:15,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Found previous received Instance[pk=225350, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:54:15,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Replace previous received Instance[pk=225350, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:54:15,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Create Instance[pk=225356, uid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:54:15,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Create Location[pk=225356, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/C6ABF1D9, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 14:54:15,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Updated DB in 7 ms
2025-11-19 14:54:15,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119144948696 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:16,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:18,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:54:18,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Found previous received Instance[pk=225351, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:54:18,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Replace previous received Instance[pk=225351, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:54:18,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Create Instance[pk=225357, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:54:18,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Create Location[pk=225357, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/C2EE5CF6, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 14:54:18,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Updated DB in 24 ms
2025-11-19 14:54:18,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145043339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:18,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:20,865 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6029) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:54:20,867 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Found previous received Instance[pk=225352, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:54:20,867 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Replace previous received Instance[pk=225352, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:54:20,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Create Instance[pk=225358, uid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:54:20,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Create Location[pk=225358, systemID=amazon-s3, path=2025/11/19/0313335A/71D59064/E1960784, tsuid=1.2.840.10008.1.2, size=3915762, status=OK, objectType=DICOM_FILE]
2025-11-19 14:54:20,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362): Updated DB in 7 ms
2025-11-19 14:54:20,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119145142787 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:21,103 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) >> A-RELEASE-RQ
2025-11-19 14:54:21,103 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6029) DCM4CHEE<-HS50US07(362) << A-RELEASE-RP
2025-11-19 14:54:21,153 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS50US07(362): close Socket[addr=187.36.104.204/187.36.104.204,port=52137,localport=11112]
2025-11-19 14:54:30,489 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:54:30,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Instance[pk=225359, uid=1.2.392.200036.9125.9.0.254349668.1126573246.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 14:54:30,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Location[pk=225359, systemID=amazon-s3, path=2025/11/19/369A90CE/9D735090/EE80B426, tsuid=1.2.840.10008.1.2, size=14015796, status=OK, objectType=DICOM_FILE]
2025-11-19 14:54:30,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Updated DB in 17 ms
2025-11-19 14:54:30,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) << 131:C-STORE-RSP[pcid=127, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349668.1126573246.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:30,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) >> 133:C-STORE-RQ[pcid=127, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349668.2183603390.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:36,877 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160428417&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:54:38,019 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160521099&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:54:39,246 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160548031&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:54:40,421 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160658587&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:54:41,364 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 14:54:41,365 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 14:54:41,634 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160724949&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:54:42,870 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160749347&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:54:43,872 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-11-19 14:54:43,935 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) Calculated size of 1 studies
2025-11-19 14:54:43,935 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-11-19 14:54:44,443 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 14:54:44,443 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:54:44,444 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:54:44,445 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:54:44,445 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:54:44,446 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 14:54:44,466 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:54:44,466 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:54:44,466 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 14:54:56,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:54:56,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225360, uid=1.2.410.200001.101.11.601.1501430850.3.20251117080947935, class=1.2.840.10008.5.1.4.1.1.6.1, no=31]
2025-11-19 14:54:56,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225360, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/E39E77CC, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:54:56,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 21 ms
2025-11-19 14:54:56,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 31:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080947935 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:56,340 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080959052 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:54:57,731 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 14:54:57,733 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 14:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 14:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 14:55:22,801 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52099,localport=11112]
2025-11-19 14:55:22,801 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) >> A-ASSOCIATE-RQ
2025-11-19 14:55:22,801 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) << A-ASSOCIATE-AC
2025-11-19 14:55:23,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:27,532 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:55:27,535 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Patient[pk=8836, id=PatientID[pk=8836, id=68435, issuer=DCM4CHEE.EAD078D8.0BB5AF05], name=CRISTINA APARECIDA DE SOUZA]
2025-11-19 14:55:27,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Study[pk=8845, uid=68435, id=68435]
2025-11-19 14:55:27,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Series[pk=8950, uid=1.2.410.200001.101.11.301.1144174170.2.20251119145212055, no=1, mod=US]
2025-11-19 14:55:27,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Instance[pk=225361, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:55:27,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Location[pk=225361, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D0D5DAB2, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:55:27,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Updated DB in 25 ms
2025-11-19 14:55:27,558 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) No duplicate record with equal Patient ID found Patient[pk=8836, id=PatientID[pk=8836, id=68435, issuer=DCM4CHEE.EAD078D8.0BB5AF05], name=CRISTINA APARECIDA DE SOUZA]
2025-11-19 14:55:27,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:27,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:31,977 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:55:31,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Instance[pk=225362, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:55:31,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Location[pk=225362, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D0F2728D, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:55:31,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Updated DB in 22 ms
2025-11-19 14:55:31,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:32,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:35,808 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:55:35,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Instance[pk=225363, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:55:35,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Location[pk=225363, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D1109495, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:55:35,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Updated DB in 13 ms
2025-11-19 14:55:35,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:36,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:40,310 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:55:40,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Instance[pk=225364, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:55:40,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Location[pk=225364, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D28C1466, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:55:40,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Updated DB in 17 ms
2025-11-19 14:55:40,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:40,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:41,366 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 14:55:41,366 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 14:55:44,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:55:44,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225365, uid=1.2.410.200001.101.11.601.1501430850.3.20251117080959052, class=1.2.840.10008.5.1.4.1.1.6.1, no=32]
2025-11-19 14:55:44,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225365, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/E3AD567D, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:55:44,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 20 ms
2025-11-19 14:55:44,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 32:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117080959052 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:44,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 33:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117081038021 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:44,466 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 14:55:44,468 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 14:55:44,468 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 14:55:44,469 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:55:44,469 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:55:44,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:55:44,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:55:44,470 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 14:55:44,489 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:55:44,489 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:55:44,490 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 14:55:44,491 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 14:55:44,491 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 14:55:46,423 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:55:46,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Instance[pk=225366, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:55:46,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Create Location[pk=225366, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D2C47612, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:55:46,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363): Updated DB in 12 ms
2025-11-19 14:55:46,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:46,707 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) >> A-RELEASE-RQ
2025-11-19 14:55:46,707 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(363) << A-RELEASE-RP
2025-11-19 14:55:46,758 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS30(363): close Socket[addr=187.36.104.204/187.36.104.204,port=52099,localport=11112]
2025-11-19 14:55:47,240 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52100,localport=11112]
2025-11-19 14:55:47,241 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) >> A-ASSOCIATE-RQ
2025-11-19 14:55:47,241 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) << A-ASSOCIATE-AC
2025-11-19 14:55:47,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:51,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:55:51,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Found previous received Instance[pk=225361, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:55:51,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Replace previous received Instance[pk=225361, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:55:51,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Create Instance[pk=225367, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:55:51,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Create Location[pk=225367, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/CCA60687, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:55:51,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Updated DB in 46 ms
2025-11-19 14:55:51,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:52,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:56,134 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:55:56,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Found previous received Instance[pk=225362, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:55:56,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Replace previous received Instance[pk=225362, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:55:56,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Create Instance[pk=225368, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:55:56,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Create Location[pk=225368, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/9B407FFD, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:55:56,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Updated DB in 18 ms
2025-11-19 14:55:56,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:56,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:57,733 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 14:55:57,735 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 14:55:58,986 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:55:58,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Found previous received Instance[pk=225363, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:55:58,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Replace previous received Instance[pk=225363, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:55:58,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Create Instance[pk=225369, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:55:58,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Create Location[pk=225369, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/75084308, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:55:58,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Updated DB in 13 ms
2025-11-19 14:55:59,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:55:59,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:01,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:01,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Found previous received Instance[pk=225364, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:56:01,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Replace previous received Instance[pk=225364, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:56:01,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Create Instance[pk=225370, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:56:01,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Create Location[pk=225370, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/04A86C54, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:01,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Updated DB in 18 ms
2025-11-19 14:56:01,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:01,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:04,622 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:04,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Found previous received Instance[pk=225366, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:56:04,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Replace previous received Instance[pk=225366, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:56:04,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Create Instance[pk=225371, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:56:04,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Create Location[pk=225371, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D499FC41, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:04,643 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364): Updated DB in 21 ms
2025-11-19 14:56:04,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:04,867 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) >> A-RELEASE-RQ
2025-11-19 14:56:04,867 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(364) << A-RELEASE-RP
2025-11-19 14:56:04,917 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(364): close Socket[addr=187.36.104.204/187.36.104.204,port=52100,localport=11112]
2025-11-19 14:56:05,316 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52101,localport=11112]
2025-11-19 14:56:05,317 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) >> A-ASSOCIATE-RQ
2025-11-19 14:56:05,317 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) << A-ASSOCIATE-AC
2025-11-19 14:56:05,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:09,233 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:09,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Found previous received Instance[pk=225367, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:56:09,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Replace previous received Instance[pk=225367, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:56:09,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Create Instance[pk=225372, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:56:09,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Create Location[pk=225372, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/430F8A4E, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:09,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Updated DB in 18 ms
2025-11-19 14:56:09,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:09,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:11,617 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:11,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Found previous received Instance[pk=225368, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:56:11,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Replace previous received Instance[pk=225368, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:56:11,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Create Instance[pk=225373, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:56:11,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Create Location[pk=225373, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/B4A5E652, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:11,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Updated DB in 12 ms
2025-11-19 14:56:11,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:11,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 14:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 14:56:14,153 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:14,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Found previous received Instance[pk=225369, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:56:14,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Replace previous received Instance[pk=225369, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:56:14,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Create Instance[pk=225374, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:56:14,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Create Location[pk=225374, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/FC6D449E, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:14,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Updated DB in 7 ms
2025-11-19 14:56:14,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:14,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:17,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:17,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Found previous received Instance[pk=225370, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:56:17,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Replace previous received Instance[pk=225370, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:56:17,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Create Instance[pk=225375, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:56:17,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Create Location[pk=225375, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/9BC293D9, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:17,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Updated DB in 26 ms
2025-11-19 14:56:17,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:17,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:21,376 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:21,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Found previous received Instance[pk=225371, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:56:21,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Replace previous received Instance[pk=225371, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:56:21,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Create Instance[pk=225376, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:56:21,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Create Location[pk=225376, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/CF450668, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:21,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365): Updated DB in 12 ms
2025-11-19 14:56:21,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:21,613 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) >> A-RELEASE-RQ
2025-11-19 14:56:21,613 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(365) << A-RELEASE-RP
2025-11-19 14:56:21,663 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(365): close Socket[addr=187.36.104.204/187.36.104.204,port=52101,localport=11112]
2025-11-19 14:56:22,101 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52104,localport=11112]
2025-11-19 14:56:22,101 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) >> A-ASSOCIATE-RQ
2025-11-19 14:56:22,101 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) << A-ASSOCIATE-AC
2025-11-19 14:56:22,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:26,106 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:26,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Found previous received Instance[pk=225338, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:56:26,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Replace previous received Instance[pk=225338, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:56:26,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Create Instance[pk=225377, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:56:26,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Create Location[pk=225377, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A11CC46C, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:26,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Updated DB in 22 ms
2025-11-19 14:56:26,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:26,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:30,400 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:30,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225378, uid=1.2.410.200001.101.11.601.1501430850.3.20251117081038021, class=1.2.840.10008.5.1.4.1.1.6.1, no=33]
2025-11-19 14:56:30,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225378, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/091B5068, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:30,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 49 ms
2025-11-19 14:56:30,449 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 33:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117081038021 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:30,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> 34:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117081058907 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:30,999 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:31,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Found previous received Instance[pk=225339, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:56:31,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Replace previous received Instance[pk=225339, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:56:31,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Create Instance[pk=225379, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:56:31,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Create Location[pk=225379, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A2B472DF, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:31,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Updated DB in 15 ms
2025-11-19 14:56:31,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:31,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:35,338 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:35,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Found previous received Instance[pk=225340, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:56:35,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Replace previous received Instance[pk=225340, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:56:35,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Create Instance[pk=225380, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:56:35,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Create Location[pk=225380, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A4776D90, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:35,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Updated DB in 14 ms
2025-11-19 14:56:35,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:35,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:39,938 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:39,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Found previous received Instance[pk=225341, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:56:39,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Replace previous received Instance[pk=225341, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:56:39,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Create Instance[pk=225381, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:56:39,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Create Location[pk=225381, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A4A4D79E, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:39,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Updated DB in 29 ms
2025-11-19 14:56:39,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:40,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:41,367 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 14:56:41,368 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 14:56:44,417 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:44,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Found previous received Instance[pk=225342, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:56:44,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Replace previous received Instance[pk=225342, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:56:44,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Create Instance[pk=225382, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:56:44,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Create Location[pk=225382, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A620E147, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:44,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366): Updated DB in 16 ms
2025-11-19 14:56:44,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:44,491 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 14:56:44,492 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:56:44,492 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:56:44,493 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:56:44,493 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:56:44,494 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 14:56:44,518 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:56:44,518 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:56:44,518 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 14:56:44,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) >> A-RELEASE-RQ
2025-11-19 14:56:44,674 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(366) << A-RELEASE-RP
2025-11-19 14:56:44,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS30(366): close Socket[addr=187.36.104.204/187.36.104.204,port=52104,localport=11112]
2025-11-19 14:56:45,164 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52105,localport=11112]
2025-11-19 14:56:45,165 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) >> A-ASSOCIATE-RQ
2025-11-19 14:56:45,165 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) << A-ASSOCIATE-AC
2025-11-19 14:56:45,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-11-19 14:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6066) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-11-19 14:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6067) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6067) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 14:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6066) Start deleting 23 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:56:51,619 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:51,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Found previous received Instance[pk=225377, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:56:51,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Replace previous received Instance[pk=225377, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:56:51,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Create Instance[pk=225383, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:56:51,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Create Location[pk=225383, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/C13A4A5E, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:51,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Updated DB in 30 ms
2025-11-19 14:56:51,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:51,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:53,358 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:56:53,364 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 14:56:56,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:56:56,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Found previous received Instance[pk=225379, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:56:56,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Replace previous received Instance[pk=225379, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:56:56,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Create Instance[pk=225384, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:56:56,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Create Location[pk=225384, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/085CF95D, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:56:56,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Updated DB in 6 ms
2025-11-19 14:56:56,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:56,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:56:57,735 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 14:56:57,736 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 14:57:00,648 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:00,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Found previous received Instance[pk=225380, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:57:00,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Replace previous received Instance[pk=225380, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:57:00,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Create Instance[pk=225385, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:57:00,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Create Location[pk=225385, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/B0F9F4D5, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:00,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Updated DB in 22 ms
2025-11-19 14:57:00,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:00,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:02,888 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6066) Finished deleting 23 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:57:02,888 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6066) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 14:57:06,502 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:06,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Found previous received Instance[pk=225381, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:57:06,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Replace previous received Instance[pk=225381, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:57:06,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Create Instance[pk=225386, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:57:06,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Create Location[pk=225386, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/D1082AE7, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:06,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Updated DB in 15 ms
2025-11-19 14:57:06,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:06,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:11,963 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:11,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Found previous received Instance[pk=225382, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:57:11,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Replace previous received Instance[pk=225382, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:57:11,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Create Instance[pk=225387, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:57:11,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Create Location[pk=225387, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/DA0E76CC, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:11,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367): Updated DB in 17 ms
2025-11-19 14:57:11,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 14:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 14:57:12,220 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) >> A-RELEASE-RQ
2025-11-19 14:57:12,220 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(367) << A-RELEASE-RP
2025-11-19 14:57:12,271 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS30(367): close Socket[addr=187.36.104.204/187.36.104.204,port=52105,localport=11112]
2025-11-19 14:57:12,708 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52106,localport=11112]
2025-11-19 14:57:12,708 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) >> A-ASSOCIATE-RQ
2025-11-19 14:57:12,708 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) << A-ASSOCIATE-AC
2025-11-19 14:57:12,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:16,797 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:16,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Found previous received Instance[pk=225303, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:57:16,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Replace previous received Instance[pk=225303, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:57:16,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Instance[pk=225388, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:57:16,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Location[pk=225388, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/68E82513, tsuid=1.2.840.10008.1.2, size=3416830, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:16,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Updated DB in 29 ms
2025-11-19 14:57:16,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143341910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:17,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:18,618 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:18,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Instance[pk=225389, uid=1.2.410.200001.101.11.601.1501430850.3.20251117081058907, class=1.2.840.10008.5.1.4.1.1.6.1, no=34]
2025-11-19 14:57:18,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Create Location[pk=225389, systemID=amazon-s3, path=2025/11/19/A4B3799A/776CF115/0937A0FB, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:18,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343): Updated DB in 5 ms
2025-11-19 14:57:18,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << 34:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117081058907 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:18,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) >> A-RELEASE-RQ
2025-11-19 14:57:18,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(343) << A-RELEASE-RP
2025-11-19 14:57:19,040 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS60MT(343): close Socket[addr=187.36.104.204/187.36.104.204,port=49332,localport=11112]
2025-11-19 14:57:19,620 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49389,localport=11112]
2025-11-19 14:57:19,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> A-ASSOCIATE-RQ
2025-11-19 14:57:19,620 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << A-ASSOCIATE-AC
2025-11-19 14:57:19,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091235932 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:21,735 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:21,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Found previous received Instance[pk=225304, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:57:21,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Replace previous received Instance[pk=225304, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:57:21,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Instance[pk=225390, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:57:21,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Location[pk=225390, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/6C2AA463, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:21,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Updated DB in 26 ms
2025-11-19 14:57:21,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143518235 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:22,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:25,060 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:25,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Found previous received Instance[pk=225305, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:57:25,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Replace previous received Instance[pk=225305, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:57:25,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Instance[pk=225391, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:57:25,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Location[pk=225391, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/6C550548, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:25,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Updated DB in 7 ms
2025-11-19 14:57:25,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143548941 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:25,313 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:28,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:28,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Found previous received Instance[pk=225306, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:57:28,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Replace previous received Instance[pk=225306, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:57:28,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Instance[pk=225392, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:57:28,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Location[pk=225392, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/6DF823D3, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:28,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Updated DB in 27 ms
2025-11-19 14:57:28,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143630979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:28,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:32,931 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:32,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Found previous received Instance[pk=225307, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:57:32,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Replace previous received Instance[pk=225307, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:57:32,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Instance[pk=225393, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:57:32,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Location[pk=225393, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/6FA0241F, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:32,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Updated DB in 31 ms
2025-11-19 14:57:32,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143723183 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:33,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:37,898 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:37,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Found previous received Instance[pk=225308, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:57:37,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Replace previous received Instance[pk=225308, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:57:37,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Instance[pk=225394, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:57:37,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Location[pk=225394, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/7157BE9A, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:37,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Updated DB in 13 ms
2025-11-19 14:57:37,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143829394 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:38,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:41,368 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 14:57:41,369 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 14:57:43,301 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:43,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Found previous received Instance[pk=225309, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:57:43,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Replace previous received Instance[pk=225309, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:57:43,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Instance[pk=225395, uid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:57:43,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Create Location[pk=225395, systemID=amazon-s3, path=2025/11/19/03133379/9B3DBC4F/7324BDE6, tsuid=1.2.840.10008.1.2, size=3416626, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:43,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368): Updated DB in 22 ms
2025-11-19 14:57:43,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119143940792 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:43,563 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) >> A-RELEASE-RQ
2025-11-19 14:57:43,563 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(368) << A-RELEASE-RP
2025-11-19 14:57:43,613 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS30(368): close Socket[addr=187.36.104.204/187.36.104.204,port=52106,localport=11112]
2025-11-19 14:57:44,017 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52107,localport=11112]
2025-11-19 14:57:44,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> A-ASSOCIATE-RQ
2025-11-19 14:57:44,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << A-ASSOCIATE-AC
2025-11-19 14:57:44,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:44,519 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 14:57:44,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:57:44,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:57:44,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:57:44,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:57:44,521 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 14:57:44,522 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 14:57:44,523 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 14:57:44,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:57:44,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:57:44,542 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 14:57:48,126 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:48,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225219, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:57:48,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225219, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:57:48,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225396, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:57:48,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225396, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/56D7A23A, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:48,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 14 ms
2025-11-19 14:57:48,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140452979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:48,366 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:50,662 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:50,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225220, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:57:50,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225220, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:57:50,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225397, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:57:50,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225397, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/88BE5211, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:50,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 7 ms
2025-11-19 14:57:50,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140612088 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:50,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:53,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:53,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225221, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:57:53,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225221, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:57:53,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225398, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:57:53,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225398, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/F5A4E574, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:53,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 17 ms
2025-11-19 14:57:53,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140722667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:53,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:57,737 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 14:57:57,738 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 14:57:57,831 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:57,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225222, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:57:57,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225222, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:57:57,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225399, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:57:57,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225399, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/FC4E61F8, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:57,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 25 ms
2025-11-19 14:57:57,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140900036 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:58,084 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:59,211 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:57:59,214 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Patient[pk=8837, id=PatientID[pk=8837, id=67985, issuer=DCM4CHEE.8178C731.0DDB4769], name=ISABELLA LIMA SOARES]
2025-11-19 14:57:59,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Study[pk=8846, uid=67985, id=67985]
2025-11-19 14:57:59,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Series[pk=8951, uid=1.2.410.200001.101.11.601.1501430850.2.20251117091235508, no=1, mod=US]
2025-11-19 14:57:59,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225400, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091235932, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:57:59,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225400, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/7464F351, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 14:57:59,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 23 ms
2025-11-19 14:57:59,235 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) No duplicate record with equal Patient ID found Patient[pk=8837, id=PatientID[pk=8837, id=67985, issuer=DCM4CHEE.8178C731.0DDB4769], name=ISABELLA LIMA SOARES]
2025-11-19 14:57:59,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091235932 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:57:59,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091243938 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:02,130 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:02,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225224, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:58:02,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225224, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:58:02,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225401, uid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:58:02,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225401, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/BFE03590, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:02,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 12 ms
2025-11-19 14:58:02,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119140943162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:02,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:06,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:06,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225225, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:58:06,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225225, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:58:06,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225402, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 14:58:06,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225402, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/CC4131AC, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:06,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 20 ms
2025-11-19 14:58:06,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141026202 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:07,104 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:11,915 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:11,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225226, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:58:11,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225226, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:58:11,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225403, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 14:58:11,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225403, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/51B660E7, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:11,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 16 ms
2025-11-19 14:58:11,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141208684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 14:58:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 14:58:12,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:17,097 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:17,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225227, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:58:17,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225227, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:58:17,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225404, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 14:58:17,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225404, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/9B9DBD7C, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:17,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 20 ms
2025-11-19 14:58:17,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141226216 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:17,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:21,601 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:21,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225228, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:58:21,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225228, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:58:21,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225405, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 14:58:21,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225405, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/473AEDBE, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:21,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 9 ms
2025-11-19 14:58:21,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141252331 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:21,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:25,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:25,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225229, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:58:25,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225229, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:58:25,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225406, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 14:58:25,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225406, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/3366CC66, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:25,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 22 ms
2025-11-19 14:58:25,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141418432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:25,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:31,054 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:31,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225230, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:58:31,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225230, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:58:31,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225407, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 14:58:31,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225407, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/F7CD949B, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:31,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 22 ms
2025-11-19 14:58:31,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141519087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:31,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:34,917 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160428417&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:58:35,130 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:35,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225232, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:58:35,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225232, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:58:35,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225408, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 14:58:35,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225408, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/AD107FC8, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:35,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 22 ms
2025-11-19 14:58:35,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141641310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:35,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:36,052 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160521099&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:58:36,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:36,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225409, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091243938, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:58:36,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225409, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/7472221A, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:36,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 24 ms
2025-11-19 14:58:36,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091243938 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:36,561 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091309632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:37,209 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160548031&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:58:38,365 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160658587&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:58:39,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:39,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225233, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:58:39,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225233, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:58:39,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225410, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 14:58:39,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225410, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/27EEB4F5, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:39,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 12 ms
2025-11-19 14:58:39,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141839134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:39,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:39,526 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160724949&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:58:40,699 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.410.200001.101.11.301.1123109166.1.20251110155213747&seriesUID=1.2.410.200001.101.11.301.1123109166.2.20251110160428127&objectUID=1.2.410.200001.101.11.301.1123109166.3.20251110160749347&contentType=image/jpeg from null@162.240.235.97
2025-11-19 14:58:41,369 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 14:58:41,370 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 14:58:43,891 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:43,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225234, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:58:43,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225234, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:58:43,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225411, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 14:58:43,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225411, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/82A7E892, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:43,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 25 ms
2025-11-19 14:58:43,916 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141922153 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:44,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:44,542 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 14:58:44,544 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 14:58:44,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:58:44,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:58:44,545 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 14:58:44,545 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 14:58:44,546 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:58:44,546 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:58:44,566 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:58:44,566 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:58:44,567 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 14:58:44,567 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 14:58:44,568 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 14:58:48,668 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:48,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225235, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:58:48,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225235, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:58:48,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225412, uid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 14:58:48,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225412, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/73E7CCEE, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:48,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 25 ms
2025-11-19 14:58:48,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119141951532 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:48,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:52,895 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:52,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225236, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:58:52,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225236, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:58:52,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225413, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 14:58:52,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225413, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/D77B673F, tsuid=1.2.840.10008.1.2, size=3416634, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:52,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 21 ms
2025-11-19 14:58:52,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142012097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:53,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:57,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:58:57,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Found previous received Instance[pk=225237, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:58:57,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Replace previous received Instance[pk=225237, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:58:57,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Instance[pk=225414, uid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 14:58:57,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Create Location[pk=225414, systemID=amazon-s3, path=2025/11/19/0313333B/FE4E6B85/196F5607, tsuid=1.2.840.10008.1.2, size=3416782, status=OK, objectType=DICOM_FILE]
2025-11-19 14:58:57,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370): Updated DB in 14 ms
2025-11-19 14:58:57,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119142040265 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:58:57,432 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) >> A-RELEASE-RQ
2025-11-19 14:58:57,432 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(370) << A-RELEASE-RP
2025-11-19 14:58:57,482 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(370): close Socket[addr=187.36.104.204/187.36.104.204,port=52107,localport=11112]
2025-11-19 14:58:57,738 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 14:58:57,740 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 14:58:57,886 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52109,localport=11112]
2025-11-19 14:58:57,892 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) >> A-ASSOCIATE-RQ
2025-11-19 14:58:57,892 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) << A-ASSOCIATE-AC
2025-11-19 14:58:58,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:01,901 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:59:01,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Found previous received Instance[pk=225372, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:59:01,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Replace previous received Instance[pk=225372, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:59:01,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Create Instance[pk=225415, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 14:59:01,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Create Location[pk=225415, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D0D5DAB2, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:59:01,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Updated DB in 23 ms
2025-11-19 14:59:01,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:02,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:06,326 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSDeleteScheduler.execute()
2025-11-19 14:59:06,327 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSDeleteScheduler.execute()
2025-11-19 14:59:06,399 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:59:06,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Found previous received Instance[pk=225373, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:59:06,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Replace previous received Instance[pk=225373, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:59:06,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Create Instance[pk=225416, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 14:59:06,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Create Location[pk=225416, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D0F2728D, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:59:06,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Updated DB in 16 ms
2025-11-19 14:59:06,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:06,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:09,154 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:59:09,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Found previous received Instance[pk=225374, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:59:09,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Replace previous received Instance[pk=225374, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:59:09,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Create Instance[pk=225417, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:59:09,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Create Location[pk=225417, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D1109495, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:59:09,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Updated DB in 7 ms
2025-11-19 14:59:09,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:09,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 14:59:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 14:59:13,492 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:59:13,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Found previous received Instance[pk=225375, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:59:13,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Replace previous received Instance[pk=225375, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:59:13,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Create Instance[pk=225418, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 14:59:13,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Create Location[pk=225418, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D28C1466, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:59:13,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Updated DB in 27 ms
2025-11-19 14:59:13,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:13,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:18,283 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6056) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:59:18,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Found previous received Instance[pk=225376, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:59:18,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Replace previous received Instance[pk=225376, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:59:18,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Create Instance[pk=225419, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 14:59:18,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Create Location[pk=225419, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/D2C47612, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 14:59:18,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371): Updated DB in 17 ms
2025-11-19 14:59:18,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:18,532 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) >> A-RELEASE-RQ
2025-11-19 14:59:18,532 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6056) DCM4CHEE<-HS30(371) << A-RELEASE-RP
2025-11-19 14:59:18,582 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(371): close Socket[addr=187.36.104.204/187.36.104.204,port=52109,localport=11112]
2025-11-19 14:59:29,978 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 14:59:29,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225420, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091309632, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 14:59:29,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225420, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/75F14BA6, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 14:59:29,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 20 ms
2025-11-19 14:59:29,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091309632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:30,258 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091328299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 14:59:41,371 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 14:59:41,372 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 14:59:43,936 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-11-19 14:59:44,037 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) Calculated size of 2 studies
2025-11-19 14:59:44,037 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-11-19 14:59:44,568 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 14:59:44,569 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 14:59:44,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:59:44,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:59:44,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:59:44,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:59:44,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 14:59:44,593 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 14:59:44,593 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 14:59:44,593 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 14:59:57,740 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 14:59:57,742 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 15:00:00,593 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:00:00,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Instance[pk=225421, uid=1.2.392.200036.9125.9.0.254349668.2183603390.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 15:00:00,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Location[pk=225421, systemID=amazon-s3, path=2025/11/19/369A90CE/9D735090/5EAC13A2, tsuid=1.2.840.10008.1.2, size=14015798, status=OK, objectType=DICOM_FILE]
2025-11-19 15:00:00,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Updated DB in 12 ms
2025-11-19 15:00:00,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) << 133:C-STORE-RSP[pcid=127, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349668.2183603390.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:00,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) >> 135:C-STORE-RQ[pcid=127, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349668.3592955070.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 15:00:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 15:00:24,831 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:00:24,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225422, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091328299, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:00:24,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225422, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/760CF806, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 15:00:24,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 22 ms
2025-11-19 15:00:24,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091328299 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:25,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091340873 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:31,402 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52054,localport=11112]
2025-11-19 15:00:31,403 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) >> A-ASSOCIATE-RQ
2025-11-19 15:00:31,403 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) << A-ASSOCIATE-AC
2025-11-19 15:00:31,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119144542175 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:35,438 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6080) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:00:35,441 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Create Patient[pk=8838, id=PatientID[pk=8838, id=68428, issuer=DCM4CHEE.D46221C7.89F3CED0], name=INGRYD VICTORIA SANCHES DA SILVA]
2025-11-19 15:00:35,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Create Study[pk=8847, uid=68428, id=68428]
2025-11-19 15:00:35,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Create Series[pk=8952, uid=1.2.410.200001.101.11.301.1123109166.2.20251119144541892, no=1, mod=US]
2025-11-19 15:00:35,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Create Instance[pk=225423, uid=1.2.410.200001.101.11.301.1123109166.3.20251119144542175, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:00:35,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Create Location[pk=225423, systemID=amazon-s3, path=2025/11/19/03133378/CC604346/9A0AFEE4, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-11-19 15:00:35,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Updated DB in 21 ms
2025-11-19 15:00:35,460 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6080) No duplicate record with equal Patient ID found Patient[pk=8838, id=PatientID[pk=8838, id=68428, issuer=DCM4CHEE.D46221C7.89F3CED0], name=INGRYD VICTORIA SANCHES DA SILVA]
2025-11-19 15:00:35,461 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119144542175 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:35,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119144605882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:37,056 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6080) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:00:37,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Create Instance[pk=225424, uid=1.2.410.200001.101.11.301.1123109166.3.20251119144605882, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:00:37,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Create Location[pk=225424, systemID=amazon-s3, path=2025/11/19/03133378/CC604346/9B88F0FF, tsuid=1.2.840.10008.1.2, size=3416640, status=OK, objectType=DICOM_FILE]
2025-11-19 15:00:37,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Updated DB in 23 ms
2025-11-19 15:00:37,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119144605882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:37,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119144704161 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:39,037 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6080) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:00:39,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Create Instance[pk=225425, uid=1.2.410.200001.101.11.301.1123109166.3.20251119144704161, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:00:39,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Create Location[pk=225425, systemID=amazon-s3, path=2025/11/19/03133378/CC604346/9D3D3AB9, tsuid=1.2.840.10008.1.2, size=3915748, status=OK, objectType=DICOM_FILE]
2025-11-19 15:00:39,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Updated DB in 4 ms
2025-11-19 15:00:39,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119144704161 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:39,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119144741989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:40,563 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): Failed to store received object:
: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readAvailable(StreamUtils.java:57)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readFully(StreamUtils.java:68)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readFully(PDUDecoder.java:225)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readPDU(PDUDecoder.java:220)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:176)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:00:41,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1123109166.3.20251119144741989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: java.net.SocketException: Connection reset
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:261)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readAvailable(StreamUtils.java:57)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readFully(StreamUtils.java:68)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readFully(PDUDecoder.java:225)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readPDU(PDUDecoder.java:220)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:176)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	... 32 more

2025-11-19 15:00:41,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) << 4:C-STORE-RSP[pcid=1, status=110H, errorComment=java.net.SocketException: Connection reset
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:00:41,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): i/o exception: java.net.SocketException: Broken pipe in State: Sta6 - Association established and ready for data transfer
2025-11-19 15:00:41,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372): close Socket[addr=187.36.104.204/187.36.104.204,port=52054,localport=11112]
2025-11-19 15:00:41,068 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6080) DCM4CHEE<-HS30(372) << C_STORE_RSP failed: Broken pipe
2025-11-19 15:00:41,372 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 15:00:41,373 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 15:00:44,594 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 15:00:44,595 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 15:00:44,595 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 15:00:44,595 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:00:44,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:00:44,596 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 15:00:44,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:00:44,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:00:44,598 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 15:00:44,598 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 15:00:44,598 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 15:00:44,622 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:00:44,622 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:00:44,623 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 15:00:57,742 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 15:00:57,744 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 15:01:08,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:01:08,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225426, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091340873, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:01:08,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225426, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/76259A52, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:01:08,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 22 ms
2025-11-19 15:01:08,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091340873 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:01:08,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091401344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 15:01:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 15:01:41,373 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 15:01:41,374 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 15:01:44,623 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 15:01:44,624 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 15:01:44,624 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 15:01:44,625 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:01:44,625 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:01:44,625 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 15:01:44,626 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 15:01:44,627 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:01:44,628 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:01:44,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:01:44,655 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:01:44,655 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 15:01:47,556 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021161516375&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:01:48,823 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021161550966&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeStorageScheduler.execute()
2025-11-19 15:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6088) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeStorageScheduler.execute()
2025-11-19 15:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6089) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:01:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6089) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6088) Start deleting 34 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:01:49,991 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021161615375&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:01:51,217 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021161639399&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:01:52,413 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021161747801&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:01:53,364 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:01:53,370 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:01:53,573 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021161954992&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:01:54,765 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021162116558&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:01:55,981 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021160758778&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:01:57,145 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021160838723&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:01:57,744 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 15:01:57,746 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 15:01:59,102 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021161251858&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:02:00,276 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=63727&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251021160758372&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251021161427115&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:02:00,562 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:02:00,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225427, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091401344, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:02:00,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225427, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/77A2762B, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 15:02:00,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 5 ms
2025-11-19 15:02:00,568 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091401344 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:02:00,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091410896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:02:09,867 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6088) Finished deleting 34 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:02:09,867 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6088) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 15:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 15:02:41,374 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 15:02:41,376 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 15:02:44,655 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 15:02:44,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:02:44,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:02:44,658 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:02:44,658 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:02:44,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:02:44,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:02:44,681 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 15:02:48,466 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:02:48,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225428, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091410896, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:02:48,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225428, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/77B02CAF, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:02:48,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 13 ms
2025-11-19 15:02:48,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091410896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:02:48,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091445287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:02:57,747 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 15:02:57,748 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 15:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 15:03:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 15:03:27,787 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:03:27,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225429, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091445287, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:03:27,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225429, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/77DCA269, tsuid=1.2.840.10008.1.2, size=3416852, status=OK, objectType=DICOM_FILE]
2025-11-19 15:03:27,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 22 ms
2025-11-19 15:03:27,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091445287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:03:28,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091513809 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:03:41,376 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 15:03:41,377 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 15:03:44,682 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 15:03:44,682 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:03:44,683 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:03:44,683 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 15:03:44,685 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:03:44,685 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:03:44,708 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:03:44,708 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:03:44,708 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 15:03:57,749 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 15:03:57,750 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 15:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 15:04:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 15:04:16,742 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:04:16,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225430, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091513809, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:04:16,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225430, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/79666157, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:04:16,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 14 ms
2025-11-19 15:04:16,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091513809 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:04:16,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091539146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:04:41,378 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 15:04:41,379 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 15:04:44,038 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 15:04:44,230 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) Calculated size of 4 studies
2025-11-19 15:04:44,230 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 15:04:44,708 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 15:04:44,709 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:04:44,709 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:04:44,711 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:04:44,711 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:04:44,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:04:44,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:04:44,740 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 15:04:57,751 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 15:04:57,752 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 15:05:02,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:05:02,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225431, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091539146, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:05:02,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225431, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/798530C5, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:05:02,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 9 ms
2025-11-19 15:05:02,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091539146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:05:03,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091618978 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 15:05:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 15:05:28,913 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:05:28,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Instance[pk=225432, uid=1.2.392.200036.9125.9.0.254349668.3592955070.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 15:05:28,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Create Location[pk=225432, systemID=amazon-s3, path=2025/11/19/369A90CE/9D735090/C0C4E442, tsuid=1.2.840.10008.1.2, size=14015796, status=OK, objectType=DICOM_FILE]
2025-11-19 15:05:28,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350): Updated DB in 20 ms
2025-11-19 15:05:28,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) << 135:C-STORE-RSP[pcid=127, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349668.3592955070.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:05:29,158 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) >> A-RELEASE-RQ
2025-11-19 15:05:29,158 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(350) << A-RELEASE-RP
2025-11-19 15:05:29,208 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-FCR-CSL1(350): close Socket[addr=187.36.104.204/187.36.104.204,port=50021,localport=11112]
2025-11-19 15:05:31,290 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=50089,localport=11112]
2025-11-19 15:05:31,290 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) >> A-ASSOCIATE-RQ
2025-11-19 15:05:31,290 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) << A-ASSOCIATE-AC
2025-11-19 15:05:31,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) >> 139:C-STORE-RQ[pcid=137, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349673.1328096446.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:05:41,379 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 15:05:41,380 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 15:05:44,740 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 15:05:44,741 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 15:05:44,742 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 15:05:44,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:05:44,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:05:44,744 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:05:44,744 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:05:44,744 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 15:05:44,765 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:05:44,765 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:05:44,765 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 15:05:44,765 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 15:05:44,867 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:05:44,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225433, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091618978, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:05:44,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225433, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/7B1D846A, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 15:05:44,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 11 ms
2025-11-19 15:05:44,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091618978 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:05:45,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091634596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:05:57,752 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 15:05:57,754 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 15:06:02,531 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68419&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119144709225&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119144709613&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:06:03,766 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68419&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119144709225&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119144948696&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:06:04,933 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68419&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119144709225&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119145043339&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:06:06,110 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68419&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119144709225&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119145142787&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 15:06:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 15:06:27,245 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:06:27,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225434, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091634596, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:06:27,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225434, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/7B37D328, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 15:06:27,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 6 ms
2025-11-19 15:06:27,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091634596 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:06:27,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091703591 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:06:41,380 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 15:06:41,381 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 15:06:44,766 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 15:06:44,767 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 15:06:44,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:06:44,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:06:44,768 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:06:44,768 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:06:44,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:06:44,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:06:44,790 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 15:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-11-19 15:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6110) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-11-19 15:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6111) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6110) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6111) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:06:53,370 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:06:53,376 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:06:57,754 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 15:06:57,756 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 15:07:10,922 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:07:10,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225435, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091703591, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:07:10,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225435, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/7CC1F0E0, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:07:10,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 16 ms
2025-11-19 15:07:10,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091703591 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:07:11,179 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091742338 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 15:07:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 15:07:41,381 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 15:07:41,382 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 15:07:44,790 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 15:07:44,791 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:07:44,791 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:07:44,792 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:07:44,792 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:07:44,793 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 15:07:44,815 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:07:44,815 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:07:44,815 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 15:07:57,756 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 15:07:57,757 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 15:07:58,495 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:07:58,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225436, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091742338, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:07:58,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225436, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/7CF9D250, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 15:07:58,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 18 ms
2025-11-19 15:07:58,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091742338 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:07:58,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091810716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 15:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 15:08:41,382 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 15:08:41,384 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 15:08:44,815 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 15:08:44,816 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:08:44,816 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:08:44,817 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:08:44,817 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:08:44,841 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:08:44,841 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:08:44,841 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 15:08:52,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:08:52,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225437, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091810716, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:08:52,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225437, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/7E838A72, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 15:08:52,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 6 ms
2025-11-19 15:08:52,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091810716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:08:52,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091857494 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:08:57,758 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 15:08:57,759 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 15:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 15:09:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 15:09:38,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:09:38,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225438, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091857494, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:09:38,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225438, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/7EBF0CC2, tsuid=1.2.840.10008.1.2, size=3416484, status=OK, objectType=DICOM_FILE]
2025-11-19 15:09:38,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 19 ms
2025-11-19 15:09:38,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091857494 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:09:38,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091911716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:09:41,384 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 15:09:41,385 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 15:09:44,230 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-11-19 15:09:44,324 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) Calculated size of 1 studies
2025-11-19 15:09:44,324 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-11-19 15:09:44,841 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 15:09:44,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:09:44,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:09:44,843 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:09:44,843 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:09:44,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:09:44,867 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:09:44,867 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 15:09:57,760 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 15:09:57,761 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 15:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 15:10:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 15:10:25,999 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:10:26,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225439, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091911716, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:10:26,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225439, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/8038D770, tsuid=1.2.840.10008.1.2, size=3416484, status=OK, objectType=DICOM_FILE]
2025-11-19 15:10:26,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 22 ms
2025-11-19 15:10:26,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091911716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:10:26,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091927045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:10:41,385 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 15:10:41,386 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 15:10:44,868 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 15:10:44,869 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 15:10:44,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:10:44,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:10:44,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:10:44,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:10:44,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:10:44,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:10:44,890 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 15:10:57,762 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 15:10:57,763 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 15:11:03,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:11:03,395 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Patient[pk=8839, id=PatientID[pk=8839, id=68403, issuer=DCM4CHEE.522FA64B.08AE3CF1], name=LUCIENE CRISTINA REZENDE DOS SANTOS]
2025-11-19 15:11:03,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Study[pk=8848, uid=1.2.392.200036.9125.2.3619053820161.65116281138.3352114, id=*]
2025-11-19 15:11:03,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Series[pk=8953, uid=1.2.392.200036.9125.3.3619053820161.65116281138.3352115, no=3001, mod=CR]
2025-11-19 15:11:03,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Instance[pk=225440, uid=1.2.392.200036.9125.9.0.254349673.1328096446.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 15:11:03,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Location[pk=225440, systemID=amazon-s3, path=2025/11/19/44C00439/AB98C3FB/5FB00176, tsuid=1.2.840.10008.1.2, size=14015806, status=OK, objectType=DICOM_FILE]
2025-11-19 15:11:03,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Updated DB in 37 ms
2025-11-19 15:11:03,428 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) No duplicate record with equal Patient ID found Patient[pk=8839, id=PatientID[pk=8839, id=68403, issuer=DCM4CHEE.522FA64B.08AE3CF1], name=LUCIENE CRISTINA REZENDE DOS SANTOS]
2025-11-19 15:11:03,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) << 139:C-STORE-RSP[pcid=137, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349673.1328096446.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:11:03,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) >> 141:C-STORE-RQ[pcid=137, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349673.3056215230.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:11:10,727 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:11:10,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225441, uid=1.2.410.200001.101.11.601.1501430850.3.20251117091927045, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:11:10,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225441, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/80498F40, tsuid=1.2.840.10008.1.2, size=3416484, status=OK, objectType=DICOM_FILE]
2025-11-19 15:11:10,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 27 ms
2025-11-19 15:11:10,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117091927045 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:11:10,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117092008145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 15:11:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 15:11:41,387 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 15:11:41,388 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 15:11:44,890 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 15:11:44,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:11:44,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:11:44,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:11:44,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:11:44,921 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:11:44,921 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:11:44,921 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 15:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-11-19 15:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6132) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-11-19 15:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6133) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6133) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6132) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:11:53,376 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:11:53,384 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:11:57,764 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 15:11:57,765 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 15:12:04,740 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:12:04,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225442, uid=1.2.410.200001.101.11.601.1501430850.3.20251117092008145, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:12:04,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225442, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/A5B87608, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 15:12:04,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 11 ms
2025-11-19 15:12:04,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117092008145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:12:04,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117092042064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 15:12:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 15:12:41,388 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 15:12:41,390 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 15:12:44,921 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 15:12:44,923 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 15:12:44,923 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:12:44,924 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:12:44,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:12:44,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:12:44,949 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:12:44,949 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:12:44,950 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 15:12:44,950 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 15:12:50,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:12:50,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225443, uid=1.2.410.200001.101.11.601.1501430850.3.20251117092042064, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:12:50,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225443, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/A5EE164E, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:12:50,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 20 ms
2025-11-19 15:12:50,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117092042064 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:12:50,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117092110567 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:12:57,766 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 15:12:57,767 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 15:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 15:13:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 15:13:41,390 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 15:13:41,391 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 15:13:44,950 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 15:13:44,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:13:44,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:13:44,952 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:13:44,952 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:13:44,973 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:13:44,973 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:13:44,974 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 15:13:57,767 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 15:13:57,769 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 15:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 15:14:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 15:14:35,063 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeTaskScheduler.execute()
2025-11-19 15:14:35,086 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeTaskScheduler.execute()
2025-11-19 15:14:41,391 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 15:14:41,392 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 15:14:44,325 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 15:14:44,326 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 15:14:44,974 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 15:14:44,974 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:14:44,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:14:44,976 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 15:14:44,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:14:44,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:14:44,997 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:14:44,997 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:14:44,997 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 15:14:57,769 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 15:14:57,771 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 15:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 15:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 15:15:33,328 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52138,localport=11112]
2025-11-19 15:15:33,329 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> A-ASSOCIATE-RQ
2025-11-19 15:15:33,329 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << A-ASSOCIATE-AC
2025-11-19 15:15:33,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150027450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:37,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:37,465 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Patient[pk=8840, id=PatientID[pk=8840, id=68420, issuer=DCM4CHEE.C7ABA645.8A01EDEB], name=KEROLYN KARINI MALHEIRO CENTURIAO]
2025-11-19 15:15:37,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Study[pk=8849, uid=68420, id=68420]
2025-11-19 15:15:37,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Series[pk=8954, uid=1.2.410.200001.101.11.501.1791052210.2.20251119150026969, no=1, mod=US]
2025-11-19 15:15:37,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225444, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150027450, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:15:37,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225444, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/C7F193C5, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:37,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 23 ms
2025-11-19 15:15:37,485 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) No duplicate record with equal Patient ID found Patient[pk=8840, id=PatientID[pk=8840, id=68420, issuer=DCM4CHEE.C7ABA645.8A01EDEB], name=KEROLYN KARINI MALHEIRO CENTURIAO]
2025-11-19 15:15:37,486 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150027450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:37,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150151614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:39,537 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:39,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225445, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150151614, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:15:39,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225445, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/C9CDFFB7, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:39,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 13 ms
2025-11-19 15:15:39,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150151614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:39,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150230611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:41,393 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 15:15:41,394 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 15:15:41,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:41,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225446, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150230611, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:15:41,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225446, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/CB6634F2, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:41,581 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 12 ms
2025-11-19 15:15:41,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150230611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:41,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150322573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:43,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:43,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225447, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150322573, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:15:43,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225447, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/CD0DDBC9, tsuid=1.2.840.10008.1.2, size=3915800, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:43,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 11 ms
2025-11-19 15:15:43,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150322573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:44,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150429916 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:44,998 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 15:15:44,999 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:44,999 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:44,999 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:45,000 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:45,000 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:45,000 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:15:45,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:15:45,001 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:45,001 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:45,003 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:15:45,003 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:15:45,003 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:45,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:15:45,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:15:45,026 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:45,027 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:45,027 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:15:45,027 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 15:15:45,866 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:45,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225448, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150429916, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:15:45,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225448, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/CEC5F14E, tsuid=1.2.840.10008.1.2, size=3916152, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:45,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 14 ms
2025-11-19 15:15:45,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150429916 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:46,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150511606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:47,822 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:47,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225449, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150511606, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:15:47,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225449, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/D0690412, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:47,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 16 ms
2025-11-19 15:15:47,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150511606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:48,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150606464 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:49,672 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:49,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225450, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150606464, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:15:49,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225450, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/D2120441, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:49,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 11 ms
2025-11-19 15:15:49,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150606464 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:49,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150650828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:51,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:51,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225451, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150650828, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:15:51,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225451, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/D255CE18, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:51,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 19 ms
2025-11-19 15:15:51,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150650828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:51,945 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150852701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:53,689 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:53,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225452, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150852701, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:15:53,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225452, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/D5C0640E, tsuid=1.2.840.10008.1.2, size=3915800, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:53,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 5 ms
2025-11-19 15:15:53,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150852701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:53,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151009733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:56,056 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:56,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225453, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151009733, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:15:56,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225453, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/FCBC93CA, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:56,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 6 ms
2025-11-19 15:15:56,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151009733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:56,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151046551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:57,771 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 15:15:57,773 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 15:15:58,119 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:15:58,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225454, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151046551, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:15:58,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225454, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/FCF38D6B, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:15:58,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 9 ms
2025-11-19 15:15:58,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151046551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:15:58,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151113133 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:00,493 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:16:00,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225455, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151113133, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:16:00,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225455, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/FE7CB32A, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:16:00,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 18 ms
2025-11-19 15:16:00,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151113133 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:00,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151158948 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:02,428 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:16:02,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225456, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151158948, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:16:02,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225456, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/FEB77535, tsuid=1.2.840.10008.1.2, size=3417136, status=OK, objectType=DICOM_FILE]
2025-11-19 15:16:02,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 20 ms
2025-11-19 15:16:02,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151158948 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:02,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151251410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:04,409 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:16:04,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225457, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151251410, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:16:04,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225457, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/00690C11, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:16:04,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 13 ms
2025-11-19 15:16:04,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151251410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:04,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151323010 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:06,301 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:16:06,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225458, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151323010, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:16:06,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225458, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/01F477E7, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:16:06,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 14 ms
2025-11-19 15:16:06,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151323010 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:06,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151357970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:08,297 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:16:08,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225459, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151357970, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:16:08,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225459, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/0220B269, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:16:08,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 22 ms
2025-11-19 15:16:08,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151357970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:08,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151558086 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:09,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:16:09,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225460, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151558086, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:16:09,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225460, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/058AB662, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:16:10,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 22 ms
2025-11-19 15:16:10,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151558086 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:10,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151634249 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 15:16:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 15:16:23,632 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6146) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:16:23,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Instance[pk=225461, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151634249, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:16:23,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Create Location[pk=225461, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/0721958C, tsuid=1.2.840.10008.1.2, size=44206424, status=OK, objectType=DICOM_FILE]
2025-11-19 15:16:23,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374): Updated DB in 20 ms
2025-11-19 15:16:23,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151634249 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:23,886 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) >> A-RELEASE-RQ
2025-11-19 15:16:23,886 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6146) DCM4CHEE<-HS50US07(374) << A-RELEASE-RP
2025-11-19 15:16:23,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS50US07(374): close Socket[addr=187.36.104.204/187.36.104.204,port=52138,localport=11112]
2025-11-19 15:16:41,394 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 15:16:41,395 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 15:16:45,027 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 15:16:45,028 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 15:16:45,029 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:16:45,029 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:16:45,030 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:16:45,030 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:16:45,050 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:16:45,050 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:16:45,050 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 15:16:47,754 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:16:47,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Instance[pk=225462, uid=1.2.392.200036.9125.9.0.254349673.3056215230.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 15:16:47,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Location[pk=225462, systemID=amazon-s3, path=2025/11/19/44C00439/AB98C3FB/346DD9B0, tsuid=1.2.840.10008.1.2, size=14015806, status=OK, objectType=DICOM_FILE]
2025-11-19 15:16:47,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Updated DB in 11 ms
2025-11-19 15:16:47,766 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) << 141:C-STORE-RSP[pcid=137, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349673.3056215230.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:47,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) >> 143:C-STORE-RQ[pcid=137, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349675.539829438.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-11-19 15:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6156) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-11-19 15:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6157) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6156) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6157) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:16:53,384 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:16:53,391 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:16:57,773 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 15:16:57,775 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 15:17:09,967 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66009&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251104161056156&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251104161349740&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:17:11,119 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66009&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251104161056156&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251104161056431&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 15:17:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 15:17:12,277 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66009&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251104161056156&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251104161131159&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:17:13,460 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=66009&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251104161056156&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251104161340067&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:17:41,396 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 15:17:41,397 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 15:17:45,051 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 15:17:45,052 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 15:17:45,052 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:17:45,052 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:17:45,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:17:45,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:17:45,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:17:45,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:17:45,073 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 15:17:57,775 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 15:17:57,777 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 15:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 15:18:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 15:18:21,700 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52140,localport=11112]
2025-11-19 15:18:21,700 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> A-ASSOCIATE-RQ
2025-11-19 15:18:21,700 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << A-ASSOCIATE-AC
2025-11-19 15:18:21,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150027450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:28,374 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:28,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225444, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150027450, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:18:28,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225444, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150027450, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:18:28,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225463, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150027450, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:18:28,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225463, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/A6BEB2C0, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:28,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 19 ms
2025-11-19 15:18:28,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150027450 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:28,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150151614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:31,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:31,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225445, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150151614, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:18:31,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225445, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150151614, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:18:31,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225464, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150151614, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:18:31,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225464, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/EEC1FDDF, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:31,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 26 ms
2025-11-19 15:18:31,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150151614 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:31,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150230611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:34,805 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:34,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225446, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150230611, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:18:34,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225446, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150230611, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:18:34,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225465, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150230611, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:18:34,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225465, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/1E43E34D, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:34,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 32 ms
2025-11-19 15:18:34,837 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150230611 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:35,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150322573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:38,252 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:38,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225447, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150322573, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:18:38,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225447, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150322573, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:18:38,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225466, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150322573, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:18:38,257 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225466, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/1ECF4D79, tsuid=1.2.840.10008.1.2, size=3915800, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:38,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 20 ms
2025-11-19 15:18:38,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150322573 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:38,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150429916 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:41,334 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:41,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225448, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150429916, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:18:41,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225448, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150429916, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:18:41,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225467, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150429916, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:18:41,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225467, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/21E6F611, tsuid=1.2.840.10008.1.2, size=3916152, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:41,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 25 ms
2025-11-19 15:18:41,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150429916 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:41,397 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 15:18:41,398 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 15:18:41,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150511606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:44,563 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:44,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225449, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150511606, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:18:44,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225449, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150511606, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:18:44,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225468, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150511606, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:18:44,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225468, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/0A1DE4DC, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:44,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 21 ms
2025-11-19 15:18:44,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150511606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:44,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150606464 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:45,073 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 15:18:45,074 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:18:45,074 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:18:45,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:18:45,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:18:45,107 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:18:45,107 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:18:45,107 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 15:18:45,108 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 15:18:45,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 15:18:47,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:47,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225450, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150606464, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:18:47,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225450, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150606464, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:18:47,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225469, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150606464, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:18:47,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225469, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/F6A815AD, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:47,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 27 ms
2025-11-19 15:18:47,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150606464 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:47,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150650828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:50,289 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:50,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225451, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150650828, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:18:50,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225451, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150650828, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:18:50,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225470, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150650828, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:18:50,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225470, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/0FB5799F, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:50,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 18 ms
2025-11-19 15:18:50,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150650828 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:50,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150852701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:52,679 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:52,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225452, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150852701, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:18:52,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225452, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150852701, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:18:52,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225471, uid=1.2.410.200001.101.11.501.1791052210.3.20251119150852701, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:18:52,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225471, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/57524C6F, tsuid=1.2.840.10008.1.2, size=3915800, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:52,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 8 ms
2025-11-19 15:18:52,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119150852701 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:52,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151009733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:54,923 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:54,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225453, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151009733, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:18:54,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225453, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151009733, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:18:54,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225472, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151009733, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:18:54,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225472, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/EE4A3616, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:54,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 16 ms
2025-11-19 15:18:54,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151009733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:55,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151046551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:57,129 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:57,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225454, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151046551, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:18:57,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225454, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151046551, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:18:57,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225473, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151046551, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:18:57,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225473, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/20C7A76B, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:57,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 14 ms
2025-11-19 15:18:57,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151046551 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:57,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151113133 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:57,777 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 15:18:57,779 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 15:18:59,260 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:18:59,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225455, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151113133, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:18:59,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225455, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151113133, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:18:59,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225474, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151113133, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:18:59,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225474, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/368A37B8, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:18:59,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 17 ms
2025-11-19 15:18:59,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151113133 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:18:59,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151158948 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:01,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:19:01,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225456, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151158948, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:19:01,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225456, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151158948, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:19:01,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225475, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151158948, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:19:01,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225475, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/0BCBA90B, tsuid=1.2.840.10008.1.2, size=3417136, status=OK, objectType=DICOM_FILE]
2025-11-19 15:19:01,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 13 ms
2025-11-19 15:19:01,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151158948 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:02,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151251410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:03,785 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:19:03,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225457, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151251410, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:19:03,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225457, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151251410, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:19:03,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225476, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151251410, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:19:03,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225476, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/9158315A, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:19:03,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 16 ms
2025-11-19 15:19:03,802 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151251410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:04,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151323010 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:06,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:19:06,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225458, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151323010, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:19:06,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225458, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151323010, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:19:06,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225477, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151323010, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:19:06,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225477, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/202826A6, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:19:06,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 23 ms
2025-11-19 15:19:06,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151323010 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:06,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151357970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:08,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:19:08,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225459, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151357970, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:19:08,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225459, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151357970, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:19:08,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225478, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151357970, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:19:08,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225478, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/886B65B8, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:19:08,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 13 ms
2025-11-19 15:19:08,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151357970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:09,051 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151558086 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:11,061 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:19:11,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225460, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151558086, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:19:11,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225460, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151558086, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:19:11,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225479, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151558086, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:19:11,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225479, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/6E3F6CD1, tsuid=1.2.840.10008.1.2, size=3416692, status=OK, objectType=DICOM_FILE]
2025-11-19 15:19:11,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 24 ms
2025-11-19 15:19:11,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151558086 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:11,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151634249 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 15:19:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 15:19:26,553 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6162) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:19:26,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Found previous received Instance[pk=225461, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151634249, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:19:26,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Replace previous received Instance[pk=225461, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151634249, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:19:26,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Instance[pk=225480, uid=1.2.410.200001.101.11.501.1791052210.3.20251119151634249, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:19:26,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Create Location[pk=225480, systemID=amazon-s3, path=2025/11/19/03133370/FA46D092/3491D247, tsuid=1.2.840.10008.1.2, size=44206424, status=OK, objectType=DICOM_FILE]
2025-11-19 15:19:26,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375): Updated DB in 16 ms
2025-11-19 15:19:26,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119151634249 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:19:26,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) >> A-RELEASE-RQ
2025-11-19 15:19:26,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6162) DCM4CHEE<-HS50US07(375) << A-RELEASE-RP
2025-11-19 15:19:26,881 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS50US07(375): close Socket[addr=187.36.104.204/187.36.104.204,port=52140,localport=11112]
2025-11-19 15:19:41,398 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 15:19:41,399 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 15:19:44,326 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-11-19 15:19:44,401 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) Calculated size of 1 studies
2025-11-19 15:19:44,401 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-11-19 15:19:45,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 15:19:45,109 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:19:45,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:19:45,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:19:45,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:19:45,133 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:19:45,133 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:19:45,133 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 15:19:57,779 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 15:19:57,781 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 15:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 15:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 15:20:41,399 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 15:20:41,401 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 15:20:45,133 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 15:20:45,134 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 15:20:45,135 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 15:20:45,136 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:20:45,136 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:20:45,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:20:45,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:20:45,138 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 15:20:45,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:20:45,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:20:45,166 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 15:20:57,781 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 15:20:57,782 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 15:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 15:21:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 15:21:41,401 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 15:21:41,402 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 15:21:45,167 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 15:21:45,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:21:45,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:21:45,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:21:45,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:21:45,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:21:45,198 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:21:45,198 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 15:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-11-19 15:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6179) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-11-19 15:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6180) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6180) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6179) Start deleting 18 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:21:52,084 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52110,localport=11112]
2025-11-19 15:21:52,089 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> A-ASSOCIATE-RQ
2025-11-19 15:21:52,089 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << A-ASSOCIATE-AC
2025-11-19 15:21:52,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:21:53,391 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:21:53,396 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:21:56,413 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:21:56,416 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Patient[pk=8841, id=PatientID[pk=8841, id=68439, issuer=DCM4CHEE.288AAC51.0C09E5B4], name=MARILIA DOS SANTOS AMARAL]
2025-11-19 15:21:56,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Study[pk=8850, uid=68439, id=68439]
2025-11-19 15:21:56,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Series[pk=8955, uid=1.2.410.200001.101.11.301.1144174170.2.20251119145951416, no=1, mod=US]
2025-11-19 15:21:56,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225481, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:21:56,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225481, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/DCFFBF90, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:21:56,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 30 ms
2025-11-19 15:21:56,444 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) No duplicate record with equal Patient ID found Patient[pk=8841, id=PatientID[pk=8841, id=68439, issuer=DCM4CHEE.288AAC51.0C09E5B4], name=MARILIA DOS SANTOS AMARAL]
2025-11-19 15:21:56,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:21:56,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:21:57,783 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 15:21:57,784 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 15:21:59,437 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6179) Finished deleting 18 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:21:59,437 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6179) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:22:03,374 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:03,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225482, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:22:03,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225482, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2CD003DE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:03,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 11 ms
2025-11-19 15:22:03,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:03,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:08,145 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:08,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225483, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:22:08,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225483, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/302ABFE6, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:08,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 11 ms
2025-11-19 15:22:08,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:08,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:11,152 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:11,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225484, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:22:11,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225484, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/30557DCF, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:11,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 29 ms
2025-11-19 15:22:11,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:11,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 15:22:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 15:22:15,912 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:15,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225485, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:22:15,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225485, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33A275E1, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:15,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 46 ms
2025-11-19 15:22:15,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:16,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:20,740 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:20,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225486, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:22:20,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225486, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33CC5323, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:20,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 8 ms
2025-11-19 15:22:20,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:20,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:25,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:25,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225487, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:22:25,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225487, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38CDBA03, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:26,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 21 ms
2025-11-19 15:22:26,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:26,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:30,768 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:30,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225488, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:22:30,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225488, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38E9E4AB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:30,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 16 ms
2025-11-19 15:22:30,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:31,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:31,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:31,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Instance[pk=225489, uid=1.2.392.200036.9125.9.0.254349675.539829438.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 15:22:31,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Location[pk=225489, systemID=amazon-s3, path=2025/11/19/44C00439/AB98C3FB/16FEA8DE, tsuid=1.2.840.10008.1.2, size=14015794, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:31,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Updated DB in 20 ms
2025-11-19 15:22:31,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) << 143:C-STORE-RSP[pcid=137, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349675.539829438.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:31,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) >> 145:C-STORE-RQ[pcid=137, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349674.1529619646.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:36,294 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:36,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225490, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:22:36,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225490, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38F9D169, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:36,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 12 ms
2025-11-19 15:22:36,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:36,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:41,403 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 15:22:41,404 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 15:22:43,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:43,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225491, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:22:43,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225491, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3A945B65, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:43,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 6 ms
2025-11-19 15:22:43,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:43,429 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:45,198 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 15:22:45,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:22:45,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:22:45,200 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:22:45,200 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:22:45,224 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:22:45,224 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:22:45,225 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 15:22:48,401 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:48,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225492, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:22:48,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225492, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3C37DB47, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:48,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 4 ms
2025-11-19 15:22:48,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:48,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:53,698 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:53,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225493, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:22:53,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225493, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61A73289, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:53,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 16 ms
2025-11-19 15:22:53,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:53,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:57,784 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 15:22:57,786 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 15:22:59,382 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:22:59,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225494, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:22:59,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225494, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61DDBBEB, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:22:59,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 11 ms
2025-11-19 15:22:59,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:22:59,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:05,541 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:05,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225495, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:23:05,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225495, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/68C27307, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:05,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 10 ms
2025-11-19 15:23:05,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:05,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:09,565 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:09,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225496, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:23:09,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225496, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A30C71E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:09,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 7 ms
2025-11-19 15:23:09,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:09,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 15:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 15:23:13,177 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:13,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225497, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:23:13,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225497, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A3FC782, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:13,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 19 ms
2025-11-19 15:23:13,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:13,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:17,222 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:17,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225498, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:23:17,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225498, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A57E68C, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:17,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 12 ms
2025-11-19 15:23:17,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:17,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:21,852 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:21,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225499, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:23:21,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225499, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A65FE6D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:21,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 16 ms
2025-11-19 15:23:21,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:22,104 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:26,001 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:26,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225500, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:23:26,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225500, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A774FC8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:26,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 15 ms
2025-11-19 15:23:26,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:26,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:26,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:26,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Instance[pk=225501, uid=1.2.410.200001.101.11.601.1501430850.3.20251117092110567, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:23:26,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Create Location[pk=225501, systemID=amazon-s3, path=2025/11/19/0312D295/A6BA8235/A777D274, tsuid=1.2.840.10008.1.2, size=44206380, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:26,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369): Updated DB in 15 ms
2025-11-19 15:23:26,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117092110567 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:27,023 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) >> A-RELEASE-RQ
2025-11-19 15:23:27,023 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(369) << A-RELEASE-RP
2025-11-19 15:23:27,073 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS60MT(369): close Socket[addr=187.36.104.204/187.36.104.204,port=49389,localport=11112]
2025-11-19 15:23:27,578 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49446,localport=11112]
2025-11-19 15:23:27,591 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> A-ASSOCIATE-RQ
2025-11-19 15:23:27,591 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << A-ASSOCIATE-AC
2025-11-19 15:23:27,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081658733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:31,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:31,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225502, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:23:31,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225502, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DC55184, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:31,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 12 ms
2025-11-19 15:23:31,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:31,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:37,208 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:37,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225503, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:23:37,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225503, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DD3C359, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:37,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 22 ms
2025-11-19 15:23:37,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:37,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:41,120 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:41,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225504, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:23:41,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225504, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DE0FD80, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:41,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 13 ms
2025-11-19 15:23:41,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:41,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:41,404 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 15:23:41,405 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 15:23:44,740 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:44,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225505, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:23:44,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225505, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F4FDFC0, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:44,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 4 ms
2025-11-19 15:23:44,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:44,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:45,225 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 15:23:45,226 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 15:23:45,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:23:45,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:23:45,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:23:45,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:23:45,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:23:45,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:23:45,248 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 15:23:45,248 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 15:23:48,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:48,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225506, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:23:48,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225506, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F5D7BD9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:48,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 17 ms
2025-11-19 15:23:48,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:49,042 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:53,756 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:53,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225507, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:23:53,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225507, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F7A9B1D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:53,773 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 17 ms
2025-11-19 15:23:53,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:54,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:57,786 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 15:23:57,788 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 15:23:57,894 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:23:57,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225508, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:23:57,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225508, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/71108262, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:23:57,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 11 ms
2025-11-19 15:23:57,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:23:58,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:02,266 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:02,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225509, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:24:02,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225509, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/712F6FBE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:02,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 24 ms
2025-11-19 15:24:02,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:02,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:06,953 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:06,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225510, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:24:06,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225510, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/969D6A45, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:06,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 23 ms
2025-11-19 15:24:06,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:07,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 15:24:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 15:24:12,296 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:12,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209533, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081658733, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:24:12,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209533, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081658733, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:24:12,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225511, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081658733, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:24:12,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225511, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/59BC06D2, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:12,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 29 ms
2025-11-19 15:24:12,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081658733 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:12,362 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:12,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Instance[pk=225512, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:24:12,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Create Location[pk=225512, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/96C55B6B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:12,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376): Updated DB in 5 ms
2025-11-19 15:24:12,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:12,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081722429 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:12,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) >> A-RELEASE-RQ
2025-11-19 15:24:12,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(376) << A-RELEASE-RP
2025-11-19 15:24:12,647 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(376): close Socket[addr=187.36.104.204/187.36.104.204,port=52110,localport=11112]
2025-11-19 15:24:13,100 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52111,localport=11112]
2025-11-19 15:24:13,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> A-ASSOCIATE-RQ
2025-11-19 15:24:13,100 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << A-ASSOCIATE-AC
2025-11-19 15:24:13,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:17,558 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:17,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225481, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:24:17,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225481, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:24:17,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225513, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:24:17,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225513, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/4691170E, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:17,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 18 ms
2025-11-19 15:24:17,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:17,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:20,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:20,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225482, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:24:20,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225482, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:24:20,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225514, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:24:20,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225514, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/203C2A60, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:20,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 24 ms
2025-11-19 15:24:20,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:20,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:23,124 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:23,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225483, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:24:23,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225483, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:24:23,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225515, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:24:23,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225515, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/FE5A0065, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:23,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 7 ms
2025-11-19 15:24:23,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:23,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:26,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:26,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225484, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:24:26,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225484, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:24:26,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225516, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:24:26,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225516, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1A822C56, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:26,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 16 ms
2025-11-19 15:24:26,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:26,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:31,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:31,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225485, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:24:31,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225485, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:24:31,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225517, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:24:31,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225517, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/7BEA8CC8, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:31,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 9 ms
2025-11-19 15:24:31,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:31,613 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:36,717 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:36,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225486, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:24:36,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225486, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:24:36,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225518, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:24:36,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225518, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3C9FDB68, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:36,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 26 ms
2025-11-19 15:24:36,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:36,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:41,405 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 15:24:41,406 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 15:24:41,529 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:41,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225487, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:24:41,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225487, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:24:41,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225519, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:24:41,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225519, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/EA0A2562, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:41,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 16 ms
2025-11-19 15:24:41,545 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:41,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:44,401 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 15:24:44,455 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) Calculated size of 1 studies
2025-11-19 15:24:44,455 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 15:24:45,248 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 15:24:45,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:24:45,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:24:45,250 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 15:24:45,256 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:24:45,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:24:45,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:24:45,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:24:45,278 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 15:24:46,901 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:46,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225488, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:24:46,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225488, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:24:46,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225520, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:24:46,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225520, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38277392, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:46,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 12 ms
2025-11-19 15:24:46,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:47,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:51,703 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:51,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225490, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:24:51,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225490, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:24:51,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225521, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:24:51,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225521, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/31E8D491, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:51,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 19 ms
2025-11-19 15:24:51,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:51,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:55,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:55,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225491, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:24:55,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225491, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:24:55,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225522, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:24:55,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225522, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/FA2C6F0F, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:55,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 12 ms
2025-11-19 15:24:55,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:56,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:57,788 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 15:24:57,790 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 15:24:59,588 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:24:59,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225492, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:24:59,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225492, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:24:59,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225523, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:24:59,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225523, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/4E4DD45B, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:24:59,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 31 ms
2025-11-19 15:24:59,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:24:59,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:04,006 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:04,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225493, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:25:04,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225493, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:25:04,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225524, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:25:04,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225524, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/EAC5607E, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:04,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 12 ms
2025-11-19 15:25:04,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:04,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:04,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209539, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081722429, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:25:04,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209539, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081722429, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:25:04,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225525, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081722429, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:25:04,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225525, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/5B43D358, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:04,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 10 ms
2025-11-19 15:25:04,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081722429 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:04,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:04,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081745645 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:09,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:09,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225494, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:25:09,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225494, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:25:09,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225526, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:25:09,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225526, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/F814EA13, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:09,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 12 ms
2025-11-19 15:25:09,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:09,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 15:25:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 15:25:13,303 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:13,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225495, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:25:13,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225495, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:25:13,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225527, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:25:13,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225527, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/BD5A3E88, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:13,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 15 ms
2025-11-19 15:25:13,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:13,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:18,538 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:18,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225496, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:25:18,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225496, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:25:18,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225528, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:25:18,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225528, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/F16A25F3, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:18,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 30 ms
2025-11-19 15:25:18,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:18,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:23,937 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:23,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225497, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:25:23,940 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225497, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:25:23,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225529, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:25:23,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225529, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/35985600, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:23,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 13 ms
2025-11-19 15:25:23,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:24,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:29,209 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:29,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225498, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:25:29,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225498, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:25:29,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225530, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:25:29,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225530, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/EFBCEAD4, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:29,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 22 ms
2025-11-19 15:25:29,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:29,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:33,730 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:33,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225499, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:25:33,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225499, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:25:33,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225531, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:25:33,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225531, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/D9601600, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:33,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 18 ms
2025-11-19 15:25:33,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:33,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:38,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:38,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225500, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:25:38,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225500, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:25:38,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225532, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:25:38,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225532, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/0D77F8E1, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:38,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 28 ms
2025-11-19 15:25:38,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:38,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:41,407 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 15:25:41,407 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 15:25:42,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:42,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225502, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:25:42,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225502, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:25:42,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225533, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:25:42,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225533, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/C4D30C4A, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:42,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 22 ms
2025-11-19 15:25:42,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:42,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:45,278 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 15:25:45,279 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 15:25:45,280 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:25:45,280 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:25:45,281 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:25:45,281 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:25:45,281 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 15:25:45,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:25:45,303 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:25:45,304 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 15:25:47,571 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:47,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225503, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:25:47,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225503, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:25:47,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225534, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:25:47,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225534, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/9BBD6AE4, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:47,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 15 ms
2025-11-19 15:25:47,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:47,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:51,457 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:51,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209551, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081745645, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:25:51,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209551, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081745645, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:25:51,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225535, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081745645, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:25:51,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225535, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/5B616733, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:51,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 9 ms
2025-11-19 15:25:51,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081745645 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:51,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081757979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:52,352 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:52,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225504, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:25:52,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225504, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:25:52,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225536, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:25:52,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225536, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/53BA0637, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:52,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 23 ms
2025-11-19 15:25:52,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:52,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:57,790 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 15:25:57,792 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 15:25:58,237 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:25:58,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225505, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:25:58,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225505, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:25:58,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225537, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:25:58,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225537, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/E2B112CA, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:25:58,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 19 ms
2025-11-19 15:25:58,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:25:58,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:03,436 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:03,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225506, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:26:03,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225506, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:26:03,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225538, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:26:03,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225538, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/58DA7192, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:03,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 19 ms
2025-11-19 15:26:03,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:03,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:07,523 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:07,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225507, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:26:07,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225507, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:26:07,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225539, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:26:07,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225539, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/D7CE06C0, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:07,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 7 ms
2025-11-19 15:26:07,531 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:07,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:11,035 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:11,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225508, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:26:11,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225508, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:26:11,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225540, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:26:11,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225540, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/35E07FAF, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:11,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 30 ms
2025-11-19 15:26:11,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:11,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 15:26:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 15:26:15,539 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:15,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225509, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:26:15,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225509, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:26:15,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225541, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:26:15,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225541, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/BDE349B2, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:15,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 21 ms
2025-11-19 15:26:15,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:15,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:20,745 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:20,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225510, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:26:20,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225510, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:26:20,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225542, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:26:20,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225542, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/E5C683A5, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:20,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 16 ms
2025-11-19 15:26:20,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:21,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:26,458 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:26,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Found previous received Instance[pk=225512, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:26:26,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Replace previous received Instance[pk=225512, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:26:26,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Instance[pk=225543, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:26:26,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Create Location[pk=225543, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/78D7475B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:26,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378): Updated DB in 17 ms
2025-11-19 15:26:26,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:26,743 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) >> A-RELEASE-RQ
2025-11-19 15:26:26,743 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(378) << A-RELEASE-RP
2025-11-19 15:26:26,794 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(378): close Socket[addr=187.36.104.204/187.36.104.204,port=52111,localport=11112]
2025-11-19 15:26:27,240 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52112,localport=11112]
2025-11-19 15:26:27,246 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> A-ASSOCIATE-RQ
2025-11-19 15:26:27,246 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << A-ASSOCIATE-AC
2025-11-19 15:26:27,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:30,699 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:30,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209562, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081757979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:26:30,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209562, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081757979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:26:30,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225544, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081757979, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:26:30,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225544, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/5B707316, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:30,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 13 ms
2025-11-19 15:26:30,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081757979 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:30,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081834089 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:33,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:33,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225513, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:26:33,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225513, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:26:33,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225545, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:26:33,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225545, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2FA14CF8, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:33,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 17 ms
2025-11-19 15:26:33,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:34,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:36,657 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:36,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225514, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:26:36,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225514, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:26:36,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225546, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:26:36,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225546, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/C0230AE3, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:36,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 22 ms
2025-11-19 15:26:36,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:36,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:39,284 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:39,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225515, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:26:39,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225515, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:26:39,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225547, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:26:39,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225547, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/26705773, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:39,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 13 ms
2025-11-19 15:26:39,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:39,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:41,408 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 15:26:41,409 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 15:26:42,616 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:42,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225516, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:26:42,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225516, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:26:42,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225548, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:26:42,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225548, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/D27C26EA, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:42,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 16 ms
2025-11-19 15:26:42,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:42,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:45,304 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 15:26:45,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:26:45,305 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:26:45,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:26:45,306 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:26:45,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:26:45,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:26:45,330 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 15:26:46,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:46,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225517, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:26:46,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225517, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:26:46,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225549, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:26:46,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225549, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/84F23333, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:46,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 24 ms
2025-11-19 15:26:46,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:46,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:49,868 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:49,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225518, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:26:49,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225518, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:26:49,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225550, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:26:49,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225550, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/0F44A202, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:49,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 23 ms
2025-11-19 15:26:49,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 15:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6181) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 15:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6202) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6202) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6181) Start deleting 39 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:26:50,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:53,396 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:26:53,402 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:26:54,284 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:54,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225519, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:26:54,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225519, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:26:54,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225551, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:26:54,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225551, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/91B9FD75, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:54,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 8 ms
2025-11-19 15:26:54,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:54,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:57,792 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 15:26:57,794 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 15:26:59,317 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:26:59,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225520, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:26:59,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225520, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:26:59,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225552, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:26:59,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225552, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/530D760E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:26:59,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 7 ms
2025-11-19 15:26:59,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:26:59,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:05,042 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:05,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225521, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:27:05,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225521, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:27:05,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225553, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:27:05,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225553, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38F9D169, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:05,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 15 ms
2025-11-19 15:27:05,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:05,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:10,937 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:10,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225522, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:27:10,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225522, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:27:10,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225554, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:27:10,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225554, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/D74894B2, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:10,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 9 ms
2025-11-19 15:27:10,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:11,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 15:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 15:27:13,806 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6181) Finished deleting 39 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:27:13,807 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6181) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:27:16,735 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:16,735 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:16,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225523, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:27:16,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225523, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:27:16,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209573, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081834089, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:27:16,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209573, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081834089, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:27:16,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225555, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:27:16,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225555, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3C37DB47, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:16,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225556, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081834089, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:27:16,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225556, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/5D079DEC, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:16,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 29 ms
2025-11-19 15:27:16,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 29 ms
2025-11-19 15:27:16,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:16,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081834089 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:16,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081857691 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:17,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:20,497 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:20,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225524, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:27:20,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225524, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:27:20,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225557, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:27:20,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225557, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61A73289, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:20,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 17 ms
2025-11-19 15:27:20,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:20,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:24,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:24,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225526, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:27:24,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225526, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:27:24,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225558, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:27:24,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225558, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61DDBBEB, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:24,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 14 ms
2025-11-19 15:27:24,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:24,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:25,309 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52143,localport=11112]
2025-11-19 15:27:25,310 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> A-ASSOCIATE-RQ
2025-11-19 15:27:25,310 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << A-ASSOCIATE-AC
2025-11-19 15:27:25,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152406118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:27,997 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:27,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225527, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:27:28,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225527, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:27:28,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225559, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:27:28,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225559, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/68C27307, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:28,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 7 ms
2025-11-19 15:27:28,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:28,261 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:31,591 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6203) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:31,594 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Patient[pk=8842, id=PatientID[pk=8842, id=68445, issuer=DCM4CHEE.3822ED55.0D5C1608], name=PRISCILA ALVES NUNES]
2025-11-19 15:27:31,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Study[pk=8851, uid=68445, id=68445]
2025-11-19 15:27:31,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Series[pk=8956, uid=1.2.410.200001.101.11.501.1791052210.2.20251119152405732, no=1, mod=US]
2025-11-19 15:27:31,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Instance[pk=225560, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152406118, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:27:31,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Location[pk=225560, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/3874BDAB, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:31,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Updated DB in 22 ms
2025-11-19 15:27:31,614 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) No duplicate record with equal Patient ID found Patient[pk=8842, id=PatientID[pk=8842, id=68445, issuer=DCM4CHEE.3822ED55.0D5C1608], name=PRISCILA ALVES NUNES]
2025-11-19 15:27:31,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152406118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:31,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152434475 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:32,513 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:32,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225528, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:27:32,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225528, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:27:32,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225561, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:27:32,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225561, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A30C71E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:32,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 28 ms
2025-11-19 15:27:32,541 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:32,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:35,214 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6203) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:35,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Instance[pk=225562, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152434475, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:27:35,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Location[pk=225562, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/389E276A, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:35,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Updated DB in 15 ms
2025-11-19 15:27:35,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152434475 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:35,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152535884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:38,133 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:38,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225529, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:27:38,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225529, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:27:38,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225563, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:27:38,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225563, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A3FC782, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:38,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 7 ms
2025-11-19 15:27:38,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:38,278 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6203) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:38,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Instance[pk=225564, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152535884, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:27:38,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Location[pk=225564, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/3A53838A, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:38,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Updated DB in 5 ms
2025-11-19 15:27:38,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152535884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:38,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:38,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152610972 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:40,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6203) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:40,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Instance[pk=225565, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152610972, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:27:40,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Location[pk=225565, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/3BE9EAEC, tsuid=1.2.840.10008.1.2, size=3416910, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:40,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Updated DB in 15 ms
2025-11-19 15:27:40,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152610972 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:41,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152633729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:41,409 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 15:27:41,410 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 15:27:43,912 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6203) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:43,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Instance[pk=225566, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152633729, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:27:43,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Location[pk=225566, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/3C076EF5, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:43,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Updated DB in 16 ms
2025-11-19 15:27:43,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152633729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:44,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152655114 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:44,928 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:44,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225530, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:27:44,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225530, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:27:44,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225567, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:27:44,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225567, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A57E68C, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:44,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 21 ms
2025-11-19 15:27:44,949 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:45,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:45,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 15:27:45,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:27:45,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:27:45,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:27:45,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:27:45,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:27:45,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:27:45,352 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 15:27:46,316 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6203) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:46,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Instance[pk=225568, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152655114, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:27:46,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Location[pk=225568, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/3C24700B, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:46,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Updated DB in 27 ms
2025-11-19 15:27:46,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152655114 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:46,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152720590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:49,180 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6203) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:49,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Instance[pk=225569, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152720590, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:27:49,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Location[pk=225569, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/3DACCC44, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:49,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Updated DB in 22 ms
2025-11-19 15:27:49,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152720590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:49,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152735710 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:50,078 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:50,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225531, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:27:50,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225531, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:27:50,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225570, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:27:50,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225570, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A65FE6D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:50,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 15 ms
2025-11-19 15:27:50,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:50,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:51,723 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6203) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:51,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Instance[pk=225571, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152735710, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:27:51,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Location[pk=225571, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/3DBD302A, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:51,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Updated DB in 8 ms
2025-11-19 15:27:51,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152735710 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:52,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152803543 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:54,142 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:27:54,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225532, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:27:54,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225532, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:27:54,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225572, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:27:54,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225572, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A774FC8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:27:54,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 15 ms
2025-11-19 15:27:54,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:54,608 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:27:57,794 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 15:27:57,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 15:28:00,793 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:00,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225533, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:28:00,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225533, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:28:00,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225573, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:28:00,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225573, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DC55184, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:00,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 24 ms
2025-11-19 15:28:00,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:01,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:06,926 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:06,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225534, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:28:06,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225534, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:28:06,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225574, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:28:06,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225574, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DD3C359, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:06,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 27 ms
2025-11-19 15:28:06,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:07,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:10,300 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6203) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:10,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Instance[pk=225575, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152803543, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:28:10,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Create Location[pk=225575, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/3F46D266, tsuid=1.2.840.10008.1.2, size=44206438, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:10,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380): Updated DB in 22 ms
2025-11-19 15:28:10,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152803543 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:10,557 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) >> A-RELEASE-RQ
2025-11-19 15:28:10,557 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6203) DCM4CHEE<-HS50US07(380) << A-RELEASE-RP
2025-11-19 15:28:10,607 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS50US07(380): close Socket[addr=187.36.104.204/187.36.104.204,port=52143,localport=11112]
2025-11-19 15:28:11,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:11,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209576, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081857691, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:28:11,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209576, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081857691, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:28:11,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225576, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081857691, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:28:11,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225576, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/5D2540A8, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:11,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 12 ms
2025-11-19 15:28:11,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081857691 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:11,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081910311 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 15:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 15:28:12,310 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:12,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225536, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:28:12,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225536, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:28:12,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225577, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:28:12,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225577, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DE0FD80, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:12,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 21 ms
2025-11-19 15:28:12,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:12,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:16,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:16,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225537, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:28:16,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225537, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:28:16,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225578, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:28:16,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225578, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F4FDFC0, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:16,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 20 ms
2025-11-19 15:28:16,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:16,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:16,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:16,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Instance[pk=225579, uid=1.2.392.200036.9125.9.0.254349674.1529619646.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 15:28:16,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Create Location[pk=225579, systemID=amazon-s3, path=2025/11/19/44C00439/AB98C3FB/BE2127E3, tsuid=1.2.840.10008.1.2, size=14015806, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:16,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373): Updated DB in 10 ms
2025-11-19 15:28:16,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) << 145:C-STORE-RSP[pcid=137, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349674.1529619646.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:17,148 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) >> A-RELEASE-RQ
2025-11-19 15:28:17,148 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(373) << A-RELEASE-RP
2025-11-19 15:28:17,198 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-FCR-CSL1(373): close Socket[addr=187.36.104.204/187.36.104.204,port=50089,localport=11112]
2025-11-19 15:28:19,304 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=50154,localport=11112]
2025-11-19 15:28:19,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) >> A-ASSOCIATE-RQ
2025-11-19 15:28:19,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) << A-ASSOCIATE-AC
2025-11-19 15:28:19,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) >> 149:C-STORE-RQ[pcid=147, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349677.2855150782.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:20,539 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:20,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225538, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:28:20,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225538, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:28:20,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225580, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:28:20,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225580, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F5D7BD9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:20,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 13 ms
2025-11-19 15:28:20,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:20,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:25,694 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:25,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225539, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:28:25,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225539, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:28:25,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225581, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:28:25,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225581, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F7A9B1D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:25,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 14 ms
2025-11-19 15:28:25,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:25,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:29,773 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:29,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225540, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:28:29,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225540, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:28:29,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225582, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:28:29,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225582, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/71108262, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:29,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 7 ms
2025-11-19 15:28:29,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:30,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:34,667 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:34,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225541, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:28:34,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225541, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:28:34,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225583, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:28:34,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225583, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/712F6FBE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:34,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 27 ms
2025-11-19 15:28:34,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:34,945 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:39,963 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:39,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225542, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:28:39,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225542, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:28:39,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225584, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:28:39,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225584, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/969D6A45, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:39,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 7 ms
2025-11-19 15:28:39,971 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:40,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:41,410 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 15:28:41,411 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 15:28:45,352 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 15:28:45,354 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 15:28:45,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:28:45,355 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:28:45,356 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:28:45,356 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:28:45,377 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:28:45,377 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:28:45,378 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 15:28:45,428 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:45,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Found previous received Instance[pk=225543, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:28:45,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Replace previous received Instance[pk=225543, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:28:45,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Instance[pk=225585, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:28:45,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Create Location[pk=225585, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/96C55B6B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:45,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379): Updated DB in 22 ms
2025-11-19 15:28:45,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:45,711 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) >> A-RELEASE-RQ
2025-11-19 15:28:45,711 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(379) << A-RELEASE-RP
2025-11-19 15:28:45,761 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(379): close Socket[addr=187.36.104.204/187.36.104.204,port=52112,localport=11112]
2025-11-19 15:28:46,349 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52113,localport=11112]
2025-11-19 15:28:46,351 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> A-ASSOCIATE-RQ
2025-11-19 15:28:46,351 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << A-ASSOCIATE-AC
2025-11-19 15:28:46,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:50,596 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:50,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225545, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:28:50,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225545, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:28:50,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225586, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:28:50,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225586, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/DCFFBF90, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:50,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 26 ms
2025-11-19 15:28:50,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:50,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:51,166 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:51,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209577, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081910311, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:28:51,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209577, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081910311, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:28:51,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225587, uid=1.2.410.200001.101.11.601.1501430850.3.20251111081910311, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:28:51,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225587, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/5E9E806F, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:51,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 12 ms
2025-11-19 15:28:51,179 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111081910311 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:51,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082040765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:53,468 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:53,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225546, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:28:53,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225546, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:28:53,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225588, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:28:53,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225588, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2CD003DE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:53,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 32 ms
2025-11-19 15:28:53,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:53,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:56,547 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:56,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225547, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:28:56,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225547, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:28:56,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225589, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:28:56,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225589, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/302ABFE6, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:56,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 17 ms
2025-11-19 15:28:56,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:56,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:57,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 15:28:57,798 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 15:28:59,351 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:28:59,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225548, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:28:59,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225548, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:28:59,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225590, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:28:59,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225590, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/30557DCF, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:28:59,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 18 ms
2025-11-19 15:28:59,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:28:59,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:03,100 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:03,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225549, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:29:03,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225549, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:29:03,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225591, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:29:03,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225591, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33A275E1, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:03,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 21 ms
2025-11-19 15:29:03,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:03,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:07,360 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:07,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225550, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:29:07,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225550, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:29:07,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225592, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:29:07,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225592, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33CC5323, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:07,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 12 ms
2025-11-19 15:29:07,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:07,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:11,929 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:11,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225551, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:29:11,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225551, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:29:11,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225593, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:29:11,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225593, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38CDBA03, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:11,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 9 ms
2025-11-19 15:29:11,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 15:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 15:29:12,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:16,892 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:16,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225552, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:29:16,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225552, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:29:16,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225594, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:29:16,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225594, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38E9E4AB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:16,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 22 ms
2025-11-19 15:29:16,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:17,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:23,281 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:23,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225553, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:29:23,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225553, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:29:23,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225595, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:29:23,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225595, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/458C45BE, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:23,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 16 ms
2025-11-19 15:29:23,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:23,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:27,821 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:27,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225554, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:29:27,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225554, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:29:27,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225596, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:29:27,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225596, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3A945B65, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:27,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 17 ms
2025-11-19 15:29:27,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:28,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:30,178 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52146,localport=11112]
2025-11-19 15:29:30,184 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> A-ASSOCIATE-RQ
2025-11-19 15:29:30,184 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << A-ASSOCIATE-AC
2025-11-19 15:29:30,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152406118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:31,401 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:31,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225555, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:29:31,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225555, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:29:31,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225597, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:29:31,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225597, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/AB42EA54, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:31,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 7 ms
2025-11-19 15:29:31,409 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:31,663 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:32,225 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:32,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209578, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082040765, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:29:32,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209578, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082040765, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:29:32,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225598, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082040765, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:29:32,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225598, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/8453743F, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:32,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 17 ms
2025-11-19 15:29:32,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082040765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:32,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082055556 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:34,866 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6213) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:34,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Found previous received Instance[pk=225560, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152406118, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:29:34,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Replace previous received Instance[pk=225560, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152406118, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:29:34,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Instance[pk=225599, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152406118, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:29:34,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Location[pk=225599, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/714EDD70, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:34,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Updated DB in 16 ms
2025-11-19 15:29:34,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152406118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:35,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152434475 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:35,856 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:35,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225557, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:29:35,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225557, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:29:35,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225600, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:29:35,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225600, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/0D54E5DA, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:35,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 20 ms
2025-11-19 15:29:35,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:36,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:36,802 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6213) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:36,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Found previous received Instance[pk=225562, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152434475, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:29:36,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Replace previous received Instance[pk=225562, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152434475, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:29:36,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Instance[pk=225601, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152434475, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:29:36,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Location[pk=225601, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/1FFFD531, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:36,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Updated DB in 13 ms
2025-11-19 15:29:36,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152434475 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:37,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152535884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:38,815 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6213) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:38,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Found previous received Instance[pk=225564, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152535884, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:29:38,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Replace previous received Instance[pk=225564, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152535884, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:29:38,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Instance[pk=225602, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152535884, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:29:38,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Location[pk=225602, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/EF1D8F74, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:38,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Updated DB in 24 ms
2025-11-19 15:29:38,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152535884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:39,075 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152610972 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:40,857 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6213) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:40,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Found previous received Instance[pk=225565, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152610972, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:29:40,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Replace previous received Instance[pk=225565, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152610972, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:29:40,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Instance[pk=225603, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152610972, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:29:40,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Location[pk=225603, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/811C9BD7, tsuid=1.2.840.10008.1.2, size=3416910, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:40,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Updated DB in 22 ms
2025-11-19 15:29:40,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152610972 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:41,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152633729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:41,269 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:41,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225558, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:29:41,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225558, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:29:41,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225604, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:29:41,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225604, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/131907C9, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:41,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 24 ms
2025-11-19 15:29:41,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:41,411 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 15:29:41,412 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 15:29:41,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:42,616 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6213) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:42,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Found previous received Instance[pk=225566, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152633729, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:29:42,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Replace previous received Instance[pk=225566, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152633729, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:29:42,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Instance[pk=225605, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152633729, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:29:42,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Location[pk=225605, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/8064E144, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:42,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Updated DB in 20 ms
2025-11-19 15:29:42,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152633729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:42,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152655114 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:44,426 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6213) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:44,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Found previous received Instance[pk=225568, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152655114, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:29:44,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Replace previous received Instance[pk=225568, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152655114, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:29:44,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Instance[pk=225606, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152655114, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:29:44,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Location[pk=225606, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/8C3185E3, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:44,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Updated DB in 22 ms
2025-11-19 15:29:44,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152655114 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:44,456 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-11-19 15:29:44,569 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) Calculated size of 2 studies
2025-11-19 15:29:44,569 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-11-19 15:29:44,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152720590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:45,378 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 15:29:45,378 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:29:45,379 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:29:45,380 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 15:29:45,381 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:29:45,381 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:29:45,403 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:29:45,403 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:29:45,403 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 15:29:45,403 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 15:29:46,674 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6213) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:46,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Found previous received Instance[pk=225569, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152720590, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:29:46,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Replace previous received Instance[pk=225569, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152720590, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:29:46,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Instance[pk=225607, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152720590, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:29:46,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Location[pk=225607, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/C53EFE4C, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:46,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Updated DB in 26 ms
2025-11-19 15:29:46,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152720590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:46,938 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152735710 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:47,886 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:47,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225559, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:29:47,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225559, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:29:47,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225608, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:29:47,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225608, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3D7AD91F, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:47,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 14 ms
2025-11-19 15:29:47,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:48,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:48,434 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6213) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:48,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Found previous received Instance[pk=225571, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152735710, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:29:48,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Replace previous received Instance[pk=225571, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152735710, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:29:48,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Instance[pk=225609, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152735710, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:29:48,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Location[pk=225609, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/18458E75, tsuid=1.2.840.10008.1.2, size=3416706, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:48,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Updated DB in 49 ms
2025-11-19 15:29:48,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152735710 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:48,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152803543 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:53,404 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:53,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225561, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:29:53,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225561, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:29:53,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225610, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:29:53,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225610, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/B37B58BD, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:53,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 16 ms
2025-11-19 15:29:53,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:53,707 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:57,798 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 15:29:57,800 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 15:29:58,377 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:29:58,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225563, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:29:58,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225563, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:29:58,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225611, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:29:58,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225611, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/4AD04F96, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:29:58,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 13 ms
2025-11-19 15:29:58,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:29:58,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:02,706 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6213) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:02,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Found previous received Instance[pk=225575, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152803543, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:30:02,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Replace previous received Instance[pk=225575, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152803543, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:30:02,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Instance[pk=225612, uid=1.2.410.200001.101.11.501.1791052210.3.20251119152803543, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:30:02,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Create Location[pk=225612, systemID=amazon-s3, path=2025/11/19/031333B3/6AC9FE49/064DD6F0, tsuid=1.2.840.10008.1.2, size=44206438, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:02,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383): Updated DB in 21 ms
2025-11-19 15:30:02,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119152803543 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:02,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) >> A-RELEASE-RQ
2025-11-19 15:30:02,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6213) DCM4CHEE<-HS50US07(383) << A-RELEASE-RP
2025-11-19 15:30:03,010 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS50US07(383): close Socket[addr=187.36.104.204/187.36.104.204,port=52146,localport=11112]
2025-11-19 15:30:03,897 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:03,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225567, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:30:03,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225567, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:30:03,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225613, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:30:03,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225613, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/D99A6928, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:03,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 9 ms
2025-11-19 15:30:03,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:04,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:09,492 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:09,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225570, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:30:09,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225570, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:30:09,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225614, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:30:09,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225614, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/40B0488A, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:09,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 14 ms
2025-11-19 15:30:09,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:09,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 15:30:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 15:30:14,354 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:14,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225572, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:30:14,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225572, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:30:14,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225615, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:30:14,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225615, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3B31A970, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:14,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 21 ms
2025-11-19 15:30:14,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:14,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:15,863 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:15,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209579, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082055556, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:30:15,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209579, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082055556, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:30:15,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225616, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082055556, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:30:15,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225616, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/8463C9FB, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:15,871 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 7 ms
2025-11-19 15:30:15,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082055556 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:16,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082145297 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:20,179 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:20,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225573, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:30:20,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225573, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:30:20,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225617, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:30:20,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225617, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/793F1443, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:20,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 17 ms
2025-11-19 15:30:20,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:20,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:24,428 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:24,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225574, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:30:24,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225574, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:30:24,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225618, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:30:24,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225618, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/AA275986, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:24,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 15 ms
2025-11-19 15:30:24,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:24,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:28,372 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:28,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225577, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:30:28,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225577, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:30:28,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225619, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:30:28,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225619, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/C103F717, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:28,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 13 ms
2025-11-19 15:30:28,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:28,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:32,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:32,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225578, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:30:32,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225578, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:30:32,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225620, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:30:32,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225620, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/118E8FDC, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:32,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 13 ms
2025-11-19 15:30:32,923 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:33,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:37,874 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:37,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225580, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:30:37,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225580, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:30:37,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225621, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:30:37,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225621, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/D09A38B5, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:37,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 13 ms
2025-11-19 15:30:37,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:38,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:41,412 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 15:30:41,413 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 15:30:42,328 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:42,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225581, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:30:42,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225581, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:30:42,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225622, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:30:42,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225622, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A68E3FE6, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:42,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 16 ms
2025-11-19 15:30:42,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:42,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:45,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 15:30:45,405 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 15:30:45,405 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:30:45,405 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:30:45,406 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:30:45,406 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:30:45,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:30:45,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:30:45,427 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 15:30:45,427 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 15:30:46,285 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:46,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225582, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:30:46,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225582, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:30:46,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225623, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:30:46,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225623, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/5FA055FD, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:46,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 19 ms
2025-11-19 15:30:46,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:46,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:50,820 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:50,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225583, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:30:50,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225583, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:30:50,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225624, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:30:50,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225624, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1C9E3740, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:50,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 16 ms
2025-11-19 15:30:50,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:51,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:54,271 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:54,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209580, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082145297, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:30:54,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209580, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082145297, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:30:54,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225625, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082145297, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:30:54,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225625, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/860A8053, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:54,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 14 ms
2025-11-19 15:30:54,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082145297 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:54,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082233509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:55,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:30:55,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225584, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:30:55,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225584, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:30:55,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225626, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:30:55,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225626, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/B6E97555, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:30:55,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 18 ms
2025-11-19 15:30:55,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:55,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:30:57,800 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 15:30:57,801 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 15:31:01,169 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:01,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Found previous received Instance[pk=225585, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:31:01,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Replace previous received Instance[pk=225585, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:31:01,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Instance[pk=225627, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:31:01,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Create Location[pk=225627, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/23E19C09, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:01,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382): Updated DB in 27 ms
2025-11-19 15:31:01,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:01,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) >> A-RELEASE-RQ
2025-11-19 15:31:01,446 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(382) << A-RELEASE-RP
2025-11-19 15:31:01,496 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(382): close Socket[addr=187.36.104.204/187.36.104.204,port=52113,localport=11112]
2025-11-19 15:31:01,923 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52114,localport=11112]
2025-11-19 15:31:01,924 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> A-ASSOCIATE-RQ
2025-11-19 15:31:01,924 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << A-ASSOCIATE-AC
2025-11-19 15:31:02,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:06,648 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:06,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225586, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:31:06,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225586, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:31:06,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225628, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:31:06,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225628, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A7FD566B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:06,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 8 ms
2025-11-19 15:31:06,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:06,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 15:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 15:31:13,084 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:13,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225588, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:31:13,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225588, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:31:13,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225629, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:31:13,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225629, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/60D14775, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:13,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 13 ms
2025-11-19 15:31:13,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:13,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:17,413 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:17,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225589, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:31:17,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225589, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:31:17,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225630, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:31:17,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225630, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/985BA194, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:17,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 15 ms
2025-11-19 15:31:17,429 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:17,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:20,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:20,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225590, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:31:20,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225590, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:31:20,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225631, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:31:20,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225631, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/BCF3AEBE, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:20,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 17 ms
2025-11-19 15:31:20,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:21,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:25,166 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:25,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225591, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:31:25,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225591, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:31:25,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225632, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:31:25,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225632, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/9EB773D8, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:25,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 20 ms
2025-11-19 15:31:25,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:25,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:29,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:29,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225592, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:31:29,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225592, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:31:29,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225633, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:31:29,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225633, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/249BDFE3, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:30,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 14 ms
2025-11-19 15:31:30,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:30,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:36,452 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:36,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225593, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:31:36,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225593, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:31:36,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225634, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:31:36,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225634, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/FE08FFA5, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:36,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 20 ms
2025-11-19 15:31:36,473 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:36,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:40,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:40,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225594, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:31:40,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225594, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:31:40,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225635, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:31:40,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225635, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/BF4E7825, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:40,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 25 ms
2025-11-19 15:31:40,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:40,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:41,414 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 15:31:41,415 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 15:31:41,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:41,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209581, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082233509, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:31:41,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209581, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082233509, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:31:41,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225636, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082233509, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:31:41,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225636, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/87B062E1, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:41,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 26 ms
2025-11-19 15:31:41,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082233509 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:41,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082320736 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:43,828 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:43,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225595, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:31:43,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225595, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:31:43,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225637, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:31:43,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225637, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/98FE9478, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:43,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 19 ms
2025-11-19 15:31:43,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:44,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:45,427 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 15:31:45,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:31:45,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:31:45,429 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 15:31:45,430 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:31:45,430 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:31:45,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:31:45,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:31:45,456 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 15:31:45,456 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 15:31:48,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:48,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225596, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:31:48,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225596, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:31:48,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225638, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:31:48,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225638, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/5F83A9C8, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:48,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 7 ms
2025-11-19 15:31:48,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:48,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 15:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6226) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 15:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6227) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6227) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:31:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6226) Start deleting 78 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:31:52,787 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:52,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225597, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:31:52,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225597, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:31:52,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225639, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:31:52,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225639, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/ACED4ADB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:52,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 24 ms
2025-11-19 15:31:52,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:53,047 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:53,402 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:31:53,407 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:31:57,802 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 15:31:57,803 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 15:31:58,848 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:31:58,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225600, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:31:58,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225600, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:31:58,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225640, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:31:58,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225640, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1438AB96, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:31:58,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 7 ms
2025-11-19 15:31:58,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:31:59,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:03,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:03,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225604, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:32:03,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225604, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:32:03,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225641, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:32:03,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225641, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/9E17FB7B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:03,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 24 ms
2025-11-19 15:32:03,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:03,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:08,480 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:08,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225608, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:32:08,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225608, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:32:08,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225642, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:32:08,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225642, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1F9CE33B, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:08,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 29 ms
2025-11-19 15:32:08,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:08,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 15:32:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 15:32:12,595 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:12,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225610, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:32:12,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225610, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:32:12,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225643, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:32:12,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225643, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/CB0D11C9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:12,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 7 ms
2025-11-19 15:32:12,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:12,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:17,555 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:17,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225611, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:32:17,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225611, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:32:17,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225644, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:32:17,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225644, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/0F16BA45, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:17,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 7 ms
2025-11-19 15:32:17,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:17,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:18,781 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:18,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209582, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082320736, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:32:18,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209582, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082320736, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:32:18,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225645, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082320736, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:32:18,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225645, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/8955CEBE, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:18,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 16 ms
2025-11-19 15:32:18,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082320736 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:19,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082353345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:24,772 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:24,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225613, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:32:24,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225613, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:32:24,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225646, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:32:24,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225646, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A57E68C, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:24,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 7 ms
2025-11-19 15:32:24,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:25,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:29,968 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:29,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225614, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:32:29,970 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225614, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:32:29,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225647, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:32:29,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225647, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A65FE6D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:29,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 7 ms
2025-11-19 15:32:29,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:30,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:33,394 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:33,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225615, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:32:33,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225615, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:32:33,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225648, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:32:33,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225648, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A774FC8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:33,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 21 ms
2025-11-19 15:32:33,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:33,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:37,358 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:37,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225617, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:32:37,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225617, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:32:37,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225649, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:32:37,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225649, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DC55184, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:37,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 8 ms
2025-11-19 15:32:37,366 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:37,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:39,715 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6226) Finished deleting 78 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:32:39,715 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6226) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:32:41,415 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 15:32:41,416 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 15:32:43,440 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:43,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225618, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:32:43,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225618, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:32:43,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225650, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:32:43,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225650, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DD3C359, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:43,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 13 ms
2025-11-19 15:32:43,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:43,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:45,456 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 15:32:45,457 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:32:45,457 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:32:45,458 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:32:45,458 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:32:45,484 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:32:45,484 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:32:45,484 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 15:32:49,759 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:49,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225619, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:32:49,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225619, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:32:49,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225651, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:32:49,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225651, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DE0FD80, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:49,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 24 ms
2025-11-19 15:32:49,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:50,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:53,775 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:53,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225620, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:32:53,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225620, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:32:53,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225652, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:32:53,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225652, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F4FDFC0, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:53,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 20 ms
2025-11-19 15:32:53,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:54,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:57,175 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStgCmtScheduler.execute()
2025-11-19 15:32:57,177 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStgCmtScheduler.execute()
2025-11-19 15:32:57,670 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:57,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209583, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082353345, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:32:57,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209583, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082353345, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:32:57,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225653, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082353345, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:32:57,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225653, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/89816378, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:57,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 20 ms
2025-11-19 15:32:57,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082353345 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:57,745 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:32:57,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225621, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:32:57,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225621, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:32:57,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225654, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:32:57,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225654, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F5D7BD9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:32:57,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 10 ms
2025-11-19 15:32:57,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:57,804 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 15:32:57,805 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 15:32:57,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082419087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:32:57,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:01,771 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:01,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225622, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:33:01,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225622, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:33:01,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225655, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:33:01,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225655, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F7A9B1D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:01,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 12 ms
2025-11-19 15:33:01,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:02,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:06,504 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:06,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225623, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:33:06,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225623, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:33:06,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225656, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:33:06,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225656, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/71108262, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:06,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 8 ms
2025-11-19 15:33:06,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:06,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 15:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 15:33:12,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:12,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225624, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:33:12,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225624, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:33:12,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225657, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:33:12,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225657, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/712F6FBE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:12,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 19 ms
2025-11-19 15:33:12,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:13,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:16,951 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:16,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225626, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:33:16,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225626, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:33:16,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225658, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:33:16,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225658, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/969D6A45, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:16,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 7 ms
2025-11-19 15:33:16,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:17,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:20,752 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:20,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Found previous received Instance[pk=225627, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:33:20,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Replace previous received Instance[pk=225627, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:33:20,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Instance[pk=225659, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:33:20,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Create Location[pk=225659, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/96C55B6B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:20,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384): Updated DB in 25 ms
2025-11-19 15:33:20,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:21,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) >> A-RELEASE-RQ
2025-11-19 15:33:21,019 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(384) << A-RELEASE-RP
2025-11-19 15:33:21,069 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS30(384): close Socket[addr=187.36.104.204/187.36.104.204,port=52114,localport=11112]
2025-11-19 15:33:21,492 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52115,localport=11112]
2025-11-19 15:33:21,494 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> A-ASSOCIATE-RQ
2025-11-19 15:33:21,494 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << A-ASSOCIATE-AC
2025-11-19 15:33:21,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:26,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:26,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225628, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:33:26,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225628, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:33:26,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225660, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:33:26,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225660, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/DCFFBF90, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:26,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 13 ms
2025-11-19 15:33:26,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:26,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:28,757 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:28,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225629, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:33:28,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225629, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:33:28,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225661, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:33:28,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225661, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2CD003DE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:28,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 22 ms
2025-11-19 15:33:28,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:29,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:32,728 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:32,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225630, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:33:32,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225630, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:33:32,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225662, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:33:32,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225662, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/302ABFE6, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:32,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 9 ms
2025-11-19 15:33:32,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:32,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:36,775 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:36,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209584, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082419087, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:33:36,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209584, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082419087, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:33:36,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225663, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082419087, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:33:36,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225663, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/8B008D88, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:36,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 25 ms
2025-11-19 15:33:36,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082419087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:37,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082508552 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:37,862 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:37,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225631, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:33:37,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225631, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:33:37,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225664, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:33:37,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225664, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/30557DCF, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:37,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 6 ms
2025-11-19 15:33:37,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:38,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:41,416 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 15:33:41,417 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 15:33:42,744 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:42,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225632, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:33:42,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225632, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:33:42,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225665, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:33:42,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225665, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33A275E1, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:42,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 16 ms
2025-11-19 15:33:42,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:42,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:45,484 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 15:33:45,485 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:33:45,485 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:33:45,486 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:33:45,486 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:33:45,513 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:33:45,513 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:33:45,513 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 15:33:48,185 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:48,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225633, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:33:48,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225633, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:33:48,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225666, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:33:48,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225666, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33CC5323, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:48,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 9 ms
2025-11-19 15:33:48,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:48,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:52,259 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:52,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225634, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:33:52,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225634, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:33:52,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225667, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:33:52,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225667, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38CDBA03, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:52,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 23 ms
2025-11-19 15:33:52,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:52,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:56,012 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:56,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225635, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:33:56,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225635, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:33:56,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225668, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:33:56,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225668, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38E9E4AB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:56,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 17 ms
2025-11-19 15:33:56,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:56,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:57,523 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:33:57,527 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Patient[pk=8843, id=PatientID[pk=8843, id=68418, issuer=DCM4CHEE.EE430AA0.08BC4CF2], name=MARIA BRAULIA ACUNHA DIAZ]
2025-11-19 15:33:57,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Study[pk=8852, uid=1.2.392.200036.9125.2.3619053820161.65116282263.3352127, id=*]
2025-11-19 15:33:57,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Series[pk=8957, uid=1.2.392.200036.9125.3.3619053820161.65116282263.3352128, no=3001, mod=CR]
2025-11-19 15:33:57,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Instance[pk=225669, uid=1.2.392.200036.9125.9.0.254349677.2855150782.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 15:33:57,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Location[pk=225669, systemID=amazon-s3, path=2025/11/19/D8DC84D3/3FB54495/58B3B7A0, tsuid=1.2.840.10008.1.2, size=14015796, status=OK, objectType=DICOM_FILE]
2025-11-19 15:33:57,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Updated DB in 25 ms
2025-11-19 15:33:57,549 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) No duplicate record with equal Patient ID found Patient[pk=8843, id=PatientID[pk=8843, id=68418, issuer=DCM4CHEE.EE430AA0.08BC4CF2], name=MARIA BRAULIA ACUNHA DIAZ]
2025-11-19 15:33:57,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) << 149:C-STORE-RSP[pcid=147, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349677.2855150782.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:57,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) >> 151:C-STORE-RQ[pcid=147, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349677.4281279678.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:33:57,805 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 15:33:57,807 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 15:34:00,349 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:00,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225637, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:34:00,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225637, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:34:00,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225670, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:34:00,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225670, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38F9D169, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:00,373 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 24 ms
2025-11-19 15:34:00,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:00,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:05,940 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:05,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225638, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:34:05,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225638, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:34:05,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225671, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:34:05,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225671, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3A945B65, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:05,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 22 ms
2025-11-19 15:34:05,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:06,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:10,336 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:10,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225639, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:34:10,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225639, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:34:10,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225672, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:34:10,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225672, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3C37DB47, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:10,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 15 ms
2025-11-19 15:34:10,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:10,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 15:34:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 15:34:16,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:16,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225640, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:34:16,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225640, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:34:16,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225673, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:34:16,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225673, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61A73289, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:16,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 24 ms
2025-11-19 15:34:16,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:16,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:22,856 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:22,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225641, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:34:22,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225641, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:34:22,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225674, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:34:22,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225674, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61DDBBEB, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:22,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 19 ms
2025-11-19 15:34:22,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:23,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:24,355 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:24,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209585, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082508552, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:34:24,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209585, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082508552, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:34:24,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225675, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082508552, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:34:24,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225675, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/8CA6ECAA, tsuid=1.2.840.10008.1.2, size=3915750, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:24,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 7 ms
2025-11-19 15:34:24,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082508552 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:24,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082543229 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:26,555 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:26,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225642, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:34:26,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225642, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:34:26,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225676, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:34:26,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225676, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/68C27307, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:26,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 25 ms
2025-11-19 15:34:26,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:26,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:30,062 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:30,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225643, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:34:30,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225643, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:34:30,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225677, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:34:30,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225677, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A30C71E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:30,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 15 ms
2025-11-19 15:34:30,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:30,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:34,253 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:34,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225644, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:34:34,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225644, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:34:34,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225678, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:34:34,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225678, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A3FC782, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:34,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 22 ms
2025-11-19 15:34:34,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:34,508 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:38,856 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:38,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225646, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:34:38,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225646, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:34:38,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225679, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:34:38,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225679, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/488519B0, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:38,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 18 ms
2025-11-19 15:34:38,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:39,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:42,106 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 15:34:42,107 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 15:34:42,975 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67341&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251112154301275&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251112154301596&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:34:44,165 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67341&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251112154301275&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251112154329031&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:34:44,228 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:44,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225647, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:34:44,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225647, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:34:44,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225680, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:34:44,233 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225680, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1236CBCD, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:44,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 20 ms
2025-11-19 15:34:44,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:44,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:44,569 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 15:34:44,623 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) Calculated size of 1 studies
2025-11-19 15:34:44,623 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 15:34:45,368 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67341&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251112154301275&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251112154346343&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:34:45,513 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 15:34:45,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:34:45,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:34:45,515 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:34:45,515 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:34:45,537 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:34:45,537 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:34:45,537 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 15:34:46,575 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67341&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251112154301275&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251112154415261&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:34:47,880 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67341&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251112154301275&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251112154519215&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:34:49,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:49,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225648, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:34:49,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225648, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:34:49,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225681, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:34:49,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225681, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/7D347402, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:49,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 25 ms
2025-11-19 15:34:49,033 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:49,061 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67341&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251112154301275&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251112154528991&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:34:49,285 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:52,926 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:52,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225649, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:34:52,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225649, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:34:52,930 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225682, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:34:52,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225682, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/E09C4A64, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:52,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 15 ms
2025-11-19 15:34:52,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:53,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:56,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:34:56,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225650, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:34:56,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225650, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:34:56,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225683, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:34:56,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225683, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/EF138A96, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:34:56,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 11 ms
2025-11-19 15:34:56,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:57,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:34:57,807 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 15:34:57,809 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 15:35:01,017 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:01,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225651, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:35:01,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225651, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:35:01,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225684, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:35:01,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225684, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/F67E4426, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:01,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 7 ms
2025-11-19 15:35:01,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:01,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:02,151 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:02,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209586, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082543229, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:35:02,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209586, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082543229, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:35:02,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225685, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082543229, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:35:02,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225685, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/8CDCF93A, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:02,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 18 ms
2025-11-19 15:35:02,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082543229 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:02,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082551538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:05,726 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:05,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225652, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:35:05,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225652, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:35:05,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225686, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:35:05,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225686, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/65DD6FF9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:05,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 22 ms
2025-11-19 15:35:05,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:05,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:11,183 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:11,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225654, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:35:11,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225654, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:35:11,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225687, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:35:11,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225687, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/DF69F413, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:11,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 15 ms
2025-11-19 15:35:11,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:11,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 15:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 15:35:15,947 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:15,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225655, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:35:15,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225655, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:35:15,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225688, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:35:15,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225688, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/5F134600, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:15,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 7 ms
2025-11-19 15:35:15,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:16,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:21,786 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:21,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225656, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:35:21,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225656, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:35:21,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225689, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:35:21,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225689, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6EBFA3EA, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:21,800 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 14 ms
2025-11-19 15:35:21,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:22,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:26,348 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:26,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225657, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:35:26,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225657, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:35:26,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225690, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:35:26,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225690, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/E3BC433B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:26,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 13 ms
2025-11-19 15:35:26,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:26,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:30,327 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:30,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225658, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:35:30,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225658, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:35:30,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225691, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:35:30,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225691, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/7EE93534, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:30,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 14 ms
2025-11-19 15:35:30,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:30,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:34,720 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:34,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Found previous received Instance[pk=225659, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:35:34,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Replace previous received Instance[pk=225659, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:35:34,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Instance[pk=225692, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:35:34,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Create Location[pk=225692, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1EAF6B5D, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:34,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385): Updated DB in 13 ms
2025-11-19 15:35:34,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:34,965 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) >> A-RELEASE-RQ
2025-11-19 15:35:34,965 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(385) << A-RELEASE-RP
2025-11-19 15:35:35,015 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(385): close Socket[addr=187.36.104.204/187.36.104.204,port=52115,localport=11112]
2025-11-19 15:35:35,449 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52116,localport=11112]
2025-11-19 15:35:35,449 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> A-ASSOCIATE-RQ
2025-11-19 15:35:35,449 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << A-ASSOCIATE-AC
2025-11-19 15:35:35,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:40,280 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:40,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225660, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:35:40,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225660, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:35:40,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225693, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:35:40,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225693, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/937F2790, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:40,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 18 ms
2025-11-19 15:35:40,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:40,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:42,107 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 15:35:42,108 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 15:35:42,946 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:42,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225661, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:35:42,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225661, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:35:42,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225694, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:35:42,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225694, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/855948C5, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:42,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 22 ms
2025-11-19 15:35:42,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:43,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:45,081 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:45,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209587, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082551538, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:35:45,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209587, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082551538, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:35:45,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225695, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082551538, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:35:45,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225695, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/8CEA335E, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:45,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 29 ms
2025-11-19 15:35:45,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082551538 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:45,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082615903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:45,537 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 15:35:45,538 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 15:35:45,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:35:45,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:35:45,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:35:45,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:35:45,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:35:45,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:35:45,572 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 15:35:45,573 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 15:35:45,573 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 15:35:46,055 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:46,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225662, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:35:46,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225662, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:35:46,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225696, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:35:46,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225696, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/5A7BD286, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:46,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 6 ms
2025-11-19 15:35:46,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:46,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:49,418 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:49,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225664, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:35:49,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225664, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:35:49,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225697, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:35:49,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225697, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3E929F21, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:49,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 19 ms
2025-11-19 15:35:49,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:49,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:54,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:54,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225665, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:35:54,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225665, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:35:54,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225698, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:35:54,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225698, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/0E9BDF22, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:54,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 15 ms
2025-11-19 15:35:54,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:54,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:57,809 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 15:35:57,811 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 15:35:59,034 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:35:59,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225666, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:35:59,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225666, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:35:59,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225699, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:35:59,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225699, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/37DB485B, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:35:59,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 60 ms
2025-11-19 15:35:59,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:35:59,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:03,537 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:03,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225667, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:36:03,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225667, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:36:03,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225700, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:36:03,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225700, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1A0D8BCE, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:03,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 14 ms
2025-11-19 15:36:03,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:03,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:08,832 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:08,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225668, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:36:08,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225668, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:36:08,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225701, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:36:08,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225701, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/9862AEB8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:08,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 13 ms
2025-11-19 15:36:08,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:09,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 15:36:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 15:36:14,227 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:14,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225670, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:36:14,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225670, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:36:14,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225702, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:36:14,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225702, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/F726EB64, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:14,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 22 ms
2025-11-19 15:36:14,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:14,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:19,930 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:19,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225671, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:36:19,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225671, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:36:19,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225703, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:36:19,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225703, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3E963541, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:19,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 17 ms
2025-11-19 15:36:19,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:20,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:24,055 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:24,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225672, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:36:24,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225672, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:36:24,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225704, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:36:24,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225704, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/56E6DB93, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:24,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 17 ms
2025-11-19 15:36:24,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:24,307 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:27,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:27,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209588, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082615903, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:36:27,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209588, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082615903, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:36:27,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225705, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082615903, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:36:27,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225705, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/8E688E17, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:28,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 27 ms
2025-11-19 15:36:28,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082615903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:28,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082623559 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:28,314 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:28,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225673, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:36:28,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225673, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:36:28,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225706, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:36:28,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225706, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/13107947, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:28,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 6 ms
2025-11-19 15:36:28,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:28,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:32,896 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:32,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225674, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:36:32,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225674, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:36:32,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225707, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:36:32,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225707, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/71134C2F, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:32,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 14 ms
2025-11-19 15:36:32,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:33,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:37,928 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:37,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225676, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:36:37,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225676, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:36:37,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225708, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:36:37,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225708, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/E21BF764, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:37,938 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 10 ms
2025-11-19 15:36:37,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:38,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:42,108 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 15:36:42,109 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 15:36:42,362 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:42,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225677, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:36:42,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225677, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:36:42,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225709, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:36:42,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225709, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3F8E0DD9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:42,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 25 ms
2025-11-19 15:36:42,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:42,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:45,573 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 15:36:45,574 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:36:45,574 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:36:45,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:36:45,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:36:45,576 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 15:36:45,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:36:45,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:36:45,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 15:36:47,737 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:47,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225678, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:36:47,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225678, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:36:47,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225710, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:36:47,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225710, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1831DDBE, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:47,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 13 ms
2025-11-19 15:36:47,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:47,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-11-19 15:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6247) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-11-19 15:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6248) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6248) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6247) Start deleting 71 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:36:52,100 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:52,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225679, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:36:52,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225679, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:36:52,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225711, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:36:52,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225711, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/0559E146, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:52,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 9 ms
2025-11-19 15:36:52,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:52,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:53,408 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:36:53,414 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:36:55,880 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:36:55,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225680, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:36:55,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225680, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:36:55,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225712, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:36:55,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225712, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A2AEF65B, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:36:55,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 26 ms
2025-11-19 15:36:55,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:56,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:36:57,811 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 15:36:57,813 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 15:37:00,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:00,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225681, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:37:00,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225681, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:37:00,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225713, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:37:00,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225713, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/D1AA2175, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:00,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 7 ms
2025-11-19 15:37:00,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:00,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:04,993 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:04,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225682, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:37:04,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225682, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:37:04,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225714, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:37:04,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225714, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/8A137597, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:05,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 7 ms
2025-11-19 15:37:05,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:05,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:10,164 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:10,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209589, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082623559, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:37:10,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209589, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082623559, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:37:10,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225715, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082623559, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:37:10,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225715, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/8E75AE77, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:10,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 26 ms
2025-11-19 15:37:10,190 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082623559 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:10,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082644432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:11,027 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:11,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225683, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:37:11,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225683, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:37:11,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225716, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:37:11,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225716, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6C209C92, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:11,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 8 ms
2025-11-19 15:37:11,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:11,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 15:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 15:37:14,596 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:14,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225684, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:37:14,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225684, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:37:14,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225717, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:37:14,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225717, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/5DC97295, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:14,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 7 ms
2025-11-19 15:37:14,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:14,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:18,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:18,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225686, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:37:18,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225686, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:37:18,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225718, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:37:18,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225718, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A74074E5, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:18,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 15 ms
2025-11-19 15:37:18,564 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:18,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:24,036 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:24,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225687, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:37:24,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225687, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:37:24,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225719, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:37:24,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225719, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/0884BEC8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:24,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 26 ms
2025-11-19 15:37:24,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:24,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:28,814 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:28,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225688, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:37:28,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225688, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:37:28,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225720, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:37:28,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225720, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F7A9B1D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:28,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 21 ms
2025-11-19 15:37:28,836 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:29,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:34,396 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:34,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225689, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:37:34,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225689, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:37:34,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225721, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:37:34,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225721, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/71108262, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:34,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 23 ms
2025-11-19 15:37:34,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:34,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:35,021 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6247) Finished deleting 71 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:37:35,021 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6247) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:37:39,813 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:39,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225690, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:37:39,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225690, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:37:39,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225722, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:37:39,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225722, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/712F6FBE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:39,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 12 ms
2025-11-19 15:37:39,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:40,062 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:42,110 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 15:37:42,111 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 15:37:45,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 15:37:45,616 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:37:45,616 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:37:45,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:37:45,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:37:45,639 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:37:45,639 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:37:45,639 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 15:37:46,015 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:46,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225691, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:37:46,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225691, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:37:46,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225723, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:37:46,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225723, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/969D6A45, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:46,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 14 ms
2025-11-19 15:37:46,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:46,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:49,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5908) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:49,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Found previous received Instance[pk=209590, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082644432, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:37:49,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Replace previous received Instance[pk=209590, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082644432, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:37:49,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Instance[pk=225724, uid=1.2.410.200001.101.11.601.1501430850.3.20251111082644432, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:37:49,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Create Location[pk=225724, systemID=amazon-s3, path=2025/11/19/BCA2761A/8C1192C5/8E924DD2, tsuid=1.2.840.10008.1.2, size=3416642, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:49,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377): Updated DB in 15 ms
2025-11-19 15:37:49,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251111082644432 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:49,927 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) >> A-RELEASE-RQ
2025-11-19 15:37:49,927 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5908) DCM4CHEE<-HS60MT(377) << A-RELEASE-RP
2025-11-19 15:37:49,978 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS60MT(377): close Socket[addr=187.36.104.204/187.36.104.204,port=49446,localport=11112]
2025-11-19 15:37:50,238 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:50,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Found previous received Instance[pk=225692, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:37:50,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Replace previous received Instance[pk=225692, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:37:50,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Instance[pk=225725, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:37:50,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Create Location[pk=225725, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/96C55B6B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:50,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386): Updated DB in 7 ms
2025-11-19 15:37:50,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:50,399 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49465,localport=11112]
2025-11-19 15:37:50,404 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) >> A-ASSOCIATE-RQ
2025-11-19 15:37:50,405 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) << A-ASSOCIATE-AC
2025-11-19 15:37:50,488 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) >> A-RELEASE-RQ
2025-11-19 15:37:50,488 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(386) << A-RELEASE-RP
2025-11-19 15:37:50,538 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS30(386): close Socket[addr=187.36.104.204/187.36.104.204,port=52116,localport=11112]
2025-11-19 15:37:50,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093406917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:50,989 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52117,localport=11112]
2025-11-19 15:37:50,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> A-ASSOCIATE-RQ
2025-11-19 15:37:50,990 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << A-ASSOCIATE-AC
2025-11-19 15:37:51,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:55,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:55,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225693, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:37:55,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225693, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:37:55,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225726, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:37:55,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225726, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/DCFFBF90, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:55,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 15 ms
2025-11-19 15:37:55,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:55,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:57,813 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 15:37:57,815 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 15:37:58,947 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:37:58,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225694, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:37:58,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225694, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:37:58,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225727, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:37:58,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225727, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2CD003DE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:37:58,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 8 ms
2025-11-19 15:37:58,955 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:37:59,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:02,295 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:02,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225696, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:38:02,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225696, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:38:02,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225728, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:38:02,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225728, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/302ABFE6, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:02,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 18 ms
2025-11-19 15:38:02,314 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:02,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:05,838 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:05,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225697, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:38:05,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225697, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:38:05,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225729, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:38:05,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225729, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/30557DCF, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:05,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 17 ms
2025-11-19 15:38:05,855 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:06,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:10,280 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:10,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225698, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:38:10,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225698, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:38:10,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225730, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:38:10,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225730, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33A275E1, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:10,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 14 ms
2025-11-19 15:38:10,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:10,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 15:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 15:38:14,571 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:14,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225699, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:38:14,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225699, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:38:14,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225731, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:38:14,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225731, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33CC5323, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:14,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 8 ms
2025-11-19 15:38:14,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:14,837 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:19,894 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:19,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225700, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:38:19,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225700, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:38:19,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225732, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:38:19,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225732, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38CDBA03, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:19,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 8 ms
2025-11-19 15:38:19,903 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:20,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:24,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:24,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225701, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:38:24,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225701, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:38:24,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225733, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:38:24,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225733, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38E9E4AB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:24,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 9 ms
2025-11-19 15:38:24,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:24,619 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:28,270 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:28,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225702, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:38:28,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225702, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:38:28,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225734, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:38:28,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225734, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38F9D169, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:28,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 22 ms
2025-11-19 15:38:28,293 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:28,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:30,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:30,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Found previous received Instance[pk=216449, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093406917, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:38:30,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Replace previous received Instance[pk=216449, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093406917, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:38:31,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Instance[pk=225735, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093406917, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:38:31,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Location[pk=225735, systemID=amazon-s3, path=2025/11/19/031259F7/65C4C013/336F30DB, tsuid=1.2.840.10008.1.2, size=3416886, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:31,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Updated DB in 40 ms
2025-11-19 15:38:31,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093406917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:31,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093419577 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:32,588 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:32,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225703, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:38:32,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225703, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:38:32,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225736, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:38:32,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225736, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3A945B65, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:32,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 16 ms
2025-11-19 15:38:32,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:32,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:37,165 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:37,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225704, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:38:37,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225704, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:38:37,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225737, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:38:37,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225737, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3C37DB47, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:37,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 7 ms
2025-11-19 15:38:37,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:37,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:42,111 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 15:38:42,112 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 15:38:42,584 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:42,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225706, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:38:42,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225706, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:38:42,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225738, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:38:42,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225738, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61A73289, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:42,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 15 ms
2025-11-19 15:38:42,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:42,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:45,639 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 15:38:45,640 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:38:45,640 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:38:45,641 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:38:45,641 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:38:45,663 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:38:45,663 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:38:45,663 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 15:38:47,308 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:47,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225707, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:38:47,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225707, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:38:47,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225739, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:38:47,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225739, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61DDBBEB, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:47,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 21 ms
2025-11-19 15:38:47,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:47,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:50,875 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:50,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225708, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:38:50,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225708, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:38:50,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225740, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:38:50,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225740, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/68C27307, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:50,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 6 ms
2025-11-19 15:38:50,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:51,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:54,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:54,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225709, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:38:54,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225709, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:38:54,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225741, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:38:54,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225741, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A30C71E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:54,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 24 ms
2025-11-19 15:38:54,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:54,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:57,815 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 15:38:57,817 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 15:38:58,734 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:38:58,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225710, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:38:58,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225710, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:38:58,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225742, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:38:58,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225742, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A3FC782, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:38:58,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 20 ms
2025-11-19 15:38:58,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:38:58,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:03,545 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:03,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225711, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:39:03,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225711, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:39:03,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225743, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:39:03,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225743, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A57E68C, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:03,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 30 ms
2025-11-19 15:39:03,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:03,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:07,842 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:07,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225712, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:39:07,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225712, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:39:07,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225744, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:39:07,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225744, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A65FE6D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:07,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 21 ms
2025-11-19 15:39:07,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:08,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:11,722 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:11,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225713, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:39:11,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225713, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:39:11,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225745, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:39:11,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225745, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A774FC8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:11,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 16 ms
2025-11-19 15:39:11,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:11,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 15:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 15:39:12,883 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:12,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Found previous received Instance[pk=216459, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093419577, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:39:12,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Replace previous received Instance[pk=216459, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093419577, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:39:12,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Instance[pk=225746, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093419577, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:39:12,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Location[pk=225746, systemID=amazon-s3, path=2025/11/19/031259F7/65C4C013/337E972F, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:12,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Updated DB in 21 ms
2025-11-19 15:39:12,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093419577 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:13,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093428496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:15,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:15,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225714, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:39:15,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225714, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:39:15,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225747, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:39:15,643 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225747, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DC55184, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:15,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 28 ms
2025-11-19 15:39:15,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:15,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:16,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:16,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Found previous received Instance[pk=216469, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093428496, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:39:16,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Replace previous received Instance[pk=216469, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093428496, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:39:16,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Instance[pk=225748, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093428496, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:39:16,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Location[pk=225748, systemID=amazon-s3, path=2025/11/19/031259F7/65C4C013/338C36CD, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:16,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Updated DB in 17 ms
2025-11-19 15:39:16,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093428496 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:16,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093447406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:20,146 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:20,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225716, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:39:20,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225716, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:39:20,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225749, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:39:20,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225749, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DD3C359, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:20,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 26 ms
2025-11-19 15:39:20,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:20,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:23,100 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:23,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Found previous received Instance[pk=216481, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093447406, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:39:23,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Replace previous received Instance[pk=216481, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093447406, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:39:23,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Instance[pk=225750, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093447406, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:39:23,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Location[pk=225750, systemID=amazon-s3, path=2025/11/19/031259F7/65C4C013/33A7F059, tsuid=1.2.840.10008.1.2, size=3915790, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:23,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Updated DB in 15 ms
2025-11-19 15:39:23,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093447406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:23,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093456955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:24,091 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:24,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225717, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:39:24,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225717, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:39:24,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225751, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:39:24,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225751, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DE0FD80, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:24,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 28 ms
2025-11-19 15:39:24,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:24,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:28,321 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:28,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Found previous received Instance[pk=216491, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093456955, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:39:28,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Replace previous received Instance[pk=216491, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093456955, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:39:28,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Instance[pk=225752, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093456955, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:39:28,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Location[pk=225752, systemID=amazon-s3, path=2025/11/19/031259F7/65C4C013/33B5A6DA, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:28,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Updated DB in 10 ms
2025-11-19 15:39:28,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093456955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:28,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093546060 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:28,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:28,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225718, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:39:28,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225718, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:39:28,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225753, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:39:28,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225753, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F4FDFC0, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:28,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 16 ms
2025-11-19 15:39:28,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:29,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:31,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:31,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Instance[pk=225754, uid=1.2.392.200036.9125.9.0.254349677.4281279678.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 15:39:31,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Location[pk=225754, systemID=amazon-s3, path=2025/11/19/D8DC84D3/3FB54495/61A7D791, tsuid=1.2.840.10008.1.2, size=14015796, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:31,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Updated DB in 4 ms
2025-11-19 15:39:31,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) << 151:C-STORE-RSP[pcid=147, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349677.4281279678.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:31,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) >> 153:C-STORE-RQ[pcid=147, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349678.1194337470.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:33,084 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:33,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Found previous received Instance[pk=216500, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093546060, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:39:33,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Replace previous received Instance[pk=216500, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093546060, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:39:33,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Instance[pk=225755, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093546060, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:39:33,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Location[pk=225755, systemID=amazon-s3, path=2025/11/19/031259F7/65C4C013/355C4649, tsuid=1.2.840.10008.1.2, size=3416682, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:33,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Updated DB in 25 ms
2025-11-19 15:39:33,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093546060 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:33,191 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:33,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225719, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:39:33,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225719, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:39:33,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225756, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:39:33,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225756, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F5D7BD9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:33,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 7 ms
2025-11-19 15:39:33,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:33,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) >> 7:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093605655 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:33,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:37,129 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:37,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225720, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:39:37,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225720, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:39:37,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225757, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:39:37,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225757, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/5F7D1841, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:37,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 12 ms
2025-11-19 15:39:37,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:37,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:41,240 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:41,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225721, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:39:41,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225721, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:39:41,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225758, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:39:41,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225758, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/58974DA8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:41,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 12 ms
2025-11-19 15:39:41,252 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:41,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:42,112 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 15:39:42,113 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 15:39:44,623 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 15:39:44,777 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) Calculated size of 3 studies
2025-11-19 15:39:44,777 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 15:39:45,664 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 15:39:45,665 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 15:39:45,665 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:39:45,665 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:39:45,666 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 15:39:45,667 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:39:45,667 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:39:45,686 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:39:45,686 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:39:45,686 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 15:39:46,145 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:46,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225722, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:39:46,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225722, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:39:46,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225759, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:39:46,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225759, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/B2304ACB, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:46,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 15 ms
2025-11-19 15:39:46,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:46,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:50,392 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:50,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225723, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:39:50,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225723, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:39:50,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225760, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:39:50,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225760, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/E27B5145, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:50,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 28 ms
2025-11-19 15:39:50,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:50,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:56,098 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:39:56,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Found previous received Instance[pk=225725, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:39:56,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Replace previous received Instance[pk=225725, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:39:56,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Instance[pk=225761, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:39:56,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Create Location[pk=225761, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/EA85AAA9, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:39:56,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388): Updated DB in 20 ms
2025-11-19 15:39:56,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:56,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) >> A-RELEASE-RQ
2025-11-19 15:39:56,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(388) << A-RELEASE-RP
2025-11-19 15:39:56,400 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(388): close Socket[addr=187.36.104.204/187.36.104.204,port=52117,localport=11112]
2025-11-19 15:39:56,828 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52119,localport=11112]
2025-11-19 15:39:56,829 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> A-ASSOCIATE-RQ
2025-11-19 15:39:56,829 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << A-ASSOCIATE-AC
2025-11-19 15:39:57,059 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:39:57,817 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 15:39:57,819 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 15:40:01,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:01,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225726, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:40:01,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225726, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:40:01,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225762, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:40:01,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225762, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/0FBFC3C1, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:01,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 19 ms
2025-11-19 15:40:01,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:02,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:04,594 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:04,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225727, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:40:04,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225727, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:40:04,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225763, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:40:04,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225763, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/5912E301, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:04,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 16 ms
2025-11-19 15:40:04,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:04,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:07,395 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:07,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225728, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:40:07,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225728, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:40:07,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225764, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:40:07,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225764, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/546DCFCA, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:07,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 8 ms
2025-11-19 15:40:07,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:07,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:10,559 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:10,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225729, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:40:10,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225729, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:40:10,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225765, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:40:10,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225765, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/96FB6D23, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:10,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 16 ms
2025-11-19 15:40:10,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:10,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 15:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 15:40:14,703 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:14,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225730, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:40:14,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225730, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:40:14,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225766, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:40:14,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225766, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/62E7AF13, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:14,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 15 ms
2025-11-19 15:40:14,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:14,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:18,993 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:18,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225731, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:40:18,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225731, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:40:18,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225767, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:40:18,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225767, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/C1253AAE, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:19,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 17 ms
2025-11-19 15:40:19,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:19,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:24,417 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:24,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225732, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:40:24,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225732, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:40:24,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225768, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:40:24,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225768, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3FA118ED, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:24,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 18 ms
2025-11-19 15:40:24,435 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:24,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:28,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:28,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225733, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:40:28,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225733, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:40:28,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225769, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:40:28,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225769, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1CE68647, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:28,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 7 ms
2025-11-19 15:40:28,469 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:28,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:32,520 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:32,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225734, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:40:32,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225734, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:40:32,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225770, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:40:32,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225770, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A6617C17, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:32,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 27 ms
2025-11-19 15:40:32,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:32,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:37,369 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:37,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225736, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:40:37,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225736, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:40:37,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225771, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:40:37,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225771, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A4FA5F13, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:37,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 13 ms
2025-11-19 15:40:37,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:37,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:42,114 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 15:40:42,115 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 15:40:42,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:42,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225737, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:40:42,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225737, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:40:42,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225772, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:40:42,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225772, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1685E0FF, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:42,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 24 ms
2025-11-19 15:40:42,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:42,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:45,686 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 15:40:45,688 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 15:40:45,688 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 15:40:45,689 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:40:45,689 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:40:45,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:40:45,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:40:45,715 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:40:45,715 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:40:45,715 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 15:40:45,716 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 15:40:45,716 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 15:40:45,717 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 15:40:45,717 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 15:40:47,216 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:47,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225738, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:40:47,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225738, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:40:47,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225773, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:40:47,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225773, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/29E62194, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:47,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 7 ms
2025-11-19 15:40:47,225 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:47,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:52,952 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:52,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225739, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:40:52,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225739, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:40:52,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225774, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:40:52,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225774, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/7E8B4224, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:52,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 16 ms
2025-11-19 15:40:52,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:53,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:57,819 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 15:40:57,821 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 15:40:58,318 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:40:58,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225740, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:40:58,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225740, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:40:58,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225775, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:40:58,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225775, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/F49638AF, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:40:58,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 16 ms
2025-11-19 15:40:58,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:40:58,583 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:04,534 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:41:04,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225741, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:41:04,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225741, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:41:04,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225776, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:41:04,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225776, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A5706D36, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:41:04,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 7 ms
2025-11-19 15:41:04,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:04,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:10,944 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:41:10,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225742, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:41:10,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225742, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:41:10,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225777, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:41:10,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225777, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/9E7BFE08, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:41:10,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 16 ms
2025-11-19 15:41:10,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:11,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 15:41:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 15:41:15,759 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:41:15,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225743, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:41:15,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225743, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:41:15,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225778, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:41:15,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225778, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/8BE33BD3, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:41:15,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 18 ms
2025-11-19 15:41:15,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:16,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:21,147 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:41:21,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225744, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:41:21,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225744, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:41:21,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225779, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:41:21,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225779, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/7DFC169E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:41:21,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 7 ms
2025-11-19 15:41:21,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:21,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:26,775 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:41:26,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225745, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:41:26,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225745, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:41:26,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225780, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:41:26,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225780, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/785479E4, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:41:26,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 19 ms
2025-11-19 15:41:26,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:27,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:31,878 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:41:31,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225747, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:41:31,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225747, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:41:31,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225781, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:41:31,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225781, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/23E9FC82, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:41:31,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 15 ms
2025-11-19 15:41:31,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:32,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:37,030 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:41:37,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225749, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:41:37,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225749, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:41:37,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225782, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:41:37,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225782, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/0D8300A3, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:41:37,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 7 ms
2025-11-19 15:41:37,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:37,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:42,115 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 15:41:42,116 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 15:41:42,638 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:41:42,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225751, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:41:42,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225751, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:41:42,643 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225783, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:41:42,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225783, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/837BE4FB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:41:42,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 14 ms
2025-11-19 15:41:42,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:42,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:45,717 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 15:41:45,717 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:41:45,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:41:45,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:41:45,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:41:45,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:41:45,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:41:45,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 15:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-11-19 15:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-11-19 15:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6269) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6270) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6270) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:41:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6269) Start deleting 72 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:41:50,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:41:50,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225753, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:41:50,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225753, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:41:50,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225784, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:41:50,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225784, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/826AAAD9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:41:50,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 7 ms
2025-11-19 15:41:50,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:50,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:53,414 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:41:53,420 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:41:55,553 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:41:55,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225756, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:41:55,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225756, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:41:55,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225785, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:41:55,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225785, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/118A55FA, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:41:55,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 25 ms
2025-11-19 15:41:55,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:55,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:41:57,821 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 15:41:57,823 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 15:42:00,529 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:00,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225757, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:42:00,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225757, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:42:00,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225786, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:42:00,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225786, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/941EFE12, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:00,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 7 ms
2025-11-19 15:42:00,537 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:00,766 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:06,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:06,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225758, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:42:06,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225758, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:42:06,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225787, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:42:06,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225787, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/71108262, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:06,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 19 ms
2025-11-19 15:42:06,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:06,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 15:42:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 15:42:12,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:12,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225759, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:42:12,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225759, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:42:12,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225788, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:42:12,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225788, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/712F6FBE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:12,164 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 7 ms
2025-11-19 15:42:12,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:12,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:17,679 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49236,localport=11112]
2025-11-19 15:42:17,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390) >> A-ASSOCIATE-RQ
2025-11-19 15:42:17,680 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390) << A-ASSOCIATE-AC
2025-11-19 15:42:18,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390) >> 1:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538158.203 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:42:19,198 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:19,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225760, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:42:19,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225760, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:42:19,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225789, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:42:19,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225789, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/969D6A45, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:19,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 16 ms
2025-11-19 15:42:19,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:19,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:21,298 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6271) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:21,302 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Create Patient[pk=8844, id=PatientID[pk=8844, id=68446, issuer=DCM4CHEE.B7640BA6.08A021B4], name=FRANCISLEI PEREIRA RODRIGUES]
2025-11-19 15:42:21,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Create Study[pk=8853, uid=68446, id=68446]
2025-11-19 15:42:21,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Create Series[pk=8958, uid=1.2.840.113619.2.423.84107009440.1763538048.202, no=1, mod=US]
2025-11-19 15:42:21,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Create Instance[pk=225790, uid=1.2.840.113619.2.423.84107009440.1763538158.203, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 15:42:21,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Create Location[pk=225790, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/B9368164, tsuid=1.2.840.10008.1.2.1, size=692666, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:21,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Updated DB in 42 ms
2025-11-19 15:42:21,341 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) No duplicate record with equal Patient ID found Patient[pk=8844, id=PatientID[pk=8844, id=68446, issuer=DCM4CHEE.B7640BA6.08A021B4], name=FRANCISLEI PEREIRA RODRIGUES]
2025-11-19 15:42:21,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390) << 1:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538158.203 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:42:21,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390) >> 2:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538158.203 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:42:24,580 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6271) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:24,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Found previous received Instance[pk=225790, uid=1.2.840.113619.2.423.84107009440.1763538158.203, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 15:42:24,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Replace previous received Instance[pk=225790, uid=1.2.840.113619.2.423.84107009440.1763538158.203, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 15:42:24,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Create Instance[pk=225791, uid=1.2.840.113619.2.423.84107009440.1763538158.203, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 15:42:24,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Create Location[pk=225791, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/C6697D76, tsuid=1.2.840.10008.1.2.1, size=692666, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:24,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390): Updated DB in 27 ms
2025-11-19 15:42:24,608 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390) << 2:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538158.203 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:42:24,916 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390) >> A-RELEASE-RQ
2025-11-19 15:42:24,916 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(390) << A-RELEASE-RP
2025-11-19 15:42:24,966 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-F6LOGIQ(390): close Socket[addr=187.36.104.204/187.36.104.204,port=49236,localport=11112]
2025-11-19 15:42:25,927 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:25,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Found previous received Instance[pk=225761, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:42:25,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Replace previous received Instance[pk=225761, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:42:25,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Instance[pk=225792, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:42:25,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Create Location[pk=225792, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/96C55B6B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:25,935 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389): Updated DB in 8 ms
2025-11-19 15:42:25,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:26,163 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) >> A-RELEASE-RQ
2025-11-19 15:42:26,163 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(389) << A-RELEASE-RP
2025-11-19 15:42:26,213 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS30(389): close Socket[addr=187.36.104.204/187.36.104.204,port=52119,localport=11112]
2025-11-19 15:42:26,660 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52123,localport=11112]
2025-11-19 15:42:26,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> A-ASSOCIATE-RQ
2025-11-19 15:42:26,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << A-ASSOCIATE-AC
2025-11-19 15:42:26,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:27,462 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49238,localport=11112]
2025-11-19 15:42:27,463 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392) >> A-ASSOCIATE-RQ
2025-11-19 15:42:27,463 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392) << A-ASSOCIATE-AC
2025-11-19 15:42:27,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392) >> 3:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538167.207 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:42:32,376 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6271) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:32,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392): Create Instance[pk=225793, uid=1.2.840.113619.2.423.84107009440.1763538167.207, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 15:42:32,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392): Create Location[pk=225793, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/BADD4286, tsuid=1.2.840.10008.1.2.1, size=692668, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:32,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392): Updated DB in 7 ms
2025-11-19 15:42:32,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392) << 3:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538167.207 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:42:32,553 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:32,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225762, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:42:32,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225762, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:42:32,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225794, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:42:32,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225794, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/DCFFBF90, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:32,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 9 ms
2025-11-19 15:42:32,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:32,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392) >> 4:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538167.207 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:42:32,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:34,947 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6271) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:34,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392): Found previous received Instance[pk=225793, uid=1.2.840.113619.2.423.84107009440.1763538167.207, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 15:42:34,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392): Replace previous received Instance[pk=225793, uid=1.2.840.113619.2.423.84107009440.1763538167.207, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 15:42:34,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392): Create Instance[pk=225795, uid=1.2.840.113619.2.423.84107009440.1763538167.207, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 15:42:34,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392): Create Location[pk=225795, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/D8B39688, tsuid=1.2.840.10008.1.2.1, size=692668, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:34,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392): Updated DB in 7 ms
2025-11-19 15:42:34,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392) << 4:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538167.207 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:42:35,275 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392) >> A-RELEASE-RQ
2025-11-19 15:42:35,275 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6271) DCM4CHEE<-F6LOGIQ(392) << A-RELEASE-RP
2025-11-19 15:42:35,325 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-F6LOGIQ(392): close Socket[addr=187.36.104.204/187.36.104.204,port=49238,localport=11112]
2025-11-19 15:42:36,453 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6269) Finished deleting 72 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:42:36,453 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6269) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:42:38,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:38,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225763, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:42:38,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225763, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:42:38,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225796, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:42:38,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225796, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2CD003DE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:38,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 19 ms
2025-11-19 15:42:38,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:38,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:41,780 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:41,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225764, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:42:41,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225764, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:42:41,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225797, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:42:41,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225797, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/302ABFE6, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:41,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 26 ms
2025-11-19 15:42:41,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:42,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:42,116 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 15:42:42,117 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 15:42:45,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 15:42:45,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:42:45,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:42:45,744 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:42:45,744 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:42:45,787 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:42:45,787 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:42:45,787 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 15:42:46,476 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:46,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225765, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:42:46,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225765, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:42:46,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225798, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:42:46,481 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225798, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/30557DCF, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:46,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 15 ms
2025-11-19 15:42:46,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:46,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:51,988 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:51,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225766, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:42:51,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225766, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:42:51,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225799, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:42:51,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225799, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33A275E1, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:52,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 14 ms
2025-11-19 15:42:52,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:52,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:55,981 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52147,localport=11112]
2025-11-19 15:42:55,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> A-ASSOCIATE-RQ
2025-11-19 15:42:55,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << A-ASSOCIATE-AC
2025-11-19 15:42:56,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153405872 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:56,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:42:56,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225767, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:42:56,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225767, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:42:56,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225800, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:42:56,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225800, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33CC5323, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:42:56,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 22 ms
2025-11-19 15:42:56,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:56,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:42:57,823 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 15:42:57,824 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 15:43:02,314 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:02,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225768, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:43:02,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225768, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:43:02,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225801, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:43:02,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225801, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38CDBA03, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:02,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 21 ms
2025-11-19 15:43:02,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:02,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:03,229 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:03,232 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Patient[pk=8845, id=PatientID[pk=8845, id=68452, issuer=DCM4CHEE.CF050A44.0DB0904D], name=NATALIA SOUZA]
2025-11-19 15:43:03,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Study[pk=8854, uid=68452, id=68452]
2025-11-19 15:43:03,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Series[pk=8959, uid=1.2.410.200001.101.11.501.1791052210.2.20251119153405501, no=1, mod=US]
2025-11-19 15:43:03,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225802, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153405872, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:43:03,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225802, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/6D5A9F88, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:03,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 37 ms
2025-11-19 15:43:03,267 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) No duplicate record with equal Patient ID found Patient[pk=8845, id=PatientID[pk=8845, id=68452, issuer=DCM4CHEE.CF050A44.0DB0904D], name=NATALIA SOUZA]
2025-11-19 15:43:03,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153405872 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:03,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153453222 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:06,768 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:06,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225803, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153453222, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:43:06,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225803, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/6DA0152E, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:06,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 13 ms
2025-11-19 15:43:06,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153453222 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:07,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153551466 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:08,156 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:08,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225769, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:43:08,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225769, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:43:08,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225804, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:43:08,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225804, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38E9E4AB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:08,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 21 ms
2025-11-19 15:43:08,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:08,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:09,937 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:09,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225805, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153551466, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:43:09,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225805, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/6F540D11, tsuid=1.2.840.10008.1.2, size=3416852, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:09,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 24 ms
2025-11-19 15:43:09,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153551466 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:10,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153642277 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 15:43:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 15:43:13,821 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:13,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225806, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153642277, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:43:13,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225806, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/70FB3B2C, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:13,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 20 ms
2025-11-19 15:43:13,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153642277 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:14,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153726756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:14,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:14,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225770, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:43:14,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225770, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:43:14,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225807, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:43:14,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225807, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38F9D169, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:14,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 29 ms
2025-11-19 15:43:14,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:14,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:16,215 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:16,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225808, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153726756, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:43:16,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225808, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/7295C8CB, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:16,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 24 ms
2025-11-19 15:43:16,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153726756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:17,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153752989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:19,252 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:19,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225809, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153752989, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:43:19,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225809, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/72BE45B4, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:19,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 17 ms
2025-11-19 15:43:19,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153752989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:19,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153831837 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:20,900 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:20,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225771, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:43:20,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225771, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:43:20,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225810, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:43:20,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225810, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3A945B65, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:20,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 20 ms
2025-11-19 15:43:20,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:21,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:21,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:21,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225811, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153831837, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:43:21,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225811, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/74567694, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:21,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 22 ms
2025-11-19 15:43:21,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153831837 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:21,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153957780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:23,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:23,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Found previous received Instance[pk=209654, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093605655, class=1.2.840.10008.5.1.4.1.1.3.1, no=7]
2025-11-19 15:43:23,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Replace previous received Instance[pk=209654, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093605655, class=1.2.840.10008.5.1.4.1.1.3.1, no=7]
2025-11-19 15:43:23,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Instance[pk=225812, uid=1.2.410.200001.101.11.601.1501430850.3.20251110093605655, class=1.2.840.10008.5.1.4.1.1.3.1, no=7]
2025-11-19 15:43:23,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Create Location[pk=225812, systemID=amazon-s3, path=2025/11/19/031259F7/65C4C013/36D862F1, tsuid=1.2.840.10008.1.2, size=211738074, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:23,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387): Updated DB in 26 ms
2025-11-19 15:43:23,283 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) << 7:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110093605655 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:23,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) >> A-RELEASE-RQ
2025-11-19 15:43:23,547 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(387) << A-RELEASE-RP
2025-11-19 15:43:23,597 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS60MT(387): close Socket[addr=187.36.104.204/187.36.104.204,port=49465,localport=11112]
2025-11-19 15:43:24,056 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49466,localport=11112]
2025-11-19 15:43:24,056 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) >> A-ASSOCIATE-RQ
2025-11-19 15:43:24,057 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) << A-ASSOCIATE-AC
2025-11-19 15:43:24,247 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:24,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225813, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153957780, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:43:24,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225813, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/762A3542, tsuid=1.2.840.10008.1.2, size=3417092, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:24,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 25 ms
2025-11-19 15:43:24,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153957780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:24,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104104405 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:24,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154047251 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:25,438 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:25,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225772, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:43:25,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225772, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:43:25,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225814, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:43:25,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225814, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3C37DB47, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:25,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 15 ms
2025-11-19 15:43:25,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:25,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:26,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:26,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225815, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154047251, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:43:26,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225815, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/9BA6A84A, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:26,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 15 ms
2025-11-19 15:43:26,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154047251 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:27,127 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154114356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:29,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:29,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225816, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154114356, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:43:29,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225816, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/9D2FE10F, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:29,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 25 ms
2025-11-19 15:43:29,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154114356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:29,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154216756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:30,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:30,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225773, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:43:30,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225773, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:43:30,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225817, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:43:30,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225817, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61A73289, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:30,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 19 ms
2025-11-19 15:43:30,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:30,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:33,969 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49244,localport=11112]
2025-11-19 15:43:33,973 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395) >> A-ASSOCIATE-RQ
2025-11-19 15:43:33,973 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395) << A-ASSOCIATE-AC
2025-11-19 15:43:34,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395) >> 5:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538235.211 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:43:35,528 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:35,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225774, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:43:35,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225774, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:43:35,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225818, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:43:35,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225818, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61DDBBEB, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:35,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 8 ms
2025-11-19 15:43:35,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:35,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:38,188 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6279) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:38,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395): Create Instance[pk=225819, uid=1.2.840.113619.2.423.84107009440.1763538235.211, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 15:43:38,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395): Create Location[pk=225819, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/EA88C501, tsuid=1.2.840.10008.1.2.1, size=692668, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:38,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395): Updated DB in 19 ms
2025-11-19 15:43:38,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395) << 5:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538235.211 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:43:38,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395) >> 6:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538235.211 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:43:40,597 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6279) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:40,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395): Found previous received Instance[pk=225819, uid=1.2.840.113619.2.423.84107009440.1763538235.211, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 15:43:40,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395): Replace previous received Instance[pk=225819, uid=1.2.840.113619.2.423.84107009440.1763538235.211, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 15:43:40,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395): Create Instance[pk=225820, uid=1.2.840.113619.2.423.84107009440.1763538235.211, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 15:43:40,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395): Create Location[pk=225820, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/FB4C2922, tsuid=1.2.840.10008.1.2.1, size=692668, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:40,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395): Updated DB in 34 ms
2025-11-19 15:43:40,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395) << 6:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538235.211 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:43:40,935 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395) >> A-RELEASE-RQ
2025-11-19 15:43:40,935 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6279) DCM4CHEE<-F6LOGIQ(395) << A-RELEASE-RP
2025-11-19 15:43:40,985 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-F6LOGIQ(395): close Socket[addr=187.36.104.204/187.36.104.204,port=49244,localport=11112]
2025-11-19 15:43:42,118 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 15:43:42,118 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 15:43:42,503 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:42,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225775, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:43:42,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225775, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:43:42,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225821, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:43:42,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225821, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/68C27307, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:42,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 14 ms
2025-11-19 15:43:42,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:42,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:44,197 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:44,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225822, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154216756, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:43:44,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225822, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/9EE5B170, tsuid=1.2.840.10008.1.2, size=44206380, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:44,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 20 ms
2025-11-19 15:43:44,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154216756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:44,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154314081 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:45,788 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 15:43:45,788 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:43:45,789 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:43:45,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:43:45,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:43:45,790 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 15:43:45,818 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:43:45,819 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:43:45,819 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 15:43:46,626 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:46,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Instance[pk=225823, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154314081, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:43:46,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Create Location[pk=225823, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/A0998762, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:46,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393): Updated DB in 18 ms
2025-11-19 15:43:46,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154314081 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:46,845 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:46,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225776, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:43:46,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225776, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:43:46,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225824, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:43:46,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225824, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A30C71E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:46,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 8 ms
2025-11-19 15:43:46,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:46,894 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) >> A-RELEASE-RQ
2025-11-19 15:43:46,894 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS50US07(393) << A-RELEASE-RP
2025-11-19 15:43:46,944 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS50US07(393): close Socket[addr=187.36.104.204/187.36.104.204,port=52147,localport=11112]
2025-11-19 15:43:47,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:51,433 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:51,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225777, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:43:51,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225777, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:43:51,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225825, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:43:51,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225825, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A3FC782, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:51,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 18 ms
2025-11-19 15:43:51,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:51,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:55,584 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:43:55,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225778, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:43:55,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225778, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:43:55,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225826, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:43:55,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225826, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A57E68C, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:43:55,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 17 ms
2025-11-19 15:43:55,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:55,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:43:57,825 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 15:43:57,826 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 15:44:00,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:00,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225779, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:44:00,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225779, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:44:00,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225827, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:44:00,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225827, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A65FE6D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:00,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 32 ms
2025-11-19 15:44:00,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:00,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:05,021 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:05,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225780, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:44:05,023 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225780, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:44:05,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225828, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:44:05,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225828, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A774FC8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:05,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 12 ms
2025-11-19 15:44:05,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:05,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:09,349 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:09,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225781, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:44:09,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225781, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:44:09,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225829, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:44:09,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225829, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DC55184, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:09,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 9 ms
2025-11-19 15:44:09,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:09,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:11,718 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:11,722 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Patient[pk=8846, id=PatientID[pk=8846, id=350741, issuer=DCM4CHEE.81CA9496.null], name=^NABAI SILVA DOS SANTOS]
2025-11-19 15:44:11,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Study[pk=8855, uid=1.2.410.200001.101.11.601.1501430850.1.20251115103505827, id=20251115103505]
2025-11-19 15:44:11,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Series[pk=8960, uid=1.2.410.200001.101.11.601.1501430850.2.20251115104103974, no=1, mod=US]
2025-11-19 15:44:11,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Instance[pk=225830, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104104405, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:44:11,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Location[pk=225830, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/15FEF760, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:11,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Updated DB in 44 ms
2025-11-19 15:44:11,764 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) No duplicate record with equal Patient ID found Patient[pk=8846, id=PatientID[pk=8846, id=350741, issuer=DCM4CHEE.81CA9496.null], name=^NABAI SILVA DOS SANTOS]
2025-11-19 15:44:11,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104104405 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:11,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104119678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 15:44:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 15:44:14,511 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:14,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225782, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:44:14,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225782, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:44:14,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225831, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:44:14,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225831, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DD3C359, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:14,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 19 ms
2025-11-19 15:44:14,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:14,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:19,834 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67364&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251113080821324&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251113081025499&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:44:20,062 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:20,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225783, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:44:20,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225783, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:44:20,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225832, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:44:20,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225832, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DE0FD80, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:20,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 8 ms
2025-11-19 15:44:20,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:20,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:21,066 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67364&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251113080821324&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251113081043368&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:44:22,278 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67364&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251113080821324&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251113081141179&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:44:23,690 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67364&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251113080821324&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251113081206040&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:44:24,898 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67364&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251113080821324&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251113080824909&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:44:26,088 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67364&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251113080821324&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251113080956101&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:44:27,260 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=67364&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251113080821324&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251113081004664&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:44:27,270 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:27,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225784, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:44:27,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225784, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:44:27,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225833, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:44:27,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225833, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/29B6BB5E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:27,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 15 ms
2025-11-19 15:44:27,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:27,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:33,877 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:33,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225785, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:44:33,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225785, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:44:33,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225834, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:44:33,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225834, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6B3A546D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:33,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 15 ms
2025-11-19 15:44:33,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:34,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:37,644 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:37,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225786, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:44:37,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225786, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:44:37,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225835, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:44:37,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225835, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F7A9B1D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:37,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 21 ms
2025-11-19 15:44:37,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:37,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:37,972 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52149,localport=11112]
2025-11-19 15:44:37,978 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> A-ASSOCIATE-RQ
2025-11-19 15:44:37,978 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << A-ASSOCIATE-AC
2025-11-19 15:44:38,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153405872 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:41,204 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:41,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225787, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:44:41,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225787, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:44:41,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225836, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:44:41,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225836, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/F5F17135, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:41,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 13 ms
2025-11-19 15:44:41,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:41,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:42,119 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 15:44:42,120 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 15:44:42,614 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:42,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225802, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153405872, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:44:42,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225802, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153405872, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:44:42,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225837, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153405872, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:44:42,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225837, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/8CC3123C, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:42,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 24 ms
2025-11-19 15:44:42,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153405872 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:42,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153453222 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:44,715 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:44,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225803, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153453222, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:44:44,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225803, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153453222, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:44:44,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225838, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153453222, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:44:44,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225838, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/B5323072, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:44,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 8 ms
2025-11-19 15:44:44,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153453222 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:44,777 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 15:44:44,830 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) Calculated size of 1 studies
2025-11-19 15:44:44,830 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 15:44:44,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153551466 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:45,554 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:45,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225788, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:44:45,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225788, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:44:45,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225839, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:44:45,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225839, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/9F3C8D60, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:45,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 18 ms
2025-11-19 15:44:45,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:45,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:45,819 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 15:44:45,820 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 15:44:45,821 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:44:45,821 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:44:45,822 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:44:45,822 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:44:45,823 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 15:44:45,845 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:44:45,846 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:44:45,847 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 15:44:45,847 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 15:44:45,848 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 15:44:45,848 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 15:44:45,848 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 15:44:46,800 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:46,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225805, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153551466, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:44:46,802 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225805, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153551466, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:44:46,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225840, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153551466, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:44:46,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225840, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/26744219, tsuid=1.2.840.10008.1.2, size=3416852, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:46,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 21 ms
2025-11-19 15:44:46,822 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153551466 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:47,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153642277 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:48,964 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:48,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225806, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153642277, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:44:48,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225806, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153642277, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:44:48,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225841, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153642277, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:44:48,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225841, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/6F330213, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:48,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 16 ms
2025-11-19 15:44:48,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153642277 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:49,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153726756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:50,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:50,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225789, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:44:50,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225789, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:44:50,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225842, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:44:50,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225842, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/D9A4D3F5, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:50,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 33 ms
2025-11-19 15:44:50,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:51,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:51,304 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:51,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225808, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153726756, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:44:51,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225808, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153726756, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:44:51,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225843, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153726756, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:44:51,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225843, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/7C869E93, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:51,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 23 ms
2025-11-19 15:44:51,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153726756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:51,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153752989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:53,174 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:53,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225809, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153752989, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:44:53,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225809, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153752989, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:44:53,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225844, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153752989, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:44:53,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225844, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/CAE500F2, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:53,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 19 ms
2025-11-19 15:44:53,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153752989 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:53,485 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153831837 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:55,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:55,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:55,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Found previous received Instance[pk=225792, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:44:55,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Replace previous received Instance[pk=225792, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:44:55,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225811, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153831837, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:44:55,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225811, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153831837, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:44:55,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Instance[pk=225845, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:44:55,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Create Location[pk=225845, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3B7D5FDA, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:55,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225846, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153831837, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:44:55,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225846, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/90892F4C, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:55,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391): Updated DB in 8 ms
2025-11-19 15:44:55,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 9 ms
2025-11-19 15:44:55,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:55,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153831837 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:55,775 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) >> A-RELEASE-RQ
2025-11-19 15:44:55,775 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-HS30(391) << A-RELEASE-RP
2025-11-19 15:44:55,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153957780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:55,825 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS30(391): close Socket[addr=187.36.104.204/187.36.104.204,port=52123,localport=11112]
2025-11-19 15:44:56,284 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52124,localport=11112]
2025-11-19 15:44:56,284 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> A-ASSOCIATE-RQ
2025-11-19 15:44:56,284 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << A-ASSOCIATE-AC
2025-11-19 15:44:56,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:57,474 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:57,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225813, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153957780, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:44:57,476 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225813, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153957780, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:44:57,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225847, uid=1.2.410.200001.101.11.501.1791052210.3.20251119153957780, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:44:57,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225847, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/8828DD39, tsuid=1.2.840.10008.1.2, size=3417092, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:57,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 15 ms
2025-11-19 15:44:57,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119153957780 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:57,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154047251 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:57,826 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 15:44:57,828 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 15:44:59,376 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:44:59,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225815, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154047251, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:44:59,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225815, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154047251, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:44:59,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225848, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154047251, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:44:59,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225848, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/D3BF6D47, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:44:59,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 13 ms
2025-11-19 15:44:59,391 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154047251 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:59,596 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49248,localport=11112]
2025-11-19 15:44:59,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398) >> A-ASSOCIATE-RQ
2025-11-19 15:44:59,603 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398) << A-ASSOCIATE-AC
2025-11-19 15:44:59,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154114356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:44:59,969 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398) >> 7:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538321.215 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:45:01,496 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:01,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225816, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154114356, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:45:01,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225816, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154114356, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:45:01,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225849, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154114356, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:45:01,501 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225849, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/D0E5002B, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:01,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 15 ms
2025-11-19 15:45:01,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154114356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:01,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154216756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:02,350 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:02,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Instance[pk=225850, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104119678, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:45:02,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Location[pk=225850, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/160F5D1A, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:02,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Updated DB in 13 ms
2025-11-19 15:45:02,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104119678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:03,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104129386 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:04,090 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:04,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225794, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:45:04,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225794, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:45:04,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225851, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:45:04,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225851, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2C77ACCE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:04,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 30 ms
2025-11-19 15:45:04,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:04,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:04,562 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:04,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398): Create Instance[pk=225852, uid=1.2.840.113619.2.423.84107009440.1763538321.215, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 15:45:04,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398): Create Location[pk=225852, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/1D81C9A3, tsuid=1.2.840.10008.1.2.1, size=692668, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:04,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398): Updated DB in 18 ms
2025-11-19 15:45:04,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398) << 7:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538321.215 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:45:05,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398) >> 8:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538321.215 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:45:07,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6180) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:07,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398): Found previous received Instance[pk=225852, uid=1.2.840.113619.2.423.84107009440.1763538321.215, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 15:45:07,245 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398): Replace previous received Instance[pk=225852, uid=1.2.840.113619.2.423.84107009440.1763538321.215, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 15:45:07,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398): Create Instance[pk=225853, uid=1.2.840.113619.2.423.84107009440.1763538321.215, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 15:45:07,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398): Create Location[pk=225853, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/6AD32376, tsuid=1.2.840.10008.1.2.1, size=692668, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:07,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398): Updated DB in 14 ms
2025-11-19 15:45:07,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398) << 8:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538321.215 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:45:07,790 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398) >> A-RELEASE-RQ
2025-11-19 15:45:07,790 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6180) DCM4CHEE<-F6LOGIQ(398) << A-RELEASE-RP
2025-11-19 15:45:07,841 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-F6LOGIQ(398): close Socket[addr=187.36.104.204/187.36.104.204,port=49248,localport=11112]
2025-11-19 15:45:09,200 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:09,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225796, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:45:09,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225796, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:45:09,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225854, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:45:09,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225854, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/E2394C3E, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:09,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 23 ms
2025-11-19 15:45:09,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:09,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 15:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 15:45:14,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:14,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225797, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:45:14,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225797, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:45:14,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225855, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:45:14,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225855, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/B16C2BF9, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:14,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 16 ms
2025-11-19 15:45:14,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:14,598 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:14,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Instance[pk=225856, uid=1.2.392.200036.9125.9.0.254349678.1194337470.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 15:45:14,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Location[pk=225856, systemID=amazon-s3, path=2025/11/19/D8DC84D3/3FB54495/79BEA05B, tsuid=1.2.840.10008.1.2, size=14015798, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:14,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Updated DB in 4 ms
2025-11-19 15:45:14,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) << 153:C-STORE-RSP[pcid=147, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349678.1194337470.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:14,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:14,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) >> 155:C-STORE-RQ[pcid=147, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349679.1077028030.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:15,861 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:15,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225822, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154216756, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:45:15,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225822, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154216756, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:45:15,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225857, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154216756, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:45:15,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225857, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/3AFDEBEB, tsuid=1.2.840.10008.1.2, size=44206380, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:15,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 12 ms
2025-11-19 15:45:15,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154216756 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:16,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154314081 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:17,804 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6283) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:17,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Found previous received Instance[pk=225823, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154314081, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:45:17,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Replace previous received Instance[pk=225823, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154314081, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:45:17,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Instance[pk=225858, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154314081, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:45:17,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Create Location[pk=225858, systemID=amazon-s3, path=2025/11/19/031333CF/9FB031AA/50D18724, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:17,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396): Updated DB in 15 ms
2025-11-19 15:45:17,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154314081 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:18,070 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) >> A-RELEASE-RQ
2025-11-19 15:45:18,070 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6283) DCM4CHEE<-HS50US07(396) << A-RELEASE-RP
2025-11-19 15:45:18,120 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS50US07(396): close Socket[addr=187.36.104.204/187.36.104.204,port=52149,localport=11112]
2025-11-19 15:45:19,770 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:19,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225798, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:45:19,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225798, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:45:19,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225859, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:45:19,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225859, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/54993044, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:19,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 15 ms
2025-11-19 15:45:19,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:20,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:24,918 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:24,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225799, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:45:24,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225799, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:45:24,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225860, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:45:24,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225860, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/47C9C0ED, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:24,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 16 ms
2025-11-19 15:45:24,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:25,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:29,076 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:29,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225800, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:45:29,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225800, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:45:29,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225861, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:45:29,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225861, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/DD3998B2, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:29,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 22 ms
2025-11-19 15:45:29,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:29,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:33,664 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:33,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225801, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:45:33,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225801, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:45:33,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225862, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:45:33,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225862, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A503D229, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:33,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 20 ms
2025-11-19 15:45:33,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:33,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:39,006 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:39,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225804, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:45:39,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225804, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:45:39,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225863, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:45:39,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225863, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/C90DC75C, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:39,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 19 ms
2025-11-19 15:45:39,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:39,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:42,120 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 15:45:42,121 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 15:45:43,389 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:43,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225807, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:45:43,391 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225807, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:45:43,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225864, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:45:43,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225864, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/741E08D1, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:43,401 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 12 ms
2025-11-19 15:45:43,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:43,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:45,848 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 15:45:45,849 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 15:45:45,850 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 15:45:45,851 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 15:45:45,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:45:45,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:45:45,853 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:45:45,853 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:45:45,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:45:45,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:45:45,876 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 15:45:45,876 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 15:45:47,661 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:47,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225810, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:45:47,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225810, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:45:47,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225865, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:45:47,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225865, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/332A71F5, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:47,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 13 ms
2025-11-19 15:45:47,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:47,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:48,714 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:48,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Instance[pk=225866, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104129386, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:45:48,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Location[pk=225866, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/161D6975, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:48,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Updated DB in 21 ms
2025-11-19 15:45:48,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104129386 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:48,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104149520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:52,333 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:52,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225814, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:45:52,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225814, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:45:52,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225867, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:45:52,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225867, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/7EB5CAA5, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:52,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 16 ms
2025-11-19 15:45:52,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:52,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:57,828 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 15:45:57,830 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 15:45:58,060 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:45:58,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225817, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:45:58,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225817, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:45:58,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225868, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:45:58,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225868, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/027253E4, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:45:58,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 17 ms
2025-11-19 15:45:58,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:58,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:45:58,650 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49252,localport=11112]
2025-11-19 15:45:58,650 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399) >> A-ASSOCIATE-RQ
2025-11-19 15:45:58,650 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399) << A-ASSOCIATE-AC
2025-11-19 15:45:58,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399) >> 9:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538380.219 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:46:02,613 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6295) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:02,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399): Create Instance[pk=225869, uid=1.2.840.113619.2.423.84107009440.1763538380.219, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 15:46:02,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399): Create Location[pk=225869, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/27B0C5E0, tsuid=1.2.840.10008.1.2.1, size=692668, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:02,627 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399): Updated DB in 14 ms
2025-11-19 15:46:02,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399) << 9:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538380.219 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:46:03,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399) >> 10:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538380.219 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:46:03,084 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:03,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225818, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:46:03,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225818, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:46:03,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225870, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:46:03,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225870, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/F1A39552, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:03,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 20 ms
2025-11-19 15:46:03,104 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:03,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:04,714 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6295) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:04,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399): Found previous received Instance[pk=225869, uid=1.2.840.113619.2.423.84107009440.1763538380.219, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 15:46:04,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399): Replace previous received Instance[pk=225869, uid=1.2.840.113619.2.423.84107009440.1763538380.219, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 15:46:04,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399): Create Instance[pk=225871, uid=1.2.840.113619.2.423.84107009440.1763538380.219, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 15:46:04,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399): Create Location[pk=225871, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/CC03378B, tsuid=1.2.840.10008.1.2.1, size=692668, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:04,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399): Updated DB in 14 ms
2025-11-19 15:46:04,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399) << 10:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538380.219 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:46:05,103 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399) >> A-RELEASE-RQ
2025-11-19 15:46:05,104 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6295) DCM4CHEE<-F6LOGIQ(399) << A-RELEASE-RP
2025-11-19 15:46:05,154 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-F6LOGIQ(399): close Socket[addr=187.36.104.204/187.36.104.204,port=49252,localport=11112]
2025-11-19 15:46:08,184 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:08,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225821, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:46:08,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225821, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:46:08,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225872, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:46:08,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225872, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/7D241CC8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:08,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 8 ms
2025-11-19 15:46:08,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:08,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 15:46:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 15:46:12,952 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:12,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225824, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:46:12,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225824, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:46:12,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225873, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:46:12,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225873, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/CFE2AEB1, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:12,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 25 ms
2025-11-19 15:46:12,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:13,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:16,838 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:16,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225825, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:46:16,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225825, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:46:16,843 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225874, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:46:16,843 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225874, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/9DE38E0A, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:16,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 25 ms
2025-11-19 15:46:16,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:17,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:20,772 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:20,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225826, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:46:20,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225826, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:46:20,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225875, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:46:20,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225875, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/8CFF0759, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:20,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 13 ms
2025-11-19 15:46:20,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:21,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:25,236 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:25,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225827, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:46:25,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225827, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:46:25,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225876, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:46:25,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225876, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/AA6A22CC, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:25,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 27 ms
2025-11-19 15:46:25,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:25,508 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:30,395 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:30,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225828, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:46:30,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225828, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:46:30,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225877, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:46:30,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225877, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/BC9131D9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:30,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 22 ms
2025-11-19 15:46:30,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:30,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:30,742 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:30,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Instance[pk=225878, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104149520, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:46:30,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Location[pk=225878, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/16399F39, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:30,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Updated DB in 9 ms
2025-11-19 15:46:30,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104149520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:31,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104156808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:34,660 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:34,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225829, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:46:34,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225829, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:46:34,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225879, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:46:34,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225879, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/4F70E552, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:34,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 30 ms
2025-11-19 15:46:34,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:34,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:38,632 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:38,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225831, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:46:38,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225831, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:46:38,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225880, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:46:38,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225880, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/B5F1AD4B, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:38,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 13 ms
2025-11-19 15:46:38,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:38,893 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:42,121 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 15:46:42,122 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 15:46:43,398 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:43,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225832, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:46:43,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225832, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:46:43,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225881, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:46:43,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225881, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/F9F3F882, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:43,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 8 ms
2025-11-19 15:46:43,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:43,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:45,876 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 15:46:45,877 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 15:46:45,878 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 15:46:45,878 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:46:45,879 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:46:45,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:46:45,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:46:45,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:46:45,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:46:45,902 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 15:46:45,902 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 15:46:47,551 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:47,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225833, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:46:47,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225833, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:46:47,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225882, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:46:47,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225882, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/12B96DCE, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:47,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 16 ms
2025-11-19 15:46:47,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:47,814 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 15:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 15:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6301) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6302) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:46:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6302) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:46:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6301) Start deleting 77 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:46:51,635 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:51,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225834, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:46:51,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225834, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:46:51,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225883, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:46:51,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225883, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/B5650359, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:51,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 7 ms
2025-11-19 15:46:51,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:51,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:53,420 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:46:53,440 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:46:56,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:46:56,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225835, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:46:56,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225835, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:46:56,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225884, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:46:56,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225884, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/FF05B3FA, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:46:56,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 8 ms
2025-11-19 15:46:56,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:56,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:46:57,830 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 15:46:57,832 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 15:47:01,619 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:01,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225836, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:47:01,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225836, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:47:01,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225885, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:47:01,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225885, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/025058A1, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:01,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 16 ms
2025-11-19 15:47:01,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:01,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:01,948 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49257,localport=11112]
2025-11-19 15:47:01,948 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400) >> A-ASSOCIATE-RQ
2025-11-19 15:47:01,949 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400) << A-ASSOCIATE-AC
2025-11-19 15:47:02,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400) >> 11:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538443.223 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:47:05,528 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6303) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:05,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400): Create Instance[pk=225886, uid=1.2.840.113619.2.423.84107009440.1763538443.223, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 15:47:05,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400): Create Location[pk=225886, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/55EDE541, tsuid=1.2.840.10008.1.2.1, size=692668, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:05,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400): Updated DB in 6 ms
2025-11-19 15:47:05,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400) << 11:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538443.223 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:47:05,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400) >> 12:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538443.223 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:47:08,318 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:08,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225839, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:47:08,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225839, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:47:08,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225887, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:47:08,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225887, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/BFC58E37, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:08,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 19 ms
2025-11-19 15:47:08,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:08,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:09,035 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6303) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:09,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400): Found previous received Instance[pk=225886, uid=1.2.840.113619.2.423.84107009440.1763538443.223, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 15:47:09,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400): Replace previous received Instance[pk=225886, uid=1.2.840.113619.2.423.84107009440.1763538443.223, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 15:47:09,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400): Create Instance[pk=225888, uid=1.2.840.113619.2.423.84107009440.1763538443.223, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 15:47:09,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400): Create Location[pk=225888, systemID=amazon-s3, path=2025/11/19/031333B4/829B6D83/04283448, tsuid=1.2.840.10008.1.2.1, size=692668, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:09,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400): Updated DB in 13 ms
2025-11-19 15:47:09,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400) << 12:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763538443.223 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 15:47:09,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400) >> A-RELEASE-RQ
2025-11-19 15:47:09,430 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6303) DCM4CHEE<-F6LOGIQ(400) << A-RELEASE-RP
2025-11-19 15:47:09,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-F6LOGIQ(400): close Socket[addr=187.36.104.204/187.36.104.204,port=49257,localport=11112]
2025-11-19 15:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 15:47:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 15:47:12,302 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:12,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225842, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:47:12,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225842, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:47:12,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225889, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:47:12,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225889, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/D5D9F594, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:12,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 8 ms
2025-11-19 15:47:12,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:12,562 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:13,273 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:13,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Instance[pk=225890, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104156808, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:47:13,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Location[pk=225890, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/164664AA, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:13,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Updated DB in 5 ms
2025-11-19 15:47:13,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104156808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:13,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104208453 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:16,304 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:16,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Found previous received Instance[pk=225845, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:47:16,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Replace previous received Instance[pk=225845, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:47:16,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Instance[pk=225891, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:47:16,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Create Location[pk=225891, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/16C582B8, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:16,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397): Updated DB in 7 ms
2025-11-19 15:47:16,312 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:16,557 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) >> A-RELEASE-RQ
2025-11-19 15:47:16,558 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(397) << A-RELEASE-RP
2025-11-19 15:47:16,608 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS30(397): close Socket[addr=187.36.104.204/187.36.104.204,port=52124,localport=11112]
2025-11-19 15:47:17,055 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52125,localport=11112]
2025-11-19 15:47:17,055 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> A-ASSOCIATE-RQ
2025-11-19 15:47:17,055 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << A-ASSOCIATE-AC
2025-11-19 15:47:17,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:22,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:22,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225851, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:47:22,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225851, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:47:22,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225892, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:47:22,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225892, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/DCFFBF90, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:22,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 25 ms
2025-11-19 15:47:22,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:22,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:24,801 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:24,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225854, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:47:24,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225854, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:47:24,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225893, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:47:24,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225893, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2CD003DE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:24,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 7 ms
2025-11-19 15:47:24,809 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:25,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:29,347 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:29,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225855, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:47:29,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225855, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:47:29,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225894, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:47:29,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225894, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/302ABFE6, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:29,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 7 ms
2025-11-19 15:47:29,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:29,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:32,594 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:32,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225859, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:47:32,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225859, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:47:32,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225895, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:47:32,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225895, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/30557DCF, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:32,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 6 ms
2025-11-19 15:47:32,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:32,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:37,502 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:37,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225860, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:47:37,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225860, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:47:37,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225896, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:47:37,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225896, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33A275E1, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:37,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 7 ms
2025-11-19 15:47:37,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:37,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:39,532 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6301) Finished deleting 77 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:47:39,532 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6301) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:47:42,122 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 15:47:42,123 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 15:47:44,045 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:44,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225861, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:47:44,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225861, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:47:44,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225897, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:47:44,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225897, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33CC5323, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:44,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 13 ms
2025-11-19 15:47:44,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:44,294 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:45,902 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 15:47:45,903 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:47:45,903 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:47:45,904 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:47:45,904 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:47:45,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:47:45,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:47:45,926 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 15:47:50,488 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:50,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225862, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:47:50,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225862, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:47:50,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225898, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:47:50,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225898, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38CDBA03, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:50,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 14 ms
2025-11-19 15:47:50,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:50,744 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:53,832 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:53,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Instance[pk=225899, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104208453, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:47:53,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Location[pk=225899, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/17B5A214, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:53,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Updated DB in 26 ms
2025-11-19 15:47:53,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104208453 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:54,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104246026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:54,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:54,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225863, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:47:54,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225863, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:47:54,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225900, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:47:54,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225900, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38E9E4AB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:54,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 16 ms
2025-11-19 15:47:54,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:54,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:57,832 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 15:47:57,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 15:47:58,320 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:47:58,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225864, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:47:58,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225864, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:47:58,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225901, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:47:58,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225901, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38F9D169, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:47:58,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 20 ms
2025-11-19 15:47:58,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:47:58,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:02,830 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:02,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225865, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:48:02,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225865, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:48:02,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225902, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:48:02,835 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225902, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3A945B65, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:02,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 21 ms
2025-11-19 15:48:02,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:03,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:07,545 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:07,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225867, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:48:07,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225867, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:48:07,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225903, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:48:07,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225903, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3C37DB47, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:07,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 25 ms
2025-11-19 15:48:07,570 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:07,824 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 15:48:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 15:48:13,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:13,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225868, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:48:13,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225868, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:48:13,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225904, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:48:13,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225904, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61A73289, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:13,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 15 ms
2025-11-19 15:48:13,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:13,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:18,623 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:18,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225870, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:48:18,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225870, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:48:18,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225905, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:48:18,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225905, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61DDBBEB, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:18,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 12 ms
2025-11-19 15:48:18,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:18,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:23,349 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:23,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225872, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:48:23,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225872, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:48:23,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225906, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 15:48:23,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225906, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/68C27307, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:23,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 34 ms
2025-11-19 15:48:23,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:23,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:27,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:27,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225873, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:48:27,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225873, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:48:27,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225907, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 15:48:27,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225907, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A30C71E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:27,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 9 ms
2025-11-19 15:48:27,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:27,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:32,295 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:32,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225874, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:48:32,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225874, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:48:32,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225908, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 15:48:32,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225908, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A3FC782, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:32,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 13 ms
2025-11-19 15:48:32,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:32,546 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:33,560 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:33,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Instance[pk=225909, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104246026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:48:33,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Location[pk=225909, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/17ED07FC, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:33,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Updated DB in 25 ms
2025-11-19 15:48:33,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104246026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:33,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104301651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:37,779 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:37,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225875, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:48:37,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225875, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:48:37,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225910, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 15:48:37,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225910, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A57E68C, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:37,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 24 ms
2025-11-19 15:48:37,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:38,086 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:42,123 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 15:48:42,124 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 15:48:42,148 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:42,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225876, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:48:42,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225876, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:48:42,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225911, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 15:48:42,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225911, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A65FE6D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:42,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 28 ms
2025-11-19 15:48:42,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:42,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:45,926 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 15:48:45,927 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 15:48:45,927 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:48:45,928 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:48:45,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:48:45,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:48:45,929 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 15:48:45,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:48:45,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:48:45,952 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 15:48:45,952 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 15:48:46,070 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:46,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225877, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:48:46,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225877, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:48:46,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225912, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 15:48:46,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225912, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A774FC8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:46,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 7 ms
2025-11-19 15:48:46,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:46,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:50,476 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:50,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225879, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:48:50,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225879, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:48:50,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225913, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 15:48:50,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225913, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DC55184, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:50,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 17 ms
2025-11-19 15:48:50,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:50,744 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:55,358 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:55,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225880, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:48:55,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225880, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:48:55,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225914, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 15:48:55,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225914, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DD3C359, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:55,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 35 ms
2025-11-19 15:48:55,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:55,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:48:57,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 15:48:57,836 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 15:48:59,862 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:48:59,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225881, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:48:59,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225881, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:48:59,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225915, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 15:48:59,867 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225915, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DE0FD80, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:48:59,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 7 ms
2025-11-19 15:48:59,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:00,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:03,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:03,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225882, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:49:03,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225882, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:49:03,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225916, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 15:49:03,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225916, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F4FDFC0, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:03,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 15 ms
2025-11-19 15:49:03,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:03,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:07,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:07,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225883, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:49:07,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225883, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:49:07,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225917, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 15:49:07,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225917, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F5D7BD9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:07,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 13 ms
2025-11-19 15:49:07,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:07,937 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:11,366 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6202) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:11,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Instance[pk=225918, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104301651, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:49:11,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Create Location[pk=225918, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/1967539A, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:11,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394): Updated DB in 16 ms
2025-11-19 15:49:11,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104301651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:11,608 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) >> A-RELEASE-RQ
2025-11-19 15:49:11,608 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6202) DCM4CHEE<-HS60MT(394) << A-RELEASE-RP
2025-11-19 15:49:11,659 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS60MT(394): close Socket[addr=187.36.104.204/187.36.104.204,port=49466,localport=11112]
2025-11-19 15:49:11,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:11,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225884, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:49:11,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225884, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:49:11,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225919, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 15:49:11,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225919, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/FC5B927E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:11,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 25 ms
2025-11-19 15:49:11,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 15:49:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 15:49:12,078 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49489,localport=11112]
2025-11-19 15:49:12,082 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) >> A-ASSOCIATE-RQ
2025-11-19 15:49:12,082 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) << A-ASSOCIATE-AC
2025-11-19 15:49:12,169 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:12,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110095955368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:17,130 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:17,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225885, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:49:17,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225885, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:49:17,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225920, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 15:49:17,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225920, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/71108262, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:17,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 12 ms
2025-11-19 15:49:17,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:17,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:21,652 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:21,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225887, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:49:21,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225887, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:49:21,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225921, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 15:49:21,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225921, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/712F6FBE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:21,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 18 ms
2025-11-19 15:49:21,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:21,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:25,801 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:25,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225889, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:49:25,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225889, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:49:25,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225922, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 15:49:25,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225922, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/969D6A45, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:25,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 18 ms
2025-11-19 15:49:25,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:26,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:30,408 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:30,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Found previous received Instance[pk=225891, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:49:30,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Replace previous received Instance[pk=225891, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:49:30,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Instance[pk=225923, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 15:49:30,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Create Location[pk=225923, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/96C55B6B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:30,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401): Updated DB in 25 ms
2025-11-19 15:49:30,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:30,683 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) >> A-RELEASE-RQ
2025-11-19 15:49:30,683 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(401) << A-RELEASE-RP
2025-11-19 15:49:30,733 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(401): close Socket[addr=187.36.104.204/187.36.104.204,port=52125,localport=11112]
2025-11-19 15:49:31,178 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52126,localport=11112]
2025-11-19 15:49:31,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> A-ASSOCIATE-RQ
2025-11-19 15:49:31,179 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << A-ASSOCIATE-AC
2025-11-19 15:49:31,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:35,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:35,849 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Patient[pk=8847, id=PatientID[pk=8847, id=68441, issuer=DCM4CHEE.D6CD9FFA.0BC3688C], name=LUA PRISCILLA RANGEL NOGUEIRA]
2025-11-19 15:49:35,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Study[pk=8856, uid=68441, id=68441]
2025-11-19 15:49:35,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Series[pk=8961, uid=1.2.410.200001.101.11.301.1144174170.2.20251119152717836, no=1, mod=US]
2025-11-19 15:49:35,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Instance[pk=225924, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:49:35,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Location[pk=225924, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A28F43FE, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:35,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Updated DB in 22 ms
2025-11-19 15:49:35,869 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) No duplicate record with equal Patient ID found Patient[pk=8847, id=PatientID[pk=8847, id=68441, issuer=DCM4CHEE.D6CD9FFA.0BC3688C], name=LUA PRISCILLA RANGEL NOGUEIRA]
2025-11-19 15:49:35,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:36,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:38,872 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:38,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Instance[pk=225925, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:49:38,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Location[pk=225925, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A2C6451A, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:38,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Updated DB in 13 ms
2025-11-19 15:49:38,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:39,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:42,124 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 15:49:42,125 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 15:49:42,374 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:42,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Instance[pk=225926, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:49:42,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Location[pk=225926, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A46B4EAE, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:42,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Updated DB in 12 ms
2025-11-19 15:49:42,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:42,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:44,830 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 15:49:45,017 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) Calculated size of 4 studies
2025-11-19 15:49:45,018 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 15:49:45,952 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 15:49:45,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:49:45,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:49:45,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:49:45,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:49:45,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:49:45,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:49:45,975 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 15:49:46,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:46,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Instance[pk=225927, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:49:46,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Location[pk=225927, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A605BABC, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:46,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Updated DB in 14 ms
2025-11-19 15:49:46,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:46,574 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:51,035 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:51,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Instance[pk=225928, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:49:51,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Location[pk=225928, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/CB7585E6, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:51,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Updated DB in 21 ms
2025-11-19 15:49:51,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:51,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:55,947 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:55,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Found previous received Instance[pk=209657, uid=1.2.410.200001.101.11.601.1501430850.3.20251110095955368, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:49:55,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Replace previous received Instance[pk=209657, uid=1.2.410.200001.101.11.601.1501430850.3.20251110095955368, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:49:55,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Instance[pk=225929, uid=1.2.410.200001.101.11.601.1501430850.3.20251110095955368, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:49:55,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Location[pk=225929, systemID=amazon-s3, path=2025/11/19/03125A18/D85F5FEE/A609CDB4, tsuid=1.2.840.10008.1.2, size=3416614, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:55,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Updated DB in 36 ms
2025-11-19 15:49:55,985 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110095955368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:56,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100000603 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:56,654 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:49:56,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Instance[pk=225930, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:49:56,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Location[pk=225930, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/CBB85155, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:49:56,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Updated DB in 21 ms
2025-11-19 15:49:56,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:56,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:49:57,836 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 15:49:57,838 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 15:50:00,835 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:00,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Instance[pk=225931, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:50:00,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Location[pk=225931, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/CD5F8A4F, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:00,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Updated DB in 11 ms
2025-11-19 15:50:00,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:01,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:04,694 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:04,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Instance[pk=225932, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:50:04,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Location[pk=225932, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D0CCE9E9, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:04,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Updated DB in 24 ms
2025-11-19 15:50:04,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:04,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:10,187 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:10,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Instance[pk=225933, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:50:10,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Location[pk=225933, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D4327BF1, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:10,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Updated DB in 13 ms
2025-11-19 15:50:10,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:10,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 15:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 15:50:15,266 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:15,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Instance[pk=225934, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:50:15,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Create Location[pk=225934, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D5D93681, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:15,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403): Updated DB in 4 ms
2025-11-19 15:50:15,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:15,522 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) >> A-RELEASE-RQ
2025-11-19 15:50:15,522 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(403) << A-RELEASE-RP
2025-11-19 15:50:15,572 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(403): close Socket[addr=187.36.104.204/187.36.104.204,port=52126,localport=11112]
2025-11-19 15:50:15,992 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52127,localport=11112]
2025-11-19 15:50:16,017 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> A-ASSOCIATE-RQ
2025-11-19 15:50:16,017 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << A-ASSOCIATE-AC
2025-11-19 15:50:16,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:20,079 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:20,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Found previous received Instance[pk=225924, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:50:20,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Replace previous received Instance[pk=225924, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:50:20,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Instance[pk=225935, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:50:20,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Location[pk=225935, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/C472E947, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:20,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Updated DB in 9 ms
2025-11-19 15:50:20,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:20,319 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:24,435 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:24,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Found previous received Instance[pk=225925, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:50:24,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Replace previous received Instance[pk=225925, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:50:24,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Instance[pk=225936, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:50:24,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Location[pk=225936, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/C117B210, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:24,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Updated DB in 17 ms
2025-11-19 15:50:24,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:24,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:28,167 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:28,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Found previous received Instance[pk=225926, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:50:28,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Replace previous received Instance[pk=225926, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:50:28,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Instance[pk=225937, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:50:28,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Location[pk=225937, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/24BD59D1, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:28,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Updated DB in 14 ms
2025-11-19 15:50:28,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:28,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:32,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:32,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Found previous received Instance[pk=225927, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:50:32,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Replace previous received Instance[pk=225927, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:50:32,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Instance[pk=225938, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:50:32,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Location[pk=225938, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/ED7C35A4, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:32,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Updated DB in 7 ms
2025-11-19 15:50:32,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:32,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:36,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:36,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Found previous received Instance[pk=225928, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:50:36,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Replace previous received Instance[pk=225928, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:50:36,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Instance[pk=225939, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:50:36,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Location[pk=225939, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/C322EC91, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:36,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Updated DB in 15 ms
2025-11-19 15:50:36,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:36,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:40,941 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:40,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Found previous received Instance[pk=225930, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:50:40,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Replace previous received Instance[pk=225930, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:50:40,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Instance[pk=225940, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:50:40,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Location[pk=225940, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/E350138E, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:40,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Updated DB in 18 ms
2025-11-19 15:50:40,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:41,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:41,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Found previous received Instance[pk=209660, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100000603, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:50:41,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Replace previous received Instance[pk=209660, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100000603, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:50:41,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Instance[pk=225941, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100000603, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:50:41,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Location[pk=225941, systemID=amazon-s3, path=2025/11/19/03125A18/D85F5FEE/7B403226, tsuid=1.2.840.10008.1.2, size=3416614, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:41,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Updated DB in 8 ms
2025-11-19 15:50:41,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100000603 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:41,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:41,386 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100048677 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:42,125 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 15:50:42,126 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 15:50:45,431 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:45,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Found previous received Instance[pk=225931, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:50:45,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Replace previous received Instance[pk=225931, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:50:45,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Instance[pk=225942, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:50:45,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Location[pk=225942, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/88DCA60E, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:45,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Updated DB in 15 ms
2025-11-19 15:50:45,446 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:45,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:45,976 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 15:50:45,977 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 15:50:45,978 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 15:50:45,979 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 15:50:45,979 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 15:50:45,980 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:50:45,980 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:50:45,981 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:50:45,981 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:50:45,981 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 15:50:46,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:50:46,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:50:46,001 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 15:50:46,001 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 15:50:46,003 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 15:50:46,003 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 15:50:46,163 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:46,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Instance[pk=225943, uid=1.2.392.200036.9125.9.0.254349679.1077028030.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 15:50:46,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Create Location[pk=225943, systemID=amazon-s3, path=2025/11/19/D8DC84D3/3FB54495/51E12EF7, tsuid=1.2.840.10008.1.2, size=14015788, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:46,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381): Updated DB in 10 ms
2025-11-19 15:50:46,173 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) << 155:C-STORE-RSP[pcid=147, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349679.1077028030.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:46,397 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) >> A-RELEASE-RQ
2025-11-19 15:50:46,397 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(381) << A-RELEASE-RP
2025-11-19 15:50:46,447 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-FCR-CSL1(381): close Socket[addr=187.36.104.204/187.36.104.204,port=50154,localport=11112]
2025-11-19 15:50:48,006 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=50207,localport=11112]
2025-11-19 15:50:48,013 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) >> A-ASSOCIATE-RQ
2025-11-19 15:50:48,013 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) << A-ASSOCIATE-AC
2025-11-19 15:50:48,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) >> 159:C-STORE-RQ[pcid=157, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349682.3929220286.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:50,755 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:50,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Found previous received Instance[pk=225932, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:50:50,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Replace previous received Instance[pk=225932, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:50:50,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Instance[pk=225944, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:50:50,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Location[pk=225944, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/C080090A, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:50,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Updated DB in 12 ms
2025-11-19 15:50:50,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:51,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:55,100 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:55,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Found previous received Instance[pk=225933, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:50:55,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Replace previous received Instance[pk=225933, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:50:55,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Instance[pk=225945, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:50:55,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Location[pk=225945, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/80C3DA7D, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:55,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Updated DB in 15 ms
2025-11-19 15:50:55,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:55,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:57,838 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 15:50:57,839 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 15:50:58,819 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:50:58,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Found previous received Instance[pk=225934, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:50:58,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Replace previous received Instance[pk=225934, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:50:58,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Instance[pk=225946, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:50:58,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Create Location[pk=225946, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/02F21503, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:50:58,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404): Updated DB in 14 ms
2025-11-19 15:50:58,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:50:59,076 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) >> A-RELEASE-RQ
2025-11-19 15:50:59,076 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(404) << A-RELEASE-RP
2025-11-19 15:50:59,126 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(404): close Socket[addr=187.36.104.204/187.36.104.204,port=52127,localport=11112]
2025-11-19 15:50:59,543 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52128,localport=11112]
2025-11-19 15:50:59,543 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> A-ASSOCIATE-RQ
2025-11-19 15:50:59,543 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << A-ASSOCIATE-AC
2025-11-19 15:50:59,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:03,586 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:03,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Found previous received Instance[pk=225935, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:51:03,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Replace previous received Instance[pk=225935, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:51:03,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Instance[pk=225947, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:51:03,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Location[pk=225947, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/DA210D1C, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:03,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Updated DB in 8 ms
2025-11-19 15:51:03,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:03,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:07,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:07,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Found previous received Instance[pk=225936, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:51:07,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Replace previous received Instance[pk=225936, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:51:07,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Instance[pk=225948, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:51:07,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Location[pk=225948, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/81BE8BBE, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:07,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Updated DB in 25 ms
2025-11-19 15:51:07,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:08,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:10,636 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:10,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Found previous received Instance[pk=225937, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:51:10,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Replace previous received Instance[pk=225937, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:51:10,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Instance[pk=225949, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:51:10,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Location[pk=225949, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/CAA7EA9D, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:10,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Updated DB in 12 ms
2025-11-19 15:51:10,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:10,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 15:51:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 15:51:14,100 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:14,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Found previous received Instance[pk=225938, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:51:14,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Replace previous received Instance[pk=225938, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:51:14,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Instance[pk=225950, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:51:14,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Location[pk=225950, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/305534BA, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:14,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Updated DB in 15 ms
2025-11-19 15:51:14,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:14,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:17,877 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:17,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Found previous received Instance[pk=225939, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:51:17,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Replace previous received Instance[pk=225939, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:51:17,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Instance[pk=225951, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:51:17,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Location[pk=225951, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/49798319, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:17,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Updated DB in 17 ms
2025-11-19 15:51:17,895 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:18,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:22,347 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:22,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Found previous received Instance[pk=225940, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:51:22,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Replace previous received Instance[pk=225940, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:51:22,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Instance[pk=225952, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:51:22,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Location[pk=225952, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/E56596B4, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:22,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Updated DB in 8 ms
2025-11-19 15:51:22,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:22,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:24,932 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:24,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Found previous received Instance[pk=209661, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100048677, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:51:24,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Replace previous received Instance[pk=209661, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100048677, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:51:24,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Instance[pk=225953, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100048677, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:51:24,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Location[pk=225953, systemID=amazon-s3, path=2025/11/19/03125A18/D85F5FEE/7B7C33FF, tsuid=1.2.840.10008.1.2, size=3416614, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:24,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Updated DB in 9 ms
2025-11-19 15:51:24,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100048677 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:25,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100107476 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:27,340 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:27,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Found previous received Instance[pk=225942, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:51:27,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Replace previous received Instance[pk=225942, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:51:27,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Instance[pk=225954, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:51:27,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Location[pk=225954, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/4A8D0803, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:27,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Updated DB in 17 ms
2025-11-19 15:51:27,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:27,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:31,999 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:32,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Found previous received Instance[pk=225944, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:51:32,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Replace previous received Instance[pk=225944, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:51:32,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Instance[pk=225955, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:51:32,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Location[pk=225955, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/7D31A2F4, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:32,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Updated DB in 8 ms
2025-11-19 15:51:32,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:32,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:36,003 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:36,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Found previous received Instance[pk=225945, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:51:36,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Replace previous received Instance[pk=225945, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:51:36,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Instance[pk=225956, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:51:36,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Location[pk=225956, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/1E6D856C, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:36,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Updated DB in 15 ms
2025-11-19 15:51:36,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:36,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:40,057 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:40,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Found previous received Instance[pk=225946, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:51:40,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Replace previous received Instance[pk=225946, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:51:40,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Instance[pk=225957, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:51:40,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Create Location[pk=225957, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A3456ED3, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:40,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406): Updated DB in 14 ms
2025-11-19 15:51:40,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:40,303 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) >> A-RELEASE-RQ
2025-11-19 15:51:40,303 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(406) << A-RELEASE-RP
2025-11-19 15:51:40,353 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS30(406): close Socket[addr=187.36.104.204/187.36.104.204,port=52128,localport=11112]
2025-11-19 15:51:40,759 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52129,localport=11112]
2025-11-19 15:51:40,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> A-ASSOCIATE-RQ
2025-11-19 15:51:40,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << A-ASSOCIATE-AC
2025-11-19 15:51:40,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:42,127 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 15:51:42,128 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 15:51:45,183 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:45,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Found previous received Instance[pk=225947, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:51:45,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Replace previous received Instance[pk=225947, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:51:45,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Instance[pk=225958, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:51:45,188 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Location[pk=225958, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/F008785B, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:45,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Updated DB in 10 ms
2025-11-19 15:51:45,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:45,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:46,003 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 15:51:46,004 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:51:46,005 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:51:46,005 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 15:51:46,007 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:51:46,007 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:51:46,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:51:46,037 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:51:46,037 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 15:51:47,450 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:47,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Found previous received Instance[pk=225948, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:51:47,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Replace previous received Instance[pk=225948, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:51:47,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Instance[pk=225959, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:51:47,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Location[pk=225959, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D1A16638, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:47,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Updated DB in 6 ms
2025-11-19 15:51:47,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:47,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 15:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6324) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 15:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6325) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:51:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6324) Start deleting 61 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:51:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6325) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:51:50,277 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:50,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Found previous received Instance[pk=225949, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:51:50,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Replace previous received Instance[pk=225949, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:51:50,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Instance[pk=225960, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:51:50,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Location[pk=225960, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/F1F0C0B8, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:50,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Updated DB in 7 ms
2025-11-19 15:51:50,285 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:50,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:53,171 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:53,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Found previous received Instance[pk=225950, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:51:53,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Replace previous received Instance[pk=225950, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:51:53,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Instance[pk=225961, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:51:53,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Location[pk=225961, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/ACC05355, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:53,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Updated DB in 7 ms
2025-11-19 15:51:53,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:53,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:53,440 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:51:53,455 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:51:56,588 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:51:56,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Found previous received Instance[pk=225951, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:51:56,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Replace previous received Instance[pk=225951, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:51:56,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Instance[pk=225962, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:51:56,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Location[pk=225962, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/882EB5EC, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:51:56,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Updated DB in 24 ms
2025-11-19 15:51:56,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:56,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:51:57,840 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 15:51:57,841 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 15:52:02,245 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:02,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Found previous received Instance[pk=225952, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:52:02,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Replace previous received Instance[pk=225952, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:52:02,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Instance[pk=225963, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:52:02,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Location[pk=225963, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/82890827, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:02,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Updated DB in 18 ms
2025-11-19 15:52:02,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:02,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:06,835 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:06,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Found previous received Instance[pk=225954, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:52:06,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Replace previous received Instance[pk=225954, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:52:06,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Instance[pk=225964, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:52:06,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Location[pk=225964, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/810B8FDB, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:06,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Updated DB in 7 ms
2025-11-19 15:52:06,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:07,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:11,149 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:11,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Found previous received Instance[pk=209662, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100107476, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:52:11,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Replace previous received Instance[pk=209662, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100107476, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:52:11,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Instance[pk=225965, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100107476, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:52:11,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Location[pk=225965, systemID=amazon-s3, path=2025/11/19/03125A18/D85F5FEE/7CF832B8, tsuid=1.2.840.10008.1.2, size=3915722, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:11,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Updated DB in 17 ms
2025-11-19 15:52:11,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100107476 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:11,204 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:11,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Found previous received Instance[pk=225955, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:52:11,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Replace previous received Instance[pk=225955, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:52:11,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Instance[pk=225966, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:52:11,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Location[pk=225966, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/10FAE95E, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:11,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Updated DB in 7 ms
2025-11-19 15:52:11,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:11,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100155301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:11,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 15:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 15:52:16,917 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:16,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Found previous received Instance[pk=225956, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:52:16,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Replace previous received Instance[pk=225956, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:52:16,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Instance[pk=225967, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:52:16,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Location[pk=225967, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/1CE89B35, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:16,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Updated DB in 6 ms
2025-11-19 15:52:16,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:17,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:20,838 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:20,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Found previous received Instance[pk=225957, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:52:20,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Replace previous received Instance[pk=225957, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:52:20,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Instance[pk=225968, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:52:20,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Create Location[pk=225968, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/5911F73A, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:20,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407): Updated DB in 9 ms
2025-11-19 15:52:20,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:21,077 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) >> A-RELEASE-RQ
2025-11-19 15:52:21,077 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(407) << A-RELEASE-RP
2025-11-19 15:52:21,127 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS30(407): close Socket[addr=187.36.104.204/187.36.104.204,port=52129,localport=11112]
2025-11-19 15:52:21,531 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52130,localport=11112]
2025-11-19 15:52:21,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> A-ASSOCIATE-RQ
2025-11-19 15:52:21,531 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << A-ASSOCIATE-AC
2025-11-19 15:52:21,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:26,209 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:26,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Found previous received Instance[pk=225958, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:52:26,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Replace previous received Instance[pk=225958, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:52:26,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Instance[pk=225969, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:52:26,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Location[pk=225969, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A28F43FE, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:26,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Updated DB in 10 ms
2025-11-19 15:52:26,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:26,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:29,658 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6324) Finished deleting 61 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:52:29,658 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6324) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:52:30,947 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:30,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Found previous received Instance[pk=225959, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:52:30,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Replace previous received Instance[pk=225959, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:52:30,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Instance[pk=225970, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:52:30,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Location[pk=225970, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A2C6451A, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:30,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Updated DB in 16 ms
2025-11-19 15:52:30,964 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:31,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:34,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:34,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Found previous received Instance[pk=225960, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:52:34,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Replace previous received Instance[pk=225960, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:52:34,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Instance[pk=225971, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:52:34,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Location[pk=225971, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A46B4EAE, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:34,585 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Updated DB in 7 ms
2025-11-19 15:52:34,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:34,811 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:39,790 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:39,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Found previous received Instance[pk=225961, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:52:39,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Replace previous received Instance[pk=225961, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:52:39,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Instance[pk=225972, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:52:39,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Location[pk=225972, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A605BABC, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:39,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Updated DB in 8 ms
2025-11-19 15:52:39,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:40,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:42,128 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 15:52:42,129 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 15:52:44,020 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:44,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Found previous received Instance[pk=225962, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:52:44,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Replace previous received Instance[pk=225962, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:52:44,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Instance[pk=225973, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:52:44,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Location[pk=225973, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/CB7585E6, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:44,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Updated DB in 14 ms
2025-11-19 15:52:44,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:44,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:46,038 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 15:52:46,038 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:52:46,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:52:46,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:52:46,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:52:46,062 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:52:46,062 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:52:46,062 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 15:52:46,063 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 15:52:49,191 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:49,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Found previous received Instance[pk=225963, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:52:49,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Replace previous received Instance[pk=225963, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:52:49,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Instance[pk=225974, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:52:49,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Location[pk=225974, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/CBB85155, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:49,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Updated DB in 13 ms
2025-11-19 15:52:49,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:49,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:54,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:54,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Found previous received Instance[pk=209666, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100155301, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:52:54,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Replace previous received Instance[pk=209666, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100155301, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:52:54,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Instance[pk=225975, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100155301, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:52:54,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Location[pk=225975, systemID=amazon-s3, path=2025/11/19/03125A18/D85F5FEE/7D3DBAE0, tsuid=1.2.840.10008.1.2, size=3416614, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:54,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Updated DB in 22 ms
2025-11-19 15:52:54,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100155301 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:54,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100220928 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:55,643 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:55,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Found previous received Instance[pk=225964, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:52:55,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Replace previous received Instance[pk=225964, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:52:55,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Instance[pk=225976, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:52:55,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Location[pk=225976, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/CD5F8A4F, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:55,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Updated DB in 27 ms
2025-11-19 15:52:55,670 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:55,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:57,841 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 15:52:57,843 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 15:52:59,658 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:52:59,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Found previous received Instance[pk=225966, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:52:59,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Replace previous received Instance[pk=225966, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:52:59,662 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Instance[pk=225977, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:52:59,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Location[pk=225977, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D0CCE9E9, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:52:59,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Updated DB in 17 ms
2025-11-19 15:52:59,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:52:59,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:03,198 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:03,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Found previous received Instance[pk=225967, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:53:03,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Replace previous received Instance[pk=225967, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:53:03,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Instance[pk=225978, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:53:03,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Location[pk=225978, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D4327BF1, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:03,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Updated DB in 21 ms
2025-11-19 15:53:03,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:03,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:07,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:07,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Found previous received Instance[pk=225968, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:53:07,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Replace previous received Instance[pk=225968, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:53:07,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Instance[pk=225979, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:53:07,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Create Location[pk=225979, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D5D93681, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:07,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408): Updated DB in 20 ms
2025-11-19 15:53:07,623 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:07,855 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) >> A-RELEASE-RQ
2025-11-19 15:53:07,855 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(408) << A-RELEASE-RP
2025-11-19 15:53:07,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(408): close Socket[addr=187.36.104.204/187.36.104.204,port=52130,localport=11112]
2025-11-19 15:53:08,332 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52131,localport=11112]
2025-11-19 15:53:08,332 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> A-ASSOCIATE-RQ
2025-11-19 15:53:08,332 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << A-ASSOCIATE-AC
2025-11-19 15:53:08,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 15:53:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 15:53:12,805 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:12,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Found previous received Instance[pk=225969, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:53:12,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Replace previous received Instance[pk=225969, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:53:12,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Instance[pk=225980, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:53:12,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Location[pk=225980, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/28670653, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:12,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Updated DB in 9 ms
2025-11-19 15:53:12,814 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:13,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:15,188 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:15,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Found previous received Instance[pk=225970, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:53:15,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Replace previous received Instance[pk=225970, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:53:15,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Instance[pk=225981, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:53:15,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Location[pk=225981, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/08A6379D, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:15,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Updated DB in 31 ms
2025-11-19 15:53:15,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:15,462 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:18,681 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:18,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Found previous received Instance[pk=225971, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:53:18,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Replace previous received Instance[pk=225971, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:53:18,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Instance[pk=225982, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:53:18,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Location[pk=225982, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/94803302, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:18,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Updated DB in 9 ms
2025-11-19 15:53:18,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:18,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:23,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:23,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Found previous received Instance[pk=225972, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:53:23,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Replace previous received Instance[pk=225972, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:53:23,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Instance[pk=225983, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:53:23,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Location[pk=225983, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A7F9AD7C, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:23,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Updated DB in 8 ms
2025-11-19 15:53:23,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:24,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:28,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:28,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Found previous received Instance[pk=225973, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:53:28,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Replace previous received Instance[pk=225973, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:53:28,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Instance[pk=225984, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:53:28,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Location[pk=225984, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/0BFBE7D5, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:28,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Updated DB in 15 ms
2025-11-19 15:53:28,541 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:28,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:34,147 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:34,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Found previous received Instance[pk=225974, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:53:34,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Replace previous received Instance[pk=225974, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:53:34,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Instance[pk=225985, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:53:34,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Location[pk=225985, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/1E8A669F, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:34,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Updated DB in 16 ms
2025-11-19 15:53:34,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:34,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:35,734 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:35,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Found previous received Instance[pk=209667, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100220928, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:53:35,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Replace previous received Instance[pk=209667, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100220928, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:53:35,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Instance[pk=225986, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100220928, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:53:35,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Location[pk=225986, systemID=amazon-s3, path=2025/11/19/03125A18/D85F5FEE/7EC61DEC, tsuid=1.2.840.10008.1.2, size=3416614, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:35,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Updated DB in 26 ms
2025-11-19 15:53:35,761 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100220928 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:36,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100247241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:39,053 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:39,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Found previous received Instance[pk=225976, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:53:39,055 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Replace previous received Instance[pk=225976, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:53:39,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Instance[pk=225987, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:53:39,058 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Location[pk=225987, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/F71867A7, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:39,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Updated DB in 7 ms
2025-11-19 15:53:39,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:39,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:42,129 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 15:53:42,130 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 15:53:42,894 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:42,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Found previous received Instance[pk=225977, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:53:42,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Replace previous received Instance[pk=225977, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:53:42,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Instance[pk=225988, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:53:42,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Location[pk=225988, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/0C5F2252, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:42,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Updated DB in 9 ms
2025-11-19 15:53:42,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:43,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:46,063 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 15:53:46,063 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:53:46,064 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:53:46,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:53:46,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:53:46,084 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:53:46,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:53:46,085 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 15:53:46,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:46,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Found previous received Instance[pk=225978, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:53:46,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Replace previous received Instance[pk=225978, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:53:46,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Instance[pk=225989, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:53:46,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Location[pk=225989, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/32061BC4, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:46,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Updated DB in 21 ms
2025-11-19 15:53:46,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:46,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:51,110 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:51,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Found previous received Instance[pk=225979, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:53:51,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Replace previous received Instance[pk=225979, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:53:51,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Instance[pk=225990, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:53:51,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Create Location[pk=225990, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/E92C215F, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:51,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409): Updated DB in 12 ms
2025-11-19 15:53:51,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:51,371 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) >> A-RELEASE-RQ
2025-11-19 15:53:51,371 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(409) << A-RELEASE-RP
2025-11-19 15:53:51,421 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(409): close Socket[addr=187.36.104.204/187.36.104.204,port=52131,localport=11112]
2025-11-19 15:53:51,846 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52135,localport=11112]
2025-11-19 15:53:51,847 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> A-ASSOCIATE-RQ
2025-11-19 15:53:51,847 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << A-ASSOCIATE-AC
2025-11-19 15:53:52,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:55,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:55,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Found previous received Instance[pk=225980, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:53:55,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Replace previous received Instance[pk=225980, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:53:55,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Instance[pk=225991, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:53:55,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Location[pk=225991, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/2B099310, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:55,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Updated DB in 22 ms
2025-11-19 15:53:55,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:56,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:57,844 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 15:53:57,845 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 15:53:58,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:53:58,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Found previous received Instance[pk=225981, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:53:58,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Replace previous received Instance[pk=225981, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:53:58,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Instance[pk=225992, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:53:58,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Location[pk=225992, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/EABA5941, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 15:53:58,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Updated DB in 21 ms
2025-11-19 15:53:58,295 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:53:58,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:00,789 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:00,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Found previous received Instance[pk=225982, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:54:00,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Replace previous received Instance[pk=225982, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:54:00,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Instance[pk=225993, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:54:00,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Location[pk=225993, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/65A32185, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:00,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Updated DB in 20 ms
2025-11-19 15:54:00,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:01,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:03,783 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:03,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Found previous received Instance[pk=225983, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:54:03,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Replace previous received Instance[pk=225983, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:54:03,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Instance[pk=225994, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:54:03,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Location[pk=225994, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/0266909B, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:03,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Updated DB in 15 ms
2025-11-19 15:54:03,798 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:04,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:04,405 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:04,409 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Patient[pk=8848, id=PatientID[pk=8848, id=68455, issuer=DCM4CHEE.1382C780.0859BB33], name=DAYSE DE ARAUJO DA SILVA SILVESTRE]
2025-11-19 15:54:04,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Study[pk=8857, uid=1.2.392.200036.9125.2.3619053820161.65116283610.3352140, id=*]
2025-11-19 15:54:04,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Series[pk=8962, uid=1.2.392.200036.9125.3.3619053820161.65116283610.3352141, no=3001, mod=CR]
2025-11-19 15:54:04,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Instance[pk=225995, uid=1.2.392.200036.9125.9.0.254349682.3929220286.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3001]
2025-11-19 15:54:04,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Location[pk=225995, systemID=amazon-s3, path=2025/11/19/B1E472CF/18BD3291/25B25F18, tsuid=1.2.840.10008.1.2, size=8391812, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:04,431 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Updated DB in 26 ms
2025-11-19 15:54:04,432 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) No duplicate record with equal Patient ID found Patient[pk=8848, id=PatientID[pk=8848, id=68455, issuer=DCM4CHEE.1382C780.0859BB33], name=DAYSE DE ARAUJO DA SILVA SILVESTRE]
2025-11-19 15:54:04,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) << 159:C-STORE-RSP[pcid=157, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349682.3929220286.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:04,653 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) >> 161:C-STORE-RQ[pcid=157, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349683.808723646.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:07,505 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:07,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Found previous received Instance[pk=225984, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:54:07,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Replace previous received Instance[pk=225984, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:54:07,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Instance[pk=225996, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:54:07,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Location[pk=225996, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/069A067B, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:07,534 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Updated DB in 29 ms
2025-11-19 15:54:07,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:07,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:11,862 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:11,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Found previous received Instance[pk=225985, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:54:11,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Replace previous received Instance[pk=225985, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:54:11,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Instance[pk=225997, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:54:11,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Location[pk=225997, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/5E90235F, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:11,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Updated DB in 20 ms
2025-11-19 15:54:11,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 15:54:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 15:54:12,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:17,239 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:17,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Found previous received Instance[pk=225987, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:54:17,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Replace previous received Instance[pk=225987, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:54:17,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Instance[pk=225998, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:54:17,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Location[pk=225998, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/4348DF23, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:17,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Updated DB in 15 ms
2025-11-19 15:54:17,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:17,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:21,359 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:21,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Found previous received Instance[pk=225988, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:54:21,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Replace previous received Instance[pk=225988, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:54:21,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Instance[pk=225999, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:54:21,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Location[pk=225999, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/0F2ADD4A, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:21,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Updated DB in 9 ms
2025-11-19 15:54:21,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:21,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:23,110 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:23,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Found previous received Instance[pk=209668, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100247241, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:54:23,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Replace previous received Instance[pk=209668, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100247241, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:54:23,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Instance[pk=226000, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100247241, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:54:23,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Location[pk=226000, systemID=amazon-s3, path=2025/11/19/03125A18/D85F5FEE/7EE56177, tsuid=1.2.840.10008.1.2, size=3915722, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:23,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Updated DB in 17 ms
2025-11-19 15:54:23,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100247241 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:23,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100307031 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:26,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:26,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Found previous received Instance[pk=225989, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:54:26,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Replace previous received Instance[pk=225989, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:54:26,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Instance[pk=226001, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:54:26,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Location[pk=226001, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/9C8275C9, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:26,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Updated DB in 19 ms
2025-11-19 15:54:26,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:26,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:30,673 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:30,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Found previous received Instance[pk=225990, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:54:30,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Replace previous received Instance[pk=225990, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:54:30,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Instance[pk=226002, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:54:30,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Create Location[pk=226002, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/F17ED060, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:30,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410): Updated DB in 22 ms
2025-11-19 15:54:30,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:30,926 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) >> A-RELEASE-RQ
2025-11-19 15:54:30,926 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(410) << A-RELEASE-RP
2025-11-19 15:54:30,976 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(410): close Socket[addr=187.36.104.204/187.36.104.204,port=52135,localport=11112]
2025-11-19 15:54:31,390 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52136,localport=11112]
2025-11-19 15:54:31,396 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> A-ASSOCIATE-RQ
2025-11-19 15:54:31,396 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << A-ASSOCIATE-AC
2025-11-19 15:54:31,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:35,793 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:35,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Found previous received Instance[pk=225991, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:54:35,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Replace previous received Instance[pk=225991, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:54:35,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Instance[pk=226003, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:54:35,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Location[pk=226003, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/F582F738, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:35,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Updated DB in 16 ms
2025-11-19 15:54:35,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:36,056 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:40,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:40,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Found previous received Instance[pk=225992, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:54:40,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Replace previous received Instance[pk=225992, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:54:40,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Instance[pk=226004, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:54:40,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Location[pk=226004, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/5390BF23, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:40,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Updated DB in 12 ms
2025-11-19 15:54:40,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:40,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:42,131 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 15:54:42,132 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 15:54:43,845 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:43,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Found previous received Instance[pk=225993, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:54:43,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Replace previous received Instance[pk=225993, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:54:43,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Instance[pk=226005, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:54:43,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Location[pk=226005, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/7FEF5C4A, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:43,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Updated DB in 18 ms
2025-11-19 15:54:43,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:44,106 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:45,018 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-11-19 15:54:45,085 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) Calculated size of 1 studies
2025-11-19 15:54:45,085 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-11-19 15:54:46,085 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 15:54:46,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:54:46,086 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:54:46,087 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:54:46,087 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:54:46,107 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:54:46,107 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:54:46,107 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 15:54:48,722 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:48,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Found previous received Instance[pk=225994, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:54:48,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Replace previous received Instance[pk=225994, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:54:48,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Instance[pk=226006, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:54:48,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Location[pk=226006, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/0E032DF2, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:48,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Updated DB in 14 ms
2025-11-19 15:54:48,737 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:48,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:54,044 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:54,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Found previous received Instance[pk=225996, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:54:54,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Replace previous received Instance[pk=225996, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:54:54,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Instance[pk=226007, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:54:54,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Location[pk=226007, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/827C7833, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:54,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Updated DB in 19 ms
2025-11-19 15:54:54,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:54,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:57,845 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 15:54:57,847 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 15:54:59,614 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:54:59,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Found previous received Instance[pk=225997, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:54:59,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Replace previous received Instance[pk=225997, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:54:59,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Instance[pk=226008, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:54:59,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Location[pk=226008, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/B078D48D, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:54:59,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Updated DB in 20 ms
2025-11-19 15:54:59,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:54:59,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:04,359 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:04,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Found previous received Instance[pk=225998, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:55:04,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Replace previous received Instance[pk=225998, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:55:04,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Instance[pk=226009, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:55:04,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Location[pk=226009, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/662D7BF9, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:04,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Updated DB in 25 ms
2025-11-19 15:55:04,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:04,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:07,676 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116256436.335218&seriesUID=1.2.392.200036.9125.3.3619053820161.65116256436.335219&objectUID=1.2.392.200036.9125.9.0.254349577.218506430.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:55:08,996 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116256436.335218&seriesUID=1.2.392.200036.9125.3.3619053820161.65116256436.335219&objectUID=1.2.392.200036.9125.9.0.254349576.3322225854.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:55:10,406 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116256436.335218&seriesUID=1.2.392.200036.9125.3.3619053820161.65116256436.335219&objectUID=1.2.392.200036.9125.9.0.254349577.1124541630.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:55:10,540 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:10,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Found previous received Instance[pk=225999, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:55:10,543 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Replace previous received Instance[pk=225999, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:55:10,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Instance[pk=226010, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:55:10,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Location[pk=226010, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/45E797FD, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:10,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Updated DB in 12 ms
2025-11-19 15:55:10,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:10,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:11,717 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116256436.335218&seriesUID=1.2.392.200036.9125.3.3619053820161.65116256436.335219&objectUID=1.2.392.200036.9125.9.0.254349577.2399675582.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 15:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 15:55:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 15:55:13,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:13,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Found previous received Instance[pk=209675, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100307031, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:55:13,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Replace previous received Instance[pk=209675, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100307031, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:55:13,867 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Instance[pk=226011, uid=1.2.410.200001.101.11.601.1501430850.3.20251110100307031, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:55:13,867 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Create Location[pk=226011, systemID=amazon-s3, path=2025/11/19/03125A18/D85F5FEE/8061D471, tsuid=1.2.840.10008.1.2, size=3915722, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:13,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402): Updated DB in 19 ms
2025-11-19 15:55:13,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251110100307031 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:14,127 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) >> A-RELEASE-RQ
2025-11-19 15:55:14,127 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(402) << A-RELEASE-RP
2025-11-19 15:55:14,177 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-24) DCM4CHEE<-HS60MT(402): close Socket[addr=187.36.104.204/187.36.104.204,port=49489,localport=11112]
2025-11-19 15:55:14,637 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49490,localport=11112]
2025-11-19 15:55:14,643 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> A-ASSOCIATE-RQ
2025-11-19 15:55:14,643 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << A-ASSOCIATE-AC
2025-11-19 15:55:14,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:15,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:15,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Found previous received Instance[pk=226001, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:55:15,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Replace previous received Instance[pk=226001, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:55:15,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Instance[pk=226012, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:55:15,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Location[pk=226012, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/88CC0F87, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:15,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Updated DB in 11 ms
2025-11-19 15:55:15,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:16,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:20,446 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:20,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Found previous received Instance[pk=226002, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:55:20,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Replace previous received Instance[pk=226002, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:55:20,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Instance[pk=226013, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:55:20,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Create Location[pk=226013, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/917EF04C, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:20,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411): Updated DB in 21 ms
2025-11-19 15:55:20,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:20,710 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) >> A-RELEASE-RQ
2025-11-19 15:55:20,710 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(411) << A-RELEASE-RP
2025-11-19 15:55:20,760 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS30(411): close Socket[addr=187.36.104.204/187.36.104.204,port=52136,localport=11112]
2025-11-19 15:55:21,183 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52137,localport=11112]
2025-11-19 15:55:21,183 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> A-ASSOCIATE-RQ
2025-11-19 15:55:21,183 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << A-ASSOCIATE-AC
2025-11-19 15:55:21,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:25,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:25,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Found previous received Instance[pk=226003, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:55:25,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Replace previous received Instance[pk=226003, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:55:25,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Instance[pk=226014, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:55:25,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Location[pk=226014, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/8CB219CB, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:25,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Updated DB in 16 ms
2025-11-19 15:55:25,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:25,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:29,717 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:29,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Found previous received Instance[pk=226004, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:55:29,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Replace previous received Instance[pk=226004, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:55:29,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Instance[pk=226015, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:55:29,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Location[pk=226015, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/2A930135, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:29,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Updated DB in 9 ms
2025-11-19 15:55:29,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:29,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:33,026 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:33,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Found previous received Instance[pk=226005, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:55:33,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Replace previous received Instance[pk=226005, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:55:33,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Instance[pk=226016, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:55:33,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Location[pk=226016, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/30E91654, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:33,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Updated DB in 7 ms
2025-11-19 15:55:33,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:33,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:37,402 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:37,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Found previous received Instance[pk=226006, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:55:37,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Replace previous received Instance[pk=226006, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:55:37,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Instance[pk=226017, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:55:37,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Location[pk=226017, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D25DF170, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:37,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Updated DB in 14 ms
2025-11-19 15:55:37,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:37,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:42,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:42,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Found previous received Instance[pk=226007, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:55:42,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Replace previous received Instance[pk=226007, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:55:42,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Instance[pk=226018, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:55:42,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Location[pk=226018, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/21CF8714, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:42,132 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 15:55:42,133 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 15:55:42,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Updated DB in 19 ms
2025-11-19 15:55:42,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:42,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:46,108 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 15:55:46,109 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 15:55:46,109 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:55:46,109 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:55:46,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:55:46,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:55:46,111 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 15:55:46,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:55:46,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:55:46,138 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 15:55:46,138 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 15:55:47,853 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:47,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Found previous received Instance[pk=226008, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:55:47,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Replace previous received Instance[pk=226008, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:55:47,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Instance[pk=226019, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:55:47,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Location[pk=226019, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/567A9AB6, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:47,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Updated DB in 25 ms
2025-11-19 15:55:47,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:48,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:52,172 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:52,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Found previous received Instance[pk=226009, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:55:52,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Replace previous received Instance[pk=226009, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:55:52,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Instance[pk=226020, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:55:52,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Location[pk=226020, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/C5B37708, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:52,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Updated DB in 21 ms
2025-11-19 15:55:52,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:52,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:56,000 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:56,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Found previous received Instance[pk=226010, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:55:56,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Replace previous received Instance[pk=226010, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:55:56,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Instance[pk=226021, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:55:56,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Location[pk=226021, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/B3283446, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:56,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Updated DB in 7 ms
2025-11-19 15:55:56,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:56,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:55:57,847 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 15:55:57,849 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 15:55:59,948 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:55:59,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): Found previous received Instance[pk=225031, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:55:59,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): Replace previous received Instance[pk=225031, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:55:59,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): Create Instance[pk=226022, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:55:59,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): Create Location[pk=226022, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/583F03BE, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 15:55:59,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): Updated DB in 13 ms
2025-11-19 15:55:59,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:00,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:00,503 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:00,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Found previous received Instance[pk=226012, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:56:00,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Replace previous received Instance[pk=226012, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:56:00,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Instance[pk=226023, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:56:00,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Location[pk=226023, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/0FEC48BE, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:00,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Updated DB in 11 ms
2025-11-19 15:56:00,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:00,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:05,289 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:05,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Found previous received Instance[pk=226013, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:56:05,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Replace previous received Instance[pk=226013, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:56:05,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Instance[pk=226024, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:56:05,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Create Location[pk=226024, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/9E169EF0, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:05,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413): Updated DB in 19 ms
2025-11-19 15:56:05,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:05,540 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) >> A-RELEASE-RQ
2025-11-19 15:56:05,540 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(413) << A-RELEASE-RP
2025-11-19 15:56:05,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS30(413): close Socket[addr=187.36.104.204/187.36.104.204,port=52137,localport=11112]
2025-11-19 15:56:06,000 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52138,localport=11112]
2025-11-19 15:56:06,000 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> A-ASSOCIATE-RQ
2025-11-19 15:56:06,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << A-ASSOCIATE-AC
2025-11-19 15:56:06,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:09,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:09,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Found previous received Instance[pk=226014, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:56:09,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Replace previous received Instance[pk=226014, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:56:09,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Instance[pk=226025, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:56:09,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Location[pk=226025, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/AAC0ADC6, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:09,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Updated DB in 17 ms
2025-11-19 15:56:09,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:10,124 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 15:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 15:56:14,555 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:14,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Found previous received Instance[pk=226015, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:56:14,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Replace previous received Instance[pk=226015, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:56:14,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Instance[pk=226026, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:56:14,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Location[pk=226026, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/71196A58, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:14,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Updated DB in 24 ms
2025-11-19 15:56:14,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:14,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:17,815 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:17,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Found previous received Instance[pk=226016, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:56:17,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Replace previous received Instance[pk=226016, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:56:17,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Instance[pk=226027, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:56:17,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Location[pk=226027, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/80976028, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:17,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Updated DB in 16 ms
2025-11-19 15:56:17,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:18,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:21,642 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:21,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Found previous received Instance[pk=226017, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:56:21,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Replace previous received Instance[pk=226017, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:56:21,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Instance[pk=226028, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:56:21,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Location[pk=226028, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/9862670B, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:21,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Updated DB in 14 ms
2025-11-19 15:56:21,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:21,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:25,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:25,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Found previous received Instance[pk=226018, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:56:25,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Replace previous received Instance[pk=226018, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:56:25,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Instance[pk=226029, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:56:25,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Location[pk=226029, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/B8CC0046, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:25,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Updated DB in 17 ms
2025-11-19 15:56:25,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:26,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:30,961 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:30,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Found previous received Instance[pk=226019, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:56:30,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Replace previous received Instance[pk=226019, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:56:30,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Instance[pk=226030, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:56:30,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Location[pk=226030, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/C4359A70, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:30,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Updated DB in 13 ms
2025-11-19 15:56:30,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:31,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:35,249 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:35,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Found previous received Instance[pk=226020, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:56:35,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Replace previous received Instance[pk=226020, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:56:35,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Instance[pk=226031, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:56:35,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Location[pk=226031, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/35CE6553, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:35,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Updated DB in 24 ms
2025-11-19 15:56:35,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:35,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:39,135 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:39,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Found previous received Instance[pk=226021, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:56:39,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Replace previous received Instance[pk=226021, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:56:39,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Instance[pk=226032, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:56:39,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Location[pk=226032, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/86C5F7FF, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:39,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Updated DB in 7 ms
2025-11-19 15:56:39,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:39,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:42,133 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 15:56:42,134 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 15:56:43,593 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:43,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Found previous received Instance[pk=226023, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:56:43,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Replace previous received Instance[pk=226023, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:56:43,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Instance[pk=226033, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:56:43,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Location[pk=226033, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/5AEB6C5E, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:43,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Updated DB in 22 ms
2025-11-19 15:56:43,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:43,758 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:43,761 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 15:56:43,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:44,342 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:56:44,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:44,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:46,138 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 15:56:46,139 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:56:46,140 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:56:46,140 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 15:56:46,141 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:56:46,141 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:56:46,142 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:56:46,142 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:56:46,163 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:56:46,163 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:56:46,164 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 15:56:47,707 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:47,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Found previous received Instance[pk=226024, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:56:47,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Replace previous received Instance[pk=226024, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:56:47,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Instance[pk=226034, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:56:47,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Create Location[pk=226034, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/E6FE3D70, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:47,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414): Updated DB in 11 ms
2025-11-19 15:56:47,718 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:47,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) >> A-RELEASE-RQ
2025-11-19 15:56:47,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(414) << A-RELEASE-RP
2025-11-19 15:56:48,010 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS30(414): close Socket[addr=187.36.104.204/187.36.104.204,port=52138,localport=11112]
2025-11-19 15:56:48,460 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52139,localport=11112]
2025-11-19 15:56:48,466 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> A-ASSOCIATE-RQ
2025-11-19 15:56:48,466 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << A-ASSOCIATE-AC
2025-11-19 15:56:48,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 15:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6345) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 15:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6346) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6346) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 15:56:49,975 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6345) Start deleting 74 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:56:53,455 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:56:53,473 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 15:56:55,309 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:55,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225892, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:56:55,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225892, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:56:55,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226035, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:56:55,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226035, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/0F5A7DDC, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:55,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 17 ms
2025-11-19 15:56:55,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:55,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:57,849 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 15:56:57,851 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 15:56:59,452 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:56:59,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225893, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:56:59,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225893, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:56:59,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226036, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:56:59,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226036, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6564E39C, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:56:59,465 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 13 ms
2025-11-19 15:56:59,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:56:59,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:04,073 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:04,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225894, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:57:04,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225894, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:57:04,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226037, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:57:04,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226037, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/C9895582, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:04,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 7 ms
2025-11-19 15:57:04,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:04,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:07,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:07,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225895, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:57:07,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225895, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:57:07,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226038, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:57:07,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226038, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/03C83468, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:07,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 8 ms
2025-11-19 15:57:07,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:07,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 15:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 15:57:12,804 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:12,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225896, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:57:12,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225896, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:57:12,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226039, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:57:12,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226039, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/C7EBD384, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:12,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 18 ms
2025-11-19 15:57:12,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:13,072 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:17,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:17,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Instance[pk=226040, uid=1.2.392.200036.9125.9.0.254349683.808723646.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3002]
2025-11-19 15:57:17,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Location[pk=226040, systemID=amazon-s3, path=2025/11/19/B1E472CF/18BD3291/9941AA16, tsuid=1.2.840.10008.1.2, size=8391808, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:17,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Updated DB in 5 ms
2025-11-19 15:57:17,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) << 161:C-STORE-RSP[pcid=157, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349683.808723646.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:17,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) >> 163:C-STORE-RQ[pcid=157, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349683.1798644926.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:17,989 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:17,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225897, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:57:17,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225897, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:57:17,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226041, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:57:17,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226041, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6545BC32, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:17,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 7 ms
2025-11-19 15:57:17,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:18,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:23,285 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:23,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225898, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:57:23,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225898, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:57:23,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226042, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:57:23,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226042, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/1AA99F27, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:23,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 11 ms
2025-11-19 15:57:23,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:23,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:27,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:27,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225900, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:57:27,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225900, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:57:27,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226043, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:57:27,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226043, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/F23DE587, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:27,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 7 ms
2025-11-19 15:57:27,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:27,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:31,694 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:31,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225901, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:57:31,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225901, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:57:31,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226044, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:57:31,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226044, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A6FA5004, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:31,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 7 ms
2025-11-19 15:57:31,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:31,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:33,621 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:33,623 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 15:57:34,115 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:57:34,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:34,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:38,068 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:38,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225902, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:57:38,070 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225902, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:57:38,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226045, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 15:57:38,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226045, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/4597D810, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:38,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 12 ms
2025-11-19 15:57:38,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:38,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:38,710 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6345) Finished deleting 74 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:57:38,711 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6345) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 15:57:42,134 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 15:57:42,135 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 15:57:44,165 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:44,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225903, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:57:44,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225903, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:57:44,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226046, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 15:57:44,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226046, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/DA5EAFE2, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:44,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 12 ms
2025-11-19 15:57:44,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:44,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:46,164 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 15:57:46,165 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 15:57:46,165 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:57:46,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:57:46,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:57:46,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:57:46,191 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:57:46,191 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:57:46,192 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 15:57:46,192 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 15:57:50,067 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:50,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225904, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:57:50,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225904, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:57:50,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226047, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 15:57:50,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226047, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/EA9B09AB, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:50,082 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 15 ms
2025-11-19 15:57:50,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:50,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:54,512 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6277) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:57:54,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Found previous received Instance[pk=225905, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:57:54,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Replace previous received Instance[pk=225905, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:57:54,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Instance[pk=226048, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 15:57:54,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Create Location[pk=226048, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/31FA0E7C, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 15:57:54,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Updated DB in 7 ms
2025-11-19 15:57:54,519 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:54,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:57:57,851 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 15:57:57,853 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 15:57:59,389 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52150,localport=11112]
2025-11-19 15:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 15:58:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 15:58:42,135 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 15:58:42,136 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 15:58:46,192 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 15:58:46,193 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:58:46,193 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:58:46,194 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 15:58:46,196 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:58:46,196 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:58:46,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:58:46,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:58:46,227 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 15:58:46,227 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 15:58:46,228 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-8) Send audit message to /127.0.0.1:514
2025-11-19 15:58:46,228 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 15:58:57,853 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 15:58:57,855 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 15:59:06,328 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSDeleteScheduler.execute()
2025-11-19 15:59:06,331 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSDeleteScheduler.execute()
2025-11-19 15:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 15:59:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 15:59:23,926 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52154,localport=11112]
2025-11-19 15:59:23,927 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> A-ASSOCIATE-RQ
2025-11-19 15:59:23,927 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << A-ASSOCIATE-AC
2025-11-19 15:59:24,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154838796 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:28,224 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:59:28,228 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Patient[pk=8849, id=PatientID[pk=8849, id=68463, issuer=DCM4CHEE.75BA0BB9.8D3344E7], name=ELENA CARDOSO SENA]
2025-11-19 15:59:28,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Study[pk=8858, uid=68463, id=68463]
2025-11-19 15:59:28,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Series[pk=8963, uid=1.2.410.200001.101.11.501.1791052210.2.20251119154838383, no=1, mod=US]
2025-11-19 15:59:28,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Instance[pk=226049, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154838796, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 15:59:28,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Location[pk=226049, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/A93FDD66, tsuid=1.2.840.10008.1.2, size=3915764, status=OK, objectType=DICOM_FILE]
2025-11-19 15:59:28,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Updated DB in 18 ms
2025-11-19 15:59:28,243 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) No duplicate record with equal Patient ID found Patient[pk=8849, id=PatientID[pk=8849, id=68463, issuer=DCM4CHEE.75BA0BB9.8D3344E7], name=ELENA CARDOSO SENA]
2025-11-19 15:59:28,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154838796 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:28,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154921046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:29,118 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:59:29,120 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 15:59:29,627 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:59:29,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:29,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:30,241 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:59:30,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Instance[pk=226050, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154921046, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 15:59:30,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Location[pk=226050, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/AAE35509, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 15:59:30,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Updated DB in 14 ms
2025-11-19 15:59:30,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154921046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:30,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154949362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:31,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:59:31,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Instance[pk=226051, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154949362, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 15:59:31,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Location[pk=226051, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/AB033280, tsuid=1.2.840.10008.1.2, size=3915764, status=OK, objectType=DICOM_FILE]
2025-11-19 15:59:32,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Updated DB in 15 ms
2025-11-19 15:59:32,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154949362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:32,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155039406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:33,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:59:33,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Instance[pk=226052, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155039406, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 15:59:33,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Location[pk=226052, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/D07FBBB4, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 15:59:33,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Updated DB in 23 ms
2025-11-19 15:59:33,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155039406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:33,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155148339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:35,172 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:59:35,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Instance[pk=226053, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155148339, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 15:59:35,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Location[pk=226053, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/D2423414, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 15:59:35,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Updated DB in 11 ms
2025-11-19 15:59:35,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155148339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:35,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155205668 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:36,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:59:36,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Instance[pk=226054, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155205668, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 15:59:36,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Location[pk=226054, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/D3BD5D31, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 15:59:36,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Updated DB in 4 ms
2025-11-19 15:59:36,769 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155205668 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:37,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155313716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:38,453 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:59:38,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Instance[pk=226055, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155313716, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 15:59:38,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Location[pk=226055, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/D57F67B7, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 15:59:38,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Updated DB in 16 ms
2025-11-19 15:59:38,469 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155313716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:38,704 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155622951 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:40,046 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:59:40,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Instance[pk=226056, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155622951, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 15:59:40,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Location[pk=226056, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/DAAB9CAF, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 15:59:40,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Updated DB in 10 ms
2025-11-19 15:59:40,056 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155622951 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:40,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155715772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:41,691 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): unrecognized PDU[type=14, len=219026189]
2025-11-19 15:59:41,691 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): invalid PDV in PDU[type=14, len=219026189]
2025-11-19 15:59:41,808 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6355) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 15:59:41,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Instance[pk=226057, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155715772, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 15:59:41,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Create Location[pk=226057, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/DC53B3A7, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 15:59:41,821 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417): Updated DB in 13 ms
2025-11-19 15:59:41,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155715772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:42,054 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) >> A-RELEASE-RQ
2025-11-19 15:59:42,054 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6355) DCM4CHEE<-HS50US07(417) << A-RELEASE-RP
2025-11-19 15:59:42,104 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-HS50US07(417): close Socket[addr=187.36.104.204/187.36.104.204,port=52154,localport=11112]
2025-11-19 15:59:42,137 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 15:59:42,137 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 15:59:42,794 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): Failed to store received object:
: A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-PDU]
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.abort(PDUDecoder.java:234)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:199)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:59:43,285 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-PDU]
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:261)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-PDU]
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.abort(PDUDecoder.java:234)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:199)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	... 32 more

2025-11-19 15:59:43,285 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415) << 14:C-STORE-RSP[pcid=1, status=110H, errorComment=A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-P
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 15:59:43,285 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): i/o exception: java.io.IOException: Unexpected Error in State: Sta6 - Association established and ready for data transfer
2025-11-19 15:59:43,285 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6277) DCM4CHEE<-HS30(415): close Socket[addr=187.36.104.204/187.36.104.204,port=52139,localport=11112]
2025-11-19 15:59:45,085 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-11-19 15:59:45,197 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) Calculated size of 2 studies
2025-11-19 15:59:45,197 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-11-19 15:59:46,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 15:59:46,230 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 15:59:46,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:59:46,230 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:59:46,231 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:59:46,231 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:59:46,250 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 15:59:46,251 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 15:59:46,251 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 15:59:46,251 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 15:59:57,855 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 15:59:57,857 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 16:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 16:00:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 16:00:23,266 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52140,localport=11112]
2025-11-19 16:00:23,266 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> A-ASSOCIATE-RQ
2025-11-19 16:00:23,266 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << A-ASSOCIATE-AC
2025-11-19 16:00:23,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:00:42,138 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 16:00:42,139 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 16:00:46,252 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 16:00:46,253 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 16:00:46,253 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 16:00:46,254 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:00:46,254 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:00:46,254 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 16:00:46,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:00:46,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:00:46,256 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 16:00:46,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:00:46,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:00:46,276 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 16:00:46,276 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 16:00:46,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 16:00:57,857 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 16:00:57,859 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 16:00:59,787 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52155,localport=11112]
2025-11-19 16:01:04,733 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> A-ASSOCIATE-RQ
2025-11-19 16:01:04,733 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << A-ASSOCIATE-AC
2025-11-19 16:01:04,957 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154838796 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 16:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 16:01:15,279 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:15,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226035, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:01:15,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226035, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:01:15,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226058, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:01:15,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226058, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/5D8774B3, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:15,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 19 ms
2025-11-19 16:01:15,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:15,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6365) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:15,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Found previous received Instance[pk=226049, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154838796, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:01:15,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Replace previous received Instance[pk=226049, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154838796, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:01:15,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Instance[pk=226059, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154838796, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:01:15,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Location[pk=226059, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/C975B52E, tsuid=1.2.840.10008.1.2, size=3915764, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:15,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Updated DB in 8 ms
2025-11-19 16:01:15,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154838796 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:15,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:15,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154921046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:18,258 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6365) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:18,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Found previous received Instance[pk=226050, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154921046, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:01:18,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Replace previous received Instance[pk=226050, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154921046, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:01:18,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Instance[pk=226060, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154921046, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:01:18,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Location[pk=226060, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/C74DE859, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:18,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Updated DB in 15 ms
2025-11-19 16:01:18,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154921046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:18,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154949362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:19,394 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:19,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226036, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:01:19,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226036, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:01:19,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226061, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:01:19,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226061, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/79B59221, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:19,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 28 ms
2025-11-19 16:01:19,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:19,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:20,755 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6365) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:20,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Found previous received Instance[pk=226051, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154949362, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:01:20,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Replace previous received Instance[pk=226051, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154949362, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:01:20,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Instance[pk=226062, uid=1.2.410.200001.101.11.501.1791052210.3.20251119154949362, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:01:20,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Location[pk=226062, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/5FA6D5DE, tsuid=1.2.840.10008.1.2, size=3915764, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:20,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Updated DB in 52 ms
2025-11-19 16:01:20,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119154949362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:21,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155039406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:23,251 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6365) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:23,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Found previous received Instance[pk=226052, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155039406, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:01:23,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Replace previous received Instance[pk=226052, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155039406, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:01:23,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Instance[pk=226063, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155039406, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:01:23,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Location[pk=226063, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/7BEF5209, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:23,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Updated DB in 8 ms
2025-11-19 16:01:23,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155039406 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:23,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155148339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:24,298 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:24,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226037, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:01:24,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226037, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:01:24,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226064, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:01:24,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226064, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/8CB9FF6A, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:24,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 19 ms
2025-11-19 16:01:24,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:24,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:25,535 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6365) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:25,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Found previous received Instance[pk=226053, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155148339, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:01:25,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Replace previous received Instance[pk=226053, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155148339, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:01:25,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Instance[pk=226065, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155148339, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:01:25,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Location[pk=226065, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/A9EFF7B5, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:25,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Updated DB in 13 ms
2025-11-19 16:01:25,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155148339 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:25,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155205668 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:25,809 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:25,812 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 16:01:26,320 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:01:26,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:26,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:27,817 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6365) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:27,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Found previous received Instance[pk=226054, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155205668, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:01:27,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Replace previous received Instance[pk=226054, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155205668, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:01:27,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Instance[pk=226066, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155205668, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:01:27,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Location[pk=226066, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/18A96EE3, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:27,843 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Updated DB in 26 ms
2025-11-19 16:01:27,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155205668 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:28,078 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155313716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:29,646 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:29,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226038, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:01:29,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226038, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:01:29,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226067, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:01:29,659 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226067, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/11A7096E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:29,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 34 ms
2025-11-19 16:01:29,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:29,942 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6365) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:29,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Found previous received Instance[pk=226055, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155313716, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:01:29,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Replace previous received Instance[pk=226055, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155313716, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:01:29,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Instance[pk=226068, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155313716, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:01:29,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Location[pk=226068, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/3CD148DE, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:29,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:29,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Updated DB in 10 ms
2025-11-19 16:01:29,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155313716 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:30,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155622951 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:31,805 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6365) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:31,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Found previous received Instance[pk=226056, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155622951, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:01:31,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Replace previous received Instance[pk=226056, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155622951, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:01:31,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Instance[pk=226069, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155622951, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:01:31,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Location[pk=226069, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/D6984972, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:31,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Updated DB in 11 ms
2025-11-19 16:01:31,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155622951 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:32,071 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155715772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:33,617 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6365) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:33,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Found previous received Instance[pk=226057, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155715772, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:01:33,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Replace previous received Instance[pk=226057, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155715772, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:01:33,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Instance[pk=226070, uid=1.2.410.200001.101.11.501.1791052210.3.20251119155715772, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:01:33,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Create Location[pk=226070, systemID=amazon-s3, path=2025/11/19/031333EF/DB956C7F/D30C16BF, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:33,631 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419): Updated DB in 14 ms
2025-11-19 16:01:33,632 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119155715772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:33,866 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) >> A-RELEASE-RQ
2025-11-19 16:01:33,866 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6365) DCM4CHEE<-HS50US07(419) << A-RELEASE-RP
2025-11-19 16:01:33,916 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS50US07(419): close Socket[addr=187.36.104.204/187.36.104.204,port=52155,localport=11112]
2025-11-19 16:01:42,139 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 16:01:42,140 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 16:01:43,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:43,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226039, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:01:43,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226039, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:01:43,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226071, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:01:43,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226071, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/C3D4BAC8, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:43,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 16 ms
2025-11-19 16:01:43,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:43,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:46,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 16:01:46,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:01:46,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:01:46,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:01:46,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:01:46,299 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:01:46,299 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:01:46,299 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 16:01:47,901 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:47,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226041, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:01:47,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226041, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:01:47,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226072, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:01:47,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226072, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A157305A, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:47,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 13 ms
2025-11-19 16:01:47,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:48,178 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-11-19 16:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-11-19 16:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6371) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6372) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6372) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6371) Start deleting 28 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:01:53,096 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:53,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226042, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:01:53,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226042, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:01:53,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226073, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:01:53,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226073, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/76598D2F, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:53,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 6 ms
2025-11-19 16:01:53,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:53,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:53,473 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:01:53,491 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:01:57,859 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 16:01:57,861 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 16:01:59,546 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:01:59,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226043, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:01:59,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226043, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:01:59,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226074, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:01:59,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226074, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38E9E4AB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:01:59,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 8 ms
2025-11-19 16:01:59,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:01:59,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:01,440 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116177353.325242&seriesUID=1.2.392.200036.9125.3.3619053820161.65116177353.325243&objectUID=1.2.392.200036.9125.9.0.254349267.3708626110.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:02:05,300 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:05,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226044, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:02:05,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226044, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:02:05,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226075, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:02:05,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226075, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38F9D169, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:05,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 20 ms
2025-11-19 16:02:05,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:05,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:05,910 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6371) Finished deleting 28 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:02:05,910 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6371) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:02:08,651 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116177353.325242&seriesUID=1.2.392.200036.9125.3.3619053820161.65116177353.325243&objectUID=1.2.392.200036.9125.9.0.254349268.2114921662.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:02:09,179 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:09,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226045, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:02:09,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226045, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:02:09,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226076, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:02:09,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226076, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3A945B65, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:09,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 7 ms
2025-11-19 16:02:09,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:09,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:10,158 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116177353.325242&seriesUID=1.2.392.200036.9125.3.3619053820161.65116177353.325243&objectUID=1.2.392.200036.9125.9.0.254349269.1846617278.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:02:11,145 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:11,147 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 16:02:11,639 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:02:11,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:11,734 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116177353.325242&seriesUID=1.2.392.200036.9125.3.3619053820161.65116177353.325243&objectUID=1.2.392.200036.9125.9.0.254349268.739124414.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:02:11,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 16:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 16:02:12,468 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:12,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226046, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:02:12,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226046, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:02:12,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226077, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:02:12,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226077, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3C37DB47, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:12,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 21 ms
2025-11-19 16:02:12,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:12,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:16,844 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:16,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226047, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:02:16,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226047, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:02:16,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226078, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:02:16,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226078, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61A73289, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:16,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 7 ms
2025-11-19 16:02:16,851 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:17,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:21,760 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:21,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=226048, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:02:21,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=226048, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:02:21,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226079, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:02:21,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226079, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/61DDBBEB, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:21,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 10 ms
2025-11-19 16:02:21,771 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:22,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:26,948 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:26,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225906, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:02:26,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225906, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:02:26,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226080, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:02:26,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226080, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/EB8862B7, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:26,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 24 ms
2025-11-19 16:02:26,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:27,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:28,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:28,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Instance[pk=226081, uid=1.2.392.200036.9125.9.0.254349683.1798644926.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3003]
2025-11-19 16:02:28,892 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Location[pk=226081, systemID=amazon-s3, path=2025/11/19/B1E472CF/18BD3291/FE9AAC5A, tsuid=1.2.840.10008.1.2, size=8391814, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:28,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Updated DB in 16 ms
2025-11-19 16:02:28,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) << 163:C-STORE-RSP[pcid=157, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349683.1798644926.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:29,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) >> 165:C-STORE-RQ[pcid=157, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349683.2738234558.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:33,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:33,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225907, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:02:33,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225907, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:02:33,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226082, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:02:33,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226082, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/65694FE3, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:33,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 18 ms
2025-11-19 16:02:33,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:33,390 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:37,233 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:37,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225908, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:02:37,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225908, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:02:37,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226083, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:02:37,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226083, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/51F52EAA, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:37,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 14 ms
2025-11-19 16:02:37,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:37,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:40,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:40,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225910, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:02:40,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225910, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:02:41,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226084, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:02:41,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226084, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/C79BE6A1, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:41,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 18 ms
2025-11-19 16:02:41,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:41,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:42,140 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 16:02:42,141 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 16:02:42,736 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116176175.325230&seriesUID=1.2.392.200036.9125.3.3619053820161.65116176175.325231&objectUID=1.2.392.200036.9125.9.0.254349263.1007232190.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:02:44,077 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116176175.325230&seriesUID=1.2.392.200036.9125.3.3619053820161.65116176175.325231&objectUID=1.2.392.200036.9125.9.0.254349263.2047485118.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:02:45,314 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:45,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225911, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:02:45,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225911, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:02:45,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226085, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:02:45,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226085, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/24F564BE, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:45,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 12 ms
2025-11-19 16:02:45,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:45,484 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116176175.325230&seriesUID=1.2.392.200036.9125.3.3619053820161.65116176175.325231&objectUID=1.2.392.200036.9125.9.0.254349263.4027262142.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:02:45,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:46,299 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 16:02:46,300 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 16:02:46,301 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:02:46,301 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:02:46,301 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 16:02:46,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:02:46,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:02:46,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:02:46,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:02:46,333 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 16:02:46,835 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116176175.325230&seriesUID=1.2.392.200036.9125.3.3619053820161.65116176175.325231&objectUID=1.2.392.200036.9125.9.0.254349264.1359750334.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:02:50,040 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:50,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225912, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 16:02:50,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225912, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 16:02:50,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226086, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 16:02:50,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226086, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/F029A40D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:50,064 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 24 ms
2025-11-19 16:02:50,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:50,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:55,606 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:55,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225913, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 16:02:55,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225913, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 16:02:55,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226087, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 16:02:55,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226087, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2E2A962F, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:02:55,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 16 ms
2025-11-19 16:02:55,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:55,886 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:57,861 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 16:02:57,863 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 16:02:58,488 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:02:58,490 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 16:02:59,011 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:02:59,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:02:59,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:00,498 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:00,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225914, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 16:03:00,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225914, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 16:03:00,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226088, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 16:03:00,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226088, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/E91413EB, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:03:00,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 22 ms
2025-11-19 16:03:00,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:00,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 16:03:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 16:03:13,112 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:13,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225915, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 16:03:13,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225915, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 16:03:13,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226089, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 16:03:13,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226089, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/4D273C05, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:03:13,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 12 ms
2025-11-19 16:03:13,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:13,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:18,106 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:18,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225916, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 16:03:18,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225916, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 16:03:18,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226090, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 16:03:18,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226090, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/3CDB5B60, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:03:18,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 12 ms
2025-11-19 16:03:18,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:18,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:21,339 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116179667.325256&seriesUID=1.2.392.200036.9125.3.3619053820161.65116179667.325257&objectUID=1.2.392.200036.9125.9.0.254349277.1846813886.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:03:22,484 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:22,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225917, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 16:03:22,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225917, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 16:03:22,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226091, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 16:03:22,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226091, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/A6467143, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:03:22,499 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 15 ms
2025-11-19 16:03:22,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:22,684 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116179667.325256&seriesUID=1.2.392.200036.9125.3.3619053820161.65116179667.325257&objectUID=1.2.392.200036.9125.9.0.254349276.3792839870.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:03:22,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:23,946 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116179667.325256&seriesUID=1.2.392.200036.9125.3.3619053820161.65116179667.325257&objectUID=1.2.392.200036.9125.9.0.254349277.739452094.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:03:25,232 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116179667.325256&seriesUID=1.2.392.200036.9125.3.3619053820161.65116179667.325257&objectUID=1.2.392.200036.9125.9.0.254349277.3071616190.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:03:26,544 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116179667.325256&seriesUID=1.2.392.200036.9125.3.3619053820161.65116179667.325257&objectUID=1.2.392.200036.9125.9.0.254349278.1595286718.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:03:27,539 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:27,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225919, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 16:03:27,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225919, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 16:03:27,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226092, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 16:03:27,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226092, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F7A9B1D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:03:27,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 19 ms
2025-11-19 16:03:27,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:27,822 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:27,831 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116179667.325256&seriesUID=1.2.392.200036.9125.3.3619053820161.65116179667.325257&objectUID=1.2.392.200036.9125.9.0.254349278.2501321918.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:03:34,365 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:34,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225920, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 16:03:34,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225920, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 16:03:34,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226093, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 16:03:34,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226093, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/9626A4B7, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:03:34,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 15 ms
2025-11-19 16:03:34,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:34,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:40,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:40,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225921, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 16:03:40,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225921, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 16:03:40,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226094, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 16:03:40,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226094, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/971344D8, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:03:40,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 8 ms
2025-11-19 16:03:40,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:40,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:42,142 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 16:03:42,143 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 16:03:45,624 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:45,626 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 16:03:45,861 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:45,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225922, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 16:03:45,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225922, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 16:03:45,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226095, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 16:03:45,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226095, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/CCA2DD1F, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:03:45,884 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 23 ms
2025-11-19 16:03:45,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:46,118 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:03:46,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:46,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:46,333 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 16:03:46,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:03:46,334 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:03:46,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:03:46,335 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:03:46,336 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 16:03:46,358 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:03:46,358 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:03:46,358 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 16:03:46,358 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 16:03:46,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:51,740 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:51,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Found previous received Instance[pk=225923, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 16:03:51,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Replace previous received Instance[pk=225923, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 16:03:51,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Instance[pk=226096, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 16:03:51,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Create Location[pk=226096, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/EDCD611A, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:03:51,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418): Updated DB in 24 ms
2025-11-19 16:03:51,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:52,024 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) >> A-RELEASE-RQ
2025-11-19 16:03:52,024 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(418) << A-RELEASE-RP
2025-11-19 16:03:52,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS30(418): close Socket[addr=187.36.104.204/187.36.104.204,port=52140,localport=11112]
2025-11-19 16:03:52,502 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52142,localport=11112]
2025-11-19 16:03:52,508 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) >> A-ASSOCIATE-RQ
2025-11-19 16:03:52,508 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) << A-ASSOCIATE-AC
2025-11-19 16:03:52,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:56,679 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116194254.325271&seriesUID=1.2.392.200036.9125.3.3619053820161.65116194254.325272&objectUID=1.2.392.200036.9125.9.0.254349333.3810010302.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:03:56,753 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:03:56,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Found previous received Instance[pk=225415, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:03:56,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Replace previous received Instance[pk=225415, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:03:56,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Create Instance[pk=226097, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:03:56,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Create Location[pk=226097, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/AC337EF1, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 16:03:56,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Updated DB in 18 ms
2025-11-19 16:03:56,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145212349 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:57,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:03:57,863 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 16:03:57,865 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 16:03:58,182 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116194254.325271&seriesUID=1.2.392.200036.9125.3.3619053820161.65116194254.325272&objectUID=1.2.392.200036.9125.9.0.254349335.874259646.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:03:59,778 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116194254.325271&seriesUID=1.2.392.200036.9125.3.3619053820161.65116194254.325272&objectUID=1.2.392.200036.9125.9.0.254349334.941171902.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:04:01,079 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:01,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Found previous received Instance[pk=225416, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:04:01,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Replace previous received Instance[pk=225416, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:04:01,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Create Instance[pk=226098, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:04:01,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Create Location[pk=226098, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/42D115E8, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:01,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Updated DB in 12 ms
2025-11-19 16:04:01,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145233024 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:01,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:01,565 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116194254.325271&seriesUID=1.2.392.200036.9125.3.3619053820161.65116194254.325272&objectUID=1.2.392.200036.9125.9.0.254349334.3290113214.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:04:04,369 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:04,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Found previous received Instance[pk=225417, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:04:04,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Replace previous received Instance[pk=225417, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:04:04,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Create Instance[pk=226099, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:04:04,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Create Location[pk=226099, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/34694BB2, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:04,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Updated DB in 18 ms
2025-11-19 16:04:04,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145257903 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:04,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:08,826 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:08,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Found previous received Instance[pk=225418, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:04:08,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Replace previous received Instance[pk=225418, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:04:08,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Create Instance[pk=226100, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:04:08,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Create Location[pk=226100, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/EE4E0BF1, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:08,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Updated DB in 67 ms
2025-11-19 16:04:08,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145315462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:09,124 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 16:04:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 16:04:13,822 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:13,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Found previous received Instance[pk=225419, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:04:13,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Replace previous received Instance[pk=225419, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:04:13,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Create Instance[pk=226101, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:04:13,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Create Location[pk=226101, systemID=amazon-s3, path=2025/11/19/03133394/032B6DC9/8E6F6C81, tsuid=1.2.840.10008.1.2, size=3416664, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:13,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420): Updated DB in 10 ms
2025-11-19 16:04:13,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145355558 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:14,064 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) >> A-RELEASE-RQ
2025-11-19 16:04:14,064 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(420) << A-RELEASE-RP
2025-11-19 16:04:14,114 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS30(420): close Socket[addr=187.36.104.204/187.36.104.204,port=52142,localport=11112]
2025-11-19 16:04:14,526 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52143,localport=11112]
2025-11-19 16:04:14,526 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) >> A-ASSOCIATE-RQ
2025-11-19 16:04:14,526 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) << A-ASSOCIATE-AC
2025-11-19 16:04:14,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:18,470 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:18,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Found previous received Instance[pk=225383, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:04:18,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Replace previous received Instance[pk=225383, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:04:18,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Create Instance[pk=226102, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:04:18,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Create Location[pk=226102, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A11CC46C, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:18,486 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Updated DB in 16 ms
2025-11-19 16:04:18,487 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144523765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:18,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:22,769 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:22,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Found previous received Instance[pk=225384, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:04:22,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Replace previous received Instance[pk=225384, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:04:22,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Create Instance[pk=226103, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:04:22,774 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Create Location[pk=226103, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A2B472DF, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:22,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Updated DB in 13 ms
2025-11-19 16:04:22,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144601291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:23,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:25,118 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:25,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Found previous received Instance[pk=225385, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:04:25,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Replace previous received Instance[pk=225385, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:04:25,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Create Instance[pk=226104, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:04:25,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Create Location[pk=226104, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A4776D90, tsuid=1.2.840.10008.1.2, size=3915756, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:25,132 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Updated DB in 14 ms
2025-11-19 16:04:25,133 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144711539 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:25,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:27,291 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:27,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Found previous received Instance[pk=225386, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:04:27,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Replace previous received Instance[pk=225386, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:04:27,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Create Instance[pk=226105, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:04:27,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Create Location[pk=226105, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A4A4D79E, tsuid=1.2.840.10008.1.2, size=3416796, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:27,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Updated DB in 20 ms
2025-11-19 16:04:27,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144748250 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:27,549 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:30,452 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:30,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Found previous received Instance[pk=225387, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:04:30,455 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Replace previous received Instance[pk=225387, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:04:30,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Create Instance[pk=226106, uid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:04:30,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Create Location[pk=226106, systemID=amazon-s3, path=2025/11/19/03133376/D3725786/A620E147, tsuid=1.2.840.10008.1.2, size=3416648, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:30,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421): Updated DB in 21 ms
2025-11-19 16:04:30,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119144807329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:30,708 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) >> A-RELEASE-RQ
2025-11-19 16:04:30,708 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(421) << A-RELEASE-RP
2025-11-19 16:04:30,759 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(421): close Socket[addr=187.36.104.204/187.36.104.204,port=52143,localport=11112]
2025-11-19 16:04:31,170 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52144,localport=11112]
2025-11-19 16:04:31,170 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> A-ASSOCIATE-RQ
2025-11-19 16:04:31,170 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << A-ASSOCIATE-AC
2025-11-19 16:04:31,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:31,566 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:31,568 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 16:04:32,074 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:04:32,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:32,312 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:35,284 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:35,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Found previous received Instance[pk=226025, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:04:35,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Replace previous received Instance[pk=226025, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:04:35,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Instance[pk=226107, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:04:35,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Location[pk=226107, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A28F43FE, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:35,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Updated DB in 17 ms
2025-11-19 16:04:35,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152718179 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:35,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:39,336 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:39,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Found previous received Instance[pk=226026, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:04:39,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Replace previous received Instance[pk=226026, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:04:39,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Instance[pk=226108, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:04:39,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Location[pk=226108, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A2C6451A, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:39,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Updated DB in 16 ms
2025-11-19 16:04:39,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152755190 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:39,371 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116195468.325284&seriesUID=1.2.392.200036.9125.3.3619053820161.65116195468.325285&objectUID=1.2.392.200036.9125.9.0.254349339.337585342.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:04:39,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:40,640 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116195468.325284&seriesUID=1.2.392.200036.9125.3.3619053820161.65116195468.325285&objectUID=1.2.392.200036.9125.9.0.254349338.2585601214.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:04:41,031 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49342,localport=11112]
2025-11-19 16:04:41,031 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423) >> A-ASSOCIATE-RQ
2025-11-19 16:04:41,031 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423) << A-ASSOCIATE-AC
2025-11-19 16:04:41,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539502.431 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:04:41,971 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116195468.325284&seriesUID=1.2.392.200036.9125.3.3619053820161.65116195468.325285&objectUID=1.2.392.200036.9125.9.0.254349338.3474859198.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:04:42,143 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 16:04:42,144 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 16:04:42,436 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:42,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Found previous received Instance[pk=226027, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:04:42,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Replace previous received Instance[pk=226027, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:04:42,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Instance[pk=226109, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:04:42,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Location[pk=226109, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A46B4EAE, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:42,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Updated DB in 12 ms
2025-11-19 16:04:42,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152841868 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:42,676 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:43,516 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116195468.325284&seriesUID=1.2.392.200036.9125.3.3619053820161.65116195468.325285&objectUID=1.2.392.200036.9125.9.0.254349339.1394615486.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:04:44,398 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6381) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:44,401 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Create Patient[pk=8850, id=PatientID[pk=8850, id=68456, issuer=DCM4CHEE.14BAD2B9.0DBEBA91], name=FERNANDA ISADORA GIMENEZ SANTOS]
2025-11-19 16:04:44,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Create Study[pk=8859, uid=68456, id=68456]
2025-11-19 16:04:44,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Create Series[pk=8964, uid=1.2.840.113619.2.423.84107009440.1763538915.430, no=1, mod=US]
2025-11-19 16:04:44,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Create Instance[pk=226110, uid=1.2.840.113619.2.423.84107009440.1763539502.431, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 16:04:44,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Create Location[pk=226110, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/EBD3DB03, tsuid=1.2.840.10008.1.2.1, size=692504, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:44,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Updated DB in 34 ms
2025-11-19 16:04:44,433 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6381) No duplicate record with equal Patient ID found Patient[pk=8850, id=PatientID[pk=8850, id=68456, issuer=DCM4CHEE.14BAD2B9.0DBEBA91], name=FERNANDA ISADORA GIMENEZ SANTOS]
2025-11-19 16:04:44,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539502.431 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:04:44,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539502.431 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:04:45,197 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 16:04:45,382 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) Calculated size of 4 studies
2025-11-19 16:04:45,382 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 16:04:45,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:45,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Found previous received Instance[pk=226028, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:04:45,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Replace previous received Instance[pk=226028, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:04:45,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Instance[pk=226111, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:04:45,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Location[pk=226111, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/A605BABC, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:45,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Updated DB in 11 ms
2025-11-19 16:04:45,555 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152925461 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:45,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:46,359 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 16:04:46,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:04:46,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:04:46,361 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:04:46,361 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:04:46,362 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 16:04:46,362 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 16:04:46,384 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:04:46,385 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:04:46,385 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 16:04:48,093 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6381) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:48,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Found previous received Instance[pk=226110, uid=1.2.840.113619.2.423.84107009440.1763539502.431, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 16:04:48,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Replace previous received Instance[pk=226110, uid=1.2.840.113619.2.423.84107009440.1763539502.431, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 16:04:48,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Create Instance[pk=226112, uid=1.2.840.113619.2.423.84107009440.1763539502.431, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 16:04:48,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Create Location[pk=226112, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/B71A6E3B, tsuid=1.2.840.10008.1.2.1, size=692504, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:48,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423): Updated DB in 27 ms
2025-11-19 16:04:48,121 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539502.431 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:04:48,450 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423) >> A-RELEASE-RQ
2025-11-19 16:04:48,450 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6381) DCM4CHEE<-F6LOGIQ(423) << A-RELEASE-RP
2025-11-19 16:04:48,500 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-F6LOGIQ(423): close Socket[addr=187.36.104.204/187.36.104.204,port=49342,localport=11112]
2025-11-19 16:04:50,144 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:50,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Found previous received Instance[pk=226029, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:04:50,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Replace previous received Instance[pk=226029, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:04:50,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Instance[pk=226113, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:04:50,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Location[pk=226113, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/CB7585E6, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:50,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Updated DB in 27 ms
2025-11-19 16:04:50,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153008411 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:50,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:54,648 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:54,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Found previous received Instance[pk=226030, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:04:54,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Replace previous received Instance[pk=226030, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:04:54,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Instance[pk=226114, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:04:54,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Location[pk=226114, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/CBB85155, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:54,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Updated DB in 13 ms
2025-11-19 16:04:54,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153050248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:54,892 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:57,865 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 16:04:57,866 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 16:04:58,414 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:04:58,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Found previous received Instance[pk=226031, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:04:58,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Replace previous received Instance[pk=226031, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:04:58,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Instance[pk=226115, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:04:58,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Location[pk=226115, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/CD5F8A4F, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 16:04:58,427 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Updated DB in 13 ms
2025-11-19 16:04:58,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153141322 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:04:58,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:02,271 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:02,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Found previous received Instance[pk=226032, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:05:02,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Replace previous received Instance[pk=226032, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:05:02,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Instance[pk=226116, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:05:02,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Location[pk=226116, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D0CCE9E9, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:02,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Updated DB in 15 ms
2025-11-19 16:05:02,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153349634 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:02,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:06,599 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:06,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Found previous received Instance[pk=226033, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:05:06,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Replace previous received Instance[pk=226033, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:05:06,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Instance[pk=226117, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:05:06,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Location[pk=226117, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D4327BF1, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:06,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Updated DB in 21 ms
2025-11-19 16:05:06,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153540404 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:06,850 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:10,552 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:10,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Found previous received Instance[pk=226034, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:05:10,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Replace previous received Instance[pk=226034, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:05:10,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Instance[pk=226118, uid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:05:10,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Create Location[pk=226118, systemID=amazon-s3, path=2025/11/19/031333AF/D4E487A6/D5D93681, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:10,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422): Updated DB in 28 ms
2025-11-19 16:05:10,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119153630280 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:10,809 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) >> A-RELEASE-RQ
2025-11-19 16:05:10,809 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(422) << A-RELEASE-RP
2025-11-19 16:05:10,859 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS30(422): close Socket[addr=187.36.104.204/187.36.104.204,port=52144,localport=11112]
2025-11-19 16:05:11,264 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52145,localport=11112]
2025-11-19 16:05:11,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) >> A-ASSOCIATE-RQ
2025-11-19 16:05:11,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) << A-ASSOCIATE-AC
2025-11-19 16:05:11,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 16:05:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 16:05:15,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:15,125 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Patient[pk=8851, id=PatientID[pk=8851, id=68447, issuer=DCM4CHEE.2E17D608.06EB4155], name=MARIA VANDERLI GOMES]
2025-11-19 16:05:15,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Study[pk=8860, uid=68447, id=68447]
2025-11-19 16:05:15,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Series[pk=8965, uid=1.2.410.200001.101.11.301.1144174170.2.20251119154751867, no=1, mod=US]
2025-11-19 16:05:15,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Instance[pk=226119, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:05:15,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Location[pk=226119, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0C91614D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:15,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Updated DB in 21 ms
2025-11-19 16:05:15,144 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) No duplicate record with equal Patient ID found Patient[pk=8851, id=PatientID[pk=8851, id=68447, issuer=DCM4CHEE.2E17D608.06EB4155], name=MARIA VANDERLI GOMES]
2025-11-19 16:05:15,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:15,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:19,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:19,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Instance[pk=226120, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:05:19,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Location[pk=226120, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E1B0ECC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:19,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Updated DB in 11 ms
2025-11-19 16:05:19,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:19,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:22,468 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:22,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Instance[pk=226121, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:05:22,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Location[pk=226121, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E3826AC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:22,478 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Updated DB in 10 ms
2025-11-19 16:05:22,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:22,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:27,216 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:27,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Instance[pk=226122, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:05:27,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Location[pk=226122, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E482665, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:27,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Updated DB in 10 ms
2025-11-19 16:05:27,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:27,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:27,781 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:27,783 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 16:05:28,301 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:05:28,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:28,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:31,700 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:31,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Instance[pk=226123, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:05:31,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Location[pk=226123, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0FD3863E, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:31,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Updated DB in 9 ms
2025-11-19 16:05:31,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:31,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:35,750 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68463&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119154838383&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119154838796&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:05:37,261 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68463&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119154838383&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119154921046&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:05:37,508 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:37,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Instance[pk=226124, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:05:37,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Location[pk=226124, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/353E4ECF, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:37,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Updated DB in 10 ms
2025-11-19 16:05:37,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:37,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:38,396 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68463&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119154838383&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119154949362&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:05:39,534 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68463&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119154838383&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119155039406&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:05:40,713 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68463&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119154838383&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119155148339&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:05:41,921 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68463&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119154838383&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119155205668&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:05:42,144 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 16:05:42,145 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 16:05:42,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5859) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:42,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Instance[pk=226125, uid=1.2.392.200036.9125.9.0.254349683.2738234558.86381729, class=1.2.840.10008.5.1.4.1.1.1, no=3004]
2025-11-19 16:05:42,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Create Location[pk=226125, systemID=amazon-s3, path=2025/11/19/B1E472CF/18BD3291/2778CC77, tsuid=1.2.840.10008.1.2, size=8391814, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:42,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405): Updated DB in 13 ms
2025-11-19 16:05:42,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) << 165:C-STORE-RSP[pcid=157, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.1 - Computed Radiography Image Storage
  iuid=1.2.392.200036.9125.9.0.254349683.2738234558.86381729 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:42,467 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:42,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Instance[pk=226126, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:05:42,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Create Location[pk=226126, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/354EB74F, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:42,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424): Updated DB in 4 ms
2025-11-19 16:05:42,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:42,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) >> A-RELEASE-RQ
2025-11-19 16:05:42,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5859) DCM4CHEE<-FCR-CSL1(405) << A-RELEASE-RP
2025-11-19 16:05:42,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-FCR-CSL1(405): close Socket[addr=187.36.104.204/187.36.104.204,port=50207,localport=11112]
2025-11-19 16:05:42,702 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) >> A-RELEASE-RQ
2025-11-19 16:05:42,702 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(424) << A-RELEASE-RP
2025-11-19 16:05:42,752 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(424): close Socket[addr=187.36.104.204/187.36.104.204,port=52145,localport=11112]
2025-11-19 16:05:43,113 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68463&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119154838383&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119155313716&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:05:43,168 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52146,localport=11112]
2025-11-19 16:05:43,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425) >> A-ASSOCIATE-RQ
2025-11-19 16:05:43,174 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425) << A-ASSOCIATE-AC
2025-11-19 16:05:43,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:44,302 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68463&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119154838383&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119155622951&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:05:45,104 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49346,localport=11112]
2025-11-19 16:05:45,104 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426) >> A-ASSOCIATE-RQ
2025-11-19 16:05:45,104 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426) << A-ASSOCIATE-AC
2025-11-19 16:05:45,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426) >> 16:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539565.435 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:05:45,480 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68463&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119154838383&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119155715772&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:05:46,385 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 16:05:46,386 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,386 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,387 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,387 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,387 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:05:46,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:05:46,388 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,389 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,389 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:05:46,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:05:46,390 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,391 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,391 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,411 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:05:46,411 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:05:46,412 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,412 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,413 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 16:05:46,413 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 16:05:47,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:47,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Found previous received Instance[pk=226119, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:05:47,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Replace previous received Instance[pk=226119, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:05:47,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Create Instance[pk=226127, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:05:47,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Create Location[pk=226127, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/FDAF92FD, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:47,212 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Updated DB in 16 ms
2025-11-19 16:05:47,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:47,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:48,660 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6340) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:48,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426): Create Instance[pk=226128, uid=1.2.840.113619.2.423.84107009440.1763539565.435, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:05:48,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426): Create Location[pk=226128, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/F63B3544, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:48,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426): Updated DB in 19 ms
2025-11-19 16:05:48,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426) << 16:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539565.435 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:05:49,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426) >> 17:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539565.435 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:05:50,803 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6340) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:50,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426): Found previous received Instance[pk=226128, uid=1.2.840.113619.2.423.84107009440.1763539565.435, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:05:50,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426): Replace previous received Instance[pk=226128, uid=1.2.840.113619.2.423.84107009440.1763539565.435, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:05:50,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426): Create Instance[pk=226129, uid=1.2.840.113619.2.423.84107009440.1763539565.435, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:05:50,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426): Create Location[pk=226129, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/B10DC5C7, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:50,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426): Updated DB in 14 ms
2025-11-19 16:05:50,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426) << 17:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539565.435 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:05:51,140 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426) >> A-RELEASE-RQ
2025-11-19 16:05:51,140 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6340) DCM4CHEE<-F6LOGIQ(426) << A-RELEASE-RP
2025-11-19 16:05:51,191 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-F6LOGIQ(426): close Socket[addr=187.36.104.204/187.36.104.204,port=49346,localport=11112]
2025-11-19 16:05:52,760 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:52,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Found previous received Instance[pk=226120, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:05:52,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Replace previous received Instance[pk=226120, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:05:52,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Create Instance[pk=226130, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:05:52,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Create Location[pk=226130, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/11B76C31, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:52,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Updated DB in 12 ms
2025-11-19 16:05:52,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:53,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:55,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:05:55,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Found previous received Instance[pk=226121, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:05:55,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Replace previous received Instance[pk=226121, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:05:55,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Create Instance[pk=226131, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:05:55,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Create Location[pk=226131, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/43EFE700, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:05:55,538 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Updated DB in 12 ms
2025-11-19 16:05:55,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:55,774 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:05:57,867 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 16:05:57,868 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 16:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 16:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 16:06:25,935 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49348,localport=11112]
2025-11-19 16:06:33,886 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(427) >> A-ASSOCIATE-RQ
2025-11-19 16:06:33,886 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(427) << A-ASSOCIATE-AC
2025-11-19 16:06:42,145 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 16:06:42,146 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 16:06:46,413 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 16:06:46,414 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:06:46,414 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:06:46,415 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:06:46,415 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:06:46,416 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:06:46,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:06:46,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:06:46,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:06:46,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:06:46,448 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:06:46,449 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:06:46,449 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:06:46,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 16:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 16:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6396) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 16:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6397) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6397) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6396) Start deleting 48 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:06:53,491 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:06:53,497 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:06:57,868 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 16:06:57,870 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 16:07:02,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(427) >> 18:C-STORE-RQ[pcid=5, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539583.440.528 - ?
  tsuid=1.2.840.10008.1.2.4.70 - JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])]
2025-11-19 16:07:09,982 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6359) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:07:09,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Found previous received Instance[pk=226122, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:07:09,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Replace previous received Instance[pk=226122, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:07:09,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Create Instance[pk=226132, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:07:09,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Create Location[pk=226132, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/28302039, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:07:09,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): Updated DB in 13 ms
2025-11-19 16:07:09,996 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:09,996 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): i/o exception: java.io.EOFException in State: Sta6 - Association established and ready for data transfer
2025-11-19 16:07:09,996 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6359) DCM4CHEE<-HS30(425): close Socket[addr=187.36.104.204/187.36.104.204,port=52146,localport=11112]
2025-11-19 16:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 16:07:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 16:07:18,491 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6396) Finished deleting 48 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:07:18,491 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6396) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:07:22,016 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): unrecognized PDU[type=19, len=236129550]
2025-11-19 16:07:22,016 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): invalid PDV in PDU[type=19, len=236129550]
2025-11-19 16:07:22,873 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): Failed to store received object:
: A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-PDU]
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.abort(PDUDecoder.java:234)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:199)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:07:23,385 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-PDU]
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:261)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-PDU]
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.abort(PDUDecoder.java:234)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:199)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	... 32 more

2025-11-19 16:07:23,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412) << 11:C-STORE-RSP[pcid=1, status=110H, errorComment=A-ABORT[source: 2 - service-provider, reason: 1 - unrecognized-P
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:23,385 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): i/o exception: java.io.IOException: Unexpected Error in State: Sta6 - Association established and ready for data transfer
2025-11-19 16:07:23,385 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS60MT(412): close Socket[addr=187.36.104.204/187.36.104.204,port=49490,localport=11112]
2025-11-19 16:07:26,061 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52147,localport=11112]
2025-11-19 16:07:26,061 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) >> A-ASSOCIATE-RQ
2025-11-19 16:07:26,061 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) << A-ASSOCIATE-AC
2025-11-19 16:07:26,307 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:30,965 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:07:30,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Found previous received Instance[pk=226127, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:07:30,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Replace previous received Instance[pk=226127, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:07:30,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Instance[pk=226133, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:07:30,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Location[pk=226133, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0C91614D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:07:30,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Updated DB in 16 ms
2025-11-19 16:07:30,981 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:31,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:35,677 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:07:35,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Found previous received Instance[pk=226130, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:07:35,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Replace previous received Instance[pk=226130, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:07:35,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Instance[pk=226134, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:07:35,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Location[pk=226134, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E1B0ECC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:07:35,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Updated DB in 12 ms
2025-11-19 16:07:35,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:35,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:39,125 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:07:39,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Found previous received Instance[pk=226131, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:07:39,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Replace previous received Instance[pk=226131, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:07:39,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Instance[pk=226135, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:07:39,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Location[pk=226135, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E3826AC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:07:39,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Updated DB in 17 ms
2025-11-19 16:07:39,142 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:39,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:42,146 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 16:07:42,147 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 16:07:43,078 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:07:43,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Found previous received Instance[pk=226132, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:07:43,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Replace previous received Instance[pk=226132, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:07:43,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Instance[pk=226136, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:07:43,083 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Location[pk=226136, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/4A5B6E17, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:07:43,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Updated DB in 22 ms
2025-11-19 16:07:43,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:43,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:46,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 16:07:46,451 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:07:46,452 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:07:46,452 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:07:46,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:07:46,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:07:46,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:07:46,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:07:46,477 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:07:46,477 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:07:46,478 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:07:46,478 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 16:07:47,726 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:07:47,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Found previous received Instance[pk=226123, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:07:47,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Replace previous received Instance[pk=226123, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:07:47,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Instance[pk=226137, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:07:47,732 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Location[pk=226137, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/1D3E42ED, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:07:47,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Updated DB in 18 ms
2025-11-19 16:07:47,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:47,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:52,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:07:52,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Found previous received Instance[pk=226124, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:07:52,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Replace previous received Instance[pk=226124, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:07:52,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Instance[pk=226138, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:07:52,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Location[pk=226138, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/F69C30D7, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:07:52,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Updated DB in 25 ms
2025-11-19 16:07:52,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:52,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:54,132 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49515,localport=11112]
2025-11-19 16:07:54,138 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> A-ASSOCIATE-RQ
2025-11-19 16:07:54,138 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << A-ASSOCIATE-AC
2025-11-19 16:07:54,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153257888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:56,180 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:07:56,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Found previous received Instance[pk=226126, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:07:56,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Replace previous received Instance[pk=226126, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:07:56,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Instance[pk=226139, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:07:56,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Create Location[pk=226139, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0AB04E62, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:07:56,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428): Updated DB in 7 ms
2025-11-19 16:07:56,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:56,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) >> A-RELEASE-RQ
2025-11-19 16:07:56,440 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(428) << A-RELEASE-RP
2025-11-19 16:07:56,490 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS30(428): close Socket[addr=187.36.104.204/187.36.104.204,port=52147,localport=11112]
2025-11-19 16:07:56,928 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52148,localport=11112]
2025-11-19 16:07:56,928 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) >> A-ASSOCIATE-RQ
2025-11-19 16:07:56,928 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) << A-ASSOCIATE-AC
2025-11-19 16:07:57,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:07:57,870 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 16:07:57,874 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 16:07:58,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6391) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:07:58,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(427): Create Instance[pk=226140, uid=1.2.840.113619.2.423.84107009440.1763539583.440.528, class=1.2.840.10008.5.1.4.1.1.3.1, no=512]
2025-11-19 16:07:58,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(427): Create Location[pk=226140, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/10E510E7, tsuid=1.2.840.10008.1.2.4.70, size=13382354, status=OK, objectType=DICOM_FILE]
2025-11-19 16:07:58,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(427): Updated DB in 23 ms
2025-11-19 16:07:58,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(427) << 18:C-STORE-RSP[pcid=5, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539583.440.528 - ?
  tsuid=1.2.840.10008.1.2.4.70 - JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])]
2025-11-19 16:07:58,980 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(427) >> A-RELEASE-RQ
2025-11-19 16:07:58,980 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(427) << A-RELEASE-RP
2025-11-19 16:07:59,031 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-F6LOGIQ(427): close Socket[addr=187.36.104.204/187.36.104.204,port=49348,localport=11112]
2025-11-19 16:07:59,699 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49354,localport=11112]
2025-11-19 16:07:59,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431) >> A-ASSOCIATE-RQ
2025-11-19 16:07:59,699 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431) << A-ASSOCIATE-AC
2025-11-19 16:08:00,952 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:00,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Found previous received Instance[pk=226133, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:08:00,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Replace previous received Instance[pk=226133, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:08:00,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Instance[pk=226141, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:08:00,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Location[pk=226141, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/FDBABEB8, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:00,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Updated DB in 15 ms
2025-11-19 16:08:00,967 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:01,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:03,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:03,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Found previous received Instance[pk=226134, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:08:03,270 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Replace previous received Instance[pk=226134, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:08:03,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Instance[pk=226142, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:08:03,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Location[pk=226142, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/BF3A63D0, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:03,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Updated DB in 19 ms
2025-11-19 16:08:03,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:03,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:06,082 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:06,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Found previous received Instance[pk=226135, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:08:06,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Replace previous received Instance[pk=226135, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:08:06,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Instance[pk=226143, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:08:06,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Location[pk=226143, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/8FB557D4, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:06,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Updated DB in 16 ms
2025-11-19 16:08:06,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:06,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:09,601 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:09,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Found previous received Instance[pk=226136, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:08:09,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Replace previous received Instance[pk=226136, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:08:09,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Instance[pk=226144, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:08:09,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Location[pk=226144, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/2D1587BE, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:09,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Updated DB in 28 ms
2025-11-19 16:08:09,630 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:09,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 16:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 16:08:13,719 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:13,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Found previous received Instance[pk=226137, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:08:13,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Replace previous received Instance[pk=226137, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:08:13,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Instance[pk=226145, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:08:13,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Location[pk=226145, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/156941D6, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:13,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Updated DB in 26 ms
2025-11-19 16:08:13,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:13,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:18,760 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:18,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Found previous received Instance[pk=226138, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:08:18,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Replace previous received Instance[pk=226138, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:08:18,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Instance[pk=226146, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:08:18,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Location[pk=226146, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/7EDD529A, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:18,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Updated DB in 25 ms
2025-11-19 16:08:18,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:19,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:22,938 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:22,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Found previous received Instance[pk=226139, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:08:22,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Replace previous received Instance[pk=226139, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:08:22,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Instance[pk=226147, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:08:22,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Create Location[pk=226147, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/F037F8E0, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:22,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430): Updated DB in 7 ms
2025-11-19 16:08:22,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:23,190 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) >> A-RELEASE-RQ
2025-11-19 16:08:23,190 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(430) << A-RELEASE-RP
2025-11-19 16:08:23,241 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(430): close Socket[addr=187.36.104.204/187.36.104.204,port=52148,localport=11112]
2025-11-19 16:08:23,671 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52149,localport=11112]
2025-11-19 16:08:23,677 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) >> A-ASSOCIATE-RQ
2025-11-19 16:08:23,677 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) << A-ASSOCIATE-AC
2025-11-19 16:08:23,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:27,943 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:27,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Found previous received Instance[pk=226141, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:08:27,946 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Replace previous received Instance[pk=226141, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:08:27,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Instance[pk=226148, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:08:27,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Location[pk=226148, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/47FC3EAC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:27,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Updated DB in 7 ms
2025-11-19 16:08:27,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:28,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431) >> 19:C-STORE-RQ[pcid=5, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539589.443.528 - ?
  tsuid=1.2.840.10008.1.2.4.70 - JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])]
2025-11-19 16:08:28,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:33,727 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:33,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221210, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153257888, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:08:33,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221210, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153257888, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:08:33,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226149, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153257888, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:08:33,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226149, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/F631E69B, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:33,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 22 ms
2025-11-19 16:08:33,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153257888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:33,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153316368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:34,495 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:34,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Found previous received Instance[pk=226142, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:08:34,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Replace previous received Instance[pk=226142, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:08:34,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Instance[pk=226150, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:08:34,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Location[pk=226150, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/A4CFB032, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:34,517 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Updated DB in 22 ms
2025-11-19 16:08:34,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:34,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:38,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:38,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Found previous received Instance[pk=226143, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:08:38,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Replace previous received Instance[pk=226143, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:08:38,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Instance[pk=226151, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:08:38,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Location[pk=226151, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/D83E466A, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:38,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Updated DB in 11 ms
2025-11-19 16:08:38,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:38,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:42,147 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 16:08:42,148 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 16:08:42,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:42,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Found previous received Instance[pk=226144, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:08:42,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Replace previous received Instance[pk=226144, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:08:42,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Instance[pk=226152, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:08:42,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Location[pk=226152, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/7584F1FF, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:42,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Updated DB in 21 ms
2025-11-19 16:08:42,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:42,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:46,478 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 16:08:46,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:08:46,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:08:46,480 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 16:08:46,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:08:46,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:08:46,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:08:46,501 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:08:46,501 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 16:08:47,242 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:47,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Found previous received Instance[pk=226145, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:08:47,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Replace previous received Instance[pk=226145, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:08:47,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Instance[pk=226153, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:08:47,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Location[pk=226153, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/7563AF7D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:47,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Updated DB in 20 ms
2025-11-19 16:08:47,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:47,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:51,813 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6391) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:51,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Create Instance[pk=226154, uid=1.2.840.113619.2.423.84107009440.1763539589.443.528, class=1.2.840.10008.5.1.4.1.1.3.1, no=512]
2025-11-19 16:08:51,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Create Location[pk=226154, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/8AA9F170, tsuid=1.2.840.10008.1.2.4.70, size=13382354, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:51,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Updated DB in 6 ms
2025-11-19 16:08:51,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431) << 19:C-STORE-RSP[pcid=5, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539589.443.528 - ?
  tsuid=1.2.840.10008.1.2.4.70 - JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])]
2025-11-19 16:08:52,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539624.445 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:08:52,687 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:52,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Found previous received Instance[pk=226146, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:08:52,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Replace previous received Instance[pk=226146, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:08:52,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Instance[pk=226155, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:08:52,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Location[pk=226155, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/8CCEED0E, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:52,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Updated DB in 26 ms
2025-11-19 16:08:52,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:52,956 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:53,959 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6391) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:53,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Create Instance[pk=226156, uid=1.2.840.113619.2.423.84107009440.1763539624.445, class=1.2.840.10008.5.1.4.1.1.7, no=768]
2025-11-19 16:08:53,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Create Location[pk=226156, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/243FF6A7, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:53,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Updated DB in 19 ms
2025-11-19 16:08:53,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539624.445 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:08:54,391 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539624.445 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:08:56,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6391) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:56,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Found previous received Instance[pk=226156, uid=1.2.840.113619.2.423.84107009440.1763539624.445, class=1.2.840.10008.5.1.4.1.1.7, no=768]
2025-11-19 16:08:56,315 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Replace previous received Instance[pk=226156, uid=1.2.840.113619.2.423.84107009440.1763539624.445, class=1.2.840.10008.5.1.4.1.1.7, no=768]
2025-11-19 16:08:56,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Create Instance[pk=226157, uid=1.2.840.113619.2.423.84107009440.1763539624.445, class=1.2.840.10008.5.1.4.1.1.7, no=768]
2025-11-19 16:08:56,318 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Create Location[pk=226157, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/75B93EC5, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:56,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431): Updated DB in 15 ms
2025-11-19 16:08:56,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539624.445 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:08:56,700 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431) >> A-RELEASE-RQ
2025-11-19 16:08:56,700 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6391) DCM4CHEE<-F6LOGIQ(431) << A-RELEASE-RP
2025-11-19 16:08:56,750 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-F6LOGIQ(431): close Socket[addr=187.36.104.204/187.36.104.204,port=49354,localport=11112]
2025-11-19 16:08:57,874 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 16:08:57,876 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 16:08:57,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-5867) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:08:57,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Found previous received Instance[pk=226147, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:08:57,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Replace previous received Instance[pk=226147, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:08:57,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Instance[pk=226158, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:08:57,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Create Location[pk=226158, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/47810705, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:08:57,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432): Updated DB in 24 ms
2025-11-19 16:08:57,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:08:58,176 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) >> A-RELEASE-RQ
2025-11-19 16:08:58,176 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-5867) DCM4CHEE<-HS30(432) << A-RELEASE-RP
2025-11-19 16:08:58,226 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(432): close Socket[addr=187.36.104.204/187.36.104.204,port=52149,localport=11112]
2025-11-19 16:08:58,660 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6350) /172.18.0.3:11112<-/187.36.104.204:52150(416): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 16:08:58,660 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6350) /172.18.0.3:11112<-/187.36.104.204:52150(416): close Socket[addr=/187.36.104.204,port=52150,localport=11112]
2025-11-19 16:08:59,283 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49360,localport=11112]
2025-11-19 16:08:59,289 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433) >> A-ASSOCIATE-RQ
2025-11-19 16:08:59,289 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433) << A-ASSOCIATE-AC
2025-11-19 16:08:59,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433) >> 22:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539659.447 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:01,661 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52150,localport=11112]
2025-11-19 16:09:01,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) >> A-ASSOCIATE-RQ
2025-11-19 16:09:01,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) << A-ASSOCIATE-AC
2025-11-19 16:09:01,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:03,044 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6350) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:03,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433): Create Instance[pk=226159, uid=1.2.840.113619.2.423.84107009440.1763539659.447, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 16:09:03,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433): Create Location[pk=226159, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/29A4F60B, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:03,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433): Updated DB in 30 ms
2025-11-19 16:09:03,075 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433) << 22:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539659.447 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:03,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433) >> 23:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539659.447 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:05,401 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6350) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:05,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433): Found previous received Instance[pk=226159, uid=1.2.840.113619.2.423.84107009440.1763539659.447, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 16:09:05,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433): Replace previous received Instance[pk=226159, uid=1.2.840.113619.2.423.84107009440.1763539659.447, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 16:09:05,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433): Create Instance[pk=226160, uid=1.2.840.113619.2.423.84107009440.1763539659.447, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 16:09:05,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433): Create Location[pk=226160, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/69304111, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:05,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433): Updated DB in 14 ms
2025-11-19 16:09:05,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433) << 23:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539659.447 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:05,799 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433) >> A-RELEASE-RQ
2025-11-19 16:09:05,799 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(433) << A-RELEASE-RP
2025-11-19 16:09:05,850 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-F6LOGIQ(433): close Socket[addr=187.36.104.204/187.36.104.204,port=49360,localport=11112]
2025-11-19 16:09:06,398 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49362,localport=11112]
2025-11-19 16:09:06,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435) >> A-ASSOCIATE-RQ
2025-11-19 16:09:06,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435) << A-ASSOCIATE-AC
2025-11-19 16:09:06,572 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:06,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Found previous received Instance[pk=226148, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:09:06,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Replace previous received Instance[pk=226148, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:09:06,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Instance[pk=226161, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:09:06,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Location[pk=226161, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/D62ED332, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:06,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Updated DB in 7 ms
2025-11-19 16:09:06,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:06,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539710.450 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:06,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:09,193 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:09,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Found previous received Instance[pk=226150, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:09:09,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Replace previous received Instance[pk=226150, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:09:09,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Instance[pk=226162, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:09:09,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Location[pk=226162, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/F77DC257, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:09,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Updated DB in 15 ms
2025-11-19 16:09:09,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:09,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:09,786 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6350) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:09,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435): Create Instance[pk=226163, uid=1.2.840.113619.2.423.84107009440.1763539710.450, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 16:09:09,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435): Create Location[pk=226163, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/5738FB5F, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:09,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435): Updated DB in 13 ms
2025-11-19 16:09:09,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539710.450 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:10,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539710.450 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:11,976 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6350) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:11,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435): Found previous received Instance[pk=226163, uid=1.2.840.113619.2.423.84107009440.1763539710.450, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 16:09:11,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435): Replace previous received Instance[pk=226163, uid=1.2.840.113619.2.423.84107009440.1763539710.450, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 16:09:11,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435): Create Instance[pk=226164, uid=1.2.840.113619.2.423.84107009440.1763539710.450, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 16:09:11,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435): Create Location[pk=226164, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/141E83D7, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:11,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435): Updated DB in 22 ms
2025-11-19 16:09:11,999 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539710.450 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 16:09:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 16:09:12,311 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:12,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Found previous received Instance[pk=226151, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:09:12,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Replace previous received Instance[pk=226151, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:09:12,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Instance[pk=226165, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:09:12,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Location[pk=226165, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/619EEED8, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:12,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Updated DB in 17 ms
2025-11-19 16:09:12,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:12,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435) >> A-RELEASE-RQ
2025-11-19 16:09:12,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6350) DCM4CHEE<-F6LOGIQ(435) << A-RELEASE-RP
2025-11-19 16:09:12,448 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-F6LOGIQ(435): close Socket[addr=187.36.104.204/187.36.104.204,port=49362,localport=11112]
2025-11-19 16:09:12,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:12,995 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49364,localport=11112]
2025-11-19 16:09:12,995 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436) >> A-ASSOCIATE-RQ
2025-11-19 16:09:12,995 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436) << A-ASSOCIATE-AC
2025-11-19 16:09:13,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436) >> 26:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539752.452 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:15,895 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:15,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221211, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153316368, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:09:15,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221211, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153316368, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:09:15,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226166, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153316368, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:09:15,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226166, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/F7ADD9D4, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:15,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 13 ms
2025-11-19 16:09:15,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:15,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153316368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:15,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Found previous received Instance[pk=226152, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:09:15,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Replace previous received Instance[pk=226152, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:09:15,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Instance[pk=226167, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:09:15,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Location[pk=226167, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/D94D306B, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:15,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Updated DB in 6 ms
2025-11-19 16:09:15,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:16,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:16,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153432369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:17,068 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6410) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:17,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436): Create Instance[pk=226168, uid=1.2.840.113619.2.423.84107009440.1763539752.452, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 16:09:17,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436): Create Location[pk=226168, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/5E288CDF, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:17,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436): Updated DB in 12 ms
2025-11-19 16:09:17,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436) << 26:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539752.452 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:17,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436) >> 27:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539752.452 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:20,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:20,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6410) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:20,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436): Found previous received Instance[pk=226168, uid=1.2.840.113619.2.423.84107009440.1763539752.452, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 16:09:20,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Found previous received Instance[pk=226153, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:09:20,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Replace previous received Instance[pk=226153, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:09:20,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436): Replace previous received Instance[pk=226168, uid=1.2.840.113619.2.423.84107009440.1763539752.452, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 16:09:20,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436): Create Instance[pk=226169, uid=1.2.840.113619.2.423.84107009440.1763539752.452, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 16:09:20,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436): Create Location[pk=226169, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/C31E2B06, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:20,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Instance[pk=226170, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:09:20,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Location[pk=226170, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/546F6704, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:20,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436): Updated DB in 24 ms
2025-11-19 16:09:20,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Updated DB in 25 ms
2025-11-19 16:09:20,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436) << 27:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539752.452 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:20,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:20,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:20,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436) >> A-RELEASE-RQ
2025-11-19 16:09:20,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(436) << A-RELEASE-RP
2025-11-19 16:09:20,711 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-F6LOGIQ(436): close Socket[addr=187.36.104.204/187.36.104.204,port=49364,localport=11112]
2025-11-19 16:09:23,389 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49365,localport=11112]
2025-11-19 16:09:23,389 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437) >> A-ASSOCIATE-RQ
2025-11-19 16:09:23,389 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437) << A-ASSOCIATE-AC
2025-11-19 16:09:23,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539782.462 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:25,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:25,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Found previous received Instance[pk=226155, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:09:25,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Replace previous received Instance[pk=226155, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:09:25,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Instance[pk=226171, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:09:25,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Location[pk=226171, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/6ECC57C4, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:25,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Updated DB in 20 ms
2025-11-19 16:09:25,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:26,061 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:27,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6410) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:27,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437): Create Instance[pk=226172, uid=1.2.840.113619.2.423.84107009440.1763539782.462, class=1.2.840.10008.5.1.4.1.1.7, no=1792]
2025-11-19 16:09:27,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437): Create Location[pk=226172, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/634716DB, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:27,021 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437): Updated DB in 14 ms
2025-11-19 16:09:27,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539782.462 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:27,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539782.462 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:29,637 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6410) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:29,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437): Found previous received Instance[pk=226172, uid=1.2.840.113619.2.423.84107009440.1763539782.462, class=1.2.840.10008.5.1.4.1.1.7, no=1792]
2025-11-19 16:09:29,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437): Replace previous received Instance[pk=226172, uid=1.2.840.113619.2.423.84107009440.1763539782.462, class=1.2.840.10008.5.1.4.1.1.7, no=1792]
2025-11-19 16:09:29,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437): Create Instance[pk=226173, uid=1.2.840.113619.2.423.84107009440.1763539782.462, class=1.2.840.10008.5.1.4.1.1.7, no=1792]
2025-11-19 16:09:29,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437): Create Location[pk=226173, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/E47D36C6, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:29,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437): Updated DB in 30 ms
2025-11-19 16:09:29,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539782.462 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:09:30,092 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437) >> A-RELEASE-RQ
2025-11-19 16:09:30,093 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6410) DCM4CHEE<-F6LOGIQ(437) << A-RELEASE-RP
2025-11-19 16:09:30,143 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-F6LOGIQ(437): close Socket[addr=187.36.104.204/187.36.104.204,port=49365,localport=11112]
2025-11-19 16:09:31,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:31,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Found previous received Instance[pk=226158, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:09:31,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Replace previous received Instance[pk=226158, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:09:31,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Instance[pk=226174, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:09:31,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Create Location[pk=226174, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/AD5EAD50, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:31,230 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434): Updated DB in 11 ms
2025-11-19 16:09:31,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:31,473 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) >> A-RELEASE-RQ
2025-11-19 16:09:31,473 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(434) << A-RELEASE-RP
2025-11-19 16:09:31,524 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS30(434): close Socket[addr=187.36.104.204/187.36.104.204,port=52150,localport=11112]
2025-11-19 16:09:31,932 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52151,localport=11112]
2025-11-19 16:09:31,933 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) >> A-ASSOCIATE-RQ
2025-11-19 16:09:31,933 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) << A-ASSOCIATE-AC
2025-11-19 16:09:32,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:36,962 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:36,964 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Found previous received Instance[pk=226161, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:09:36,964 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Replace previous received Instance[pk=226161, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:09:36,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Instance[pk=226175, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:09:36,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Location[pk=226175, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/BDC9640C, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:36,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Updated DB in 20 ms
2025-11-19 16:09:36,982 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:37,212 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:39,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:39,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Found previous received Instance[pk=226162, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:09:39,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Replace previous received Instance[pk=226162, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:09:39,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Instance[pk=226176, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:09:39,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Location[pk=226176, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/372B44E0, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:39,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Updated DB in 15 ms
2025-11-19 16:09:39,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:39,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:41,903 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:41,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Found previous received Instance[pk=226165, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:09:41,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Replace previous received Instance[pk=226165, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:09:41,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Instance[pk=226177, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:09:41,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Location[pk=226177, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/24071F70, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:41,918 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Updated DB in 15 ms
2025-11-19 16:09:41,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:42,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:42,149 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 16:09:42,150 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 16:09:45,382 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 16:09:45,409 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:45,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Found previous received Instance[pk=226167, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:09:45,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Replace previous received Instance[pk=226167, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:09:45,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Instance[pk=226178, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:09:45,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Location[pk=226178, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0226A450, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:45,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Updated DB in 7 ms
2025-11-19 16:09:45,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:45,532 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) Calculated size of 3 studies
2025-11-19 16:09:45,532 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 16:09:45,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:46,501 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 16:09:46,502 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:09:46,502 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:09:46,503 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:09:46,503 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:09:46,523 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:09:46,523 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:09:46,523 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 16:09:49,214 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:49,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Found previous received Instance[pk=226170, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:09:49,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Replace previous received Instance[pk=226170, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:09:49,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Instance[pk=226179, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:09:49,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Location[pk=226179, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0546CB8A, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:49,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Updated DB in 14 ms
2025-11-19 16:09:49,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:49,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:53,781 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:53,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Found previous received Instance[pk=226171, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:09:53,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Replace previous received Instance[pk=226171, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:09:53,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Instance[pk=226180, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:09:53,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Location[pk=226180, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/A6E44698, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:53,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Updated DB in 12 ms
2025-11-19 16:09:53,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:54,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:57,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:57,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221212, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153432369, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:09:57,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221212, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153432369, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:09:57,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226181, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153432369, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:09:57,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226181, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/F97D0FFA, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:57,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 27 ms
2025-11-19 16:09:57,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153432369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:57,876 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 16:09:57,878 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 16:09:57,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153521719 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:59,269 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:09:59,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Found previous received Instance[pk=226174, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:09:59,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Replace previous received Instance[pk=226174, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:09:59,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Instance[pk=226182, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:09:59,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Create Location[pk=226182, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/201C40D1, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:09:59,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438): Updated DB in 21 ms
2025-11-19 16:09:59,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:09:59,518 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) >> A-RELEASE-RQ
2025-11-19 16:09:59,518 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(438) << A-RELEASE-RP
2025-11-19 16:09:59,569 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS30(438): close Socket[addr=187.36.104.204/187.36.104.204,port=52151,localport=11112]
2025-11-19 16:10:00,001 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52152,localport=11112]
2025-11-19 16:10:00,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) >> A-ASSOCIATE-RQ
2025-11-19 16:10:00,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) << A-ASSOCIATE-AC
2025-11-19 16:10:00,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:04,385 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:04,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Found previous received Instance[pk=226175, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:10:04,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Replace previous received Instance[pk=226175, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:10:04,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Instance[pk=226183, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:10:04,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Location[pk=226183, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/AF0CDEFA, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:04,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Updated DB in 55 ms
2025-11-19 16:10:04,440 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:04,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:08,723 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:08,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Found previous received Instance[pk=226176, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:10:08,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Replace previous received Instance[pk=226176, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:10:08,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Instance[pk=226184, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:10:08,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Location[pk=226184, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/B49DE021, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:08,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Updated DB in 13 ms
2025-11-19 16:10:08,737 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:08,981 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 16:10:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 16:10:12,335 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:12,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Found previous received Instance[pk=226177, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:10:12,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Replace previous received Instance[pk=226177, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:10:12,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Instance[pk=226185, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:10:12,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Location[pk=226185, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/5EE32C25, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:12,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Updated DB in 8 ms
2025-11-19 16:10:12,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:12,587 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:16,732 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:16,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Found previous received Instance[pk=226178, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:10:16,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Replace previous received Instance[pk=226178, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:10:16,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Instance[pk=226186, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:10:16,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Location[pk=226186, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/B81EE958, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:16,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Updated DB in 9 ms
2025-11-19 16:10:16,741 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:16,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:21,848 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:21,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Found previous received Instance[pk=226179, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:10:21,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Replace previous received Instance[pk=226179, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:10:21,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Instance[pk=226187, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:10:21,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Location[pk=226187, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/D0AD7097, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:21,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Updated DB in 22 ms
2025-11-19 16:10:21,871 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:22,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:26,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:26,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Found previous received Instance[pk=226180, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:10:26,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Replace previous received Instance[pk=226180, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:10:26,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Instance[pk=226188, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:10:26,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Location[pk=226188, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/AAD1CD36, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:26,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Updated DB in 13 ms
2025-11-19 16:10:26,171 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:26,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:30,212 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:30,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Found previous received Instance[pk=226182, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:10:30,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Replace previous received Instance[pk=226182, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:10:30,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Instance[pk=226189, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:10:30,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Create Location[pk=226189, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/BC18B472, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:30,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439): Updated DB in 17 ms
2025-11-19 16:10:30,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:30,470 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) >> A-RELEASE-RQ
2025-11-19 16:10:30,470 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(439) << A-RELEASE-RP
2025-11-19 16:10:30,521 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-HS30(439): close Socket[addr=187.36.104.204/187.36.104.204,port=52152,localport=11112]
2025-11-19 16:10:30,930 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52153,localport=11112]
2025-11-19 16:10:30,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) >> A-ASSOCIATE-RQ
2025-11-19 16:10:30,930 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) << A-ASSOCIATE-AC
2025-11-19 16:10:31,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:35,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:35,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Found previous received Instance[pk=226183, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:10:35,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Replace previous received Instance[pk=226183, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:10:35,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Instance[pk=226190, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:10:35,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Location[pk=226190, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/841E0B9B, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:35,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Updated DB in 16 ms
2025-11-19 16:10:35,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:35,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:37,672 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:37,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Found previous received Instance[pk=226184, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:10:37,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Replace previous received Instance[pk=226184, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:10:37,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Instance[pk=226191, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:10:37,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Location[pk=226191, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/95DABB02, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:37,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Updated DB in 25 ms
2025-11-19 16:10:37,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:37,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:41,257 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:41,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Found previous received Instance[pk=226185, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:10:41,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Replace previous received Instance[pk=226185, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:10:41,263 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Instance[pk=226192, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:10:41,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Location[pk=226192, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/ECA46AD7, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:41,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Updated DB in 11 ms
2025-11-19 16:10:41,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:41,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:42,150 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 16:10:42,151 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 16:10:42,687 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:42,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221128, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153521719, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:10:42,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221128, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153521719, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:10:42,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226193, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153521719, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:10:42,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226193, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/FB236B22, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:42,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 49 ms
2025-11-19 16:10:42,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153521719 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:42,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153621123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:45,953 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:45,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Found previous received Instance[pk=226186, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:10:45,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Replace previous received Instance[pk=226186, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:10:45,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Instance[pk=226194, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:10:45,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Location[pk=226194, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/84FCE482, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:45,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Updated DB in 19 ms
2025-11-19 16:10:45,973 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:46,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:46,524 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 16:10:46,525 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:10:46,525 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:10:46,526 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:10:46,526 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:10:46,526 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:10:46,526 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:10:46,527 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:10:46,528 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:10:46,549 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:10:46,549 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:10:46,549 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:10:46,550 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 16:10:46,550 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 16:10:50,394 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:50,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Found previous received Instance[pk=226187, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:10:50,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Replace previous received Instance[pk=226187, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:10:50,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Instance[pk=226195, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:10:50,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Location[pk=226195, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/3D4EDB68, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:50,422 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Updated DB in 28 ms
2025-11-19 16:10:50,423 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:50,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:54,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:54,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Found previous received Instance[pk=226188, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:10:54,654 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Replace previous received Instance[pk=226188, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:10:54,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Instance[pk=226196, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:10:54,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Location[pk=226196, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/FBF51573, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:54,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Updated DB in 25 ms
2025-11-19 16:10:54,677 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:54,905 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:57,168 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49371,localport=11112]
2025-11-19 16:10:57,168 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441) >> A-ASSOCIATE-RQ
2025-11-19 16:10:57,168 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441) << A-ASSOCIATE-AC
2025-11-19 16:10:57,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539878.466 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:10:57,878 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 16:10:57,880 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 16:10:59,336 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:10:59,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Found previous received Instance[pk=226189, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:10:59,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Replace previous received Instance[pk=226189, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:10:59,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Instance[pk=226197, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:10:59,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Create Location[pk=226197, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/95785C1C, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:10:59,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440): Updated DB in 7 ms
2025-11-19 16:10:59,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:10:59,572 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) >> A-RELEASE-RQ
2025-11-19 16:10:59,572 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(440) << A-RELEASE-RP
2025-11-19 16:10:59,622 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS30(440): close Socket[addr=187.36.104.204/187.36.104.204,port=52153,localport=11112]
2025-11-19 16:11:00,028 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52154,localport=11112]
2025-11-19 16:11:00,029 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) >> A-ASSOCIATE-RQ
2025-11-19 16:11:00,029 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) << A-ASSOCIATE-AC
2025-11-19 16:11:00,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:00,880 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6418) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:00,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441): Create Instance[pk=226198, uid=1.2.840.113619.2.423.84107009440.1763539878.466, class=1.2.840.10008.5.1.4.1.1.7, no=2048]
2025-11-19 16:11:00,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441): Create Location[pk=226198, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/96CD0687, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:00,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441): Updated DB in 30 ms
2025-11-19 16:11:00,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539878.466 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:11:01,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441) >> 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539878.466 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:11:03,231 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6418) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:03,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441): Found previous received Instance[pk=226198, uid=1.2.840.113619.2.423.84107009440.1763539878.466, class=1.2.840.10008.5.1.4.1.1.7, no=2048]
2025-11-19 16:11:03,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441): Replace previous received Instance[pk=226198, uid=1.2.840.113619.2.423.84107009440.1763539878.466, class=1.2.840.10008.5.1.4.1.1.7, no=2048]
2025-11-19 16:11:03,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441): Create Instance[pk=226199, uid=1.2.840.113619.2.423.84107009440.1763539878.466, class=1.2.840.10008.5.1.4.1.1.7, no=2048]
2025-11-19 16:11:03,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441): Create Location[pk=226199, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/C23656F6, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:03,246 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441): Updated DB in 15 ms
2025-11-19 16:11:03,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441) << 31:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539878.466 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:11:03,627 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441) >> A-RELEASE-RQ
2025-11-19 16:11:03,627 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6418) DCM4CHEE<-F6LOGIQ(441) << A-RELEASE-RP
2025-11-19 16:11:03,678 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-F6LOGIQ(441): close Socket[addr=187.36.104.204/187.36.104.204,port=49371,localport=11112]
2025-11-19 16:11:03,941 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:03,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Found previous received Instance[pk=226190, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:11:03,944 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Replace previous received Instance[pk=226190, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:11:03,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Instance[pk=226200, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:11:03,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Location[pk=226200, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/2CCA0B7A, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:03,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Updated DB in 21 ms
2025-11-19 16:11:03,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:04,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:06,211 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:06,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Found previous received Instance[pk=226191, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:11:06,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Replace previous received Instance[pk=226191, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:11:06,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Instance[pk=226201, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:11:06,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Location[pk=226201, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/E0318368, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:06,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Updated DB in 14 ms
2025-11-19 16:11:06,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:06,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:09,057 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:09,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Found previous received Instance[pk=226192, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:11:09,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Replace previous received Instance[pk=226192, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:11:09,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Instance[pk=226202, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:11:09,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Location[pk=226202, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/82542AA3, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:09,072 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Updated DB in 15 ms
2025-11-19 16:11:09,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:09,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 16:11:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 16:11:12,748 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:12,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Found previous received Instance[pk=226194, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:11:12,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Replace previous received Instance[pk=226194, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:11:12,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Instance[pk=226203, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:11:12,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Location[pk=226203, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/C4F05B54, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:12,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Updated DB in 29 ms
2025-11-19 16:11:12,777 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:13,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:16,747 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:16,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Found previous received Instance[pk=226195, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:11:16,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Replace previous received Instance[pk=226195, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:11:16,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Instance[pk=226204, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:11:16,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Location[pk=226204, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/C2B3C52F, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:16,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Updated DB in 25 ms
2025-11-19 16:11:16,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:17,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:21,448 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:21,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Found previous received Instance[pk=226196, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:11:21,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Replace previous received Instance[pk=226196, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:11:21,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Instance[pk=226205, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:11:21,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Location[pk=226205, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/E42205F3, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:21,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Updated DB in 24 ms
2025-11-19 16:11:21,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:21,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:22,299 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49373,localport=11112]
2025-11-19 16:11:22,300 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443) >> A-ASSOCIATE-RQ
2025-11-19 16:11:22,300 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443) << A-ASSOCIATE-AC
2025-11-19 16:11:22,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443) >> 32:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539902.470 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:11:26,309 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6420) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:26,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443): Create Instance[pk=226206, uid=1.2.840.113619.2.423.84107009440.1763539902.470, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 16:11:26,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443): Create Location[pk=226206, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/BF6CC882, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:26,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443): Updated DB in 22 ms
2025-11-19 16:11:26,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443) << 32:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539902.470 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:11:26,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443) >> 33:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539902.470 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:11:26,905 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:26,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Found previous received Instance[pk=226197, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:11:26,907 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Replace previous received Instance[pk=226197, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:11:26,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Instance[pk=226207, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:11:26,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Create Location[pk=226207, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/736685CC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:26,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442): Updated DB in 22 ms
2025-11-19 16:11:26,928 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:27,154 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) >> A-RELEASE-RQ
2025-11-19 16:11:27,154 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(442) << A-RELEASE-RP
2025-11-19 16:11:27,204 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(442): close Socket[addr=187.36.104.204/187.36.104.204,port=52154,localport=11112]
2025-11-19 16:11:27,600 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52155,localport=11112]
2025-11-19 16:11:27,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) >> A-ASSOCIATE-RQ
2025-11-19 16:11:27,600 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) << A-ASSOCIATE-AC
2025-11-19 16:11:27,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:28,713 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6420) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:28,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443): Found previous received Instance[pk=226206, uid=1.2.840.113619.2.423.84107009440.1763539902.470, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 16:11:28,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443): Replace previous received Instance[pk=226206, uid=1.2.840.113619.2.423.84107009440.1763539902.470, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 16:11:28,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443): Create Instance[pk=226208, uid=1.2.840.113619.2.423.84107009440.1763539902.470, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 16:11:28,718 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443): Create Location[pk=226208, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/C9FF0C8D, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:28,741 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443): Updated DB in 28 ms
2025-11-19 16:11:28,742 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443) << 33:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539902.470 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:11:29,093 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443) >> A-RELEASE-RQ
2025-11-19 16:11:29,093 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6420) DCM4CHEE<-F6LOGIQ(443) << A-RELEASE-RP
2025-11-19 16:11:29,144 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-4) DCM4CHEE<-F6LOGIQ(443): close Socket[addr=187.36.104.204/187.36.104.204,port=49373,localport=11112]
2025-11-19 16:11:31,481 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:31,484 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Found previous received Instance[pk=226200, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:11:31,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Replace previous received Instance[pk=226200, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:11:31,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Instance[pk=226209, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:11:31,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Location[pk=226209, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/ADBA2C45, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:31,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Updated DB in 19 ms
2025-11-19 16:11:31,500 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:31,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:35,706 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:35,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Found previous received Instance[pk=226201, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:11:35,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Replace previous received Instance[pk=226201, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:11:35,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Instance[pk=226210, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:11:35,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Location[pk=226210, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/686686E1, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:35,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Updated DB in 18 ms
2025-11-19 16:11:35,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:35,951 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:38,139 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:38,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221134, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153621123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:11:38,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221134, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153621123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:11:38,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226211, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153621123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:11:38,145 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226211, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/FCD82D54, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:38,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 19 ms
2025-11-19 16:11:38,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153621123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:38,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153638201 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:39,795 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:39,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Found previous received Instance[pk=226202, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:11:39,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Replace previous received Instance[pk=226202, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:11:39,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Instance[pk=226212, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:11:39,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Location[pk=226212, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/21556539, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:39,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Updated DB in 37 ms
2025-11-19 16:11:39,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:40,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:42,151 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 16:11:42,152 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 16:11:45,281 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:45,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Found previous received Instance[pk=226203, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:11:45,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Replace previous received Instance[pk=226203, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:11:45,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Instance[pk=226213, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:11:45,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Location[pk=226213, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/D29650B0, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:45,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Updated DB in 15 ms
2025-11-19 16:11:45,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:45,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:46,550 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 16:11:46,551 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:11:46,551 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:11:46,552 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:11:46,553 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:11:46,574 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:11:46,574 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:11:46,574 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 16:11:49,500 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:49,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Found previous received Instance[pk=226204, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:11:49,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Replace previous received Instance[pk=226204, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:11:49,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Instance[pk=226214, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:11:49,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Location[pk=226214, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/7615B3E3, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:49,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Updated DB in 28 ms
2025-11-19 16:11:49,529 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:49,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-11-19 16:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-11-19 16:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6426) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6427) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6427) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6426) Start deleting 74 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:11:53,181 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:53,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Found previous received Instance[pk=226205, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:11:53,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Replace previous received Instance[pk=226205, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:11:53,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Instance[pk=226215, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:11:53,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Location[pk=226215, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/8E91FD19, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:53,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Updated DB in 59 ms
2025-11-19 16:11:53,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:53,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:53,497 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:11:53,505 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:11:57,339 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:11:57,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Found previous received Instance[pk=226207, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:11:57,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Replace previous received Instance[pk=226207, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:11:57,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Instance[pk=226216, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:11:57,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Create Location[pk=226216, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/F28DDF73, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:11:57,347 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444): Updated DB in 8 ms
2025-11-19 16:11:57,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:11:57,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) >> A-RELEASE-RQ
2025-11-19 16:11:57,575 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(444) << A-RELEASE-RP
2025-11-19 16:11:57,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS30(444): close Socket[addr=187.36.104.204/187.36.104.204,port=52155,localport=11112]
2025-11-19 16:11:57,880 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 16:11:57,882 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 16:11:58,041 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52156,localport=11112]
2025-11-19 16:11:58,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) >> A-ASSOCIATE-RQ
2025-11-19 16:11:58,042 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) << A-ASSOCIATE-AC
2025-11-19 16:11:58,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:03,264 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:03,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Found previous received Instance[pk=226209, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:12:03,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Replace previous received Instance[pk=226209, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:12:03,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Instance[pk=226217, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:12:03,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Location[pk=226217, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0C91614D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:03,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Updated DB in 34 ms
2025-11-19 16:12:03,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:03,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:05,552 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:05,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Found previous received Instance[pk=226210, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:12:05,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Replace previous received Instance[pk=226210, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:12:05,556 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Instance[pk=226218, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:12:05,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Location[pk=226218, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E1B0ECC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:05,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Updated DB in 9 ms
2025-11-19 16:12:05,561 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:05,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:07,971 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49377,localport=11112]
2025-11-19 16:12:07,971 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446) >> A-ASSOCIATE-RQ
2025-11-19 16:12:07,971 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446) << A-ASSOCIATE-AC
2025-11-19 16:12:08,317 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446) >> 34:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539948.474 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:12:09,850 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:09,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Found previous received Instance[pk=226212, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:12:09,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Replace previous received Instance[pk=226212, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:12:09,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Instance[pk=226219, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:12:09,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Location[pk=226219, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E3826AC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:09,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Updated DB in 7 ms
2025-11-19 16:12:09,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:10,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:11,783 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6428) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:11,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446): Create Instance[pk=226220, uid=1.2.840.113619.2.423.84107009440.1763539948.474, class=1.2.840.10008.5.1.4.1.1.6.1, no=2560]
2025-11-19 16:12:11,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446): Create Location[pk=226220, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/C694B808, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:11,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446): Updated DB in 7 ms
2025-11-19 16:12:11,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446) << 34:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539948.474 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 16:12:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 16:12:12,255 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446) >> 35:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539948.474 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:12:13,375 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:13,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Found previous received Instance[pk=226213, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:12:13,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Replace previous received Instance[pk=226213, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:12:13,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Instance[pk=226221, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:12:13,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Location[pk=226221, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E482665, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:13,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Updated DB in 8 ms
2025-11-19 16:12:13,383 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:13,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:15,519 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6428) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:15,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446): Found previous received Instance[pk=226220, uid=1.2.840.113619.2.423.84107009440.1763539948.474, class=1.2.840.10008.5.1.4.1.1.6.1, no=2560]
2025-11-19 16:12:15,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446): Replace previous received Instance[pk=226220, uid=1.2.840.113619.2.423.84107009440.1763539948.474, class=1.2.840.10008.5.1.4.1.1.6.1, no=2560]
2025-11-19 16:12:15,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446): Create Instance[pk=226222, uid=1.2.840.113619.2.423.84107009440.1763539948.474, class=1.2.840.10008.5.1.4.1.1.6.1, no=2560]
2025-11-19 16:12:15,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446): Create Location[pk=226222, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/6D1007B5, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:15,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446): Updated DB in 9 ms
2025-11-19 16:12:15,528 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446) << 35:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539948.474 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:12:15,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446) >> A-RELEASE-RQ
2025-11-19 16:12:15,939 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6428) DCM4CHEE<-F6LOGIQ(446) << A-RELEASE-RP
2025-11-19 16:12:15,989 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-F6LOGIQ(446): close Socket[addr=187.36.104.204/187.36.104.204,port=49377,localport=11112]
2025-11-19 16:12:18,044 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:18,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Found previous received Instance[pk=226214, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:12:18,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Replace previous received Instance[pk=226214, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:12:18,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Instance[pk=226223, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:12:18,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Location[pk=226223, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0FD3863E, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:18,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Updated DB in 7 ms
2025-11-19 16:12:18,051 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:18,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:23,561 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:23,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Found previous received Instance[pk=226215, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:12:23,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Replace previous received Instance[pk=226215, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:12:23,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Instance[pk=226224, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:12:23,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Location[pk=226224, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/353E4ECF, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:23,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Updated DB in 14 ms
2025-11-19 16:12:23,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:23,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:24,740 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:24,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221135, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153638201, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:12:24,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221135, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153638201, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:12:24,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226225, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153638201, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:12:24,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226225, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/FCE976EF, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:24,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 7 ms
2025-11-19 16:12:24,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153638201 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:24,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153647862 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:30,202 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:30,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Found previous received Instance[pk=226216, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:12:30,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Replace previous received Instance[pk=226216, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:12:30,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Instance[pk=226226, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:12:30,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Create Location[pk=226226, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/354EB74F, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:30,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445): Updated DB in 17 ms
2025-11-19 16:12:30,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:30,461 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) >> A-RELEASE-RQ
2025-11-19 16:12:30,461 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(445) << A-RELEASE-RP
2025-11-19 16:12:30,512 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(445): close Socket[addr=187.36.104.204/187.36.104.204,port=52156,localport=11112]
2025-11-19 16:12:30,935 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52157,localport=11112]
2025-11-19 16:12:30,935 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) >> A-ASSOCIATE-RQ
2025-11-19 16:12:30,935 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) << A-ASSOCIATE-AC
2025-11-19 16:12:31,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:36,149 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:36,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Found previous received Instance[pk=226217, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:12:36,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Replace previous received Instance[pk=226217, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:12:36,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Instance[pk=226227, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:12:36,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Location[pk=226227, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/FC78A680, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:36,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Updated DB in 8 ms
2025-11-19 16:12:36,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:36,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:38,238 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:38,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Found previous received Instance[pk=226218, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:12:38,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Replace previous received Instance[pk=226218, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:12:38,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Instance[pk=226228, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:12:38,244 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Location[pk=226228, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/CDF69232, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:38,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Updated DB in 9 ms
2025-11-19 16:12:38,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:38,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:38,636 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6426) Finished deleting 74 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:12:38,636 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6426) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:12:40,971 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:40,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Found previous received Instance[pk=226219, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:12:40,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Replace previous received Instance[pk=226219, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:12:40,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Instance[pk=226229, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:12:40,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Location[pk=226229, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/54C7C8E0, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:40,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Updated DB in 20 ms
2025-11-19 16:12:40,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:41,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:42,152 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 16:12:42,153 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 16:12:44,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:44,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Found previous received Instance[pk=226221, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:12:44,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Replace previous received Instance[pk=226221, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:12:44,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Instance[pk=226230, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:12:44,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Location[pk=226230, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/B3DBEDA9, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:44,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Updated DB in 24 ms
2025-11-19 16:12:44,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:44,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:46,574 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 16:12:46,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:12:46,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:12:46,576 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:12:46,577 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:12:46,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:12:46,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:12:46,597 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 16:12:49,064 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:49,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Found previous received Instance[pk=226223, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:12:49,067 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Replace previous received Instance[pk=226223, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:12:49,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Instance[pk=226231, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:12:49,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Location[pk=226231, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/18B989D1, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:49,087 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Updated DB in 23 ms
2025-11-19 16:12:49,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:49,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:53,802 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:53,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Found previous received Instance[pk=226224, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:12:53,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Replace previous received Instance[pk=226224, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:12:53,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Instance[pk=226232, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:12:53,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Location[pk=226232, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/83A281C2, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:53,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Updated DB in 21 ms
2025-11-19 16:12:53,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:54,051 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:57,882 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 16:12:57,883 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 16:12:57,953 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:12:57,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Found previous received Instance[pk=226226, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:12:57,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Replace previous received Instance[pk=226226, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:12:57,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Instance[pk=226233, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:12:57,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Create Location[pk=226233, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/A786C4BB, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:12:57,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447): Updated DB in 21 ms
2025-11-19 16:12:57,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:12:58,201 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) >> A-RELEASE-RQ
2025-11-19 16:12:58,201 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(447) << A-RELEASE-RP
2025-11-19 16:12:58,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS30(447): close Socket[addr=187.36.104.204/187.36.104.204,port=52157,localport=11112]
2025-11-19 16:12:58,666 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52158,localport=11112]
2025-11-19 16:12:58,671 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) >> A-ASSOCIATE-RQ
2025-11-19 16:12:58,671 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) << A-ASSOCIATE-AC
2025-11-19 16:12:58,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:03,140 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:03,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Found previous received Instance[pk=226227, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:13:03,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Replace previous received Instance[pk=226227, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:13:03,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Instance[pk=226234, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:13:03,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Location[pk=226234, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/E5E871FD, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:03,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Updated DB in 26 ms
2025-11-19 16:13:03,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:03,409 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:05,283 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:05,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Found previous received Instance[pk=226228, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:13:05,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Replace previous received Instance[pk=226228, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:13:05,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Instance[pk=226235, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:13:05,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Location[pk=226235, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/37B85D3F, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:05,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Updated DB in 12 ms
2025-11-19 16:13:05,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:05,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:07,992 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:07,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Found previous received Instance[pk=226229, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:13:07,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Replace previous received Instance[pk=226229, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:13:07,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Instance[pk=226236, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:13:07,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Location[pk=226236, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/38AD40F0, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:08,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Updated DB in 12 ms
2025-11-19 16:13:08,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:08,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:11,131 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:11,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Found previous received Instance[pk=226230, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:13:11,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Replace previous received Instance[pk=226230, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:13:11,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Instance[pk=226237, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:13:11,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Location[pk=226237, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/C5F8273C, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:11,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Updated DB in 26 ms
2025-11-19 16:13:11,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:11,388 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:11,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221136, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153647862, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:13:11,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221136, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153647862, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:13:11,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226238, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153647862, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:13:11,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226238, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/FCF73152, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:11,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 6 ms
2025-11-19 16:13:11,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153647862 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:11,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:11,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153717431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 16:13:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 16:13:14,543 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:14,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Found previous received Instance[pk=226231, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:13:14,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Replace previous received Instance[pk=226231, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:13:14,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Instance[pk=226239, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:13:14,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Location[pk=226239, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/9AAC13ED, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:14,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Updated DB in 15 ms
2025-11-19 16:13:14,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:14,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:18,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:18,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Found previous received Instance[pk=226232, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:13:18,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Replace previous received Instance[pk=226232, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:13:18,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Instance[pk=226240, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:13:18,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Location[pk=226240, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/8A0FB8FD, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:18,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Updated DB in 13 ms
2025-11-19 16:13:18,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:19,210 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:24,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:24,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Found previous received Instance[pk=226233, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:13:24,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Replace previous received Instance[pk=226233, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:13:24,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Instance[pk=226241, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:13:24,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Create Location[pk=226241, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/48AE5E7B, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:24,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448): Updated DB in 38 ms
2025-11-19 16:13:24,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:24,439 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) >> A-RELEASE-RQ
2025-11-19 16:13:24,439 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(448) << A-RELEASE-RP
2025-11-19 16:13:24,489 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS30(448): close Socket[addr=187.36.104.204/187.36.104.204,port=52158,localport=11112]
2025-11-19 16:13:24,920 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52159,localport=11112]
2025-11-19 16:13:24,921 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) >> A-ASSOCIATE-RQ
2025-11-19 16:13:24,921 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) << A-ASSOCIATE-AC
2025-11-19 16:13:25,152 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:29,338 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:29,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Found previous received Instance[pk=226234, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:13:29,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Replace previous received Instance[pk=226234, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:13:29,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Instance[pk=226242, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:13:29,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Location[pk=226242, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/9E22232D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:29,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Updated DB in 16 ms
2025-11-19 16:13:29,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:29,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:31,597 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:31,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Found previous received Instance[pk=226235, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:13:31,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Replace previous received Instance[pk=226235, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:13:31,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Instance[pk=226243, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:13:31,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Location[pk=226243, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/14779E3C, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:31,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Updated DB in 7 ms
2025-11-19 16:13:31,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:31,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:34,470 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:34,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Found previous received Instance[pk=226236, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:13:34,473 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Replace previous received Instance[pk=226236, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:13:34,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Instance[pk=226244, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:13:34,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Location[pk=226244, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/C52FF252, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:34,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Updated DB in 20 ms
2025-11-19 16:13:34,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:34,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:38,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:38,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Found previous received Instance[pk=226237, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:13:38,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Replace previous received Instance[pk=226237, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:13:38,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Instance[pk=226245, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:13:38,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Location[pk=226245, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/5FE1109D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:38,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Updated DB in 9 ms
2025-11-19 16:13:38,019 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:38,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:42,153 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 16:13:42,154 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 16:13:42,527 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:42,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Found previous received Instance[pk=226239, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:13:42,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Replace previous received Instance[pk=226239, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:13:42,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Instance[pk=226246, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:13:42,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Location[pk=226246, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/D2EE30D1, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:42,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Updated DB in 36 ms
2025-11-19 16:13:42,564 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:42,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:46,466 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:46,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Found previous received Instance[pk=226240, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:13:46,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Replace previous received Instance[pk=226240, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:13:46,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Instance[pk=226247, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:13:46,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Location[pk=226247, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/DCEC960D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:46,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Updated DB in 26 ms
2025-11-19 16:13:46,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:46,597 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 16:13:46,598 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 16:13:46,599 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 16:13:46,599 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:13:46,600 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:13:46,601 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:13:46,601 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:13:46,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:13:46,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:13:46,627 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 16:13:46,627 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 16:13:46,728 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:50,469 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:50,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Found previous received Instance[pk=226241, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:13:50,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Replace previous received Instance[pk=226241, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:13:50,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Instance[pk=226248, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:13:50,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Create Location[pk=226248, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/24349C80, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:50,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449): Updated DB in 21 ms
2025-11-19 16:13:50,491 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:50,726 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) >> A-RELEASE-RQ
2025-11-19 16:13:50,726 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(449) << A-RELEASE-RP
2025-11-19 16:13:50,777 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-HS30(449): close Socket[addr=187.36.104.204/187.36.104.204,port=52159,localport=11112]
2025-11-19 16:13:51,194 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52160,localport=11112]
2025-11-19 16:13:51,194 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) >> A-ASSOCIATE-RQ
2025-11-19 16:13:51,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) << A-ASSOCIATE-AC
2025-11-19 16:13:51,429 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:55,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:55,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Found previous received Instance[pk=226242, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:13:55,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Replace previous received Instance[pk=226242, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:13:55,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Instance[pk=226249, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:13:55,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Location[pk=226249, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/F9225258, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:55,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Updated DB in 13 ms
2025-11-19 16:13:55,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:55,334 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:57,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:57,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Found previous received Instance[pk=226243, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:13:57,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Replace previous received Instance[pk=226243, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:13:57,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Instance[pk=226250, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:13:57,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Location[pk=226250, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/33AED0A4, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:57,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Updated DB in 19 ms
2025-11-19 16:13:57,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:57,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:13:57,884 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 16:13:57,885 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 16:13:59,791 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:13:59,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Found previous received Instance[pk=226244, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:13:59,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Replace previous received Instance[pk=226244, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:13:59,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Instance[pk=226251, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:13:59,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Location[pk=226251, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/CFBE975B, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:13:59,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Updated DB in 22 ms
2025-11-19 16:13:59,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:00,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:02,746 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:02,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Found previous received Instance[pk=226245, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:14:02,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Replace previous received Instance[pk=226245, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:14:02,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Instance[pk=226252, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:14:02,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Location[pk=226252, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/E8A8FE78, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:02,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Updated DB in 8 ms
2025-11-19 16:14:02,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:02,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:05,569 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:05,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221137, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153717431, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:14:05,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221137, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153717431, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:14:05,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226253, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153717431, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:14:05,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226253, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/FE81B40C, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:05,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 25 ms
2025-11-19 16:14:05,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153717431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:05,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153740505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:06,600 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:06,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Found previous received Instance[pk=226246, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:14:06,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Replace previous received Instance[pk=226246, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:14:06,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Instance[pk=226254, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:14:06,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Location[pk=226254, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/24DBEE88, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:06,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Updated DB in 8 ms
2025-11-19 16:14:06,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:06,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:10,807 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:10,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Found previous received Instance[pk=226247, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:14:10,809 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Replace previous received Instance[pk=226247, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:14:10,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Instance[pk=226255, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:14:10,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Location[pk=226255, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/7104BFB8, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:10,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Updated DB in 7 ms
2025-11-19 16:14:10,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:11,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 16:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 16:14:15,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:15,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Found previous received Instance[pk=226248, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:14:15,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Replace previous received Instance[pk=226248, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:14:15,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Instance[pk=226256, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:14:15,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Create Location[pk=226256, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/9DD7D99B, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:15,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450): Updated DB in 19 ms
2025-11-19 16:14:15,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:15,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) >> A-RELEASE-RQ
2025-11-19 16:14:15,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(450) << A-RELEASE-RP
2025-11-19 16:14:15,957 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS30(450): close Socket[addr=187.36.104.204/187.36.104.204,port=52160,localport=11112]
2025-11-19 16:14:16,383 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52161,localport=11112]
2025-11-19 16:14:16,383 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) >> A-ASSOCIATE-RQ
2025-11-19 16:14:16,383 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) << A-ASSOCIATE-AC
2025-11-19 16:14:16,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:20,674 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:20,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Found previous received Instance[pk=226249, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:14:20,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Replace previous received Instance[pk=226249, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:14:20,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Instance[pk=226257, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:14:20,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Location[pk=226257, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/77F61FC5, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:20,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Updated DB in 17 ms
2025-11-19 16:14:20,691 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:20,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:22,986 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:22,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Found previous received Instance[pk=226250, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:14:22,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Replace previous received Instance[pk=226250, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:14:22,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Instance[pk=226258, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:14:22,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Location[pk=226258, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/87F057F1, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:22,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Updated DB in 7 ms
2025-11-19 16:14:22,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:23,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:26,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:26,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Found previous received Instance[pk=226251, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:14:26,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Replace previous received Instance[pk=226251, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:14:26,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Instance[pk=226259, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:14:26,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Location[pk=226259, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/9FA27BAE, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:26,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Updated DB in 21 ms
2025-11-19 16:14:26,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:26,463 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:30,601 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:30,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Found previous received Instance[pk=226252, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:14:30,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Replace previous received Instance[pk=226252, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:14:30,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Instance[pk=226260, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:14:30,606 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Location[pk=226260, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/EE7370A1, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:30,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Updated DB in 18 ms
2025-11-19 16:14:30,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:30,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:35,087 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeTaskScheduler.execute()
2025-11-19 16:14:35,103 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeTaskScheduler.execute()
2025-11-19 16:14:35,123 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:35,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Found previous received Instance[pk=226254, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:14:35,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Replace previous received Instance[pk=226254, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:14:35,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Instance[pk=226261, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:14:35,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Location[pk=226261, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/E469BD1D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:35,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Updated DB in 20 ms
2025-11-19 16:14:35,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:35,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:41,184 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:41,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Found previous received Instance[pk=226255, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:14:41,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Replace previous received Instance[pk=226255, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:14:41,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Instance[pk=226262, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:14:41,189 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Location[pk=226262, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/7B69E022, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:41,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Updated DB in 14 ms
2025-11-19 16:14:41,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:41,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:42,155 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 16:14:42,156 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 16:14:45,397 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:45,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Found previous received Instance[pk=226256, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:14:45,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Replace previous received Instance[pk=226256, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:14:45,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Instance[pk=226263, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:14:45,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Create Location[pk=226263, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/9D35C36C, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:45,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451): Updated DB in 26 ms
2025-11-19 16:14:45,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:45,532 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start StudySizeScheduler.execute()
2025-11-19 16:14:45,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) >> A-RELEASE-RQ
2025-11-19 16:14:45,661 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(451) << A-RELEASE-RP
2025-11-19 16:14:45,693 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) Calculated size of 3 studies
2025-11-19 16:14:45,693 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished StudySizeScheduler.execute()
2025-11-19 16:14:45,711 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(451): close Socket[addr=187.36.104.204/187.36.104.204,port=52161,localport=11112]
2025-11-19 16:14:46,153 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52162,localport=11112]
2025-11-19 16:14:46,153 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) >> A-ASSOCIATE-RQ
2025-11-19 16:14:46,153 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) << A-ASSOCIATE-AC
2025-11-19 16:14:46,399 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:46,627 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 16:14:46,628 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:14:46,628 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:14:46,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:14:46,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:14:46,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:14:46,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:14:46,657 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 16:14:50,604 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:50,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Found previous received Instance[pk=226257, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:14:50,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Replace previous received Instance[pk=226257, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:14:50,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Instance[pk=226264, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:14:50,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Location[pk=226264, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/401CA816, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:50,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Updated DB in 17 ms
2025-11-19 16:14:50,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:50,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:53,479 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:53,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221138, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153740505, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:14:53,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221138, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153740505, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:14:53,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226265, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153740505, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:14:53,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226265, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/FEA8CF5E, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:53,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 28 ms
2025-11-19 16:14:53,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153740505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:53,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153802555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:55,631 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:55,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Found previous received Instance[pk=226258, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:14:55,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Replace previous received Instance[pk=226258, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:14:55,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Instance[pk=226266, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:14:55,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Location[pk=226266, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/1BFDADCF, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:55,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Updated DB in 13 ms
2025-11-19 16:14:55,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:55,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:14:57,885 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 16:14:57,887 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 16:14:59,810 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:14:59,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Found previous received Instance[pk=226259, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:14:59,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Replace previous received Instance[pk=226259, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:14:59,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Instance[pk=226267, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:14:59,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Location[pk=226267, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/9B2D44A0, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:14:59,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Updated DB in 7 ms
2025-11-19 16:14:59,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:00,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:03,681 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:03,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Found previous received Instance[pk=226260, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:15:03,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Replace previous received Instance[pk=226260, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:15:03,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Instance[pk=226268, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:15:03,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Location[pk=226268, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/D4FFE18D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:03,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Updated DB in 24 ms
2025-11-19 16:15:03,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:03,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:07,594 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:07,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Found previous received Instance[pk=226261, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:15:07,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Replace previous received Instance[pk=226261, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:15:07,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Instance[pk=226269, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:15:07,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Location[pk=226269, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/C0F7E572, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:07,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Updated DB in 26 ms
2025-11-19 16:15:07,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:07,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 16:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 16:15:12,748 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:12,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Found previous received Instance[pk=226262, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:15:12,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Replace previous received Instance[pk=226262, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:15:12,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Instance[pk=226270, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:15:12,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Location[pk=226270, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/035C4184, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:12,773 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Updated DB in 24 ms
2025-11-19 16:15:12,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:13,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:19,467 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:19,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Found previous received Instance[pk=226263, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:15:19,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Replace previous received Instance[pk=226263, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:15:19,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Instance[pk=226271, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:15:19,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Create Location[pk=226271, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/B543B4A8, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:19,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452): Updated DB in 18 ms
2025-11-19 16:15:19,486 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:19,735 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) >> A-RELEASE-RQ
2025-11-19 16:15:19,735 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(452) << A-RELEASE-RP
2025-11-19 16:15:19,785 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(452): close Socket[addr=187.36.104.204/187.36.104.204,port=52162,localport=11112]
2025-11-19 16:15:20,196 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52163,localport=11112]
2025-11-19 16:15:20,196 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) >> A-ASSOCIATE-RQ
2025-11-19 16:15:20,196 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) << A-ASSOCIATE-AC
2025-11-19 16:15:20,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:24,247 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:24,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Found previous received Instance[pk=226264, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:15:24,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Replace previous received Instance[pk=226264, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:15:24,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Instance[pk=226272, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:15:24,255 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Location[pk=226272, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/67BC4551, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:24,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Updated DB in 30 ms
2025-11-19 16:15:24,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:24,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:26,501 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:26,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Found previous received Instance[pk=226266, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:15:26,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Replace previous received Instance[pk=226266, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:15:26,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Instance[pk=226273, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:15:26,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Location[pk=226273, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/E6F6AB39, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:26,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Updated DB in 14 ms
2025-11-19 16:15:26,515 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:26,745 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:29,330 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:29,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Found previous received Instance[pk=226267, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:15:29,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Replace previous received Instance[pk=226267, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:15:29,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Instance[pk=226274, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:15:29,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Location[pk=226274, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/90131249, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:29,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Updated DB in 25 ms
2025-11-19 16:15:29,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:29,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:33,862 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:33,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Found previous received Instance[pk=226268, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:15:33,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Replace previous received Instance[pk=226268, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:15:33,867 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Instance[pk=226275, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:15:33,867 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Location[pk=226275, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/EB818772, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:33,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Updated DB in 8 ms
2025-11-19 16:15:33,870 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:34,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:39,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:39,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Found previous received Instance[pk=226269, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:15:39,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Replace previous received Instance[pk=226269, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:15:39,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Instance[pk=226276, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:15:39,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Location[pk=226276, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/6D724F46, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:39,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Updated DB in 15 ms
2025-11-19 16:15:39,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:39,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:40,585 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:40,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221139, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153802555, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:15:40,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221139, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153802555, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:15:40,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226277, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153802555, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:15:40,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226277, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/00263352, tsuid=1.2.840.10008.1.2, size=3416808, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:40,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 7 ms
2025-11-19 16:15:40,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153802555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:40,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153839000 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:42,156 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 16:15:42,157 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 16:15:43,368 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:43,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Found previous received Instance[pk=226270, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:15:43,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Replace previous received Instance[pk=226270, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:15:43,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Instance[pk=226278, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:15:43,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Location[pk=226278, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/4D1F6DD3, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:43,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Updated DB in 50 ms
2025-11-19 16:15:43,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:43,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:45,592 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:45,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221140, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153839000, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:15:45,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221140, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153839000, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:15:45,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226279, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153839000, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:15:45,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226279, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/00539509, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:45,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 13 ms
2025-11-19 16:15:45,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153839000 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:45,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153911397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:46,658 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 16:15:46,658 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,659 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,659 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,660 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,660 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,660 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,661 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:15:46,661 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:15:46,661 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,662 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,662 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,662 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,664 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:15:46,664 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:15:46,664 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,689 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:15:46,689 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:15:46,690 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,690 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,691 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 16:15:46,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 16:15:47,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:47,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Found previous received Instance[pk=226271, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:15:47,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Replace previous received Instance[pk=226271, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:15:47,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Instance[pk=226280, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:15:47,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Create Location[pk=226280, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/D099C709, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:47,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453): Updated DB in 15 ms
2025-11-19 16:15:47,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:47,934 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) >> A-RELEASE-RQ
2025-11-19 16:15:47,934 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(453) << A-RELEASE-RP
2025-11-19 16:15:47,984 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS30(453): close Socket[addr=187.36.104.204/187.36.104.204,port=52163,localport=11112]
2025-11-19 16:15:48,391 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52164,localport=11112]
2025-11-19 16:15:48,391 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) >> A-ASSOCIATE-RQ
2025-11-19 16:15:48,391 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) << A-ASSOCIATE-AC
2025-11-19 16:15:48,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:50,288 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:50,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Found previous received Instance[pk=221141, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153911397, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:15:50,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Replace previous received Instance[pk=221141, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153911397, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:15:50,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Instance[pk=226281, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153911397, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:15:50,294 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Create Location[pk=226281, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/01E8A80F, tsuid=1.2.840.10008.1.2, size=3416864, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:50,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429): Updated DB in 13 ms
2025-11-19 16:15:50,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153911397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:50,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) >> A-RELEASE-RQ
2025-11-19 16:15:50,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(429) << A-RELEASE-RP
2025-11-19 16:15:50,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS60MT(429): close Socket[addr=187.36.104.204/187.36.104.204,port=49515,localport=11112]
2025-11-19 16:15:51,001 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49553,localport=11112]
2025-11-19 16:15:51,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> A-ASSOCIATE-RQ
2025-11-19 16:15:51,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << A-ASSOCIATE-AC
2025-11-19 16:15:51,256 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081707387 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:52,957 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:52,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Found previous received Instance[pk=226272, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:15:52,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Replace previous received Instance[pk=226272, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:15:52,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Instance[pk=226282, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:15:52,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Location[pk=226282, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/FE4AA966, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:52,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Updated DB in 34 ms
2025-11-19 16:15:52,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:53,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:55,607 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:55,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Found previous received Instance[pk=226273, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:15:55,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Replace previous received Instance[pk=226273, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:15:55,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Instance[pk=226283, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:15:55,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Location[pk=226283, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/65DA45B3, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:55,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Updated DB in 19 ms
2025-11-19 16:15:55,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:55,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:57,887 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 16:15:57,889 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 16:15:58,142 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:15:58,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Found previous received Instance[pk=226274, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:15:58,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Replace previous received Instance[pk=226274, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:15:58,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Instance[pk=226284, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:15:58,147 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Location[pk=226284, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/EE5EF404, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:15:58,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Updated DB in 24 ms
2025-11-19 16:15:58,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:15:58,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:01,745 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:01,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Found previous received Instance[pk=226275, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:16:01,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Replace previous received Instance[pk=226275, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:16:01,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Instance[pk=226285, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:16:01,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Location[pk=226285, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/223FA51B, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:01,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Updated DB in 11 ms
2025-11-19 16:16:01,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:01,980 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:05,615 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:05,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Found previous received Instance[pk=226276, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:16:05,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Replace previous received Instance[pk=226276, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:16:05,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Instance[pk=226286, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:16:05,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Location[pk=226286, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/BA9D68EB, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:05,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Updated DB in 19 ms
2025-11-19 16:16:05,635 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:05,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:09,998 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:10,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Found previous received Instance[pk=226278, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:16:10,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Replace previous received Instance[pk=226278, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:16:10,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Instance[pk=226287, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:16:10,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Location[pk=226287, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/A1DCBECE, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:10,005 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Updated DB in 7 ms
2025-11-19 16:16:10,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:10,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 16:16:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 16:16:15,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:15,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Found previous received Instance[pk=226280, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:16:15,192 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Replace previous received Instance[pk=226280, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:16:15,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Instance[pk=226288, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:16:15,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Create Location[pk=226288, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/41F5A1B3, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:15,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454): Updated DB in 7 ms
2025-11-19 16:16:15,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:15,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) >> A-RELEASE-RQ
2025-11-19 16:16:15,424 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(454) << A-RELEASE-RP
2025-11-19 16:16:15,474 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-HS30(454): close Socket[addr=187.36.104.204/187.36.104.204,port=52164,localport=11112]
2025-11-19 16:16:15,880 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52165,localport=11112]
2025-11-19 16:16:15,886 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) >> A-ASSOCIATE-RQ
2025-11-19 16:16:15,886 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) << A-ASSOCIATE-AC
2025-11-19 16:16:16,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:20,527 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:20,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Found previous received Instance[pk=226282, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:16:20,530 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Replace previous received Instance[pk=226282, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:16:20,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Instance[pk=226289, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:16:20,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Location[pk=226289, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/A4C8B582, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:20,549 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Updated DB in 22 ms
2025-11-19 16:16:20,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:20,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:23,147 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:23,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Found previous received Instance[pk=226283, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:16:23,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Replace previous received Instance[pk=226283, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:16:23,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Instance[pk=226290, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:16:23,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Location[pk=226290, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/8CA46A86, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:23,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Updated DB in 27 ms
2025-11-19 16:16:23,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:23,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:26,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:26,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Found previous received Instance[pk=226284, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:16:26,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Replace previous received Instance[pk=226284, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:16:26,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Instance[pk=226291, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:16:26,467 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Location[pk=226291, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/2BAD586D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:26,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Updated DB in 20 ms
2025-11-19 16:16:26,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:26,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:30,321 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:30,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Found previous received Instance[pk=226285, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:16:30,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Replace previous received Instance[pk=226285, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:16:30,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Instance[pk=226292, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:16:30,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Location[pk=226292, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/CF535442, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:30,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Updated DB in 16 ms
2025-11-19 16:16:30,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:30,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:32,064 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:32,073 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Patient[pk=8852, id=PatientID[pk=8852, id=68325, issuer=DCM4CHEE.EFB69F28.0DB0A2ED], name=FANNILIZ ELOIR MESSA LOURENÇO]
2025-11-19 16:16:32,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Study[pk=8861, uid=68325, id=68325]
2025-11-19 16:16:32,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Series[pk=8966, uid=1.2.410.200001.101.11.601.1501430850.2.20251119081707028, no=1, mod=US]
2025-11-19 16:16:32,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226293, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081707387, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:16:32,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226293, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/FD757020, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:32,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 42 ms
2025-11-19 16:16:32,107 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) No duplicate record with equal Patient ID found Patient[pk=8852, id=PatientID[pk=8852, id=68325, issuer=DCM4CHEE.EFB69F28.0DB0A2ED], name=FANNILIZ ELOIR MESSA LOURENÇO]
2025-11-19 16:16:32,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081707387 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:32,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081718395 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:34,499 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:34,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Found previous received Instance[pk=226286, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:16:34,502 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Replace previous received Instance[pk=226286, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:16:34,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Instance[pk=226294, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:16:34,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Location[pk=226294, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/9FE000D1, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:34,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Updated DB in 26 ms
2025-11-19 16:16:34,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:34,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:38,946 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:38,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Found previous received Instance[pk=226287, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:16:38,948 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Replace previous received Instance[pk=226287, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:16:38,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Instance[pk=226295, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:16:38,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Location[pk=226295, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/7E7561E2, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:38,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Updated DB in 23 ms
2025-11-19 16:16:38,970 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:39,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:42,157 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 16:16:42,158 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 16:16:43,518 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:43,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Found previous received Instance[pk=226288, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:16:43,520 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Replace previous received Instance[pk=226288, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:16:43,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Instance[pk=226296, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:16:43,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Create Location[pk=226296, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/EF4CA715, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:43,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456): Updated DB in 15 ms
2025-11-19 16:16:43,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:43,767 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) >> A-RELEASE-RQ
2025-11-19 16:16:43,768 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(456) << A-RELEASE-RP
2025-11-19 16:16:43,818 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(456): close Socket[addr=187.36.104.204/187.36.104.204,port=52165,localport=11112]
2025-11-19 16:16:44,226 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52166,localport=11112]
2025-11-19 16:16:44,232 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) >> A-ASSOCIATE-RQ
2025-11-19 16:16:44,232 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) << A-ASSOCIATE-AC
2025-11-19 16:16:44,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:46,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 16:16:46,692 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:16:46,692 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:16:46,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:16:46,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:16:46,712 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:16:46,713 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:16:46,713 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 16:16:48,280 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:48,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Found previous received Instance[pk=226289, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:16:48,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Replace previous received Instance[pk=226289, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:16:48,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Instance[pk=226297, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:16:48,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Location[pk=226297, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/95DDE7BB, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:48,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Updated DB in 25 ms
2025-11-19 16:16:48,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:48,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 16:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 16:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6449) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6450) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6450) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:16:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6449) Start deleting 81 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:16:51,568 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49395,localport=11112]
2025-11-19 16:16:51,569 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458) >> A-ASSOCIATE-RQ
2025-11-19 16:16:51,569 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458) << A-ASSOCIATE-AC
2025-11-19 16:16:51,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458) >> 36:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540200.478 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:16:52,969 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:52,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Found previous received Instance[pk=226290, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:16:52,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Replace previous received Instance[pk=226290, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:16:52,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Instance[pk=226298, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:16:52,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Location[pk=226298, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/9A4318E0, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:52,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Updated DB in 7 ms
2025-11-19 16:16:52,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:53,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:53,505 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:16:53,513 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:16:54,913 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6450) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:54,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458): Create Instance[pk=226299, uid=1.2.840.113619.2.423.84107009440.1763540200.478, class=1.2.840.10008.5.1.4.1.1.6.1, no=2816]
2025-11-19 16:16:54,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458): Create Location[pk=226299, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/3A5ED5EB, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:54,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458): Updated DB in 11 ms
2025-11-19 16:16:54,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458) << 36:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540200.478 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:16:55,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458) >> 37:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540200.478 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:16:55,563 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:55,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Found previous received Instance[pk=226291, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:16:55,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Replace previous received Instance[pk=226291, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:16:55,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Instance[pk=226300, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:16:55,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Location[pk=226300, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E3826AC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:55,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Updated DB in 14 ms
2025-11-19 16:16:55,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:55,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:16:56,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6450) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:16:56,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458): Found previous received Instance[pk=226299, uid=1.2.840.113619.2.423.84107009440.1763540200.478, class=1.2.840.10008.5.1.4.1.1.6.1, no=2816]
2025-11-19 16:16:56,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458): Replace previous received Instance[pk=226299, uid=1.2.840.113619.2.423.84107009440.1763540200.478, class=1.2.840.10008.5.1.4.1.1.6.1, no=2816]
2025-11-19 16:16:56,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458): Create Instance[pk=226301, uid=1.2.840.113619.2.423.84107009440.1763540200.478, class=1.2.840.10008.5.1.4.1.1.6.1, no=2816]
2025-11-19 16:16:56,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458): Create Location[pk=226301, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/6AAEF0A7, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:16:56,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458): Updated DB in 15 ms
2025-11-19 16:16:56,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458) << 37:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540200.478 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:16:57,248 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458) >> A-RELEASE-RQ
2025-11-19 16:16:57,248 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6450) DCM4CHEE<-F6LOGIQ(458) << A-RELEASE-RP
2025-11-19 16:16:57,298 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-F6LOGIQ(458): close Socket[addr=187.36.104.204/187.36.104.204,port=49395,localport=11112]
2025-11-19 16:16:57,889 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 16:16:57,891 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 16:17:00,062 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:00,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Found previous received Instance[pk=226292, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:17:00,065 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Replace previous received Instance[pk=226292, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:17:00,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Instance[pk=226302, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:17:00,068 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Location[pk=226302, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E482665, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:00,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Updated DB in 29 ms
2025-11-19 16:17:00,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:00,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:04,360 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:04,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Found previous received Instance[pk=226294, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:17:04,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Replace previous received Instance[pk=226294, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:17:04,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Instance[pk=226303, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:17:04,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Location[pk=226303, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0FD3863E, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:04,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Updated DB in 6 ms
2025-11-19 16:17:04,367 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:04,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:10,000 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:10,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Found previous received Instance[pk=226295, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:17:10,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Replace previous received Instance[pk=226295, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:17:10,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Instance[pk=226304, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:17:10,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Location[pk=226304, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0FE06C47, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:10,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Updated DB in 7 ms
2025-11-19 16:17:10,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:10,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 16:17:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 16:17:13,777 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:13,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226305, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081718395, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:17:13,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226305, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/FD83FC1D, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:13,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 7 ms
2025-11-19 16:17:13,785 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081718395 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:14,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081738678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:15,778 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:15,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Found previous received Instance[pk=226296, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:17:15,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Replace previous received Instance[pk=226296, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:17:15,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Instance[pk=226306, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:17:15,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Create Location[pk=226306, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/354EB74F, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:15,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457): Updated DB in 25 ms
2025-11-19 16:17:15,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:16,032 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) >> A-RELEASE-RQ
2025-11-19 16:17:16,032 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(457) << A-RELEASE-RP
2025-11-19 16:17:16,082 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(457): close Socket[addr=187.36.104.204/187.36.104.204,port=52166,localport=11112]
2025-11-19 16:17:16,524 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52167,localport=11112]
2025-11-19 16:17:16,525 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) >> A-ASSOCIATE-RQ
2025-11-19 16:17:16,525 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) << A-ASSOCIATE-AC
2025-11-19 16:17:16,763 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:18,033 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49398,localport=11112]
2025-11-19 16:17:18,039 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460) >> A-ASSOCIATE-RQ
2025-11-19 16:17:18,039 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460) << A-ASSOCIATE-AC
2025-11-19 16:17:18,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460) >> 38:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540258.482 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:17:21,751 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:21,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Found previous received Instance[pk=226297, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:17:21,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Replace previous received Instance[pk=226297, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:17:21,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Instance[pk=226307, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:17:21,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Location[pk=226307, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0C91614D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:21,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Updated DB in 21 ms
2025-11-19 16:17:21,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:22,023 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:22,834 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6452) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:22,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460): Create Instance[pk=226308, uid=1.2.840.113619.2.423.84107009440.1763540258.482, class=1.2.840.10008.5.1.4.1.1.6.1, no=3072]
2025-11-19 16:17:22,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460): Create Location[pk=226308, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/4357CD27, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:22,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460): Updated DB in 18 ms
2025-11-19 16:17:22,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460) << 38:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540258.482 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:17:23,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460) >> 39:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540258.482 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:17:24,296 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:24,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Found previous received Instance[pk=226298, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:17:24,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Replace previous received Instance[pk=226298, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:17:24,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Instance[pk=226309, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:17:24,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Location[pk=226309, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E1B0ECC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:24,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Updated DB in 7 ms
2025-11-19 16:17:24,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:24,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:25,015 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6452) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:25,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460): Found previous received Instance[pk=226308, uid=1.2.840.113619.2.423.84107009440.1763540258.482, class=1.2.840.10008.5.1.4.1.1.6.1, no=3072]
2025-11-19 16:17:25,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460): Replace previous received Instance[pk=226308, uid=1.2.840.113619.2.423.84107009440.1763540258.482, class=1.2.840.10008.5.1.4.1.1.6.1, no=3072]
2025-11-19 16:17:25,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460): Create Instance[pk=226310, uid=1.2.840.113619.2.423.84107009440.1763540258.482, class=1.2.840.10008.5.1.4.1.1.6.1, no=3072]
2025-11-19 16:17:25,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460): Create Location[pk=226310, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/3395A40F, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:25,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460): Updated DB in 7 ms
2025-11-19 16:17:25,022 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460) << 39:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540258.482 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:17:25,357 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460) >> A-RELEASE-RQ
2025-11-19 16:17:25,357 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6452) DCM4CHEE<-F6LOGIQ(460) << A-RELEASE-RP
2025-11-19 16:17:25,408 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-5) DCM4CHEE<-F6LOGIQ(460): close Socket[addr=187.36.104.204/187.36.104.204,port=49398,localport=11112]
2025-11-19 16:17:28,561 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:28,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Found previous received Instance[pk=226300, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:17:28,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Replace previous received Instance[pk=226300, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:17:28,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Instance[pk=226311, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:17:28,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Location[pk=226311, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/C53C15C9, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:28,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Updated DB in 7 ms
2025-11-19 16:17:28,569 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:28,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:34,458 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:34,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Found previous received Instance[pk=226302, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:17:34,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Replace previous received Instance[pk=226302, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:17:34,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Instance[pk=226312, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:17:34,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Location[pk=226312, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/2765F009, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:34,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Updated DB in 21 ms
2025-11-19 16:17:34,479 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:34,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:38,400 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:38,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Found previous received Instance[pk=226303, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:17:38,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Replace previous received Instance[pk=226303, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:17:38,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Instance[pk=226313, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:17:38,405 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Location[pk=226313, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/A0DFB414, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:38,407 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Updated DB in 7 ms
2025-11-19 16:17:38,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:38,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:42,158 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 16:17:42,159 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 16:17:43,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:43,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Found previous received Instance[pk=226304, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:17:43,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Replace previous received Instance[pk=226304, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:17:43,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Instance[pk=226314, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:17:43,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Location[pk=226314, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/353E4ECF, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:43,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Updated DB in 7 ms
2025-11-19 16:17:43,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:43,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:43,672 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6449) Finished deleting 81 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:17:43,672 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6449) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:17:46,713 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 16:17:46,713 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:17:46,714 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:17:46,715 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 16:17:46,716 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:17:46,716 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:17:46,716 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 16:17:46,717 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 16:17:46,739 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:17:46,739 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:17:46,739 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 16:17:48,855 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:48,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Found previous received Instance[pk=226306, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:17:48,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Replace previous received Instance[pk=226306, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:17:48,859 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Instance[pk=226315, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:17:48,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Create Location[pk=226315, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/EDA38B5E, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:48,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459): Updated DB in 17 ms
2025-11-19 16:17:48,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:49,121 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) >> A-RELEASE-RQ
2025-11-19 16:17:49,121 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(459) << A-RELEASE-RP
2025-11-19 16:17:49,172 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS30(459): close Socket[addr=187.36.104.204/187.36.104.204,port=52167,localport=11112]
2025-11-19 16:17:49,585 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52168,localport=11112]
2025-11-19 16:17:49,585 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) >> A-ASSOCIATE-RQ
2025-11-19 16:17:49,585 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) << A-ASSOCIATE-AC
2025-11-19 16:17:49,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:50,036 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49401,localport=11112]
2025-11-19 16:17:50,037 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462) >> A-ASSOCIATE-RQ
2025-11-19 16:17:50,037 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462) << A-ASSOCIATE-AC
2025-11-19 16:17:50,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462) >> 40:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540291.486 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:17:50,541 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:50,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226316, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081738678, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:17:50,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226316, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/FDA03627, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:50,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 12 ms
2025-11-19 16:17:50,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081738678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:50,801 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081748127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:54,392 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6404) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:54,392 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:54,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Found previous received Instance[pk=226307, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:17:54,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Replace previous received Instance[pk=226307, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:17:54,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462): Create Instance[pk=226317, uid=1.2.840.113619.2.423.84107009440.1763540291.486, class=1.2.840.10008.5.1.4.1.1.6.1, no=3328]
2025-11-19 16:17:54,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462): Create Location[pk=226317, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/49C88B20, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:54,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Instance[pk=226318, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:17:54,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Location[pk=226318, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/BB607A19, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:54,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462): Updated DB in 21 ms
2025-11-19 16:17:54,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462) << 40:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540291.486 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:17:54,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Updated DB in 22 ms
2025-11-19 16:17:54,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:54,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:54,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462) >> 41:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540291.486 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:17:56,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6404) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:56,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462): Found previous received Instance[pk=226317, uid=1.2.840.113619.2.423.84107009440.1763540291.486, class=1.2.840.10008.5.1.4.1.1.6.1, no=3328]
2025-11-19 16:17:56,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462): Replace previous received Instance[pk=226317, uid=1.2.840.113619.2.423.84107009440.1763540291.486, class=1.2.840.10008.5.1.4.1.1.6.1, no=3328]
2025-11-19 16:17:56,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462): Create Instance[pk=226319, uid=1.2.840.113619.2.423.84107009440.1763540291.486, class=1.2.840.10008.5.1.4.1.1.6.1, no=3328]
2025-11-19 16:17:56,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462): Create Location[pk=226319, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/0C6300D6, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:56,582 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462): Updated DB in 15 ms
2025-11-19 16:17:56,582 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462) << 41:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540291.486 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:17:56,898 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462) >> A-RELEASE-RQ
2025-11-19 16:17:56,898 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6404) DCM4CHEE<-F6LOGIQ(462) << A-RELEASE-RP
2025-11-19 16:17:56,948 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-F6LOGIQ(462): close Socket[addr=187.36.104.204/187.36.104.204,port=49401,localport=11112]
2025-11-19 16:17:57,891 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 16:17:57,893 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 16:17:58,329 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:17:58,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Found previous received Instance[pk=226309, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:17:58,331 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Replace previous received Instance[pk=226309, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:17:58,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Instance[pk=226320, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:17:58,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Location[pk=226320, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/4235D9A4, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:17:58,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Updated DB in 12 ms
2025-11-19 16:17:58,342 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:17:58,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:01,547 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:01,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Found previous received Instance[pk=226311, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:18:01,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Replace previous received Instance[pk=226311, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:18:01,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Instance[pk=226321, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:18:01,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Location[pk=226321, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/13788B00, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:01,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Updated DB in 24 ms
2025-11-19 16:18:01,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:01,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:05,490 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:05,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Found previous received Instance[pk=226312, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:18:05,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Replace previous received Instance[pk=226312, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:18:05,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Instance[pk=226322, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:18:05,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Location[pk=226322, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/44DD452C, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:05,511 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Updated DB in 21 ms
2025-11-19 16:18:05,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:05,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:09,984 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:09,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Found previous received Instance[pk=226313, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:18:09,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Replace previous received Instance[pk=226313, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:18:09,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Instance[pk=226323, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:18:09,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Location[pk=226323, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/DD610B94, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:10,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Updated DB in 16 ms
2025-11-19 16:18:10,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:10,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 16:18:12,060 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 16:18:15,371 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:15,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Found previous received Instance[pk=226314, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:18:15,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Replace previous received Instance[pk=226314, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:18:15,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Instance[pk=226324, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:18:15,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Location[pk=226324, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/3903F7FA, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:15,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Updated DB in 39 ms
2025-11-19 16:18:15,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:15,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:19,871 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:19,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Found previous received Instance[pk=226315, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:18:19,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Replace previous received Instance[pk=226315, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:18:19,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Instance[pk=226325, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:18:19,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Create Location[pk=226325, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/9495EA6A, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:19,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461): Updated DB in 8 ms
2025-11-19 16:18:19,880 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:20,114 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) >> A-RELEASE-RQ
2025-11-19 16:18:20,114 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(461) << A-RELEASE-RP
2025-11-19 16:18:20,164 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(461): close Socket[addr=187.36.104.204/187.36.104.204,port=52168,localport=11112]
2025-11-19 16:18:20,587 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52169,localport=11112]
2025-11-19 16:18:20,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> A-ASSOCIATE-RQ
2025-11-19 16:18:20,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << A-ASSOCIATE-AC
2025-11-19 16:18:20,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:24,551 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:24,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226058, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:18:24,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226058, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:18:24,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226326, uid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:18:24,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226326, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/DCFFBF90, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:24,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 12 ms
2025-11-19 16:18:24,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119145951734 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:24,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:28,894 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:28,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226061, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:18:28,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226061, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:18:28,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226327, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:18:28,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226327, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2CD003DE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:28,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 26 ms
2025-11-19 16:18:28,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150016491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:29,149 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:32,427 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:32,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226064, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:18:32,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226064, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:18:32,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226328, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:18:32,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226328, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/302ABFE6, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:32,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 15 ms
2025-11-19 16:18:32,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150204775 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:32,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:33,159 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:33,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226329, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081748127, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:18:33,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226329, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/FDAE3A47, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:33,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 16 ms
2025-11-19 16:18:33,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081748127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:33,411 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081808455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:36,586 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:36,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226067, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:18:36,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226067, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:18:36,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226330, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:18:36,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226330, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/30557DCF, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:36,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 13 ms
2025-11-19 16:18:36,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150235815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:36,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:41,871 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:41,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226071, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:18:41,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226071, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:18:41,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226331, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:18:41,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226331, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33A275E1, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:41,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 8 ms
2025-11-19 16:18:41,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150414276 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:42,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:42,159 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 16:18:42,160 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 16:18:46,739 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 16:18:46,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:18:46,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:18:46,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:18:46,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:18:46,764 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:18:46,764 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:18:46,764 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 16:18:47,103 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:47,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226072, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:18:47,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226072, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:18:47,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226332, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:18:47,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226332, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/33CC5323, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:47,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 12 ms
2025-11-19 16:18:47,116 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150443560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:47,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:51,751 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:51,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226073, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:18:51,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226073, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:18:51,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226333, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:18:51,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226333, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/38CDBA03, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:51,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 13 ms
2025-11-19 16:18:51,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150721266 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:51,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:55,667 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:55,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226074, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:18:55,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226074, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:18:55,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226334, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:18:55,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226334, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2B434CE6, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:55,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 21 ms
2025-11-19 16:18:55,690 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150741118 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:55,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:18:57,893 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 16:18:57,895 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 16:18:59,788 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:18:59,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226075, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:18:59,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226075, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:18:59,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226335, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:18:59,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226335, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/D3458A67, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:18:59,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 18 ms
2025-11-19 16:18:59,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150755218 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:00,039 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:04,742 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:04,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226076, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:19:04,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226076, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:19:04,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226336, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:19:04,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226336, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/BC64C3CB, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:04,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 21 ms
2025-11-19 16:19:04,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150839606 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:04,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:09,803 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:09,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226077, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:19:09,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226077, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:19:09,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226337, uid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:19:09,807 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226337, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/7853652A, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:09,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 12 ms
2025-11-19 16:19:09,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119150922119 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:10,047 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 16:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 16:19:14,578 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:14,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226078, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:19:14,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226078, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:19:14,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226338, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:19:14,583 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226338, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/91C93966, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:14,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 14 ms
2025-11-19 16:19:14,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151004104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:14,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:17,382 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:17,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226339, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081808455, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:19:17,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226339, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/FF2AC080, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:17,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 4 ms
2025-11-19 16:19:17,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081808455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:17,617 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081819964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:18,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:18,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226079, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:19:18,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226079, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:19:18,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226340, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:19:18,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226340, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/2296803C, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:18,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 24 ms
2025-11-19 16:19:18,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151040054 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:19,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:23,146 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:23,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226080, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:19:23,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226080, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:19:23,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226341, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:19:23,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226341, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/68C27307, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:23,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 23 ms
2025-11-19 16:19:23,170 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151457412 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:23,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:23,522 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49408,localport=11112]
2025-11-19 16:19:23,523 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464) >> A-ASSOCIATE-RQ
2025-11-19 16:19:23,523 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464) << A-ASSOCIATE-AC
2025-11-19 16:19:23,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464) >> 42:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540384.490 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:19:27,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6464) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:27,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464): Create Instance[pk=226342, uid=1.2.840.113619.2.423.84107009440.1763540384.490, class=1.2.840.10008.5.1.4.1.1.7, no=3584]
2025-11-19 16:19:27,334 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464): Create Location[pk=226342, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/7D24345E, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:27,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464): Updated DB in 7 ms
2025-11-19 16:19:27,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464) << 42:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540384.490 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:19:27,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464) >> 43:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540384.490 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:19:28,048 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:28,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226082, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:19:28,050 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226082, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:19:28,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226343, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:19:28,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226343, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A30C71E, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:28,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 18 ms
2025-11-19 16:19:28,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151507013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:28,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:29,502 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6464) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:29,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464): Found previous received Instance[pk=226342, uid=1.2.840.113619.2.423.84107009440.1763540384.490, class=1.2.840.10008.5.1.4.1.1.7, no=3584]
2025-11-19 16:19:29,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464): Replace previous received Instance[pk=226342, uid=1.2.840.113619.2.423.84107009440.1763540384.490, class=1.2.840.10008.5.1.4.1.1.7, no=3584]
2025-11-19 16:19:29,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464): Create Instance[pk=226344, uid=1.2.840.113619.2.423.84107009440.1763540384.490, class=1.2.840.10008.5.1.4.1.1.7, no=3584]
2025-11-19 16:19:29,507 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464): Create Location[pk=226344, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/4E88C5BE, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:29,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464): Updated DB in 14 ms
2025-11-19 16:19:29,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464) << 43:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540384.490 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:19:29,921 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464) >> A-RELEASE-RQ
2025-11-19 16:19:29,922 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6464) DCM4CHEE<-F6LOGIQ(464) << A-RELEASE-RP
2025-11-19 16:19:29,972 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-F6LOGIQ(464): close Socket[addr=187.36.104.204/187.36.104.204,port=49408,localport=11112]
2025-11-19 16:19:33,645 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:33,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226083, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:19:33,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226083, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:19:33,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226345, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:19:33,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226345, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A3FC782, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:33,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 28 ms
2025-11-19 16:19:33,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151519029 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:33,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:38,667 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:38,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226084, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:19:38,669 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226084, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:19:38,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226346, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:19:38,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226346, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A57E68C, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:38,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 27 ms
2025-11-19 16:19:38,695 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151530215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:38,929 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:42,160 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 16:19:42,161 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 16:19:42,179 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:42,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226085, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:19:42,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226085, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:19:42,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226347, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:19:42,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226347, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A65FE6D, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:42,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 15 ms
2025-11-19 16:19:42,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151540248 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:42,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:45,693 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-11-19 16:19:45,756 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) Calculated size of 1 studies
2025-11-19 16:19:45,756 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-11-19 16:19:45,759 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:45,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226086, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 16:19:45,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226086, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 16:19:45,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226348, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 16:19:45,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226348, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6A774FC8, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:45,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 6 ms
2025-11-19 16:19:45,766 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151557546 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:46,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:46,765 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 16:19:46,766 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 16:19:46,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:19:46,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:19:46,768 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:19:46,768 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:19:46,790 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:19:46,791 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:19:46,791 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 16:19:46,792 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 16:19:49,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:49,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226087, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 16:19:49,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226087, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 16:19:49,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226349, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 16:19:49,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226349, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DC55184, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:49,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 14 ms
2025-11-19 16:19:49,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151738833 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:50,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:54,558 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:54,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226088, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 16:19:54,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226088, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 16:19:54,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226350, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 16:19:54,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226350, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DD3C359, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:54,576 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 18 ms
2025-11-19 16:19:54,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151749151 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:54,805 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:57,895 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 16:19:57,897 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 16:19:58,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:19:58,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226089, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 16:19:58,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226089, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 16:19:58,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226351, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 16:19:58,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226351, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6DE0FD80, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:19:58,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 7 ms
2025-11-19 16:19:58,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151757463 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:19:58,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:02,549 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:02,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226352, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081819964, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:20:02,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226352, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/FF395F43, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:02,565 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 16 ms
2025-11-19 16:20:02,565 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081819964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:02,824 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081852776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:02,992 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:02,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226090, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 16:20:02,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226090, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 16:20:02,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226353, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 16:20:02,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226353, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F4FDFC0, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:03,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 17 ms
2025-11-19 16:20:03,009 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151808723 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:03,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:07,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:07,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226091, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 16:20:07,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226091, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 16:20:07,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226354, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 16:20:07,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226354, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/6F5D7BD9, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:07,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 12 ms
2025-11-19 16:20:07,897 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151817560 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:08,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 16:20:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 16:20:12,203 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:12,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226092, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 16:20:12,205 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226092, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 16:20:12,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226355, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 16:20:12,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226355, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/79569146, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:12,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 16 ms
2025-11-19 16:20:12,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151839762 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:12,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:16,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:16,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226093, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 16:20:16,173 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226093, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 16:20:16,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226356, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 16:20:16,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226356, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/71108262, tsuid=1.2.840.10008.1.2, size=3416646, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:16,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 12 ms
2025-11-19 16:20:16,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151913511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:16,417 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:20,386 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:20,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226094, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 16:20:20,388 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226094, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 16:20:20,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226357, uid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 16:20:20,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226357, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/712F6FBE, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:20,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 26 ms
2025-11-19 16:20:20,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119151939643 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:20,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:25,205 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:25,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226095, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 16:20:25,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226095, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 16:20:25,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226358, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 16:20:25,210 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226358, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/969D6A45, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:25,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 16 ms
2025-11-19 16:20:25,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152018663 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:25,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:30,552 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:30,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Found previous received Instance[pk=226096, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 16:20:30,555 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Replace previous received Instance[pk=226096, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 16:20:30,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Instance[pk=226359, uid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 16:20:30,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Create Location[pk=226359, systemID=amazon-s3, path=2025/11/19/03133398/0F555250/96C55B6B, tsuid=1.2.840.10008.1.2, size=3915754, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:30,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463): Updated DB in 25 ms
2025-11-19 16:20:30,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119152043221 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:30,806 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) >> A-RELEASE-RQ
2025-11-19 16:20:30,806 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(463) << A-RELEASE-RP
2025-11-19 16:20:30,856 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) DCM4CHEE<-HS30(463): close Socket[addr=187.36.104.204/187.36.104.204,port=52169,localport=11112]
2025-11-19 16:20:31,264 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52170,localport=11112]
2025-11-19 16:20:31,276 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) >> A-ASSOCIATE-RQ
2025-11-19 16:20:31,276 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) << A-ASSOCIATE-AC
2025-11-19 16:20:31,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:35,314 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:35,326 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Patient[pk=8853, id=PatientID[pk=8853, id=68448, issuer=DCM4CHEE.CE0DECC0.031EFE53], name=LUIZA ALVES DO NASCIMENTO]
2025-11-19 16:20:35,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Study[pk=8862, uid=68448, id=68448]
2025-11-19 16:20:35,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Series[pk=8967, uid=1.2.410.200001.101.11.301.1144174170.2.20251119155541388, no=1, mod=US]
2025-11-19 16:20:35,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Instance[pk=226360, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:20:35,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Location[pk=226360, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/3DFF7238, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:35,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Updated DB in 46 ms
2025-11-19 16:20:35,362 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) No duplicate record with equal Patient ID found Patient[pk=8853, id=PatientID[pk=8853, id=68448, issuer=DCM4CHEE.CE0DECC0.031EFE53], name=LUIZA ALVES DO NASCIMENTO]
2025-11-19 16:20:35,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:35,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:38,217 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:38,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Instance[pk=226361, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:20:38,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Location[pk=226361, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/3F7D4328, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:38,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Updated DB in 10 ms
2025-11-19 16:20:38,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:38,462 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:42,162 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 16:20:42,163 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 16:20:42,298 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:42,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Instance[pk=226362, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:20:42,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Location[pk=226362, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/3FB7EDC9, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:42,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Updated DB in 10 ms
2025-11-19 16:20:42,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:42,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:43,302 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:43,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226363, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081852776, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:20:43,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226363, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/FF6E874D, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:43,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 12 ms
2025-11-19 16:20:43,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081852776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:43,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081858814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:46,792 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 16:20:46,793 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 16:20:46,794 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 16:20:46,794 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 16:20:46,794 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException: Cannot invoke "String.indexOf(int)" because "userID" is null
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.userIDTypeCode(AuditService.java:1141)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.storeWadoURIActiveParticipants(AuditService.java:703)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreError(AuditService.java:661)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditStoreOrWADORetrieve(AuditService.java:669)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.aggregateAuditMessage(AuditService.java:142)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:455)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:20:46,795 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:20:46,796 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:20:46,796 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:20:46,832 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:20:46,832 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:20:46,833 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 16:20:46,833 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 16:20:47,480 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:47,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Instance[pk=226364, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:20:47,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Location[pk=226364, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/414FAB0D, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:47,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Updated DB in 13 ms
2025-11-19 16:20:47,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:47,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:51,744 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:51,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Instance[pk=226365, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:20:51,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Location[pk=226365, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/42E66C66, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:51,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Updated DB in 13 ms
2025-11-19 16:20:51,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:51,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:55,784 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:20:55,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Instance[pk=226366, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:20:55,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Create Location[pk=226366, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/44D507C2, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:20:55,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465): Updated DB in 11 ms
2025-11-19 16:20:55,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:56,025 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) >> A-RELEASE-RQ
2025-11-19 16:20:56,025 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(465) << A-RELEASE-RP
2025-11-19 16:20:56,075 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS30(465): close Socket[addr=187.36.104.204/187.36.104.204,port=52170,localport=11112]
2025-11-19 16:20:56,474 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52171,localport=11112]
2025-11-19 16:20:56,474 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) >> A-ASSOCIATE-RQ
2025-11-19 16:20:56,475 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) << A-ASSOCIATE-AC
2025-11-19 16:20:56,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:20:57,897 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 16:20:57,899 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 16:21:00,558 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:00,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Found previous received Instance[pk=226360, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:21:00,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Replace previous received Instance[pk=226360, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:21:00,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Instance[pk=226367, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:21:00,566 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Location[pk=226367, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/6E6BD16E, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:00,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Updated DB in 19 ms
2025-11-19 16:21:00,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:00,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:04,848 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:04,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Found previous received Instance[pk=226361, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:21:04,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Replace previous received Instance[pk=226361, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:21:04,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Instance[pk=226368, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:21:04,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Location[pk=226368, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/214BE69C, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:04,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Updated DB in 15 ms
2025-11-19 16:21:04,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:05,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:08,302 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:08,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Found previous received Instance[pk=226362, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:21:08,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Replace previous received Instance[pk=226362, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:21:08,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Instance[pk=226369, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:21:08,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Location[pk=226369, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/61B5FC8B, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:08,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Updated DB in 17 ms
2025-11-19 16:21:08,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:08,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:11,899 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:11,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Found previous received Instance[pk=226364, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:21:11,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Replace previous received Instance[pk=226364, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:21:11,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Instance[pk=226370, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:21:11,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Location[pk=226370, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/C656AA25, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:11,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Updated DB in 15 ms
2025-11-19 16:21:11,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 16:21:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 16:21:12,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:16,268 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:16,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Found previous received Instance[pk=226365, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:21:16,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Replace previous received Instance[pk=226365, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:21:16,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Instance[pk=226371, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:21:16,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Location[pk=226371, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/0E3AB848, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:16,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Updated DB in 6 ms
2025-11-19 16:21:16,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:16,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:20,378 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:20,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Found previous received Instance[pk=226366, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:21:20,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Replace previous received Instance[pk=226366, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:21:20,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Instance[pk=226372, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:21:20,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Create Location[pk=226372, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/AB19ED8D, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:20,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466): Updated DB in 12 ms
2025-11-19 16:21:20,391 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:21,160 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) >> A-RELEASE-RQ
2025-11-19 16:21:21,160 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(466) << A-RELEASE-RP
2025-11-19 16:21:21,210 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS30(466): close Socket[addr=187.36.104.204/187.36.104.204,port=52171,localport=11112]
2025-11-19 16:21:21,684 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52172,localport=11112]
2025-11-19 16:21:21,691 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) >> A-ASSOCIATE-RQ
2025-11-19 16:21:21,691 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) << A-ASSOCIATE-AC
2025-11-19 16:21:21,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:25,956 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:25,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Found previous received Instance[pk=226367, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:21:25,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Replace previous received Instance[pk=226367, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:21:25,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Instance[pk=226373, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:21:25,962 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Location[pk=226373, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/176B0063, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:25,985 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Updated DB in 29 ms
2025-11-19 16:21:25,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:27,395 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:27,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226374, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081858814, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:21:27,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226374, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/FF71448C, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:27,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 23 ms
2025-11-19 16:21:27,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081858814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:27,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081923310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:30,295 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:32,211 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:32,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Found previous received Instance[pk=226368, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:21:32,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Replace previous received Instance[pk=226368, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:21:32,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Instance[pk=226375, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:21:32,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Location[pk=226375, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/1B941194, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:32,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Updated DB in 25 ms
2025-11-19 16:21:32,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:32,493 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:35,138 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:35,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Found previous received Instance[pk=226369, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:21:35,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Replace previous received Instance[pk=226369, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:21:35,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Instance[pk=226376, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:21:35,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Location[pk=226376, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/ED52438B, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:35,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Updated DB in 21 ms
2025-11-19 16:21:35,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:35,395 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:38,200 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:38,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Found previous received Instance[pk=226370, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:21:38,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Replace previous received Instance[pk=226370, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:21:38,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Instance[pk=226377, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:21:38,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Location[pk=226377, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/BC3A7E8B, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:38,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Updated DB in 22 ms
2025-11-19 16:21:38,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:38,455 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:41,923 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:41,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Found previous received Instance[pk=226371, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:21:41,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Replace previous received Instance[pk=226371, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:21:41,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Instance[pk=226378, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:21:41,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Location[pk=226378, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/E488719D, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:41,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Updated DB in 20 ms
2025-11-19 16:21:41,944 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:42,163 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 16:21:42,164 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 16:21:42,174 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:46,495 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:46,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Found previous received Instance[pk=226372, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:21:46,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Replace previous received Instance[pk=226372, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:21:46,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Instance[pk=226379, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:21:46,500 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Create Location[pk=226379, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/5C8A6D86, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:46,504 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467): Updated DB in 9 ms
2025-11-19 16:21:46,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:46,737 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) >> A-RELEASE-RQ
2025-11-19 16:21:46,737 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(467) << A-RELEASE-RP
2025-11-19 16:21:46,788 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(467): close Socket[addr=187.36.104.204/187.36.104.204,port=52172,localport=11112]
2025-11-19 16:21:46,833 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 16:21:46,834 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 16:21:46,835 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 16:21:46,835 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:21:46,835 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:21:46,836 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:21:46,836 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:21:46,859 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:21:46,859 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:21:46,860 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 16:21:46,860 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 16:21:47,199 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52174,localport=11112]
2025-11-19 16:21:47,199 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) >> A-ASSOCIATE-RQ
2025-11-19 16:21:47,199 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) << A-ASSOCIATE-AC
2025-11-19 16:21:47,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-11-19 16:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6477) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-11-19 16:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6478) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6478) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6477) Start deleting 65 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:21:52,229 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:52,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Found previous received Instance[pk=226373, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:21:52,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Replace previous received Instance[pk=226373, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:21:52,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Instance[pk=226380, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:21:52,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Location[pk=226380, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/9E36C158, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:52,236 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Updated DB in 7 ms
2025-11-19 16:21:52,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:52,469 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:53,514 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:21:53,521 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:21:56,934 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:56,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Found previous received Instance[pk=226375, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:21:56,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Replace previous received Instance[pk=226375, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:21:56,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Instance[pk=226381, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:21:56,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Location[pk=226381, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/D48BCB1D, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:56,942 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Updated DB in 8 ms
2025-11-19 16:21:56,942 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:57,177 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:21:57,899 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 16:21:57,900 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 16:21:59,900 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:21:59,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Found previous received Instance[pk=226376, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:21:59,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Replace previous received Instance[pk=226376, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:21:59,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Instance[pk=226382, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:21:59,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Location[pk=226382, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/5275BD6F, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:21:59,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Updated DB in 15 ms
2025-11-19 16:21:59,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:00,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:03,763 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:03,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Found previous received Instance[pk=226377, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:22:03,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Replace previous received Instance[pk=226377, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:22:03,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Instance[pk=226383, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:22:03,768 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Location[pk=226383, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/EE41ED23, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:03,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Updated DB in 30 ms
2025-11-19 16:22:03,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:04,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:09,584 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:09,584 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:09,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226384, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081923310, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:22:09,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Found previous received Instance[pk=226378, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:22:09,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226384, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/00F97E04, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:09,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Replace previous received Instance[pk=226378, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:22:09,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Instance[pk=226385, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:22:09,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Location[pk=226385, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/734B47A9, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:09,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 12 ms
2025-11-19 16:22:09,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081923310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:09,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Updated DB in 12 ms
2025-11-19 16:22:09,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:09,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:09,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081935180 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 16:22:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 16:22:16,290 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:16,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Found previous received Instance[pk=226379, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:22:16,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Replace previous received Instance[pk=226379, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:22:16,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Instance[pk=226386, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:22:16,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Create Location[pk=226386, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/57D8CE5B, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:16,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468): Updated DB in 14 ms
2025-11-19 16:22:16,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:16,535 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) >> A-RELEASE-RQ
2025-11-19 16:22:16,535 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(468) << A-RELEASE-RP
2025-11-19 16:22:16,586 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS30(468): close Socket[addr=187.36.104.204/187.36.104.204,port=52174,localport=11112]
2025-11-19 16:22:17,036 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52176,localport=11112]
2025-11-19 16:22:17,037 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) >> A-ASSOCIATE-RQ
2025-11-19 16:22:17,037 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) << A-ASSOCIATE-AC
2025-11-19 16:22:17,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:21,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:21,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Found previous received Instance[pk=226380, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:22:21,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Replace previous received Instance[pk=226380, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:22:21,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Instance[pk=226387, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:22:21,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Location[pk=226387, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/F5C4FF85, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:21,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Updated DB in 14 ms
2025-11-19 16:22:21,337 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:21,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:25,100 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:25,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Found previous received Instance[pk=226381, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:22:25,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Replace previous received Instance[pk=226381, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:22:25,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Instance[pk=226388, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:22:25,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Location[pk=226388, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/298C7AAC, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:25,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Updated DB in 10 ms
2025-11-19 16:22:25,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:25,361 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:29,970 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:29,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Found previous received Instance[pk=226382, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:22:29,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Replace previous received Instance[pk=226382, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:22:29,974 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Instance[pk=226389, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:22:29,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Location[pk=226389, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/E0F5BD57, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:29,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Updated DB in 13 ms
2025-11-19 16:22:29,983 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:30,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:31,703 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6477) Finished deleting 65 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:22:31,703 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6477) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:22:37,779 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:37,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Found previous received Instance[pk=226383, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:22:37,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Replace previous received Instance[pk=226383, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:22:37,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Instance[pk=226390, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:22:37,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Location[pk=226390, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/414FAB0D, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:37,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Updated DB in 16 ms
2025-11-19 16:22:37,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:38,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:42,164 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 16:22:42,165 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 16:22:42,654 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:42,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Found previous received Instance[pk=226385, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:22:42,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Replace previous received Instance[pk=226385, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:22:42,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Instance[pk=226391, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:22:42,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Location[pk=226391, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/42E66C66, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:42,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Updated DB in 16 ms
2025-11-19 16:22:42,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:42,920 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:46,860 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 16:22:46,860 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:22:46,861 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:22:46,863 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:22:46,863 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:22:46,914 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:22:46,914 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:22:46,915 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 16:22:46,915 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 16:22:47,271 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:47,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Found previous received Instance[pk=226386, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:22:47,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Replace previous received Instance[pk=226386, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:22:47,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Instance[pk=226392, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:22:47,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Create Location[pk=226392, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/44D507C2, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:47,288 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469): Updated DB in 17 ms
2025-11-19 16:22:47,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:47,539 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) >> A-RELEASE-RQ
2025-11-19 16:22:47,539 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(469) << A-RELEASE-RP
2025-11-19 16:22:47,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS30(469): close Socket[addr=187.36.104.204/187.36.104.204,port=52176,localport=11112]
2025-11-19 16:22:48,035 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52177,localport=11112]
2025-11-19 16:22:48,036 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) >> A-ASSOCIATE-RQ
2025-11-19 16:22:48,036 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) << A-ASSOCIATE-AC
2025-11-19 16:22:48,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:50,944 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49420,localport=11112]
2025-11-19 16:22:50,949 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471) >> A-ASSOCIATE-RQ
2025-11-19 16:22:50,950 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471) << A-ASSOCIATE-AC
2025-11-19 16:22:51,210 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:51,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226393, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081935180, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:22:51,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226393, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/0108779A, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:51,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 17 ms
2025-11-19 16:22:51,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081935180 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:51,308 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471) >> 44:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540592.494 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:22:51,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082003210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:51,904 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:51,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Found previous received Instance[pk=226387, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:22:51,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Replace previous received Instance[pk=226387, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:22:51,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Instance[pk=226394, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:22:51,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Location[pk=226394, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/3DFF7238, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:51,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Updated DB in 13 ms
2025-11-19 16:22:51,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:52,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:56,702 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:56,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Found previous received Instance[pk=226388, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:22:56,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Replace previous received Instance[pk=226388, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:22:56,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Instance[pk=226395, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:22:56,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Location[pk=226395, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/3F7D4328, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:56,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Updated DB in 13 ms
2025-11-19 16:22:56,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:56,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6483) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:22:56,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471): Create Instance[pk=226396, uid=1.2.840.113619.2.423.84107009440.1763540592.494, class=1.2.840.10008.5.1.4.1.1.6.1, no=3840]
2025-11-19 16:22:56,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471): Create Location[pk=226396, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/E8895481, tsuid=1.2.840.10008.1.2.1, size=2075024, status=OK, objectType=DICOM_FILE]
2025-11-19 16:22:56,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471): Updated DB in 8 ms
2025-11-19 16:22:56,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471) << 44:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540592.494 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:22:56,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:22:57,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471) >> 45:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540592.494 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:22:57,901 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 16:22:57,902 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 16:23:00,558 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:00,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Found previous received Instance[pk=226389, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:23:00,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Replace previous received Instance[pk=226389, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:23:00,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Instance[pk=226397, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:23:00,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Location[pk=226397, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/3FB7EDC9, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:00,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Updated DB in 14 ms
2025-11-19 16:23:00,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:00,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:01,679 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6483) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:01,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471): Found previous received Instance[pk=226396, uid=1.2.840.113619.2.423.84107009440.1763540592.494, class=1.2.840.10008.5.1.4.1.1.6.1, no=3840]
2025-11-19 16:23:01,681 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471): Replace previous received Instance[pk=226396, uid=1.2.840.113619.2.423.84107009440.1763540592.494, class=1.2.840.10008.5.1.4.1.1.6.1, no=3840]
2025-11-19 16:23:01,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471): Create Instance[pk=226398, uid=1.2.840.113619.2.423.84107009440.1763540592.494, class=1.2.840.10008.5.1.4.1.1.6.1, no=3840]
2025-11-19 16:23:01,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471): Create Location[pk=226398, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/DFCF5BAC, tsuid=1.2.840.10008.1.2.1, size=2075024, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:01,709 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471): Updated DB in 30 ms
2025-11-19 16:23:01,710 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471) << 45:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540592.494 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:23:02,090 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471) >> A-RELEASE-RQ
2025-11-19 16:23:02,090 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6483) DCM4CHEE<-F6LOGIQ(471) << A-RELEASE-RP
2025-11-19 16:23:02,140 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-F6LOGIQ(471): close Socket[addr=187.36.104.204/187.36.104.204,port=49420,localport=11112]
2025-11-19 16:23:05,402 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:05,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Found previous received Instance[pk=226390, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:23:05,404 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Replace previous received Instance[pk=226390, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:23:05,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Instance[pk=226399, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:23:05,407 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Location[pk=226399, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/A1178BBE, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:05,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Updated DB in 7 ms
2025-11-19 16:23:05,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:05,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:10,609 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:10,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Found previous received Instance[pk=226391, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:23:10,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Replace previous received Instance[pk=226391, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:23:10,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Instance[pk=226400, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:23:10,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Location[pk=226400, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/3AC03070, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:10,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Updated DB in 8 ms
2025-11-19 16:23:10,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:10,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 16:23:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 16:23:12,826 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68445&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119152405732&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119152610972&contentType=image/jpeg from null@200.173.126.150
2025-11-19 16:23:15,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:15,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Found previous received Instance[pk=226392, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:23:15,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Replace previous received Instance[pk=226392, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:23:15,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Instance[pk=226401, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:23:15,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Create Location[pk=226401, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/E02273F2, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:15,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470): Updated DB in 14 ms
2025-11-19 16:23:15,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:15,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) >> A-RELEASE-RQ
2025-11-19 16:23:15,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(470) << A-RELEASE-RP
2025-11-19 16:23:15,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS30(470): close Socket[addr=187.36.104.204/187.36.104.204,port=52177,localport=11112]
2025-11-19 16:23:16,109 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52178,localport=11112]
2025-11-19 16:23:16,109 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) >> A-ASSOCIATE-RQ
2025-11-19 16:23:16,109 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) << A-ASSOCIATE-AC
2025-11-19 16:23:16,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:20,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:20,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Found previous received Instance[pk=226394, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:23:20,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Replace previous received Instance[pk=226394, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:23:20,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Instance[pk=226402, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:23:20,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Location[pk=226402, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/AD416642, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:20,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Updated DB in 16 ms
2025-11-19 16:23:20,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:20,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:26,004 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:26,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Found previous received Instance[pk=226395, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:23:26,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Replace previous received Instance[pk=226395, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:23:26,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Instance[pk=226403, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:23:26,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Location[pk=226403, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/FD018D43, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:26,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Updated DB in 6 ms
2025-11-19 16:23:26,012 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:26,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:26,741 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68445&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119152405732&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119152535884&contentType=image/jpeg from null@200.173.126.150
2025-11-19 16:23:29,281 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:29,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Found previous received Instance[pk=226397, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:23:29,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Replace previous received Instance[pk=226397, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:23:29,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Instance[pk=226404, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:23:29,287 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Location[pk=226404, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/90B4D1D1, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:29,304 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Updated DB in 22 ms
2025-11-19 16:23:29,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:29,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:33,853 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:33,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Found previous received Instance[pk=226399, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:23:33,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Replace previous received Instance[pk=226399, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:23:33,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Instance[pk=226405, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:23:33,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Location[pk=226405, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/F80AE0B1, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:33,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Updated DB in 25 ms
2025-11-19 16:23:33,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:34,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:36,322 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68445&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119152405732&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119152434475&contentType=image/jpeg from null@200.173.126.150
2025-11-19 16:23:36,581 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:36,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226406, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082003210, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:23:36,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226406, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/2667E8EB, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:36,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 11 ms
2025-11-19 16:23:36,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082003210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:36,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082136597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:38,803 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:38,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Found previous received Instance[pk=226400, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:23:38,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Replace previous received Instance[pk=226400, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:23:38,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Instance[pk=226407, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:23:38,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Location[pk=226407, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/85A81B10, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:38,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Updated DB in 14 ms
2025-11-19 16:23:38,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:39,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:42,165 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 16:23:42,166 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 16:23:44,412 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68445&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119152405732&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119152406118&contentType=image/jpeg from null@200.173.126.150
2025-11-19 16:23:44,559 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:44,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Found previous received Instance[pk=226401, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:23:44,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Replace previous received Instance[pk=226401, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:23:44,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Instance[pk=226408, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:23:44,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Create Location[pk=226408, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/741E0E3F, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:44,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472): Updated DB in 19 ms
2025-11-19 16:23:44,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:44,820 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) >> A-RELEASE-RQ
2025-11-19 16:23:44,820 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(472) << A-RELEASE-RP
2025-11-19 16:23:44,871 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(472): close Socket[addr=187.36.104.204/187.36.104.204,port=52178,localport=11112]
2025-11-19 16:23:45,290 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52179,localport=11112]
2025-11-19 16:23:45,290 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) >> A-ASSOCIATE-RQ
2025-11-19 16:23:45,290 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) << A-ASSOCIATE-AC
2025-11-19 16:23:45,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:46,916 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 16:23:46,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:23:46,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:23:46,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:23:46,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:23:46,938 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:23:46,938 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:23:46,938 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 16:23:49,627 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:49,630 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Found previous received Instance[pk=226402, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:23:49,630 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Replace previous received Instance[pk=226402, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:23:49,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Instance[pk=226409, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:23:49,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Location[pk=226409, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/0A9416FC, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:49,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Updated DB in 18 ms
2025-11-19 16:23:49,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:49,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:51,507 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68445&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119152405732&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119152803543&contentType=image/jpeg from null@200.173.126.150
2025-11-19 16:23:54,504 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:54,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Found previous received Instance[pk=226403, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:23:54,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Replace previous received Instance[pk=226403, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:23:54,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Instance[pk=226410, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:23:54,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Location[pk=226410, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/9340465A, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:54,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Updated DB in 21 ms
2025-11-19 16:23:54,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:54,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:57,902 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 16:23:57,904 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 16:23:59,310 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:23:59,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Found previous received Instance[pk=226404, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:23:59,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Replace previous received Instance[pk=226404, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:23:59,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Instance[pk=226411, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:23:59,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Location[pk=226411, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/ABAC101F, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:23:59,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Updated DB in 12 ms
2025-11-19 16:23:59,323 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:23:59,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:02,624 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:02,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Found previous received Instance[pk=226405, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:24:02,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Replace previous received Instance[pk=226405, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:24:02,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Instance[pk=226412, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:24:02,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Location[pk=226412, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/B7F8FF9D, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:02,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Updated DB in 20 ms
2025-11-19 16:24:02,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:02,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:04,389 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68445&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119152405732&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119152735710&contentType=image/jpeg from null@200.173.126.150
2025-11-19 16:24:06,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:06,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Found previous received Instance[pk=226407, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:24:06,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Replace previous received Instance[pk=226407, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:24:06,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Instance[pk=226413, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:24:06,106 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Location[pk=226413, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/10DB9B1A, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:06,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Updated DB in 13 ms
2025-11-19 16:24:06,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:06,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:10,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:10,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Found previous received Instance[pk=226408, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:24:10,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Replace previous received Instance[pk=226408, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:24:10,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Instance[pk=226414, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:24:10,414 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Create Location[pk=226414, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/F6A7A528, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:10,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473): Updated DB in 16 ms
2025-11-19 16:24:10,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:10,658 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) >> A-RELEASE-RQ
2025-11-19 16:24:10,658 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(473) << A-RELEASE-RP
2025-11-19 16:24:10,709 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(473): close Socket[addr=187.36.104.204/187.36.104.204,port=52179,localport=11112]
2025-11-19 16:24:10,750 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68445&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119152405732&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119152720590&contentType=image/jpeg from null@200.173.126.150
2025-11-19 16:24:11,126 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52180,localport=11112]
2025-11-19 16:24:11,127 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) >> A-ASSOCIATE-RQ
2025-11-19 16:24:11,127 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) << A-ASSOCIATE-AC
2025-11-19 16:24:11,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 16:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 16:24:15,882 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:15,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Found previous received Instance[pk=226409, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:24:15,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Replace previous received Instance[pk=226409, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:24:15,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Instance[pk=226415, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:24:15,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Location[pk=226415, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/9E5CAAFD, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:15,901 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Updated DB in 19 ms
2025-11-19 16:24:15,902 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:16,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:17,218 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68445&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119152405732&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119152655114&contentType=image/jpeg from null@200.173.126.150
2025-11-19 16:24:18,297 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:18,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Found previous received Instance[pk=226410, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:24:18,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Replace previous received Instance[pk=226410, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:24:18,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Instance[pk=226416, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:24:18,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Location[pk=226416, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/FB88F4E4, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:18,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Updated DB in 26 ms
2025-11-19 16:24:18,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:18,558 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:20,271 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:20,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226417, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082136597, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:24:20,273 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226417, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/2848716C, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:20,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 10 ms
2025-11-19 16:24:20,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082136597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:20,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082145505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:21,196 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:21,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Found previous received Instance[pk=226411, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:24:21,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Replace previous received Instance[pk=226411, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:24:21,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Instance[pk=226418, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:24:21,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Location[pk=226418, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/1BA26BC6, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:21,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Updated DB in 15 ms
2025-11-19 16:24:21,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:21,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:23,867 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68445&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119152405732&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119152633729&contentType=image/jpeg from null@200.173.126.150
2025-11-19 16:24:23,980 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:23,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226419, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082145505, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:24:23,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226419, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/28561375, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:24,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 22 ms
2025-11-19 16:24:24,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082145505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:24,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082209767 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:24,334 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:24,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Found previous received Instance[pk=226412, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:24:24,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Replace previous received Instance[pk=226412, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:24:24,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Instance[pk=226420, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:24:24,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Location[pk=226420, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/58BF1432, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:24,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Updated DB in 18 ms
2025-11-19 16:24:24,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:24,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:27,835 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:27,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Found previous received Instance[pk=226413, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:24:27,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Replace previous received Instance[pk=226413, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:24:27,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Instance[pk=226421, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:24:27,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Location[pk=226421, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/C8BB1457, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:27,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Updated DB in 21 ms
2025-11-19 16:24:27,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:28,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:30,777 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:30,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226422, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082209767, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:24:30,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226422, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/29D467CA, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:30,790 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 12 ms
2025-11-19 16:24:30,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082209767 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:31,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082309134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:32,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:32,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Found previous received Instance[pk=226414, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:24:32,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Replace previous received Instance[pk=226414, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:24:32,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Instance[pk=226423, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:24:32,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Create Location[pk=226423, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/B77FB7A8, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:32,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474): Updated DB in 11 ms
2025-11-19 16:24:32,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:32,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) >> A-RELEASE-RQ
2025-11-19 16:24:32,460 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(474) << A-RELEASE-RP
2025-11-19 16:24:32,511 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS30(474): close Socket[addr=187.36.104.204/187.36.104.204,port=52180,localport=11112]
2025-11-19 16:24:32,919 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52181,localport=11112]
2025-11-19 16:24:32,925 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) >> A-ASSOCIATE-RQ
2025-11-19 16:24:32,925 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) << A-ASSOCIATE-AC
2025-11-19 16:24:33,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:36,098 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:36,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226424, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082309134, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:24:36,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226424, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/2B892983, tsuid=1.2.840.10008.1.2, size=3416786, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:36,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 13 ms
2025-11-19 16:24:36,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082309134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:36,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082326305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:37,436 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:37,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Found previous received Instance[pk=226415, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:24:37,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Replace previous received Instance[pk=226415, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:24:37,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Instance[pk=226425, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:24:37,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Location[pk=226425, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/6B609AC3, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:37,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Updated DB in 11 ms
2025-11-19 16:24:37,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:37,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:40,047 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:40,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Found previous received Instance[pk=226416, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:24:40,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Replace previous received Instance[pk=226416, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:24:40,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Instance[pk=226426, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:24:40,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Location[pk=226426, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/C77B6686, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:40,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Updated DB in 28 ms
2025-11-19 16:24:40,076 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:40,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:41,025 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:41,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Instance[pk=226427, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082326305, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:24:41,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Create Location[pk=226427, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/2BA4028E, tsuid=1.2.840.10008.1.2, size=3416786, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:41,043 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455): Updated DB in 18 ms
2025-11-19 16:24:41,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082326305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:41,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) >> A-RELEASE-RQ
2025-11-19 16:24:41,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(455) << A-RELEASE-RP
2025-11-19 16:24:41,331 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS60MT(455): close Socket[addr=187.36.104.204/187.36.104.204,port=49553,localport=11112]
2025-11-19 16:24:41,827 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49573,localport=11112]
2025-11-19 16:24:41,837 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> A-ASSOCIATE-RQ
2025-11-19 16:24:41,837 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << A-ASSOCIATE-AC
2025-11-19 16:24:42,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153257888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:42,167 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 16:24:42,168 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 16:24:42,889 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:42,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Found previous received Instance[pk=226418, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:24:42,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Replace previous received Instance[pk=226418, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:24:42,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Instance[pk=226428, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:24:42,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Location[pk=226428, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/2212996A, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:42,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Updated DB in 9 ms
2025-11-19 16:24:42,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:43,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:45,756 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start StudySizeScheduler.execute()
2025-11-19 16:24:45,949 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) Calculated size of 4 studies
2025-11-19 16:24:45,949 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished StudySizeScheduler.execute()
2025-11-19 16:24:46,764 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:46,766 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Found previous received Instance[pk=226420, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:24:46,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Replace previous received Instance[pk=226420, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:24:46,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Instance[pk=226429, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:24:46,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Location[pk=226429, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/EA83382D, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:46,776 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Updated DB in 12 ms
2025-11-19 16:24:46,776 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:46,938 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 16:24:46,939 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 16:24:46,940 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 16:24:46,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:24:46,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:24:46,941 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:24:46,942 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:24:46,963 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:24:46,963 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:24:46,964 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 16:24:46,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 16:24:47,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:51,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:51,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Found previous received Instance[pk=226421, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:24:51,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Replace previous received Instance[pk=226421, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:24:51,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Instance[pk=226430, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:24:51,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Location[pk=226430, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/18F7E255, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:51,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Updated DB in 18 ms
2025-11-19 16:24:51,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:51,406 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:55,717 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:24:55,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Found previous received Instance[pk=226423, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:24:55,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Replace previous received Instance[pk=226423, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:24:55,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Instance[pk=226431, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:24:55,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Create Location[pk=226431, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/5A19FC65, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:24:55,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475): Updated DB in 9 ms
2025-11-19 16:24:55,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:55,957 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) >> A-RELEASE-RQ
2025-11-19 16:24:55,957 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(475) << A-RELEASE-RP
2025-11-19 16:24:56,008 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS30(475): close Socket[addr=187.36.104.204/187.36.104.204,port=52181,localport=11112]
2025-11-19 16:24:56,422 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52182,localport=11112]
2025-11-19 16:24:56,422 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) >> A-ASSOCIATE-RQ
2025-11-19 16:24:56,423 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) << A-ASSOCIATE-AC
2025-11-19 16:24:56,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:24:57,904 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 16:24:57,906 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 16:25:01,888 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:01,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Found previous received Instance[pk=226425, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:25:01,891 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Replace previous received Instance[pk=226425, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:25:01,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Instance[pk=226432, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:25:01,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Location[pk=226432, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/9752CDCC, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:01,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Updated DB in 28 ms
2025-11-19 16:25:01,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155541718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:02,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:06,346 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:06,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Found previous received Instance[pk=226426, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:25:06,348 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Replace previous received Instance[pk=226426, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:25:06,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Instance[pk=226433, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:25:06,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Location[pk=226433, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/C8E61202, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:06,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Updated DB in 7 ms
2025-11-19 16:25:06,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155604578 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:06,586 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 16:25:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 16:25:12,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:12,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Found previous received Instance[pk=226428, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:25:12,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Replace previous received Instance[pk=226428, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:25:12,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Instance[pk=226434, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:25:12,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Location[pk=226434, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/C7AEE402, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:12,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Updated DB in 15 ms
2025-11-19 16:25:12,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155649712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:12,370 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:16,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:16,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Found previous received Instance[pk=226429, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:25:16,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Replace previous received Instance[pk=226429, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:25:16,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Instance[pk=226435, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:25:16,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Location[pk=226435, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/77D55CF8, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:16,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Updated DB in 27 ms
2025-11-19 16:25:16,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155727629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:16,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:20,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:20,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Found previous received Instance[pk=226430, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:25:20,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Replace previous received Instance[pk=226430, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:25:20,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Instance[pk=226436, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:25:20,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Location[pk=226436, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/71417961, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:20,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Updated DB in 14 ms
2025-11-19 16:25:20,118 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155803005 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:20,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:23,725 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:23,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226149, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153257888, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:25:23,729 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226149, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153257888, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:25:23,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226437, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153257888, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:25:23,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226437, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/899B7E00, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:23,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 32 ms
2025-11-19 16:25:23,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153257888 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:24,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153316368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:24,520 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:24,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Found previous received Instance[pk=226431, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:25:24,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Replace previous received Instance[pk=226431, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:25:24,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Instance[pk=226438, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:25:24,525 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Create Location[pk=226438, systemID=amazon-s3, path=2025/11/19/031333B6/7055024C/A012274A, tsuid=1.2.840.10008.1.2, size=3416662, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:24,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477): Updated DB in 12 ms
2025-11-19 16:25:24,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155946210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:24,763 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) >> A-RELEASE-RQ
2025-11-19 16:25:24,763 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(477) << A-RELEASE-RP
2025-11-19 16:25:24,813 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS30(477): close Socket[addr=187.36.104.204/187.36.104.204,port=52182,localport=11112]
2025-11-19 16:25:25,224 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52183,localport=11112]
2025-11-19 16:25:25,224 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) >> A-ASSOCIATE-RQ
2025-11-19 16:25:25,224 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) << A-ASSOCIATE-AC
2025-11-19 16:25:25,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:29,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:29,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Found previous received Instance[pk=226318, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:25:29,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Replace previous received Instance[pk=226318, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:25:29,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Instance[pk=226439, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:25:29,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Location[pk=226439, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0C91614D, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:29,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Updated DB in 16 ms
2025-11-19 16:25:29,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154752215 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:29,357 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:34,149 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:34,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Found previous received Instance[pk=226320, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:25:34,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Replace previous received Instance[pk=226320, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:25:34,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Instance[pk=226440, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:25:34,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Location[pk=226440, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E1B0ECC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:34,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Updated DB in 22 ms
2025-11-19 16:25:34,171 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154820348 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:34,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:42,168 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 16:25:42,169 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 16:25:46,964 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 16:25:46,966 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:25:46,966 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:25:46,967 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:25:46,967 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:25:46,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:25:46,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:25:46,968 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:25:46,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:25:46,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:25:46,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:25:46,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:25:46,990 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:25:46,990 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 16:25:48,039 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:48,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Found previous received Instance[pk=226321, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:25:48,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Replace previous received Instance[pk=226321, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:25:48,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Instance[pk=226441, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:25:48,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Location[pk=226441, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E3826AC, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:48,057 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Updated DB in 18 ms
2025-11-19 16:25:48,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154842359 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:48,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:53,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:53,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Found previous received Instance[pk=226322, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:25:53,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Replace previous received Instance[pk=226322, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:25:53,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Instance[pk=226442, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:25:53,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Location[pk=226442, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0E482665, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:53,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Updated DB in 13 ms
2025-11-19 16:25:53,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154856971 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:53,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:57,266 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:25:57,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Found previous received Instance[pk=226323, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:25:57,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Replace previous received Instance[pk=226323, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:25:57,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Instance[pk=226443, uid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:25:57,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Location[pk=226443, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/0FD3863E, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:25:57,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Updated DB in 15 ms
2025-11-19 16:25:57,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119154928211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:57,512 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:25:57,906 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 16:25:57,908 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 16:26:01,180 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:01,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Found previous received Instance[pk=226324, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:26:01,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Replace previous received Instance[pk=226324, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:26:01,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Instance[pk=226444, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:26:01,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Location[pk=226444, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/353E4ECF, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:01,198 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Updated DB in 18 ms
2025-11-19 16:26:01,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155000168 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:01,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:06,025 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:06,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Found previous received Instance[pk=226325, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:26:06,027 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Replace previous received Instance[pk=226325, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:26:06,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Instance[pk=226445, uid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:26:06,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Create Location[pk=226445, systemID=amazon-s3, path=2025/11/19/031333B5/3EE6A250/354EB74F, tsuid=1.2.840.10008.1.2, size=3416656, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:06,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478): Updated DB in 24 ms
2025-11-19 16:26:06,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119155015458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:06,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) >> A-RELEASE-RQ
2025-11-19 16:26:06,279 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(478) << A-RELEASE-RP
2025-11-19 16:26:06,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS30(478): close Socket[addr=187.36.104.204/187.36.104.204,port=52183,localport=11112]
2025-11-19 16:26:06,744 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52184,localport=11112]
2025-11-19 16:26:06,744 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> A-ASSOCIATE-RQ
2025-11-19 16:26:06,744 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << A-ASSOCIATE-AC
2025-11-19 16:26:06,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023085044900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:10,781 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:10,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146087, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085044900, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:26:10,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146087, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085044900, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:26:10,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226446, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085044900, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:26:10,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226446, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/AC5219D9, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:10,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 37 ms
2025-11-19 16:26:10,818 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023085044900 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:11,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023085100320 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 16:26:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 16:26:12,408 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:12,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226166, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153316368, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:26:12,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226166, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153316368, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:26:12,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226447, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153316368, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:26:12,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226447, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/010D91A0, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:12,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 52 ms
2025-11-19 16:26:12,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153316368 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:12,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153432369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:15,704 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:15,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146093, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085100320, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:26:15,706 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146093, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085100320, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:26:15,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226448, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085100320, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:26:15,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226448, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/ADCCACB0, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:15,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 21 ms
2025-11-19 16:26:15,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023085100320 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:15,957 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023085128937 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:19,370 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:19,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146097, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085128937, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:26:19,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146097, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085128937, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:26:19,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226449, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085128937, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:26:19,376 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226449, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/ADEC9556, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:19,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 14 ms
2025-11-19 16:26:19,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023085128937 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:19,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023085157413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:23,018 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:23,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146100, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085157413, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:26:23,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146100, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085157413, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:26:23,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226450, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085157413, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:26:23,025 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226450, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/AE165473, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:23,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 18 ms
2025-11-19 16:26:23,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023085157413 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:23,270 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023085232140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:27,361 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:27,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146102, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085232140, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:26:27,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146102, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085232140, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:26:27,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226451, uid=1.2.410.200001.101.11.301.1144174170.3.20251023085232140, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:26:27,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226451, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/AFACAD4C, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:27,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 24 ms
2025-11-19 16:26:27,386 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023085232140 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:27,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090557754 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:32,357 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:32,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146106, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090557754, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:26:32,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146106, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090557754, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:26:32,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226452, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090557754, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:26:32,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226452, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/144BC749, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:32,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 11 ms
2025-11-19 16:26:32,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090557754 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:32,602 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090626176 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:32,920 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49433,localport=11112]
2025-11-19 16:26:32,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480) >> A-ASSOCIATE-RQ
2025-11-19 16:26:32,921 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480) << A-ASSOCIATE-AC
2025-11-19 16:26:33,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480) >> 46:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540814.498 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:26:36,424 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6496) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:36,428 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480): Create Instance[pk=226453, uid=1.2.840.113619.2.423.84107009440.1763540814.498, class=1.2.840.10008.5.1.4.1.1.6.1, no=4096]
2025-11-19 16:26:36,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480): Create Location[pk=226453, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/79B17052, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:36,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480): Updated DB in 17 ms
2025-11-19 16:26:36,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480) << 46:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540814.498 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:26:36,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480) >> 47:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540814.498 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:26:37,301 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:37,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146108, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090626176, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:26:37,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146108, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090626176, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:26:37,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226454, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090626176, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:26:37,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226454, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/15D5CEC0, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:37,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 15 ms
2025-11-19 16:26:37,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090626176 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:37,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090655061 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:38,662 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6496) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:38,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480): Found previous received Instance[pk=226453, uid=1.2.840.113619.2.423.84107009440.1763540814.498, class=1.2.840.10008.5.1.4.1.1.6.1, no=4096]
2025-11-19 16:26:38,665 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480): Replace previous received Instance[pk=226453, uid=1.2.840.113619.2.423.84107009440.1763540814.498, class=1.2.840.10008.5.1.4.1.1.6.1, no=4096]
2025-11-19 16:26:38,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480): Create Instance[pk=226455, uid=1.2.840.113619.2.423.84107009440.1763540814.498, class=1.2.840.10008.5.1.4.1.1.6.1, no=4096]
2025-11-19 16:26:38,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480): Create Location[pk=226455, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/1795B7E2, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:38,678 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480): Updated DB in 16 ms
2025-11-19 16:26:38,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480) << 47:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540814.498 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:26:39,044 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480) >> A-RELEASE-RQ
2025-11-19 16:26:39,044 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6496) DCM4CHEE<-F6LOGIQ(480) << A-RELEASE-RP
2025-11-19 16:26:39,094 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-F6LOGIQ(480): close Socket[addr=187.36.104.204/187.36.104.204,port=49433,localport=11112]
2025-11-19 16:26:41,319 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:41,322 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146112, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090655061, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:26:41,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146112, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090655061, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:26:41,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226456, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090655061, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:26:41,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226456, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/15FF9CFF, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:41,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 26 ms
2025-11-19 16:26:41,345 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090655061 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:41,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090735155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:42,169 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 16:26:42,170 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 16:26:44,918 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:44,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146115, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090735155, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:26:44,920 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146115, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090735155, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:26:44,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226457, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090735155, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:26:44,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226457, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/17984A42, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:44,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 13 ms
2025-11-19 16:26:44,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090735155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:45,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090829579 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:45,923 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49435,localport=11112]
2025-11-19 16:26:45,924 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481) >> A-ASSOCIATE-RQ
2025-11-19 16:26:45,924 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481) << A-ASSOCIATE-AC
2025-11-19 16:26:46,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481) >> 48:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540826.502 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:26:46,991 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 16:26:46,992 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 16:26:46,992 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:26:46,992 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:26:46,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:26:46,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:26:46,995 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 16:26:47,020 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:26:47,021 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:26:47,021 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 16:26:48,974 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:48,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146119, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090829579, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:26:48,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146119, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090829579, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:26:48,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226458, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090829579, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:26:48,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226458, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/1940EC22, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:48,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 19 ms
2025-11-19 16:26:48,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090829579 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:49,219 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090942462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:49,606 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6499) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:49,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481): Create Instance[pk=226459, uid=1.2.840.113619.2.423.84107009440.1763540826.502, class=1.2.840.10008.5.1.4.1.1.6.1, no=4352]
2025-11-19 16:26:49,609 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481): Create Location[pk=226459, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/7B827A97, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:49,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481): Updated DB in 17 ms
2025-11-19 16:26:49,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481) << 48:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540826.502 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-11-19 16:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6498) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-11-19 16:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6500) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6500) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:26:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6498) Start deleting 69 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:26:50,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481) >> 49:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540826.502 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:26:51,778 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6499) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:51,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481): Found previous received Instance[pk=226459, uid=1.2.840.113619.2.423.84107009440.1763540826.502, class=1.2.840.10008.5.1.4.1.1.6.1, no=4352]
2025-11-19 16:26:51,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481): Replace previous received Instance[pk=226459, uid=1.2.840.113619.2.423.84107009440.1763540826.502, class=1.2.840.10008.5.1.4.1.1.6.1, no=4352]
2025-11-19 16:26:51,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481): Create Instance[pk=226460, uid=1.2.840.113619.2.423.84107009440.1763540826.502, class=1.2.840.10008.5.1.4.1.1.6.1, no=4352]
2025-11-19 16:26:51,784 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481): Create Location[pk=226460, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/2037A7C5, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:51,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481): Updated DB in 19 ms
2025-11-19 16:26:51,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481) << 49:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540826.502 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:26:52,115 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481) >> A-RELEASE-RQ
2025-11-19 16:26:52,115 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6499) DCM4CHEE<-F6LOGIQ(481) << A-RELEASE-RP
2025-11-19 16:26:52,166 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-F6LOGIQ(481): close Socket[addr=187.36.104.204/187.36.104.204,port=49435,localport=11112]
2025-11-19 16:26:53,521 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:26:53,527 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:26:53,761 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:53,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146124, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090942462, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:26:53,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146124, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090942462, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:26:53,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226461, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090942462, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:26:53,765 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226461, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/1B0EC143, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:53,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 8 ms
2025-11-19 16:26:53,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090942462 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:53,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090949986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:57,511 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:57,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226181, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153432369, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:26:57,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226181, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153432369, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:26:57,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226462, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153432369, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:26:57,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226462, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/3336A3B0, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:57,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 8 ms
2025-11-19 16:26:57,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153432369 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:57,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153521719 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:57,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:26:57,908 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 16:26:57,909 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 16:26:57,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146127, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090949986, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:26:57,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146127, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090949986, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:26:57,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226463, uid=1.2.410.200001.101.11.301.1144174170.3.20251023090949986, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:26:57,912 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226463, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/1B1202E3, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-11-19 16:26:57,915 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 7 ms
2025-11-19 16:26:57,916 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023090949986 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:58,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023091042104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:26:58,795 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49437,localport=11112]
2025-11-19 16:26:58,796 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482) >> A-ASSOCIATE-RQ
2025-11-19 16:26:58,796 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482) << A-ASSOCIATE-AC
2025-11-19 16:26:59,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482) >> 50:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540839.506 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:27:03,748 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6501) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:27:03,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482): Create Instance[pk=226464, uid=1.2.840.113619.2.423.84107009440.1763540839.506, class=1.2.840.10008.5.1.4.1.1.6.1, no=4608]
2025-11-19 16:27:03,751 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482): Create Location[pk=226464, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/7D6199BD, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:27:03,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482): Updated DB in 6 ms
2025-11-19 16:27:03,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482) << 50:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540839.506 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:27:03,832 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:27:03,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146130, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091042104, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:27:03,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146130, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091042104, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:27:03,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226465, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091042104, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:27:03,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226465, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/409952F2, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-11-19 16:27:03,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 8 ms
2025-11-19 16:27:03,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023091042104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:04,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023091100749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:04,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482) >> 51:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540839.506 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:27:06,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6501) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:27:06,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482): Found previous received Instance[pk=226464, uid=1.2.840.113619.2.423.84107009440.1763540839.506, class=1.2.840.10008.5.1.4.1.1.6.1, no=4608]
2025-11-19 16:27:06,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482): Replace previous received Instance[pk=226464, uid=1.2.840.113619.2.423.84107009440.1763540839.506, class=1.2.840.10008.5.1.4.1.1.6.1, no=4608]
2025-11-19 16:27:06,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482): Create Instance[pk=226466, uid=1.2.840.113619.2.423.84107009440.1763540839.506, class=1.2.840.10008.5.1.4.1.1.6.1, no=4608]
2025-11-19 16:27:06,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482): Create Location[pk=226466, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/E304FC32, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:27:06,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482): Updated DB in 6 ms
2025-11-19 16:27:06,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482) << 51:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540839.506 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:27:06,611 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482) >> A-RELEASE-RQ
2025-11-19 16:27:06,611 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6501) DCM4CHEE<-F6LOGIQ(482) << A-RELEASE-RP
2025-11-19 16:27:06,662 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-F6LOGIQ(482): close Socket[addr=187.36.104.204/187.36.104.204,port=49437,localport=11112]
2025-11-19 16:27:09,836 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:27:09,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146133, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091100749, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:27:09,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146133, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091100749, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:27:09,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226467, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091100749, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:27:09,840 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226467, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/4214FBD6, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-11-19 16:27:09,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 17 ms
2025-11-19 16:27:09,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023091100749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:10,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023091112633 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 16:27:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 16:27:13,296 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49438,localport=11112]
2025-11-19 16:27:13,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483) >> A-ASSOCIATE-RQ
2025-11-19 16:27:13,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483) << A-ASSOCIATE-AC
2025-11-19 16:27:13,451 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:27:13,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146135, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091112633, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:27:13,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146135, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091112633, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:27:13,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226468, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091112633, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:27:13,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226468, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/4223F82F, tsuid=1.2.840.10008.1.2, size=3416632, status=OK, objectType=DICOM_FILE]
2025-11-19 16:27:13,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 8 ms
2025-11-19 16:27:13,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023091112633 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:13,646 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483) >> 52:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540853.510 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:27:13,692 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023091138410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:17,805 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6503) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:27:17,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483): Create Instance[pk=226469, uid=1.2.840.113619.2.423.84107009440.1763540853.510, class=1.2.840.10008.5.1.4.1.1.6.1, no=4864]
2025-11-19 16:27:17,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483): Create Location[pk=226469, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/8076BE0E, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:27:17,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483): Updated DB in 5 ms
2025-11-19 16:27:17,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483) << 52:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540853.510 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:27:17,831 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:27:17,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146139, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091138410, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:27:17,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146139, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091138410, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:27:17,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226470, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091138410, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:27:17,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226470, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/4242D9A8, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-11-19 16:27:17,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 8 ms
2025-11-19 16:27:17,839 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023091138410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:18,068 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023091203712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:18,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483) >> 53:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540853.510 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:27:20,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6503) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:27:20,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483): Found previous received Instance[pk=226469, uid=1.2.840.113619.2.423.84107009440.1763540853.510, class=1.2.840.10008.5.1.4.1.1.6.1, no=4864]
2025-11-19 16:27:20,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483): Replace previous received Instance[pk=226469, uid=1.2.840.113619.2.423.84107009440.1763540853.510, class=1.2.840.10008.5.1.4.1.1.6.1, no=4864]
2025-11-19 16:27:20,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483): Create Instance[pk=226471, uid=1.2.840.113619.2.423.84107009440.1763540853.510, class=1.2.840.10008.5.1.4.1.1.6.1, no=4864]
2025-11-19 16:27:20,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483): Create Location[pk=226471, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/28102A2D, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:27:20,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483): Updated DB in 7 ms
2025-11-19 16:27:20,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483) << 53:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540853.510 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:27:20,481 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483) >> A-RELEASE-RQ
2025-11-19 16:27:20,482 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6503) DCM4CHEE<-F6LOGIQ(483) << A-RELEASE-RP
2025-11-19 16:27:20,532 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-F6LOGIQ(483): close Socket[addr=187.36.104.204/187.36.104.204,port=49438,localport=11112]
2025-11-19 16:27:24,979 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6364) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:27:24,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Found previous received Instance[pk=146143, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091203712, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:27:24,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Replace previous received Instance[pk=146143, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091203712, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:27:24,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Instance[pk=226472, uid=1.2.410.200001.101.11.301.1144174170.3.20251023091203712, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:27:24,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Create Location[pk=226472, systemID=amazon-s3, path=2025/11/19/0311013B/DEA7A9F6/43CB312E, tsuid=1.2.840.10008.1.2, size=3915740, status=OK, objectType=DICOM_FILE]
2025-11-19 16:27:24,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479): Updated DB in 7 ms
2025-11-19 16:27:24,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251023091203712 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:25,213 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) >> A-RELEASE-RQ
2025-11-19 16:27:25,213 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6364) DCM4CHEE<-HS30(479) << A-RELEASE-RP
2025-11-19 16:27:25,263 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS30(479): close Socket[addr=187.36.104.204/187.36.104.204,port=52184,localport=11112]
2025-11-19 16:27:37,014 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6498) Finished deleting 69 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:27:37,014 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6498) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:27:42,170 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 16:27:42,171 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 16:27:46,586 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:27:46,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226193, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153521719, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:27:46,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226193, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153521719, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:27:46,590 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226473, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153521719, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:27:46,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226473, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/D580CDD2, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:27:46,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 19 ms
2025-11-19 16:27:46,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153521719 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:46,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153621123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:27:47,021 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 16:27:47,022 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 16:27:47,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:27:47,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:27:47,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:27:47,023 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:27:47,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:27:47,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:27:47,046 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 16:27:47,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 16:27:51,590 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65115921767.3372163&seriesUID=1.2.392.200036.9125.3.3619053820161.65115921767.3372164&objectUID=1.2.392.200036.9125.9.0.254348270.1917658302.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:27:56,078 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65115921767.3372163&seriesUID=1.2.392.200036.9125.3.3619053820161.65115921767.3372164&objectUID=1.2.392.200036.9125.9.0.254348271.541992126.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:27:57,603 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65115921767.3372163&seriesUID=1.2.392.200036.9125.3.3619053820161.65115921767.3372164&objectUID=1.2.392.200036.9125.9.0.254348270.793519294.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:27:57,910 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 16:27:57,912 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 16:28:00,530 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65115921767.3372163&seriesUID=1.2.392.200036.9125.3.3619053820161.65115921767.3372164&objectUID=1.2.392.200036.9125.9.0.254348269.3393922238.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 16:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 16:28:37,666 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:28:37,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226211, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153621123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:28:37,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226211, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153621123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:28:37,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226474, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153621123, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:28:37,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226474, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/07434815, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 16:28:37,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 16 ms
2025-11-19 16:28:37,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153621123 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:28:37,946 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153638201 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:28:42,171 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 16:28:42,172 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 16:28:47,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 16:28:47,047 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 16:28:47,048 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 16:28:47,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:28:47,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:28:47,049 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 16:28:47,050 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:28:47,050 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:28:47,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:28:47,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:28:47,074 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 16:28:47,075 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 16:28:47,075 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 16:28:57,912 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 16:28:57,914 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 16:29:02,296 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116092112.324051&seriesUID=1.2.392.200036.9125.3.3619053820161.65116092112.324052&objectUID=1.2.392.200036.9125.9.0.254348935.638788798.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:29:03,791 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116092112.324051&seriesUID=1.2.392.200036.9125.3.3619053820161.65116092112.324052&objectUID=1.2.392.200036.9125.9.0.254348935.2249467070.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:29:05,248 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116092112.324051&seriesUID=1.2.392.200036.9125.3.3619053820161.65116092112.324052&objectUID=1.2.392.200036.9125.9.0.254348936.1796613310.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:29:05,294 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49445,localport=11112]
2025-11-19 16:29:05,301 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484) >> A-ASSOCIATE-RQ
2025-11-19 16:29:05,301 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484) << A-ASSOCIATE-AC
2025-11-19 16:29:05,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484) >> 54:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540865.514 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:06,748 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116092112.324051&seriesUID=1.2.392.200036.9125.3.3619053820161.65116092112.324052&objectUID=1.2.392.200036.9125.9.0.254348937.1175987390.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:29:08,390 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116092112.324051&seriesUID=1.2.392.200036.9125.3.3619053820161.65116092112.324052&objectUID=1.2.392.200036.9125.9.0.254348934.3809617086.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:29:09,057 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6513) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:09,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484): Create Instance[pk=226475, uid=1.2.840.113619.2.423.84107009440.1763540865.514, class=1.2.840.10008.5.1.4.1.1.6.1, no=5120]
2025-11-19 16:29:09,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484): Create Location[pk=226475, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/8247C5B3, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:09,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484): Updated DB in 19 ms
2025-11-19 16:29:09,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484) << 54:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540865.514 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:09,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484) >> 55:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540865.514 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:09,933 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116092112.324051&seriesUID=1.2.392.200036.9125.3.3619053820161.65116092112.324052&objectUID=1.2.392.200036.9125.9.0.254348936.722805950.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:29:11,165 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6513) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:11,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484): Found previous received Instance[pk=226475, uid=1.2.840.113619.2.423.84107009440.1763540865.514, class=1.2.840.10008.5.1.4.1.1.6.1, no=5120]
2025-11-19 16:29:11,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484): Replace previous received Instance[pk=226475, uid=1.2.840.113619.2.423.84107009440.1763540865.514, class=1.2.840.10008.5.1.4.1.1.6.1, no=5120]
2025-11-19 16:29:11,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484): Create Instance[pk=226476, uid=1.2.840.113619.2.423.84107009440.1763540865.514, class=1.2.840.10008.5.1.4.1.1.6.1, no=5120]
2025-11-19 16:29:11,170 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484): Create Location[pk=226476, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/EF20958E, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:11,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484): Updated DB in 20 ms
2025-11-19 16:29:11,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484) << 55:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540865.514 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:11,697 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484) >> A-RELEASE-RQ
2025-11-19 16:29:11,697 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(484) << A-RELEASE-RP
2025-11-19 16:29:11,747 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-F6LOGIQ(484): close Socket[addr=187.36.104.204/187.36.104.204,port=49445,localport=11112]
2025-11-19 16:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 16:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 16:29:14,374 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49447,localport=11112]
2025-11-19 16:29:14,376 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485) >> A-ASSOCIATE-RQ
2025-11-19 16:29:14,376 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485) << A-ASSOCIATE-AC
2025-11-19 16:29:14,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485) >> 56:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540973.518 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:18,487 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:18,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226225, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153638201, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:29:18,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226225, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153638201, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:29:18,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226477, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153638201, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:29:18,492 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226477, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/FEEE15AC, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:18,494 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 7 ms
2025-11-19 16:29:18,495 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153638201 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:29:18,511 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6513) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:18,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485): Create Instance[pk=226478, uid=1.2.840.113619.2.423.84107009440.1763540973.518, class=1.2.840.10008.5.1.4.1.1.6.1, no=5376]
2025-11-19 16:29:18,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485): Create Location[pk=226478, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/B8C6AA95, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:18,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485): Updated DB in 21 ms
2025-11-19 16:29:18,532 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485) << 56:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540973.518 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:18,762 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153647862 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:29:18,972 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485) >> 57:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540973.518 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:20,849 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6513) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:20,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485): Found previous received Instance[pk=226478, uid=1.2.840.113619.2.423.84107009440.1763540973.518, class=1.2.840.10008.5.1.4.1.1.6.1, no=5376]
2025-11-19 16:29:20,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485): Replace previous received Instance[pk=226478, uid=1.2.840.113619.2.423.84107009440.1763540973.518, class=1.2.840.10008.5.1.4.1.1.6.1, no=5376]
2025-11-19 16:29:20,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485): Create Instance[pk=226479, uid=1.2.840.113619.2.423.84107009440.1763540973.518, class=1.2.840.10008.5.1.4.1.1.6.1, no=5376]
2025-11-19 16:29:20,854 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485): Create Location[pk=226479, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/CD9BED64, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:20,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485): Updated DB in 11 ms
2025-11-19 16:29:20,860 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485) << 57:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540973.518 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:21,247 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485) >> A-RELEASE-RQ
2025-11-19 16:29:21,247 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6513) DCM4CHEE<-F6LOGIQ(485) << A-RELEASE-RP
2025-11-19 16:29:21,298 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-F6LOGIQ(485): close Socket[addr=187.36.104.204/187.36.104.204,port=49447,localport=11112]
2025-11-19 16:29:35,996 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49450,localport=11112]
2025-11-19 16:29:35,997 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486) >> A-ASSOCIATE-RQ
2025-11-19 16:29:35,997 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486) << A-ASSOCIATE-AC
2025-11-19 16:29:36,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486) >> 58:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540988.522 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:39,634 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6515) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:39,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486): Create Instance[pk=226480, uid=1.2.840.113619.2.423.84107009440.1763540988.522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5632]
2025-11-19 16:29:39,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486): Create Location[pk=226480, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/BAC1F8D2, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:39,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486): Updated DB in 6 ms
2025-11-19 16:29:39,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486) << 58:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540988.522 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:40,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486) >> 59:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540988.522 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:41,709 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6515) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:41,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486): Found previous received Instance[pk=226480, uid=1.2.840.113619.2.423.84107009440.1763540988.522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5632]
2025-11-19 16:29:41,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486): Replace previous received Instance[pk=226480, uid=1.2.840.113619.2.423.84107009440.1763540988.522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5632]
2025-11-19 16:29:41,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486): Create Instance[pk=226481, uid=1.2.840.113619.2.423.84107009440.1763540988.522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5632]
2025-11-19 16:29:41,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486): Create Location[pk=226481, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/49430DFC, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:41,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486): Updated DB in 16 ms
2025-11-19 16:29:41,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486) << 59:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540988.522 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:42,086 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486) >> A-RELEASE-RQ
2025-11-19 16:29:42,087 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6515) DCM4CHEE<-F6LOGIQ(486) << A-RELEASE-RP
2025-11-19 16:29:42,137 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-F6LOGIQ(486): close Socket[addr=187.36.104.204/187.36.104.204,port=49450,localport=11112]
2025-11-19 16:29:42,172 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 16:29:42,173 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 16:29:44,739 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49451,localport=11112]
2025-11-19 16:29:44,745 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487) >> A-ASSOCIATE-RQ
2025-11-19 16:29:44,745 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487) << A-ASSOCIATE-AC
2025-11-19 16:29:45,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487) >> 60:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541001.525 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:45,949 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-11-19 16:29:46,062 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) Calculated size of 2 studies
2025-11-19 16:29:46,062 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-11-19 16:29:47,075 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 16:29:47,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:29:47,076 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:29:47,077 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:29:47,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:29:47,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:29:47,099 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:29:47,099 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:29:47,099 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 16:29:48,231 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6518) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:48,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487): Create Instance[pk=226482, uid=1.2.840.113619.2.423.84107009440.1763541001.525, class=1.2.840.10008.5.1.4.1.1.6.1, no=5888]
2025-11-19 16:29:48,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487): Create Location[pk=226482, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/3881A6EC, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:48,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487): Updated DB in 23 ms
2025-11-19 16:29:48,254 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487) << 60:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541001.525 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:48,675 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487) >> 61:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541001.525 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:50,364 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6518) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:50,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487): Found previous received Instance[pk=226482, uid=1.2.840.113619.2.423.84107009440.1763541001.525, class=1.2.840.10008.5.1.4.1.1.6.1, no=5888]
2025-11-19 16:29:50,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487): Replace previous received Instance[pk=226482, uid=1.2.840.113619.2.423.84107009440.1763541001.525, class=1.2.840.10008.5.1.4.1.1.6.1, no=5888]
2025-11-19 16:29:50,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487): Create Instance[pk=226483, uid=1.2.840.113619.2.423.84107009440.1763541001.525, class=1.2.840.10008.5.1.4.1.1.6.1, no=5888]
2025-11-19 16:29:50,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487): Create Location[pk=226483, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/ED7BF1DB, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:50,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487): Updated DB in 12 ms
2025-11-19 16:29:50,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487) << 61:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541001.525 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:50,865 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487) >> A-RELEASE-RQ
2025-11-19 16:29:50,865 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(487) << A-RELEASE-RP
2025-11-19 16:29:50,915 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-F6LOGIQ(487): close Socket[addr=187.36.104.204/187.36.104.204,port=49451,localport=11112]
2025-11-19 16:29:53,601 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49454,localport=11112]
2025-11-19 16:29:53,601 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488) >> A-ASSOCIATE-RQ
2025-11-19 16:29:53,601 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488) << A-ASSOCIATE-AC
2025-11-19 16:29:53,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488) >> 62:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541011.529 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:57,041 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6518) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:57,044 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488): Create Instance[pk=226484, uid=1.2.840.113619.2.423.84107009440.1763541011.529, class=1.2.840.10008.5.1.4.1.1.6.1, no=6144]
2025-11-19 16:29:57,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488): Create Location[pk=226484, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/3A367F8F, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:57,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488): Updated DB in 11 ms
2025-11-19 16:29:57,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488) << 62:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541011.529 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:57,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488) >> 63:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541011.529 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:57,914 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 16:29:57,916 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 16:29:59,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6518) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:29:59,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488): Found previous received Instance[pk=226484, uid=1.2.840.113619.2.423.84107009440.1763541011.529, class=1.2.840.10008.5.1.4.1.1.6.1, no=6144]
2025-11-19 16:29:59,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488): Replace previous received Instance[pk=226484, uid=1.2.840.113619.2.423.84107009440.1763541011.529, class=1.2.840.10008.5.1.4.1.1.6.1, no=6144]
2025-11-19 16:29:59,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488): Create Instance[pk=226485, uid=1.2.840.113619.2.423.84107009440.1763541011.529, class=1.2.840.10008.5.1.4.1.1.6.1, no=6144]
2025-11-19 16:29:59,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488): Create Location[pk=226485, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/3822F75A, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:29:59,133 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488): Updated DB in 12 ms
2025-11-19 16:29:59,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488) << 63:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541011.529 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:29:59,541 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488) >> A-RELEASE-RQ
2025-11-19 16:29:59,541 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(488) << A-RELEASE-RP
2025-11-19 16:29:59,591 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-F6LOGIQ(488): close Socket[addr=187.36.104.204/187.36.104.204,port=49454,localport=11112]
2025-11-19 16:30:01,651 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:30:01,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226238, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153647862, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:30:01,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226238, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153647862, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:30:01,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226486, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153647862, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:30:01,656 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226486, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/C67E8FF8, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:30:01,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 28 ms
2025-11-19 16:30:01,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153647862 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:30:01,958 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153717431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:30:02,214 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49455,localport=11112]
2025-11-19 16:30:02,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489) >> A-ASSOCIATE-RQ
2025-11-19 16:30:02,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489) << A-ASSOCIATE-AC
2025-11-19 16:30:02,569 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489) >> 64:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541021.534 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:30:05,615 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6518) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:30:05,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489): Create Instance[pk=226487, uid=1.2.840.113619.2.423.84107009440.1763541021.534, class=1.2.840.10008.5.1.4.1.1.6.1, no=6400]
2025-11-19 16:30:05,618 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489): Create Location[pk=226487, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/3BEB5848, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:30:05,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489): Updated DB in 11 ms
2025-11-19 16:30:05,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489) << 64:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541021.534 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:30:06,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489) >> 65:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541021.534 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:30:07,945 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6518) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:30:07,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489): Found previous received Instance[pk=226487, uid=1.2.840.113619.2.423.84107009440.1763541021.534, class=1.2.840.10008.5.1.4.1.1.6.1, no=6400]
2025-11-19 16:30:07,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489): Replace previous received Instance[pk=226487, uid=1.2.840.113619.2.423.84107009440.1763541021.534, class=1.2.840.10008.5.1.4.1.1.6.1, no=6400]
2025-11-19 16:30:07,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489): Create Instance[pk=226488, uid=1.2.840.113619.2.423.84107009440.1763541021.534, class=1.2.840.10008.5.1.4.1.1.6.1, no=6400]
2025-11-19 16:30:07,950 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489): Create Location[pk=226488, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/4879A741, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:30:07,958 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489): Updated DB in 13 ms
2025-11-19 16:30:07,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489) << 65:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541021.534 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:30:08,408 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489) >> A-RELEASE-RQ
2025-11-19 16:30:08,408 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6518) DCM4CHEE<-F6LOGIQ(489) << A-RELEASE-RP
2025-11-19 16:30:08,458 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-F6LOGIQ(489): close Socket[addr=187.36.104.204/187.36.104.204,port=49455,localport=11112]
2025-11-19 16:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 16:30:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 16:30:42,173 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 16:30:42,174 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 16:30:47,099 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 16:30:47,101 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 16:30:47,101 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 16:30:47,102 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:30:47,102 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:30:47,102 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 16:30:47,104 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:30:47,104 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:30:47,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:30:47,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:30:47,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 16:30:56,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:30:56,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226253, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153717431, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:30:56,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226253, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153717431, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:30:56,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226489, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153717431, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:30:56,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226489, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/C26D83B3, tsuid=1.2.840.10008.1.2, size=3915768, status=OK, objectType=DICOM_FILE]
2025-11-19 16:30:56,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 21 ms
2025-11-19 16:30:56,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153717431 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:30:57,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153740505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:30:57,916 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 16:30:57,918 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 16:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 16:31:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 16:31:42,175 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 16:31:42,176 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 16:31:44,796 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:31:44,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226265, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153740505, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:31:44,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226265, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153740505, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:31:44,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226490, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153740505, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:31:44,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226490, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/CBFB1F21, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:31:44,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 27 ms
2025-11-19 16:31:44,823 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153740505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:31:45,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153802555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:31:47,133 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 16:31:47,134 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 16:31:47,134 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 16:31:47,135 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:31:47,135 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:31:47,136 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:31:47,136 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:31:47,158 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:31:47,158 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:31:47,159 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 16:31:47,159 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 16:31:47,814 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49463,localport=11112]
2025-11-19 16:31:47,815 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490) >> A-ASSOCIATE-RQ
2025-11-19 16:31:47,815 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490) << A-ASSOCIATE-AC
2025-11-19 16:31:48,149 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490) >> 66:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541128.538 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:31:49,283 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116095675.324080&seriesUID=1.2.392.200036.9125.3.3619053820161.65116095675.324081&objectUID=1.2.392.200036.9125.9.0.254348949.1126114494.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start PurgeStorageScheduler.execute()
2025-11-19 16:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6529) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished PurgeStorageScheduler.execute()
2025-11-19 16:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6530) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6530) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:31:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6529) Start deleting 23 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:31:50,797 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116095675.324080&seriesUID=1.2.392.200036.9125.3.3619053820161.65116095675.324081&objectUID=1.2.392.200036.9125.9.0.254348949.2770347198.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:31:51,814 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6527) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:31:51,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490): Create Instance[pk=226491, uid=1.2.840.113619.2.423.84107009440.1763541128.538, class=1.2.840.10008.5.1.4.1.1.7, no=6656]
2025-11-19 16:31:51,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490): Create Location[pk=226491, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/71343814, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:31:51,820 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490): Updated DB in 6 ms
2025-11-19 16:31:51,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490) << 66:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541128.538 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:31:52,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490) >> 67:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541128.538 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:31:52,282 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116095675.324080&seriesUID=1.2.392.200036.9125.3.3619053820161.65116095675.324081&objectUID=1.2.392.200036.9125.9.0.254348948.3441304766.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:31:53,527 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:31:53,534 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:31:53,755 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=1.2.392.200036.9125.2.3619053820161.65116095675.324080&seriesUID=1.2.392.200036.9125.3.3619053820161.65116095675.324081&objectUID=1.2.392.200036.9125.9.0.254348949.4028703934.86381729&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:31:54,161 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6527) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:31:54,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490): Found previous received Instance[pk=226491, uid=1.2.840.113619.2.423.84107009440.1763541128.538, class=1.2.840.10008.5.1.4.1.1.7, no=6656]
2025-11-19 16:31:54,163 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490): Replace previous received Instance[pk=226491, uid=1.2.840.113619.2.423.84107009440.1763541128.538, class=1.2.840.10008.5.1.4.1.1.7, no=6656]
2025-11-19 16:31:54,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490): Create Instance[pk=226492, uid=1.2.840.113619.2.423.84107009440.1763541128.538, class=1.2.840.10008.5.1.4.1.1.7, no=6656]
2025-11-19 16:31:54,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490): Create Location[pk=226492, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/49E772D4, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:31:54,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490): Updated DB in 6 ms
2025-11-19 16:31:54,168 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490) << 67:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541128.538 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:31:54,612 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490) >> A-RELEASE-RQ
2025-11-19 16:31:54,612 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6527) DCM4CHEE<-F6LOGIQ(490) << A-RELEASE-RP
2025-11-19 16:31:54,662 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-15) DCM4CHEE<-F6LOGIQ(490): close Socket[addr=187.36.104.204/187.36.104.204,port=49463,localport=11112]
2025-11-19 16:31:57,918 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 16:31:57,920 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 16:32:04,001 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6529) Finished deleting 23 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:32:04,001 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6529) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 16:32:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 16:32:35,658 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49467,localport=11112]
2025-11-19 16:32:35,659 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491) >> A-ASSOCIATE-RQ
2025-11-19 16:32:35,659 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491) << A-ASSOCIATE-AC
2025-11-19 16:32:35,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491) >> 68:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541176.542 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:32:36,214 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:32:36,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226277, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153802555, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:32:36,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226277, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153802555, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:32:36,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226493, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153802555, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:32:36,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226493, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/FADB3AE2, tsuid=1.2.840.10008.1.2, size=3416808, status=OK, objectType=DICOM_FILE]
2025-11-19 16:32:36,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 13 ms
2025-11-19 16:32:36,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153802555 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:32:36,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153839000 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:32:39,308 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6531) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:32:39,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491): Create Instance[pk=226494, uid=1.2.840.113619.2.423.84107009440.1763541176.542, class=1.2.840.10008.5.1.4.1.1.7, no=6912]
2025-11-19 16:32:39,312 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491): Create Location[pk=226494, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/79A04446, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:32:39,320 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491): Updated DB in 12 ms
2025-11-19 16:32:39,321 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491) << 68:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541176.542 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:32:39,754 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491) >> 69:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541176.542 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:32:41,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6531) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:32:41,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491): Found previous received Instance[pk=226494, uid=1.2.840.113619.2.423.84107009440.1763541176.542, class=1.2.840.10008.5.1.4.1.1.7, no=6912]
2025-11-19 16:32:41,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491): Replace previous received Instance[pk=226494, uid=1.2.840.113619.2.423.84107009440.1763541176.542, class=1.2.840.10008.5.1.4.1.1.7, no=6912]
2025-11-19 16:32:41,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491): Create Instance[pk=226495, uid=1.2.840.113619.2.423.84107009440.1763541176.542, class=1.2.840.10008.5.1.4.1.1.7, no=6912]
2025-11-19 16:32:41,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491): Create Location[pk=226495, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/D495EE9B, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:32:41,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491): Updated DB in 15 ms
2025-11-19 16:32:41,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491) << 69:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541176.542 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:32:41,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491) >> A-RELEASE-RQ
2025-11-19 16:32:41,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6531) DCM4CHEE<-F6LOGIQ(491) << A-RELEASE-RP
2025-11-19 16:32:41,775 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) DCM4CHEE<-F6LOGIQ(491): close Socket[addr=187.36.104.204/187.36.104.204,port=49467,localport=11112]
2025-11-19 16:32:42,176 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 16:32:42,177 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 16:32:47,159 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 16:32:47,159 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:32:47,159 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:32:47,161 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:32:47,161 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:32:47,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:32:47,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:32:47,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 16:32:57,177 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStgCmtScheduler.execute()
2025-11-19 16:32:57,178 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStgCmtScheduler.execute()
2025-11-19 16:32:57,920 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 16:32:57,922 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 16:33:08,462 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49471,localport=11112]
2025-11-19 16:33:08,468 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492) >> A-ASSOCIATE-RQ
2025-11-19 16:33:08,468 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492) << A-ASSOCIATE-AC
2025-11-19 16:33:08,815 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492) >> 70:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541209.546 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 16:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 16:33:12,302 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6535) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:33:12,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492): Create Instance[pk=226496, uid=1.2.840.113619.2.423.84107009440.1763541209.546, class=1.2.840.10008.5.1.4.1.1.7, no=7168]
2025-11-19 16:33:12,305 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492): Create Location[pk=226496, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/A2BED9B5, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:33:12,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492): Updated DB in 22 ms
2025-11-19 16:33:12,324 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492) << 70:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541209.546 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:33:12,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492) >> 71:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541209.546 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:33:14,786 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6535) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:33:14,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492): Found previous received Instance[pk=226496, uid=1.2.840.113619.2.423.84107009440.1763541209.546, class=1.2.840.10008.5.1.4.1.1.7, no=7168]
2025-11-19 16:33:14,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492): Replace previous received Instance[pk=226496, uid=1.2.840.113619.2.423.84107009440.1763541209.546, class=1.2.840.10008.5.1.4.1.1.7, no=7168]
2025-11-19 16:33:14,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492): Create Instance[pk=226497, uid=1.2.840.113619.2.423.84107009440.1763541209.546, class=1.2.840.10008.5.1.4.1.1.7, no=7168]
2025-11-19 16:33:14,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492): Create Location[pk=226497, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/7C45907C, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:33:14,793 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492): Updated DB in 7 ms
2025-11-19 16:33:14,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492) << 71:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541209.546 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:33:15,185 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492) >> A-RELEASE-RQ
2025-11-19 16:33:15,185 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6535) DCM4CHEE<-F6LOGIQ(492) << A-RELEASE-RP
2025-11-19 16:33:15,235 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-F6LOGIQ(492): close Socket[addr=187.36.104.204/187.36.104.204,port=49471,localport=11112]
2025-11-19 16:33:19,986 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:33:19,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226279, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153839000, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:33:19,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226279, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153839000, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:33:19,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226498, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153839000, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:33:19,991 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226498, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/73BFB2DD, tsuid=1.2.840.10008.1.2, size=3416660, status=OK, objectType=DICOM_FILE]
2025-11-19 16:33:19,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 7 ms
2025-11-19 16:33:19,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153839000 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:33:20,263 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153911397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:33:42,177 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 16:33:42,178 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 16:33:47,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 16:33:47,184 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:33:47,184 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:33:47,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:33:47,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:33:47,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:33:47,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:33:47,206 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 16:33:47,206 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 16:33:57,922 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 16:33:57,924 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 16:33:58,086 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49475,localport=11112]
2025-11-19 16:33:58,087 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493) >> A-ASSOCIATE-RQ
2025-11-19 16:33:58,087 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493) << A-ASSOCIATE-AC
2025-11-19 16:33:58,456 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493) >> 72:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541259.550 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:34:01,599 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:01,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Found previous received Instance[pk=226281, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153911397, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:34:01,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Replace previous received Instance[pk=226281, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153911397, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:34:01,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Instance[pk=226499, uid=1.2.410.200001.101.11.601.1501430850.3.20251114153911397, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:34:01,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Create Location[pk=226499, systemID=amazon-s3, path=2025/11/19/0312CB36/288778F4/EDF22BEF, tsuid=1.2.840.10008.1.2, size=3416864, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:01,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476): Updated DB in 16 ms
2025-11-19 16:34:01,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251114153911397 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:01,883 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) >> A-RELEASE-RQ
2025-11-19 16:34:01,883 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(476) << A-RELEASE-RP
2025-11-19 16:34:01,934 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS60MT(476): close Socket[addr=187.36.104.204/187.36.104.204,port=49573,localport=11112]
2025-11-19 16:34:02,393 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49592,localport=11112]
2025-11-19 16:34:02,393 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494) >> A-ASSOCIATE-RQ
2025-11-19 16:34:02,393 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494) << A-ASSOCIATE-AC
2025-11-19 16:34:02,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:04,524 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6541) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:04,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493): Create Instance[pk=226500, uid=1.2.840.113619.2.423.84107009440.1763541259.550, class=1.2.840.10008.5.1.4.1.1.7, no=7424]
2025-11-19 16:34:04,527 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493): Create Location[pk=226500, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/AB4714E9, tsuid=1.2.840.10008.1.2.1, size=2074876, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:04,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493): Updated DB in 16 ms
2025-11-19 16:34:04,540 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493) << 72:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541259.550 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:34:05,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493) >> 73:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541259.550 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:34:07,698 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52156,localport=11112]
2025-11-19 16:34:07,705 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> A-ASSOCIATE-RQ
2025-11-19 16:34:07,706 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << A-ASSOCIATE-AC
2025-11-19 16:34:07,949 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160518842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:09,717 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6541) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:09,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493): Found previous received Instance[pk=226500, uid=1.2.840.113619.2.423.84107009440.1763541259.550, class=1.2.840.10008.5.1.4.1.1.7, no=7424]
2025-11-19 16:34:09,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493): Replace previous received Instance[pk=226500, uid=1.2.840.113619.2.423.84107009440.1763541259.550, class=1.2.840.10008.5.1.4.1.1.7, no=7424]
2025-11-19 16:34:09,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493): Create Instance[pk=226501, uid=1.2.840.113619.2.423.84107009440.1763541259.550, class=1.2.840.10008.5.1.4.1.1.7, no=7424]
2025-11-19 16:34:09,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493): Create Location[pk=226501, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/2101590A, tsuid=1.2.840.10008.1.2.1, size=2074876, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:09,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493): Updated DB in 7 ms
2025-11-19 16:34:09,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493) << 73:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541259.550 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:34:10,158 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493) >> A-RELEASE-RQ
2025-11-19 16:34:10,158 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6541) DCM4CHEE<-F6LOGIQ(493) << A-RELEASE-RP
2025-11-19 16:34:10,208 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-17) DCM4CHEE<-F6LOGIQ(493): close Socket[addr=187.36.104.204/187.36.104.204,port=49475,localport=11112]
2025-11-19 16:34:11,720 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:11,723 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Patient[pk=8854, id=PatientID[pk=8854, id=68465, issuer=DCM4CHEE.1382C780.0859BB33], name=DAYSE DE ARAUJO DA SILVA SILVESTRE]
2025-11-19 16:34:11,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Study[pk=8863, uid=68465, id=68465]
2025-11-19 16:34:11,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Series[pk=8968, uid=1.2.410.200001.101.11.501.1791052210.2.20251119160518358, no=1, mod=US]
2025-11-19 16:34:11,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226502, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160518842, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:34:11,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226502, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/384D6784, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:11,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 29 ms
2025-11-19 16:34:11,750 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) No duplicate record with equal Patient ID found Patient[pk=8854, id=PatientID[pk=8854, id=68465, issuer=DCM4CHEE.1382C780.0859BB33], name=DAYSE DE ARAUJO DA SILVA SILVESTRE]
2025-11-19 16:34:11,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160518842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:11,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160541806 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 16:34:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 16:34:13,413 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:13,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226503, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160541806, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:34:13,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226503, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/38747EF6, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:13,419 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 5 ms
2025-11-19 16:34:13,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160541806 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:13,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160750481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:15,379 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:15,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226504, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160750481, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:34:15,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226504, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/3BEBC545, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:15,403 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 24 ms
2025-11-19 16:34:15,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160750481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:15,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160902810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:17,127 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:17,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226505, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160902810, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:34:17,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226505, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/3F0FF7E6, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:17,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 21 ms
2025-11-19 16:34:17,149 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160902810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:17,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161004164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:19,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:19,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226506, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161004164, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:34:19,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226506, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/649B64A6, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:19,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 23 ms
2025-11-19 16:34:19,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161004164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:19,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161114739 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:20,806 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:20,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226507, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161114739, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:34:20,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226507, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/665E6AF4, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:20,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 17 ms
2025-11-19 16:34:20,824 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161114739 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:21,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161239232 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:22,767 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:22,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226508, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161239232, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:34:22,770 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226508, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/6831A5A4, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:22,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 13 ms
2025-11-19 16:34:22,780 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161239232 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:23,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161327270 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:24,351 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:24,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226509, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161327270, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:34:24,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226509, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/69D77E7E, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:24,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 20 ms
2025-11-19 16:34:24,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161327270 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:24,617 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161426116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:26,088 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:26,090 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226510, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161426116, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:34:26,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226510, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/6B8BDE49, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:26,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 4 ms
2025-11-19 16:34:26,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161426116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:26,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161520098 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:27,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:27,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226511, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161520098, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:34:27,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226511, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/6D3DF9E7, tsuid=1.2.840.10008.1.2, size=3416820, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:27,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 13 ms
2025-11-19 16:34:27,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161520098 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:27,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161526361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:29,335 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:29,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226512, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161526361, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:34:29,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226512, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/6D40BF00, tsuid=1.2.840.10008.1.2, size=3416820, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:29,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 18 ms
2025-11-19 16:34:29,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161526361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:29,598 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161840835 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:31,047 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:31,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226513, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161840835, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:34:31,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226513, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/7278D011, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:31,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 4 ms
2025-11-19 16:34:31,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161840835 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:31,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161933745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:32,698 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:32,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226514, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161933745, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:34:32,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226514, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/7420EAAA, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:32,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 13 ms
2025-11-19 16:34:32,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161933745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:32,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161947553 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:34,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:34,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226515, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161947553, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:34:34,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226515, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/7430CC42, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:34,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 16 ms
2025-11-19 16:34:34,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161947553 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:34,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162025389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:35,879 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:35,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226516, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162025389, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:34:35,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226516, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/999E4B0D, tsuid=1.2.840.10008.1.2, size=3416820, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:35,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 14 ms
2025-11-19 16:34:35,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162025389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:36,139 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162107842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:37,994 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:37,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226517, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162107842, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:34:37,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226517, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/9B37EFAA, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:38,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 13 ms
2025-11-19 16:34:38,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162107842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:38,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162200541 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:39,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:39,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226518, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162200541, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:34:39,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226518, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/9CE98E6C, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:39,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 19 ms
2025-11-19 16:34:39,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162200541 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:39,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162215108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:42,016 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:42,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226519, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162215108, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:34:42,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226519, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/9CF9DC4F, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:42,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 15 ms
2025-11-19 16:34:42,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162215108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:42,178 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 16:34:42,179 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 16:34:42,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162409100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:43,881 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:43,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226520, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162409100, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 16:34:43,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226520, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/A0574780, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:43,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 15 ms
2025-11-19 16:34:43,896 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162409100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:44,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162443651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:45,460 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:45,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226521, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162443651, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 16:34:45,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226521, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/A08CFEAB, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:45,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 22 ms
2025-11-19 16:34:45,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162443651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:45,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162523818 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:46,062 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-11-19 16:34:46,211 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) Calculated size of 3 studies
2025-11-19 16:34:46,211 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-11-19 16:34:47,206 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 16:34:47,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:34:47,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:34:47,208 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:34:47,208 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:34:47,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:34:47,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:34:47,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 16:34:47,414 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:47,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226522, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162523818, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 16:34:47,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226522, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/A225AF55, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:47,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 11 ms
2025-11-19 16:34:47,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162523818 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:47,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162550101 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:49,120 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:49,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226523, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162550101, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 16:34:49,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226523, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/A24E7E4E, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:49,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 16 ms
2025-11-19 16:34:49,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162550101 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:49,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162818060 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:50,736 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:50,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226524, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162818060, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 16:34:50,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226524, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/A7384A17, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:50,757 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6403) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:50,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 21 ms
2025-11-19 16:34:50,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162818060 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:50,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494): Found previous received Instance[pk=226022, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:34:50,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494): Replace previous received Instance[pk=226022, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:34:50,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494): Create Instance[pk=226525, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:34:50,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494): Create Location[pk=226525, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/AF8AB927, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:50,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494): Updated DB in 10 ms
2025-11-19 16:34:50,767 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:51,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162951779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:51,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:52,835 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:52,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226526, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162951779, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 16:34:52,837 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226526, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/A9226C90, tsuid=1.2.840.10008.1.2, size=3417116, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:52,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 11 ms
2025-11-19 16:34:52,846 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162951779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:53,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163021746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:54,501 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:54,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226527, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163021746, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 16:34:54,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226527, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/CE82C357, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:54,505 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 4 ms
2025-11-19 16:34:54,505 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163021746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:54,755 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163035438 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:56,348 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:56,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226528, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163035438, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 16:34:56,350 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226528, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/CE92A0F4, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:56,362 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 14 ms
2025-11-19 16:34:56,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163035438 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:56,609 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163147693 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:57,924 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 16:34:57,925 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 16:34:58,434 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:58,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226529, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163147693, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 16:34:58,437 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226529, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/D0568209, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:58,448 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 14 ms
2025-11-19 16:34:58,448 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163147693 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:58,693 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163252278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:34:59,982 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:34:59,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226530, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163252278, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 16:34:59,984 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226530, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/D2171D11, tsuid=1.2.840.10008.1.2, size=3417116, status=OK, objectType=DICOM_FILE]
2025-11-19 16:34:59,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 15 ms
2025-11-19 16:34:59,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163252278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:35:00,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163319789 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:35:01,599 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:35:01,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226531, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163319789, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 16:35:01,602 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226531, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/D396D92A, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:35:01,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 12 ms
2025-11-19 16:35:01,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163319789 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:35:01,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163335285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:35:03,325 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6543) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:35:03,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Instance[pk=226532, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163335285, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 16:35:03,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Create Location[pk=226532, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/D3B123E7, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:35:03,339 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495): Updated DB in 14 ms
2025-11-19 16:35:03,340 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163335285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:35:03,457 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49480,localport=11112]
2025-11-19 16:35:03,457 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496) >> A-ASSOCIATE-RQ
2025-11-19 16:35:03,457 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496) << A-ASSOCIATE-AC
2025-11-19 16:35:03,583 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) >> A-RELEASE-RQ
2025-11-19 16:35:03,583 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6543) DCM4CHEE<-HS50US07(495) << A-RELEASE-RP
2025-11-19 16:35:03,633 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(495): close Socket[addr=187.36.104.204/187.36.104.204,port=52156,localport=11112]
2025-11-19 16:35:03,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496) >> 74:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541324.554 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:35:07,082 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6546) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:35:07,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496): Create Instance[pk=226533, uid=1.2.840.113619.2.423.84107009440.1763541324.554, class=1.2.840.10008.5.1.4.1.1.7, no=7680]
2025-11-19 16:35:07,086 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496): Create Location[pk=226533, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/DAC850CC, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:35:07,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496): Updated DB in 10 ms
2025-11-19 16:35:07,094 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496) << 74:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541324.554 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:35:07,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496) >> 75:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541324.554 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:35:09,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6546) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:35:09,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496): Found previous received Instance[pk=226533, uid=1.2.840.113619.2.423.84107009440.1763541324.554, class=1.2.840.10008.5.1.4.1.1.7, no=7680]
2025-11-19 16:35:09,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496): Replace previous received Instance[pk=226533, uid=1.2.840.113619.2.423.84107009440.1763541324.554, class=1.2.840.10008.5.1.4.1.1.7, no=7680]
2025-11-19 16:35:09,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496): Create Instance[pk=226534, uid=1.2.840.113619.2.423.84107009440.1763541324.554, class=1.2.840.10008.5.1.4.1.1.7, no=7680]
2025-11-19 16:35:09,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496): Create Location[pk=226534, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/10B2A980, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:35:09,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496): Updated DB in 12 ms
2025-11-19 16:35:09,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496) << 75:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541324.554 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:35:09,924 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496) >> A-RELEASE-RQ
2025-11-19 16:35:09,924 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6546) DCM4CHEE<-F6LOGIQ(496) << A-RELEASE-RP
2025-11-19 16:35:09,975 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-F6LOGIQ(496): close Socket[addr=187.36.104.204/187.36.104.204,port=49480,localport=11112]
2025-11-19 16:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 16:35:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 16:35:42,180 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 16:35:42,181 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 16:35:46,775 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494): Failed to store received object:
: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readAvailable(StreamUtils.java:57)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readFully(StreamUtils.java:68)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readFully(PDUDecoder.java:225)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readPDU(PDUDecoder.java:220)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:176)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:35:47,229 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 16:35:47,230 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 16:35:47,231 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 16:35:47,231 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 16:35:47,232 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:35:47,232 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:35:47,232 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 16:35:47,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:35:47,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:35:47,235 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 16:35:47,269 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:35:47,269 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:35:47,270 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 16:35:47,270 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 16:35:47,299 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: java.net.SocketException: Connection reset
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:261)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readAvailable(StreamUtils.java:57)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readFully(StreamUtils.java:68)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readFully(PDUDecoder.java:225)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readPDU(PDUDecoder.java:220)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:176)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	... 32 more

2025-11-19 16:35:47,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494) << 2:C-STORE-RSP[pcid=1, status=110H, errorComment=java.net.SocketException: Connection reset
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:35:47,299 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494): i/o exception: java.net.SocketException: Broken pipe in State: Sta6 - Association established and ready for data transfer
2025-11-19 16:35:47,299 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494): close Socket[addr=187.36.104.204/187.36.104.204,port=49592,localport=11112]
2025-11-19 16:35:47,300 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6403) DCM4CHEE<-HS60MT(494) << C_STORE_RSP failed: Broken pipe
2025-11-19 16:35:57,033 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49484,localport=11112]
2025-11-19 16:35:57,039 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> A-ASSOCIATE-RQ
2025-11-19 16:35:57,039 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << A-ASSOCIATE-AC
2025-11-19 16:35:57,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 76:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539502.431 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:35:57,926 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 16:35:57,927 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 16:36:00,928 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:00,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226112, uid=1.2.840.113619.2.423.84107009440.1763539502.431, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 16:36:00,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226112, uid=1.2.840.113619.2.423.84107009440.1763539502.431, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 16:36:00,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226535, uid=1.2.840.113619.2.423.84107009440.1763539502.431, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 16:36:00,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226535, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/EBD3DB03, tsuid=1.2.840.10008.1.2.1, size=692504, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:00,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 23 ms
2025-11-19 16:36:00,952 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 76:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539502.431 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:01,316 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 77:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539565.435 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:03,129 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:03,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226129, uid=1.2.840.113619.2.423.84107009440.1763539565.435, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:36:03,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226129, uid=1.2.840.113619.2.423.84107009440.1763539565.435, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:36:03,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226536, uid=1.2.840.113619.2.423.84107009440.1763539565.435, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:36:03,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226536, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/F63B3544, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:03,136 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 7 ms
2025-11-19 16:36:03,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 77:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539565.435 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:05,810 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 78:C-STORE-RQ[pcid=5, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541372.560.528 - ?
  tsuid=1.2.840.10008.1.2.4.70 - JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])]
2025-11-19 16:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 16:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 16:36:16,267 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49593,localport=11112]
2025-11-19 16:36:16,282 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) >> A-ASSOCIATE-RQ
2025-11-19 16:36:16,282 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) << A-ASSOCIATE-AC
2025-11-19 16:36:16,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104104405 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:36:29,207 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:29,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226537, uid=1.2.840.113619.2.423.84107009440.1763541372.560.528, class=1.2.840.10008.5.1.4.1.1.3.1, no=512]
2025-11-19 16:36:29,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226537, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/47D3934D, tsuid=1.2.840.10008.1.2.4.70, size=12836358, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:29,227 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 20 ms
2025-11-19 16:36:29,228 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 78:C-STORE-RSP[pcid=5, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.3.1 - Ultrasound Multi-frame Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541372.560.528 - ?
  tsuid=1.2.840.10008.1.2.4.70 - JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])]
2025-11-19 16:36:29,556 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 79:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539624.445 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:31,493 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:31,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226157, uid=1.2.840.113619.2.423.84107009440.1763539624.445, class=1.2.840.10008.5.1.4.1.1.7, no=768]
2025-11-19 16:36:31,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226157, uid=1.2.840.113619.2.423.84107009440.1763539624.445, class=1.2.840.10008.5.1.4.1.1.7, no=768]
2025-11-19 16:36:31,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226538, uid=1.2.840.113619.2.423.84107009440.1763539624.445, class=1.2.840.10008.5.1.4.1.1.7, no=768]
2025-11-19 16:36:31,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226538, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/243FF6A7, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:31,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 22 ms
2025-11-19 16:36:31,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 79:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539624.445 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:31,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 80:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539659.447 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:33,705 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:33,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226160, uid=1.2.840.113619.2.423.84107009440.1763539659.447, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 16:36:33,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226160, uid=1.2.840.113619.2.423.84107009440.1763539659.447, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 16:36:33,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226539, uid=1.2.840.113619.2.423.84107009440.1763539659.447, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 16:36:33,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226539, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/29A4F60B, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:33,733 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 28 ms
2025-11-19 16:36:33,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 80:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539659.447 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:34,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 81:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539710.450 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:36,219 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:36,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226164, uid=1.2.840.113619.2.423.84107009440.1763539710.450, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 16:36:36,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226164, uid=1.2.840.113619.2.423.84107009440.1763539710.450, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 16:36:36,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226540, uid=1.2.840.113619.2.423.84107009440.1763539710.450, class=1.2.840.10008.5.1.4.1.1.7, no=1280]
2025-11-19 16:36:36,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226540, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/5738FB5F, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:36,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 24 ms
2025-11-19 16:36:36,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 81:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539710.450 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:36,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 82:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539752.452 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:38,414 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:38,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226169, uid=1.2.840.113619.2.423.84107009440.1763539752.452, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 16:36:38,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226169, uid=1.2.840.113619.2.423.84107009440.1763539752.452, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 16:36:38,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226541, uid=1.2.840.113619.2.423.84107009440.1763539752.452, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 16:36:38,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226541, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/5E288CDF, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:38,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 16 ms
2025-11-19 16:36:38,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 82:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539752.452 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:38,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 83:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539782.462 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:40,655 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:40,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226173, uid=1.2.840.113619.2.423.84107009440.1763539782.462, class=1.2.840.10008.5.1.4.1.1.7, no=1792]
2025-11-19 16:36:40,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226173, uid=1.2.840.113619.2.423.84107009440.1763539782.462, class=1.2.840.10008.5.1.4.1.1.7, no=1792]
2025-11-19 16:36:40,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226542, uid=1.2.840.113619.2.423.84107009440.1763539782.462, class=1.2.840.10008.5.1.4.1.1.7, no=1792]
2025-11-19 16:36:40,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226542, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/634716DB, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:40,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 13 ms
2025-11-19 16:36:40,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 83:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539782.462 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:41,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 84:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539878.466 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:42,181 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 16:36:42,182 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 16:36:42,903 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:42,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226199, uid=1.2.840.113619.2.423.84107009440.1763539878.466, class=1.2.840.10008.5.1.4.1.1.7, no=2048]
2025-11-19 16:36:42,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226199, uid=1.2.840.113619.2.423.84107009440.1763539878.466, class=1.2.840.10008.5.1.4.1.1.7, no=2048]
2025-11-19 16:36:42,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226543, uid=1.2.840.113619.2.423.84107009440.1763539878.466, class=1.2.840.10008.5.1.4.1.1.7, no=2048]
2025-11-19 16:36:42,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226543, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/96CD0687, tsuid=1.2.840.10008.1.2.1, size=692506, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:42,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 21 ms
2025-11-19 16:36:42,925 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 84:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539878.466 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:43,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 85:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539902.470 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:45,220 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:45,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226208, uid=1.2.840.113619.2.423.84107009440.1763539902.470, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 16:36:45,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226208, uid=1.2.840.113619.2.423.84107009440.1763539902.470, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 16:36:45,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226544, uid=1.2.840.113619.2.423.84107009440.1763539902.470, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 16:36:45,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226544, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/BF6CC882, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:45,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 22 ms
2025-11-19 16:36:45,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 85:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539902.470 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:45,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 86:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539948.474 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:47,270 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 16:36:47,271 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 16:36:47,272 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 16:36:47,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:36:47,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:36:47,273 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:36:47,274 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:36:47,293 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:36:47,294 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:36:47,294 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-32) Send audit message to /127.0.0.1:514
2025-11-19 16:36:47,294 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 16:36:47,792 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:47,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226222, uid=1.2.840.113619.2.423.84107009440.1763539948.474, class=1.2.840.10008.5.1.4.1.1.6.1, no=2560]
2025-11-19 16:36:47,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226222, uid=1.2.840.113619.2.423.84107009440.1763539948.474, class=1.2.840.10008.5.1.4.1.1.6.1, no=2560]
2025-11-19 16:36:47,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226545, uid=1.2.840.113619.2.423.84107009440.1763539948.474, class=1.2.840.10008.5.1.4.1.1.6.1, no=2560]
2025-11-19 16:36:47,797 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226545, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/C694B808, tsuid=1.2.840.10008.1.2.1, size=692642, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:47,806 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 13 ms
2025-11-19 16:36:47,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 86:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763539948.474 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:48,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 87:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540200.478 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-11-19 16:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6560) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-11-19 16:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6561) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6561) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6560) Start deleting 19 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:36:50,338 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:50,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226301, uid=1.2.840.113619.2.423.84107009440.1763540200.478, class=1.2.840.10008.5.1.4.1.1.6.1, no=2816]
2025-11-19 16:36:50,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226301, uid=1.2.840.113619.2.423.84107009440.1763540200.478, class=1.2.840.10008.5.1.4.1.1.6.1, no=2816]
2025-11-19 16:36:50,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226546, uid=1.2.840.113619.2.423.84107009440.1763540200.478, class=1.2.840.10008.5.1.4.1.1.6.1, no=2816]
2025-11-19 16:36:50,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226546, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/3A5ED5EB, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:50,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 25 ms
2025-11-19 16:36:50,363 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 87:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540200.478 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:50,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 88:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540258.482 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:52,774 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:52,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226310, uid=1.2.840.113619.2.423.84107009440.1763540258.482, class=1.2.840.10008.5.1.4.1.1.6.1, no=3072]
2025-11-19 16:36:52,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226310, uid=1.2.840.113619.2.423.84107009440.1763540258.482, class=1.2.840.10008.5.1.4.1.1.6.1, no=3072]
2025-11-19 16:36:52,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226547, uid=1.2.840.113619.2.423.84107009440.1763540258.482, class=1.2.840.10008.5.1.4.1.1.6.1, no=3072]
2025-11-19 16:36:52,779 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226547, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/4357CD27, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:52,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 7 ms
2025-11-19 16:36:52,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 88:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540258.482 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:53,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 89:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540291.486 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:53,534 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:36:53,540 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:36:55,147 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:55,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226319, uid=1.2.840.113619.2.423.84107009440.1763540291.486, class=1.2.840.10008.5.1.4.1.1.6.1, no=3328]
2025-11-19 16:36:55,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226319, uid=1.2.840.113619.2.423.84107009440.1763540291.486, class=1.2.840.10008.5.1.4.1.1.6.1, no=3328]
2025-11-19 16:36:55,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226548, uid=1.2.840.113619.2.423.84107009440.1763540291.486, class=1.2.840.10008.5.1.4.1.1.6.1, no=3328]
2025-11-19 16:36:55,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226548, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/49C88B20, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:55,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 7 ms
2025-11-19 16:36:55,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 89:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540291.486 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:55,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 90:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540384.490 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:57,648 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:36:57,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226344, uid=1.2.840.113619.2.423.84107009440.1763540384.490, class=1.2.840.10008.5.1.4.1.1.7, no=3584]
2025-11-19 16:36:57,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226344, uid=1.2.840.113619.2.423.84107009440.1763540384.490, class=1.2.840.10008.5.1.4.1.1.7, no=3584]
2025-11-19 16:36:57,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226549, uid=1.2.840.113619.2.423.84107009440.1763540384.490, class=1.2.840.10008.5.1.4.1.1.7, no=3584]
2025-11-19 16:36:57,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226549, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/7D24345E, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:36:57,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 19 ms
2025-11-19 16:36:57,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 90:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540384.490 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:36:57,928 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 16:36:57,929 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 16:36:58,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 91:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540592.494 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:00,938 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6560) Finished deleting 19 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:37:00,938 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6560) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:37:03,556 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:03,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226398, uid=1.2.840.113619.2.423.84107009440.1763540592.494, class=1.2.840.10008.5.1.4.1.1.6.1, no=3840]
2025-11-19 16:37:03,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226398, uid=1.2.840.113619.2.423.84107009440.1763540592.494, class=1.2.840.10008.5.1.4.1.1.6.1, no=3840]
2025-11-19 16:37:03,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226550, uid=1.2.840.113619.2.423.84107009440.1763540592.494, class=1.2.840.10008.5.1.4.1.1.6.1, no=3840]
2025-11-19 16:37:03,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226550, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/E8895481, tsuid=1.2.840.10008.1.2.1, size=2075024, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:03,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 28 ms
2025-11-19 16:37:03,584 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 91:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540592.494 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:04,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 92:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540814.498 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:05,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:05,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226455, uid=1.2.840.113619.2.423.84107009440.1763540814.498, class=1.2.840.10008.5.1.4.1.1.6.1, no=4096]
2025-11-19 16:37:05,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226455, uid=1.2.840.113619.2.423.84107009440.1763540814.498, class=1.2.840.10008.5.1.4.1.1.6.1, no=4096]
2025-11-19 16:37:05,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226551, uid=1.2.840.113619.2.423.84107009440.1763540814.498, class=1.2.840.10008.5.1.4.1.1.6.1, no=4096]
2025-11-19 16:37:05,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226551, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/79B17052, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:05,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 18 ms
2025-11-19 16:37:05,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 92:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540814.498 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:06,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 93:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540826.502 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:08,145 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:08,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226460, uid=1.2.840.113619.2.423.84107009440.1763540826.502, class=1.2.840.10008.5.1.4.1.1.6.1, no=4352]
2025-11-19 16:37:08,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226460, uid=1.2.840.113619.2.423.84107009440.1763540826.502, class=1.2.840.10008.5.1.4.1.1.6.1, no=4352]
2025-11-19 16:37:08,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226552, uid=1.2.840.113619.2.423.84107009440.1763540826.502, class=1.2.840.10008.5.1.4.1.1.6.1, no=4352]
2025-11-19 16:37:08,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226552, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/7B827A97, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:08,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 20 ms
2025-11-19 16:37:08,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 93:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540826.502 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:08,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 94:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540839.506 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:11,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:11,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226466, uid=1.2.840.113619.2.423.84107009440.1763540839.506, class=1.2.840.10008.5.1.4.1.1.6.1, no=4608]
2025-11-19 16:37:11,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226466, uid=1.2.840.113619.2.423.84107009440.1763540839.506, class=1.2.840.10008.5.1.4.1.1.6.1, no=4608]
2025-11-19 16:37:11,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226553, uid=1.2.840.113619.2.423.84107009440.1763540839.506, class=1.2.840.10008.5.1.4.1.1.6.1, no=4608]
2025-11-19 16:37:11,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226553, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/7D6199BD, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:11,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 22 ms
2025-11-19 16:37:11,055 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 94:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540839.506 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:11,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 95:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540853.510 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 16:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 16:37:13,106 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:13,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Found previous received Instance[pk=225830, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104104405, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:37:13,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Replace previous received Instance[pk=225830, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104104405, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:37:13,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Instance[pk=226554, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104104405, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:37:13,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Location[pk=226554, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/4CEC4C4F, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:13,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Updated DB in 22 ms
2025-11-19 16:37:13,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104104405 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:37:13,204 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:13,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226471, uid=1.2.840.113619.2.423.84107009440.1763540853.510, class=1.2.840.10008.5.1.4.1.1.6.1, no=4864]
2025-11-19 16:37:13,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226471, uid=1.2.840.113619.2.423.84107009440.1763540853.510, class=1.2.840.10008.5.1.4.1.1.6.1, no=4864]
2025-11-19 16:37:13,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226555, uid=1.2.840.113619.2.423.84107009440.1763540853.510, class=1.2.840.10008.5.1.4.1.1.6.1, no=4864]
2025-11-19 16:37:13,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226555, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/8076BE0E, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:13,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 7 ms
2025-11-19 16:37:13,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 95:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540853.510 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:13,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104119678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:37:13,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 96:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540865.514 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:15,682 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:15,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226476, uid=1.2.840.113619.2.423.84107009440.1763540865.514, class=1.2.840.10008.5.1.4.1.1.6.1, no=5120]
2025-11-19 16:37:15,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226476, uid=1.2.840.113619.2.423.84107009440.1763540865.514, class=1.2.840.10008.5.1.4.1.1.6.1, no=5120]
2025-11-19 16:37:15,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226556, uid=1.2.840.113619.2.423.84107009440.1763540865.514, class=1.2.840.10008.5.1.4.1.1.6.1, no=5120]
2025-11-19 16:37:15,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226556, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/8247C5B3, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:15,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 16 ms
2025-11-19 16:37:15,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 96:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540865.514 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:16,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 97:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540973.518 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:18,171 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:18,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226479, uid=1.2.840.113619.2.423.84107009440.1763540973.518, class=1.2.840.10008.5.1.4.1.1.6.1, no=5376]
2025-11-19 16:37:18,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226479, uid=1.2.840.113619.2.423.84107009440.1763540973.518, class=1.2.840.10008.5.1.4.1.1.6.1, no=5376]
2025-11-19 16:37:18,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226557, uid=1.2.840.113619.2.423.84107009440.1763540973.518, class=1.2.840.10008.5.1.4.1.1.6.1, no=5376]
2025-11-19 16:37:18,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226557, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/B8C6AA95, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:18,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 13 ms
2025-11-19 16:37:18,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 97:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540973.518 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:18,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 98:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540988.522 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:20,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:20,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226481, uid=1.2.840.113619.2.423.84107009440.1763540988.522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5632]
2025-11-19 16:37:20,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226481, uid=1.2.840.113619.2.423.84107009440.1763540988.522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5632]
2025-11-19 16:37:20,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226558, uid=1.2.840.113619.2.423.84107009440.1763540988.522, class=1.2.840.10008.5.1.4.1.1.6.1, no=5632]
2025-11-19 16:37:20,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226558, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/BAC1F8D2, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:20,979 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 18 ms
2025-11-19 16:37:20,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 98:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763540988.522 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:21,432 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 99:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541001.525 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:23,596 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:23,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226483, uid=1.2.840.113619.2.423.84107009440.1763541001.525, class=1.2.840.10008.5.1.4.1.1.6.1, no=5888]
2025-11-19 16:37:23,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226483, uid=1.2.840.113619.2.423.84107009440.1763541001.525, class=1.2.840.10008.5.1.4.1.1.6.1, no=5888]
2025-11-19 16:37:23,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226559, uid=1.2.840.113619.2.423.84107009440.1763541001.525, class=1.2.840.10008.5.1.4.1.1.6.1, no=5888]
2025-11-19 16:37:23,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226559, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/3881A6EC, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:23,623 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 27 ms
2025-11-19 16:37:23,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 99:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541001.525 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:24,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 100:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541011.529 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:25,895 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:25,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226485, uid=1.2.840.113619.2.423.84107009440.1763541011.529, class=1.2.840.10008.5.1.4.1.1.6.1, no=6144]
2025-11-19 16:37:25,897 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226485, uid=1.2.840.113619.2.423.84107009440.1763541011.529, class=1.2.840.10008.5.1.4.1.1.6.1, no=6144]
2025-11-19 16:37:25,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226560, uid=1.2.840.113619.2.423.84107009440.1763541011.529, class=1.2.840.10008.5.1.4.1.1.6.1, no=6144]
2025-11-19 16:37:25,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226560, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/3A367F8F, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:25,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 16 ms
2025-11-19 16:37:25,912 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 100:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541011.529 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:26,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 101:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541021.534 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:28,233 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:28,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226488, uid=1.2.840.113619.2.423.84107009440.1763541021.534, class=1.2.840.10008.5.1.4.1.1.6.1, no=6400]
2025-11-19 16:37:28,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226488, uid=1.2.840.113619.2.423.84107009440.1763541021.534, class=1.2.840.10008.5.1.4.1.1.6.1, no=6400]
2025-11-19 16:37:28,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226561, uid=1.2.840.113619.2.423.84107009440.1763541021.534, class=1.2.840.10008.5.1.4.1.1.6.1, no=6400]
2025-11-19 16:37:28,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226561, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/3BEB5848, tsuid=1.2.840.10008.1.2.1, size=692644, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:28,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 16 ms
2025-11-19 16:37:28,249 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 101:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541021.534 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:28,701 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 102:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541128.538 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:30,559 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:30,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226492, uid=1.2.840.113619.2.423.84107009440.1763541128.538, class=1.2.840.10008.5.1.4.1.1.7, no=6656]
2025-11-19 16:37:30,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226492, uid=1.2.840.113619.2.423.84107009440.1763541128.538, class=1.2.840.10008.5.1.4.1.1.7, no=6656]
2025-11-19 16:37:30,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226562, uid=1.2.840.113619.2.423.84107009440.1763541128.538, class=1.2.840.10008.5.1.4.1.1.7, no=6656]
2025-11-19 16:37:30,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226562, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/71343814, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:30,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 19 ms
2025-11-19 16:37:30,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 102:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541128.538 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:31,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 103:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541176.542 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:32,965 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:32,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226495, uid=1.2.840.113619.2.423.84107009440.1763541176.542, class=1.2.840.10008.5.1.4.1.1.7, no=6912]
2025-11-19 16:37:32,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226495, uid=1.2.840.113619.2.423.84107009440.1763541176.542, class=1.2.840.10008.5.1.4.1.1.7, no=6912]
2025-11-19 16:37:32,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226563, uid=1.2.840.113619.2.423.84107009440.1763541176.542, class=1.2.840.10008.5.1.4.1.1.7, no=6912]
2025-11-19 16:37:32,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226563, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/79A04446, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:33,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 35 ms
2025-11-19 16:37:33,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 103:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541176.542 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:33,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 104:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541209.546 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:35,393 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:35,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226497, uid=1.2.840.113619.2.423.84107009440.1763541209.546, class=1.2.840.10008.5.1.4.1.1.7, no=7168]
2025-11-19 16:37:35,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226497, uid=1.2.840.113619.2.423.84107009440.1763541209.546, class=1.2.840.10008.5.1.4.1.1.7, no=7168]
2025-11-19 16:37:35,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226564, uid=1.2.840.113619.2.423.84107009440.1763541209.546, class=1.2.840.10008.5.1.4.1.1.7, no=7168]
2025-11-19 16:37:35,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226564, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/A2BED9B5, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:35,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 13 ms
2025-11-19 16:37:35,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 104:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541209.546 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:35,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 105:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541259.550 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:40,112 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:40,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226501, uid=1.2.840.113619.2.423.84107009440.1763541259.550, class=1.2.840.10008.5.1.4.1.1.7, no=7424]
2025-11-19 16:37:40,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226501, uid=1.2.840.113619.2.423.84107009440.1763541259.550, class=1.2.840.10008.5.1.4.1.1.7, no=7424]
2025-11-19 16:37:40,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226565, uid=1.2.840.113619.2.423.84107009440.1763541259.550, class=1.2.840.10008.5.1.4.1.1.7, no=7424]
2025-11-19 16:37:40,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226565, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/AB4714E9, tsuid=1.2.840.10008.1.2.1, size=2074876, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:40,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 10 ms
2025-11-19 16:37:40,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 105:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541259.550 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:40,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> 106:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541324.554 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:42,182 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 16:37:42,183 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 16:37:42,406 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6552) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:37:42,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Found previous received Instance[pk=226534, uid=1.2.840.113619.2.423.84107009440.1763541324.554, class=1.2.840.10008.5.1.4.1.1.7, no=7680]
2025-11-19 16:37:42,408 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Replace previous received Instance[pk=226534, uid=1.2.840.113619.2.423.84107009440.1763541324.554, class=1.2.840.10008.5.1.4.1.1.7, no=7680]
2025-11-19 16:37:42,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Instance[pk=226566, uid=1.2.840.113619.2.423.84107009440.1763541324.554, class=1.2.840.10008.5.1.4.1.1.7, no=7680]
2025-11-19 16:37:42,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Create Location[pk=226566, systemID=amazon-s3, path=2025/11/19/031333D3/596ABA49/DAC850CC, tsuid=1.2.840.10008.1.2.1, size=692508, status=OK, objectType=DICOM_FILE]
2025-11-19 16:37:42,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497): Updated DB in 19 ms
2025-11-19 16:37:42,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << 106:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763541324.554 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:37:42,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) >> A-RELEASE-RQ
2025-11-19 16:37:42,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6552) DCM4CHEE<-F6LOGIQ(497) << A-RELEASE-RP
2025-11-19 16:37:42,881 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-F6LOGIQ(497): close Socket[addr=187.36.104.204/187.36.104.204,port=49484,localport=11112]
2025-11-19 16:37:47,294 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 16:37:47,296 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 16:37:47,296 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:37:47,296 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:37:47,297 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 16:37:47,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:37:47,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:37:47,320 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:37:47,320 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:37:47,320 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 16:37:57,929 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 16:37:57,931 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 16:38:02,812 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:38:02,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Found previous received Instance[pk=225850, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104119678, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:38:02,815 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Replace previous received Instance[pk=225850, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104119678, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:38:02,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Instance[pk=226567, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104119678, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:38:02,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Location[pk=226567, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/0A5E931D, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 16:38:02,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Updated DB in 30 ms
2025-11-19 16:38:02,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104119678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:03,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104129386 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:06,815 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65983&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251104142046356&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251104142046659&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:38:08,610 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65983&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251104142046356&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251104142225377&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:38:09,786 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65983&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251104142046356&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251104142231662&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:38:10,961 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65983&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251104142046356&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251104142324628&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 16:38:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 16:38:12,104 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=65983&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251104142046356&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251104142334218&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:38:42,183 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 16:38:42,184 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 16:38:42,431 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52158,localport=11112]
2025-11-19 16:38:42,431 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> A-ASSOCIATE-RQ
2025-11-19 16:38:42,431 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << A-ASSOCIATE-AC
2025-11-19 16:38:42,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160518842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:47,035 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:38:47,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226502, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160518842, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:38:47,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226502, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160518842, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:38:47,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226568, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160518842, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:38:47,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226568, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/8E4A3A1F, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:38:47,066 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 31 ms
2025-11-19 16:38:47,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160518842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:47,313 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160541806 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:47,321 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 16:38:47,322 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 16:38:47,322 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:38:47,322 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:38:47,323 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:38:47,323 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:38:47,343 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:38:47,343 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:38:47,344 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 16:38:47,344 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 16:38:47,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:38:47,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Found previous received Instance[pk=225866, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104129386, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:38:47,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Replace previous received Instance[pk=225866, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104129386, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:38:47,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Instance[pk=226569, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104129386, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:38:47,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Location[pk=226569, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/907CCDDA, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 16:38:47,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Updated DB in 22 ms
2025-11-19 16:38:47,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104129386 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:48,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104149520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:49,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:38:49,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226503, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160541806, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:38:49,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226503, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160541806, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:38:49,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226570, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160541806, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:38:49,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226570, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/F5DE4405, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:38:49,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 12 ms
2025-11-19 16:38:49,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160541806 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:49,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160750481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:51,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:38:51,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226504, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160750481, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:38:51,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226504, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160750481, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:38:51,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226571, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160750481, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:38:51,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226571, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/E0C45972, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:38:51,150 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 29 ms
2025-11-19 16:38:51,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160750481 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:51,397 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160902810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:52,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:38:52,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226505, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160902810, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:38:52,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226505, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160902810, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:38:52,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226572, uid=1.2.410.200001.101.11.501.1791052210.3.20251119160902810, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:38:52,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226572, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/F6DD1759, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:38:53,010 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 20 ms
2025-11-19 16:38:53,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119160902810 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:53,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161004164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:54,858 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:38:54,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226506, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161004164, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:38:54,860 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226506, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161004164, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:38:54,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226573, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161004164, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:38:54,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226573, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/3132ADCE, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:38:54,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 20 ms
2025-11-19 16:38:54,878 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161004164 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:55,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161114739 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:56,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:38:56,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226507, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161114739, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:38:56,691 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226507, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161114739, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:38:56,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226574, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161114739, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:38:56,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226574, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/5FC9E4CC, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:38:56,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 27 ms
2025-11-19 16:38:56,715 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161114739 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:56,957 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161239232 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:57,931 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 16:38:57,933 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 16:38:58,382 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:38:58,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226508, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161239232, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:38:58,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226508, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161239232, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:38:58,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226575, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161239232, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:38:58,387 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226575, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/58B91048, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:38:58,406 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 24 ms
2025-11-19 16:38:58,407 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161239232 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:38:58,651 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161327270 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:00,568 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:00,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226509, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161327270, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:39:00,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226509, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161327270, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:39:00,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226576, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161327270, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:39:00,573 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226576, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/6AC7D278, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:00,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 24 ms
2025-11-19 16:39:00,592 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161327270 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:00,835 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161426116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:02,319 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:02,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226510, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161426116, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:39:02,321 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226510, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161426116, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:39:02,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226577, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161426116, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:39:02,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226577, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/71DA0A33, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:02,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 10 ms
2025-11-19 16:39:02,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161426116 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:02,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161520098 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:04,098 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:04,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226511, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161520098, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:39:04,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226511, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161520098, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:39:04,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226578, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161520098, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:39:04,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226578, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/843B6BBE, tsuid=1.2.840.10008.1.2, size=3416820, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:04,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 14 ms
2025-11-19 16:39:04,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161520098 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:04,355 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161526361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:06,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:06,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226512, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161526361, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:39:06,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226512, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161526361, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:39:06,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226579, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161526361, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:39:06,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226579, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/4B85C291, tsuid=1.2.840.10008.1.2, size=3416820, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:06,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 14 ms
2025-11-19 16:39:06,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161526361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:06,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161840835 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:08,106 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:08,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226513, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161840835, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:39:08,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226513, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161840835, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:39:08,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226580, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161840835, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:39:08,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226580, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/693E3983, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:08,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 12 ms
2025-11-19 16:39:08,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161840835 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:08,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161933745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:09,741 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:09,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226514, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161933745, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:39:09,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226514, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161933745, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:39:09,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226581, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161933745, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:39:09,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226581, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/DEBBB28A, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:09,767 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 26 ms
2025-11-19 16:39:09,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161933745 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:10,009 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161947553 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:11,927 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:11,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226515, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161947553, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:39:11,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226515, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161947553, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:39:11,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226582, uid=1.2.410.200001.101.11.501.1791052210.3.20251119161947553, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:39:11,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226582, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/F8679008, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:11,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 12 ms
2025-11-19 16:39:11,939 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119161947553 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 16:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 16:39:12,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162025389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:13,573 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:13,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226516, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162025389, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:39:13,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226516, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162025389, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:39:13,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226583, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162025389, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:39:13,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226583, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/C2A95375, tsuid=1.2.840.10008.1.2, size=3416820, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:13,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 15 ms
2025-11-19 16:39:13,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162025389 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:13,837 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162107842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:15,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:15,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226517, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162107842, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:39:15,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226517, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162107842, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:39:15,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226584, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162107842, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:39:15,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226584, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/16A25DD5, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:15,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 18 ms
2025-11-19 16:39:15,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162107842 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:15,733 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162200541 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:17,919 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:17,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226518, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162200541, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:39:17,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226518, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162200541, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:39:17,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226585, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162200541, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:39:17,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226585, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/7A825D72, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:17,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 17 ms
2025-11-19 16:39:17,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162200541 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:18,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162215108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:19,781 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:19,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226519, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162215108, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:39:19,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226519, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162215108, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:39:19,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226586, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162215108, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:39:19,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226586, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/EBC43101, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:19,803 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 22 ms
2025-11-19 16:39:19,803 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162215108 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:20,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162409100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:22,032 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:22,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226520, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162409100, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 16:39:22,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226520, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162409100, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 16:39:22,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226587, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162409100, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 16:39:22,037 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226587, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/97CCC244, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:22,047 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 15 ms
2025-11-19 16:39:22,047 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162409100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:22,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162443651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:23,803 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:23,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226521, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162443651, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 16:39:23,805 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226521, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162443651, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 16:39:23,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226588, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162443651, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 16:39:23,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226588, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/628B1F1F, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:23,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 23 ms
2025-11-19 16:39:23,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162443651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:24,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162523818 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:25,680 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:25,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226522, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162523818, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 16:39:25,682 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226522, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162523818, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 16:39:25,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226589, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162523818, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 16:39:25,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226589, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/C8CA618A, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:25,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 17 ms
2025-11-19 16:39:25,697 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162523818 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:25,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162550101 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:27,683 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:27,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226523, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162550101, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 16:39:27,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226523, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162550101, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 16:39:27,687 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226590, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162550101, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 16:39:27,688 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226590, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/1602D263, tsuid=1.2.840.10008.1.2, size=3416672, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:27,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 13 ms
2025-11-19 16:39:27,696 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162550101 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:27,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162818060 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:29,566 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:29,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226524, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162818060, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 16:39:29,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226524, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162818060, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 16:39:29,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226591, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162818060, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 16:39:29,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226591, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/F23EB89E, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:29,580 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 14 ms
2025-11-19 16:39:29,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162818060 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:29,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162951779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:30,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:30,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Found previous received Instance[pk=225878, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104149520, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:39:30,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Replace previous received Instance[pk=225878, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104149520, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:39:30,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Instance[pk=226592, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104149520, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:39:30,127 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Location[pk=226592, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/8633E1B3, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:30,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Updated DB in 16 ms
2025-11-19 16:39:30,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104149520 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:30,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104156808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:31,267 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:31,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226526, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162951779, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 16:39:31,269 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226526, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162951779, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 16:39:31,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226593, uid=1.2.410.200001.101.11.501.1791052210.3.20251119162951779, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 16:39:31,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226593, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/DE752646, tsuid=1.2.840.10008.1.2, size=3417116, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:31,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 12 ms
2025-11-19 16:39:31,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119162951779 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:31,523 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163021746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:33,299 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:33,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226527, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163021746, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 16:39:33,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226527, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163021746, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 16:39:33,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226594, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163021746, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 16:39:33,303 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226594, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/E4C8843B, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:33,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 27 ms
2025-11-19 16:39:33,327 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163021746 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:33,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163035438 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:34,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:34,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226528, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163035438, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 16:39:34,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226528, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163035438, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 16:39:35,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226595, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163035438, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 16:39:35,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226595, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/7205BBE1, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:35,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 16 ms
2025-11-19 16:39:35,011 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163035438 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:35,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163147693 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:36,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:36,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226529, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163147693, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 16:39:36,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226529, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163147693, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 16:39:36,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226596, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163147693, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 16:39:36,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226596, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/521670E9, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:36,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 21 ms
2025-11-19 16:39:36,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163147693 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:37,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163252278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:39,197 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:39,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226530, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163252278, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 16:39:39,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226530, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163252278, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 16:39:39,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226597, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163252278, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 16:39:39,202 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226597, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/57DC7275, tsuid=1.2.840.10008.1.2, size=3417116, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:39,213 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 16 ms
2025-11-19 16:39:39,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163252278 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:39,459 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163319789 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:40,893 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:40,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226531, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163319789, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 16:39:40,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226531, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163319789, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 16:39:40,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226598, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163319789, class=1.2.840.10008.5.1.4.1.1.6.1, no=29]
2025-11-19 16:39:40,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226598, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/2E166D86, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:40,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 13 ms
2025-11-19 16:39:40,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 29:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163319789 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:41,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163335285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:42,185 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 16:39:42,186 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 16:39:42,877 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6569) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:39:42,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Found previous received Instance[pk=226532, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163335285, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 16:39:42,879 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Replace previous received Instance[pk=226532, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163335285, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 16:39:42,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Instance[pk=226599, uid=1.2.410.200001.101.11.501.1791052210.3.20251119163335285, class=1.2.840.10008.5.1.4.1.1.6.1, no=30]
2025-11-19 16:39:42,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Create Location[pk=226599, systemID=amazon-s3, path=2025/11/19/031333F1/6AA2F323/9DC50A82, tsuid=1.2.840.10008.1.2, size=3416766, status=OK, objectType=DICOM_FILE]
2025-11-19 16:39:42,904 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499): Updated DB in 27 ms
2025-11-19 16:39:42,904 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << 30:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119163335285 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:39:43,145 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) >> A-RELEASE-RQ
2025-11-19 16:39:43,145 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6569) DCM4CHEE<-HS50US07(499) << A-RELEASE-RP
2025-11-19 16:39:43,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-25) DCM4CHEE<-HS50US07(499): close Socket[addr=187.36.104.204/187.36.104.204,port=52158,localport=11112]
2025-11-19 16:39:46,211 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-11-19 16:39:46,313 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) Calculated size of 2 studies
2025-11-19 16:39:46,313 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-11-19 16:39:47,344 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 16:39:47,344 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:39:47,344 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:39:47,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:39:47,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:39:47,347 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:39:47,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:39:47,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:39:47,367 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 16:39:57,933 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 16:39:57,935 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 16:40:10,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:10,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Found previous received Instance[pk=225890, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104156808, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:40:10,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Replace previous received Instance[pk=225890, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104156808, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:40:10,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Instance[pk=226600, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104156808, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:40:10,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Location[pk=226600, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/B3D803C5, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:10,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Updated DB in 24 ms
2025-11-19 16:40:10,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104156808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:40:10,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104208453 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 16:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 16:40:30,239 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49500,localport=11112]
2025-11-19 16:40:30,240 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> A-ASSOCIATE-RQ
2025-11-19 16:40:30,240 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << A-ASSOCIATE-AC
2025-11-19 16:40:30,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 107:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172448.370 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:33,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:33,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219027, uid=1.2.840.113619.2.423.84107009440.1763172448.370, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 16:40:33,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219027, uid=1.2.840.113619.2.423.84107009440.1763172448.370, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 16:40:33,738 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226601, uid=1.2.840.113619.2.423.84107009440.1763172448.370, class=1.2.840.10008.5.1.4.1.1.7, no=0]
2025-11-19 16:40:33,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226601, systemID=amazon-s3, path=2025/11/19/63618097/63618098/66D9496D, tsuid=1.2.840.10008.1.2.1, size=692420, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:33,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 28 ms
2025-11-19 16:40:33,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 107:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172448.370 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:34,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 108:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172459.374 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:35,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:35,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219028, uid=1.2.840.113619.2.423.84107009440.1763172459.374, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:40:35,671 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219028, uid=1.2.840.113619.2.423.84107009440.1763172459.374, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:40:35,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226602, uid=1.2.840.113619.2.423.84107009440.1763172459.374, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:40:35,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226602, systemID=amazon-s3, path=2025/11/19/63618097/63618098/689C3991, tsuid=1.2.840.10008.1.2.1, size=692558, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:35,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 24 ms
2025-11-19 16:40:35,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 108:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172459.374 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:35,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 109:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172467.378 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:37,612 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:37,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219029, uid=1.2.840.113619.2.423.84107009440.1763172467.378, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 16:40:37,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219029, uid=1.2.840.113619.2.423.84107009440.1763172467.378, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 16:40:37,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226603, uid=1.2.840.113619.2.423.84107009440.1763172467.378, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 16:40:37,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226603, systemID=amazon-s3, path=2025/11/19/63618097/63618098/6A34E332, tsuid=1.2.840.10008.1.2.1, size=692558, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:37,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 12 ms
2025-11-19 16:40:37,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 109:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172467.378 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:37,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 110:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172486.382 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:39,698 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:39,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219030, uid=1.2.840.113619.2.423.84107009440.1763172486.382, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 16:40:39,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219030, uid=1.2.840.113619.2.423.84107009440.1763172486.382, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 16:40:39,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226604, uid=1.2.840.113619.2.423.84107009440.1763172486.382, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 16:40:39,703 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226604, systemID=amazon-s3, path=2025/11/19/63618097/63618098/6D907D08, tsuid=1.2.840.10008.1.2.1, size=692558, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:39,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 13 ms
2025-11-19 16:40:39,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 110:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172486.382 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:40,051 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 111:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172510.386 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:41,842 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:41,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219031, uid=1.2.840.113619.2.423.84107009440.1763172510.386, class=1.2.840.10008.5.1.4.1.1.7, no=1024]
2025-11-19 16:40:41,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219031, uid=1.2.840.113619.2.423.84107009440.1763172510.386, class=1.2.840.10008.5.1.4.1.1.7, no=1024]
2025-11-19 16:40:41,846 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226605, uid=1.2.840.113619.2.423.84107009440.1763172510.386, class=1.2.840.10008.5.1.4.1.1.7, no=1024]
2025-11-19 16:40:41,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226605, systemID=amazon-s3, path=2025/11/19/63618097/63618098/96303EEE, tsuid=1.2.840.10008.1.2.1, size=692422, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:41,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 15 ms
2025-11-19 16:40:41,857 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 111:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172510.386 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:42,186 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 16:40:42,187 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 16:40:42,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 112:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172533.390 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:44,046 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:44,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219032, uid=1.2.840.113619.2.423.84107009440.1763172533.390, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 16:40:44,048 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219032, uid=1.2.840.113619.2.423.84107009440.1763172533.390, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 16:40:44,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226606, uid=1.2.840.113619.2.423.84107009440.1763172533.390, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 16:40:44,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226606, systemID=amazon-s3, path=2025/11/19/63618097/63618098/99C436C8, tsuid=1.2.840.10008.1.2.1, size=692558, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:44,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 30 ms
2025-11-19 16:40:44,077 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 112:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172533.390 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:44,419 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 113:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172743.394 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:46,125 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:46,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219033, uid=1.2.840.113619.2.423.84107009440.1763172743.394, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 16:40:46,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219033, uid=1.2.840.113619.2.423.84107009440.1763172743.394, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 16:40:46,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226607, uid=1.2.840.113619.2.423.84107009440.1763172743.394, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 16:40:46,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226607, systemID=amazon-s3, path=2025/11/19/63618097/63618098/054585ED, tsuid=1.2.840.10008.1.2.1, size=692560, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:46,155 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 30 ms
2025-11-19 16:40:46,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 113:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172743.394 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:46,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 114:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172774.398 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:47,367 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 16:40:47,368 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 16:40:47,369 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 16:40:47,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:40:47,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:40:47,370 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:40:47,370 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:40:47,371 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 16:40:47,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:40:47,403 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:40:47,403 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 16:40:47,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 16:40:48,260 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:48,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219034, uid=1.2.840.113619.2.423.84107009440.1763172774.398, class=1.2.840.10008.5.1.4.1.1.7, no=1792]
2025-11-19 16:40:48,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219034, uid=1.2.840.113619.2.423.84107009440.1763172774.398, class=1.2.840.10008.5.1.4.1.1.7, no=1792]
2025-11-19 16:40:48,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226608, uid=1.2.840.113619.2.423.84107009440.1763172774.398, class=1.2.840.10008.5.1.4.1.1.7, no=1792]
2025-11-19 16:40:48,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226608, systemID=amazon-s3, path=2025/11/19/63618097/63618098/0A72274F, tsuid=1.2.840.10008.1.2.1, size=692424, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:48,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 16 ms
2025-11-19 16:40:48,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 114:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172774.398 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:48,617 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 115:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172796.402 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:50,426 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:50,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219035, uid=1.2.840.113619.2.423.84107009440.1763172796.402, class=1.2.840.10008.5.1.4.1.1.7, no=2048]
2025-11-19 16:40:50,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219035, uid=1.2.840.113619.2.423.84107009440.1763172796.402, class=1.2.840.10008.5.1.4.1.1.7, no=2048]
2025-11-19 16:40:50,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226609, uid=1.2.840.113619.2.423.84107009440.1763172796.402, class=1.2.840.10008.5.1.4.1.1.7, no=2048]
2025-11-19 16:40:50,432 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226609, systemID=amazon-s3, path=2025/11/19/63618097/63618098/0DF80A33, tsuid=1.2.840.10008.1.2.1, size=692424, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:50,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 20 ms
2025-11-19 16:40:50,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 115:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172796.402 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:50,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 116:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172811.406 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:55,114 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:40:55,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219036, uid=1.2.840.113619.2.423.84107009440.1763172811.406, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 16:40:55,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219036, uid=1.2.840.113619.2.423.84107009440.1763172811.406, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 16:40:55,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226610, uid=1.2.840.113619.2.423.84107009440.1763172811.406, class=1.2.840.10008.5.1.4.1.1.6.1, no=2304]
2025-11-19 16:40:55,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226610, systemID=amazon-s3, path=2025/11/19/63618097/63618098/34F10AFB, tsuid=1.2.840.10008.1.2.1, size=692560, status=OK, objectType=DICOM_FILE]
2025-11-19 16:40:55,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 20 ms
2025-11-19 16:40:55,135 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 116:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172811.406 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:55,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 117:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172851.410 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:40:57,936 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 16:40:57,937 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 16:41:07,548 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:41:07,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219037, uid=1.2.840.113619.2.423.84107009440.1763172851.410, class=1.2.840.10008.5.1.4.1.1.6.1, no=2560]
2025-11-19 16:41:07,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219037, uid=1.2.840.113619.2.423.84107009440.1763172851.410, class=1.2.840.10008.5.1.4.1.1.6.1, no=2560]
2025-11-19 16:41:07,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226611, uid=1.2.840.113619.2.423.84107009440.1763172851.410, class=1.2.840.10008.5.1.4.1.1.6.1, no=2560]
2025-11-19 16:41:07,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226611, systemID=amazon-s3, path=2025/11/19/63618097/63618098/3BC46D90, tsuid=1.2.840.10008.1.2.1, size=692560, status=OK, objectType=DICOM_FILE]
2025-11-19 16:41:07,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 31 ms
2025-11-19 16:41:07,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 117:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172851.410 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:07,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 118:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172877.414 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 16:41:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 16:41:13,169 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:41:13,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Found previous received Instance[pk=225899, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104208453, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:41:13,172 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Replace previous received Instance[pk=225899, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104208453, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:41:13,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Instance[pk=226612, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104208453, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:41:13,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Location[pk=226612, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/1B0245D6, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 16:41:13,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Updated DB in 15 ms
2025-11-19 16:41:13,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104208453 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:41:14,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104246026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:41:18,198 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:41:18,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219038, uid=1.2.840.113619.2.423.84107009440.1763172877.414, class=1.2.840.10008.5.1.4.1.1.6.1, no=2816]
2025-11-19 16:41:18,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219038, uid=1.2.840.113619.2.423.84107009440.1763172877.414, class=1.2.840.10008.5.1.4.1.1.6.1, no=2816]
2025-11-19 16:41:18,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226613, uid=1.2.840.113619.2.423.84107009440.1763172877.414, class=1.2.840.10008.5.1.4.1.1.6.1, no=2816]
2025-11-19 16:41:18,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226613, systemID=amazon-s3, path=2025/11/19/63618097/63618098/3F82ABD8, tsuid=1.2.840.10008.1.2.1, size=692560, status=OK, objectType=DICOM_FILE]
2025-11-19 16:41:18,215 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 17 ms
2025-11-19 16:41:18,216 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 118:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172877.414 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:18,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 119:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172894.418 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:30,156 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:41:30,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219039, uid=1.2.840.113619.2.423.84107009440.1763172894.418, class=1.2.840.10008.5.1.4.1.1.6.1, no=3072]
2025-11-19 16:41:30,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219039, uid=1.2.840.113619.2.423.84107009440.1763172894.418, class=1.2.840.10008.5.1.4.1.1.6.1, no=3072]
2025-11-19 16:41:30,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226614, uid=1.2.840.113619.2.423.84107009440.1763172894.418, class=1.2.840.10008.5.1.4.1.1.6.1, no=3072]
2025-11-19 16:41:30,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226614, systemID=amazon-s3, path=2025/11/19/63618097/63618098/42C21697, tsuid=1.2.840.10008.1.2.1, size=692560, status=OK, objectType=DICOM_FILE]
2025-11-19 16:41:30,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 26 ms
2025-11-19 16:41:30,183 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 119:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172894.418 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:30,525 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 120:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172988.422 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:38,958 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:41:38,960 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219040, uid=1.2.840.113619.2.423.84107009440.1763172988.422, class=1.2.840.10008.5.1.4.1.1.7, no=3328]
2025-11-19 16:41:38,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219040, uid=1.2.840.113619.2.423.84107009440.1763172988.422, class=1.2.840.10008.5.1.4.1.1.7, no=3328]
2025-11-19 16:41:38,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226615, uid=1.2.840.113619.2.423.84107009440.1763172988.422, class=1.2.840.10008.5.1.4.1.1.7, no=3328]
2025-11-19 16:41:38,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226615, systemID=amazon-s3, path=2025/11/19/63618097/63618098/762BD756, tsuid=1.2.840.10008.1.2.1, size=692424, status=OK, objectType=DICOM_FILE]
2025-11-19 16:41:38,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 17 ms
2025-11-19 16:41:38,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 120:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172988.422 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:39,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 121:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172996.425 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:42,187 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 16:41:42,189 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 16:41:47,404 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 16:41:47,404 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:41:47,405 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:41:47,407 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:41:47,407 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:41:47,432 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:41:47,432 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:41:47,432 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 16:41:48,294 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:41:48,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219041, uid=1.2.840.113619.2.423.84107009440.1763172996.425, class=1.2.840.10008.5.1.4.1.1.6.1, no=3584]
2025-11-19 16:41:48,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219041, uid=1.2.840.113619.2.423.84107009440.1763172996.425, class=1.2.840.10008.5.1.4.1.1.6.1, no=3584]
2025-11-19 16:41:48,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226616, uid=1.2.840.113619.2.423.84107009440.1763172996.425, class=1.2.840.10008.5.1.4.1.1.6.1, no=3584]
2025-11-19 16:41:48,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226616, systemID=amazon-s3, path=2025/11/19/63618097/63618098/77C480F6, tsuid=1.2.840.10008.1.2.1, size=692560, status=OK, objectType=DICOM_FILE]
2025-11-19 16:41:48,302 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 8 ms
2025-11-19 16:41:48,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 121:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763172996.425 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:48,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 122:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763173019.430 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 16:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6584) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 16:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6585) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:41:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6585) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6584) Start deleting 71 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:41:53,540 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:41:53,546 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:41:55,700 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:41:55,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219043, uid=1.2.840.113619.2.423.84107009440.1763173019.430, class=1.2.840.10008.5.1.4.1.1.7, no=3840]
2025-11-19 16:41:55,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219043, uid=1.2.840.113619.2.423.84107009440.1763173019.430, class=1.2.840.10008.5.1.4.1.1.7, no=3840]
2025-11-19 16:41:55,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226617, uid=1.2.840.113619.2.423.84107009440.1763173019.430, class=1.2.840.10008.5.1.4.1.1.7, no=3840]
2025-11-19 16:41:55,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226617, systemID=amazon-s3, path=2025/11/19/63618097/63618098/F6111A31, tsuid=1.2.840.10008.1.2.1, size=692424, status=OK, objectType=DICOM_FILE]
2025-11-19 16:41:55,707 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 7 ms
2025-11-19 16:41:55,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 122:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763173019.430 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:56,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> 123:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763173038.434 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:41:57,938 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 16:41:57,939 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 16:42:01,136 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6574) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:42:01,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Found previous received Instance[pk=219044, uid=1.2.840.113619.2.423.84107009440.1763173038.434, class=1.2.840.10008.5.1.4.1.1.7, no=4096]
2025-11-19 16:42:01,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Replace previous received Instance[pk=219044, uid=1.2.840.113619.2.423.84107009440.1763173038.434, class=1.2.840.10008.5.1.4.1.1.7, no=4096]
2025-11-19 16:42:01,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Instance[pk=226618, uid=1.2.840.113619.2.423.84107009440.1763173038.434, class=1.2.840.10008.5.1.4.1.1.7, no=4096]
2025-11-19 16:42:01,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Create Location[pk=226618, systemID=amazon-s3, path=2025/11/19/63618097/63618098/F96CB3F2, tsuid=1.2.840.10008.1.2.1, size=692424, status=OK, objectType=DICOM_FILE]
2025-11-19 16:42:01,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500): Updated DB in 8 ms
2025-11-19 16:42:01,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << 123:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.7 - Secondary Capture Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763173038.434 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:42:01,529 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) >> A-RELEASE-RQ
2025-11-19 16:42:01,529 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6574) DCM4CHEE<-F6LOGIQ(500) << A-RELEASE-RP
2025-11-19 16:42:01,579 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-F6LOGIQ(500): close Socket[addr=187.36.104.204/187.36.104.204,port=49500,localport=11112]
2025-11-19 16:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 16:42:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 16:42:34,935 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6584) Finished deleting 71 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:42:34,935 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6584) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:42:42,189 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 16:42:42,190 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 16:42:47,432 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 16:42:47,433 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 16:42:47,434 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:42:47,434 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:42:47,435 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:42:47,435 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:42:47,458 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:42:47,458 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:42:47,459 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 16:42:47,459 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 16:42:48,223 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:42:48,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Found previous received Instance[pk=225909, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104246026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:42:48,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Replace previous received Instance[pk=225909, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104246026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:42:48,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Instance[pk=226619, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104246026, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:42:48,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Location[pk=226619, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/460A9DD5, tsuid=1.2.840.10008.1.2, size=3915744, status=OK, objectType=DICOM_FILE]
2025-11-19 16:42:48,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Updated DB in 9 ms
2025-11-19 16:42:48,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104246026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:42:48,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104301651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:42:57,940 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 16:42:57,942 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 16:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 16:43:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 16:43:32,975 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:43:32,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Found previous received Instance[pk=225918, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104301651, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:43:32,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Replace previous received Instance[pk=225918, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104301651, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:43:32,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Instance[pk=226620, uid=1.2.410.200001.101.11.601.1501430850.3.20251115104301651, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:43:32,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Create Location[pk=226620, systemID=amazon-s3, path=2025/11/19/4C97DEBC/485434DD/AC35BA63, tsuid=1.2.840.10008.1.2, size=3416636, status=OK, objectType=DICOM_FILE]
2025-11-19 16:43:32,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498): Updated DB in 22 ms
2025-11-19 16:43:32,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115104301651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:43:33,259 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) >> A-RELEASE-RQ
2025-11-19 16:43:33,259 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(498) << A-RELEASE-RP
2025-11-19 16:43:33,310 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS60MT(498): close Socket[addr=187.36.104.204/187.36.104.204,port=49593,localport=11112]
2025-11-19 16:43:33,731 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49613,localport=11112]
2025-11-19 16:43:33,731 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> A-ASSOCIATE-RQ
2025-11-19 16:43:33,731 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << A-ASSOCIATE-AC
2025-11-19 16:43:33,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113160442537 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:43:42,190 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 16:43:42,191 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 16:43:47,459 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 16:43:47,460 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 16:43:47,461 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:43:47,461 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:43:47,462 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:43:47,462 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:43:47,487 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:43:47,487 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:43:47,488 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 16:43:47,488 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 16:43:57,942 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 16:43:57,943 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 16:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 16:44:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 16:44:13,072 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:44:13,075 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Patient[pk=8855, id=PatientID[pk=8855, id=67562, issuer=DCM4CHEE.B3B66585.0DB088CB], name=NAYARA CANAVARROS VAZ]
2025-11-19 16:44:13,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Study[pk=8864, uid=67562, id=67562]
2025-11-19 16:44:13,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Series[pk=8969, uid=1.2.410.200001.101.11.601.1501430850.2.20251113160442122, no=1, mod=US]
2025-11-19 16:44:13,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226621, uid=1.2.410.200001.101.11.601.1501430850.3.20251113160442537, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:44:13,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226621, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/CE70389B, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:44:13,101 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 29 ms
2025-11-19 16:44:13,102 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) No duplicate record with equal Patient ID found Patient[pk=8855, id=PatientID[pk=8855, id=67562, issuer=DCM4CHEE.B3B66585.0DB088CB], name=NAYARA CANAVARROS VAZ]
2025-11-19 16:44:13,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113160442537 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:44:13,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113160505121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:44:42,191 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 16:44:42,193 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 16:44:46,313 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start StudySizeScheduler.execute()
2025-11-19 16:44:46,413 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) Calculated size of 2 studies
2025-11-19 16:44:46,413 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished StudySizeScheduler.execute()
2025-11-19 16:44:47,488 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 16:44:47,489 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 16:44:47,490 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:44:47,490 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:44:47,491 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:44:47,491 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:44:47,511 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:44:47,511 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:44:47,512 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 16:44:47,512 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 16:44:51,956 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:44:51,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226622, uid=1.2.410.200001.101.11.601.1501430850.3.20251113160505121, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:44:51,959 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226622, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/CFEE012A, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:44:51,961 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 5 ms
2025-11-19 16:44:51,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113160505121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:44:52,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113160604568 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:44:57,944 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 16:44:57,945 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 16:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 16:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 16:45:29,567 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:45:29,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226623, uid=1.2.410.200001.101.11.601.1501430850.3.20251113160604568, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:45:29,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226623, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/D1A274F1, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:45:29,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 11 ms
2025-11-19 16:45:29,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113160604568 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:45:29,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113160830638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:45:42,193 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 16:45:42,194 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 16:45:47,512 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 16:45:47,513 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 16:45:47,514 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 16:45:47,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:45:47,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:45:47,515 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-14) Send audit message to /127.0.0.1:514
2025-11-19 16:45:47,516 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:45:47,516 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:45:47,541 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:45:47,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:45:47,542 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 16:45:57,946 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 16:45:57,947 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 16:46:09,337 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:46:09,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226624, uid=1.2.410.200001.101.11.601.1501430850.3.20251113160830638, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:46:09,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226624, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/D5349E9A, tsuid=1.2.840.10008.1.2, size=3416878, status=OK, objectType=DICOM_FILE]
2025-11-19 16:46:09,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 15 ms
2025-11-19 16:46:09,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113160830638 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:46:09,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113160901399 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 16:46:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 16:46:42,194 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 16:46:42,195 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 16:46:44,386 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:46:44,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226625, uid=1.2.410.200001.101.11.601.1501430850.3.20251113160901399, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:46:44,389 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226625, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/D6BF9A8D, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:46:44,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 6 ms
2025-11-19 16:46:44,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113160901399 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:46:44,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161222291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:46:47,542 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 16:46:47,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:46:47,543 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:46:47,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:46:47,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:46:47,566 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:46:47,567 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:46:47,567 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 16:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-11-19 16:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6606) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-11-19 16:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6607) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6607) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6606) Start deleting 4 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:46:52,278 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6606) Finished deleting 4 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:46:52,278 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6606) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:46:53,546 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:46:53,552 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:46:57,948 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 16:46:57,950 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 16:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 16:47:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 16:47:26,133 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:47:26,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226626, uid=1.2.410.200001.101.11.601.1501430850.3.20251113161222291, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:47:26,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226626, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/FFD0890D, tsuid=1.2.840.10008.1.2, size=3417026, status=OK, objectType=DICOM_FILE]
2025-11-19 16:47:26,156 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 23 ms
2025-11-19 16:47:26,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161222291 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:47:26,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161251186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:47:42,195 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 16:47:42,196 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 16:47:47,567 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 16:47:47,567 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:47:47,568 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:47:47,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:47:47,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:47:47,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:47:47,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:47:47,591 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 16:47:57,950 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 16:47:57,952 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 16:48:07,702 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:48:07,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226627, uid=1.2.410.200001.101.11.601.1501430850.3.20251113161251186, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:48:07,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226627, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/FFFA5756, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:48:07,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 21 ms
2025-11-19 16:48:07,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161251186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:48:07,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161301449 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 16:48:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 16:48:42,196 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 16:48:42,198 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 16:48:46,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:48:46,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226628, uid=1.2.410.200001.101.11.601.1501430850.3.20251113161301449, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:48:46,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226628, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/0168C53A, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:48:46,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 14 ms
2025-11-19 16:48:46,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161301449 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:48:47,592 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 16:48:47,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:48:47,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:48:47,594 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:48:47,594 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:48:47,627 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161346162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:48:47,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:48:47,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:48:47,630 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 16:48:57,952 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 16:48:57,954 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 16:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 16:49:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 16:49:30,221 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:49:30,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226629, uid=1.2.410.200001.101.11.601.1501430850.3.20251113161346162, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:49:30,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226629, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/01A35E0D, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:49:30,231 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 10 ms
2025-11-19 16:49:30,232 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161346162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:30,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161412882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:31,766 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52159,localport=11112]
2025-11-19 16:49:31,767 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> A-ASSOCIATE-RQ
2025-11-19 16:49:31,767 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << A-ASSOCIATE-AC
2025-11-19 16:49:32,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164451281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:35,853 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:49:35,856 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Patient[pk=8856, id=PatientID[pk=8856, id=68417, issuer=DCM4CHEE.C7365035.0D6A8B62], name=IARA DE OLIVEIRA AMARO]
2025-11-19 16:49:35,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Study[pk=8865, uid=68417, id=68417]
2025-11-19 16:49:35,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Series[pk=8970, uid=1.2.410.200001.101.11.501.1791052210.2.20251119164450883, no=1, mod=US]
2025-11-19 16:49:35,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Instance[pk=226630, uid=1.2.410.200001.101.11.501.1791052210.3.20251119164451281, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:49:35,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Location[pk=226630, systemID=amazon-s3, path=2025/11/19/03133358/3CBBD5B1/0A669549, tsuid=1.2.840.10008.1.2, size=3416708, status=OK, objectType=DICOM_FILE]
2025-11-19 16:49:35,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Updated DB in 22 ms
2025-11-19 16:49:35,876 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) No duplicate record with equal Patient ID found Patient[pk=8856, id=PatientID[pk=8856, id=68417, issuer=DCM4CHEE.C7365035.0D6A8B62], name=IARA DE OLIVEIRA AMARO]
2025-11-19 16:49:35,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164451281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:36,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164513884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:37,935 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:49:37,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Instance[pk=226631, uid=1.2.410.200001.101.11.501.1791052210.3.20251119164513884, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:49:37,937 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Location[pk=226631, systemID=amazon-s3, path=2025/11/19/03133358/3CBBD5B1/0BE40F2B, tsuid=1.2.840.10008.1.2, size=3416708, status=OK, objectType=DICOM_FILE]
2025-11-19 16:49:37,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Updated DB in 19 ms
2025-11-19 16:49:37,954 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164513884 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:38,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164640376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:40,444 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:49:40,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Instance[pk=226632, uid=1.2.410.200001.101.11.501.1791052210.3.20251119164640376, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:49:40,446 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Location[pk=226632, systemID=amazon-s3, path=2025/11/19/03133358/3CBBD5B1/0DC1BE4E, tsuid=1.2.840.10008.1.2, size=3416708, status=OK, objectType=DICOM_FILE]
2025-11-19 16:49:40,449 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Updated DB in 5 ms
2025-11-19 16:49:40,449 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164640376 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:40,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164701819 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:42,198 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 16:49:42,199 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 16:49:42,605 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:49:42,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Instance[pk=226633, uid=1.2.410.200001.101.11.501.1791052210.3.20251119164701819, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:49:42,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Location[pk=226633, systemID=amazon-s3, path=2025/11/19/03133358/3CBBD5B1/0F3EBF56, tsuid=1.2.840.10008.1.2, size=3416708, status=OK, objectType=DICOM_FILE]
2025-11-19 16:49:42,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Updated DB in 23 ms
2025-11-19 16:49:42,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164701819 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:42,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164754321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:44,458 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:49:44,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Instance[pk=226634, uid=1.2.410.200001.101.11.501.1791052210.3.20251119164754321, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:49:44,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Location[pk=226634, systemID=amazon-s3, path=2025/11/19/03133358/3CBBD5B1/0F867F4A, tsuid=1.2.840.10008.1.2, size=3416912, status=OK, objectType=DICOM_FILE]
2025-11-19 16:49:44,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Updated DB in 12 ms
2025-11-19 16:49:44,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164754321 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:44,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164842632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:46,334 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:49:46,336 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Instance[pk=226635, uid=1.2.410.200001.101.11.501.1791052210.3.20251119164842632, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:49:46,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Location[pk=226635, systemID=amazon-s3, path=2025/11/19/03133358/3CBBD5B1/112C630D, tsuid=1.2.840.10008.1.2, size=3416708, status=OK, objectType=DICOM_FILE]
2025-11-19 16:49:46,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Updated DB in 10 ms
2025-11-19 16:49:46,344 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164842632 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:46,413 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-11-19 16:49:46,525 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) Calculated size of 2 studies
2025-11-19 16:49:46,525 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-11-19 16:49:46,585 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164855255 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:47,630 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 16:49:47,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:49:47,630 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:49:47,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:49:47,632 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:49:47,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:49:47,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:49:47,657 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 16:49:48,201 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:49:48,203 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Instance[pk=226636, uid=1.2.410.200001.101.11.501.1791052210.3.20251119164855255, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:49:48,204 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Location[pk=226636, systemID=amazon-s3, path=2025/11/19/03133358/3CBBD5B1/113BC8E8, tsuid=1.2.840.10008.1.2, size=3416708, status=OK, objectType=DICOM_FILE]
2025-11-19 16:49:48,206 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Updated DB in 4 ms
2025-11-19 16:49:48,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164855255 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:48,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164928757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:50,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:49:50,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Instance[pk=226637, uid=1.2.410.200001.101.11.501.1791052210.3.20251119164928757, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:49:50,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Location[pk=226637, systemID=amazon-s3, path=2025/11/19/03133358/3CBBD5B1/12C7CAE8, tsuid=1.2.840.10008.1.2, size=3416708, status=OK, objectType=DICOM_FILE]
2025-11-19 16:49:50,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Updated DB in 14 ms
2025-11-19 16:49:50,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119164928757 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:50,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119165016206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:52,232 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:49:52,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Instance[pk=226638, uid=1.2.410.200001.101.11.501.1791052210.3.20251119165016206, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:49:52,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Location[pk=226638, systemID=amazon-s3, path=2025/11/19/03133358/3CBBD5B1/384354F2, tsuid=1.2.840.10008.1.2, size=3416708, status=OK, objectType=DICOM_FILE]
2025-11-19 16:49:52,243 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Updated DB in 11 ms
2025-11-19 16:49:52,243 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119165016206 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:52,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119165048186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:49:57,954 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 16:49:57,955 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 16:50:06,896 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6616) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:50:06,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Instance[pk=226639, uid=1.2.410.200001.101.11.501.1791052210.3.20251119165048186, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:50:06,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Create Location[pk=226639, systemID=amazon-s3, path=2025/11/19/03133358/3CBBD5B1/386E816A, tsuid=1.2.840.10008.1.2, size=44206440, status=OK, objectType=DICOM_FILE]
2025-11-19 16:50:06,917 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502): Updated DB in 21 ms
2025-11-19 16:50:06,917 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251119165048186 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:50:07,156 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) >> A-RELEASE-RQ
2025-11-19 16:50:07,156 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6616) DCM4CHEE<-HS50US07(502) << A-RELEASE-RP
2025-11-19 16:50:07,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS50US07(502): close Socket[addr=187.36.104.204/187.36.104.204,port=52159,localport=11112]
2025-11-19 16:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 16:50:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 16:50:12,136 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:50:12,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226640, uid=1.2.410.200001.101.11.601.1501430850.3.20251113161412882, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:50:12,138 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226640, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/032C3932, tsuid=1.2.840.10008.1.2, size=3416674, status=OK, objectType=DICOM_FILE]
2025-11-19 16:50:12,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 22 ms
2025-11-19 16:50:12,158 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161412882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:50:12,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161441813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:50:42,199 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 16:50:42,200 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 16:50:47,657 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 16:50:47,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:50:47,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:50:47,659 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 16:50:47,660 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:50:47,660 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:50:47,661 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 16:50:47,661 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 16:50:47,683 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:50:47,683 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:50:47,683 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 16:50:57,955 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 16:50:57,958 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 16:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 16:51:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 16:51:42,201 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 16:51:42,202 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 16:51:47,683 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 16:51:47,684 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:51:47,684 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:51:47,687 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:51:47,688 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:51:47,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:51:47,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:51:47,719 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 16:51:47,720 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 16:51:47,720 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 16:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 16:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6630) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 16:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6631) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6630) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6631) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:51:53,552 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:51:53,558 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:51:57,958 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 16:51:57,960 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 16:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 16:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 16:52:42,202 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 16:52:42,203 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 16:52:47,720 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 16:52:47,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:52:47,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:52:47,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:52:47,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:52:47,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:52:47,746 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:52:47,746 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 16:52:57,960 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 16:52:57,962 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 16:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 16:53:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 16:53:42,203 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 16:53:42,204 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 16:53:47,746 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 16:53:47,746 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:53:47,746 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:53:47,748 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:53:47,748 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:53:47,775 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:53:47,775 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:53:47,775 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 16:53:57,962 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 16:53:57,964 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 16:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 16:54:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 16:54:34,758 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52185,localport=11112]
2025-11-19 16:54:34,764 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> A-ASSOCIATE-RQ
2025-11-19 16:54:34,764 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << A-ASSOCIATE-AC
2025-11-19 16:54:35,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:54:39,531 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:54:39,544 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Patient[pk=8857, id=PatientID[pk=8857, id=68464, issuer=DCM4CHEE.B59D39FC.89E61CA7], name=GABRIELA MUNHOZ ORTEGA]
2025-11-19 16:54:39,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Study[pk=8866, uid=68464, id=68464]
2025-11-19 16:54:39,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Series[pk=8971, uid=1.2.410.200001.101.11.301.1144174170.2.20251119163612441, no=1, mod=US]
2025-11-19 16:54:39,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226641, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:54:39,546 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226641, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3D9F2F4D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:54:39,570 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 39 ms
2025-11-19 16:54:39,571 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) No duplicate record with equal Patient ID found Patient[pk=8857, id=PatientID[pk=8857, id=68464, issuer=DCM4CHEE.B59D39FC.89E61CA7], name=GABRIELA MUNHOZ ORTEGA]
2025-11-19 16:54:39,572 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:54:39,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:54:42,205 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 16:54:42,206 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 16:54:42,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:54:42,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226642, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:54:42,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226642, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3DD7910D, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 16:54:42,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 11 ms
2025-11-19 16:54:42,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:54:43,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:54:46,525 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 16:54:46,589 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) Calculated size of 1 studies
2025-11-19 16:54:46,589 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 16:54:47,775 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 16:54:47,776 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:54:47,776 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:54:47,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:54:47,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:54:47,814 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:54:47,814 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:54:47,814 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 16:54:48,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:54:48,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226643, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:54:48,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226643, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3F80F61D, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 16:54:48,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 12 ms
2025-11-19 16:54:48,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:54:48,357 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:54:53,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:54:53,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226644, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:54:53,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226644, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/4135D642, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 16:54:53,039 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 30 ms
2025-11-19 16:54:53,040 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:54:53,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:54:57,965 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 16:54:57,967 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 16:54:58,493 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:54:58,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226645, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:54:58,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226645, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/42F8C5E0, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:54:58,509 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 16 ms
2025-11-19 16:54:58,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:54:58,748 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:04,666 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:04,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226646, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:55:04,668 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226646, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6848B549, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:04,685 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 19 ms
2025-11-19 16:55:04,685 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:04,926 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:09,702 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:09,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226647, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:55:09,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226647, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/68738294, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:09,721 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 19 ms
2025-11-19 16:55:09,721 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:09,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 16:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 16:55:14,270 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:14,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226648, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:55:14,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226648, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/69FCC2D1, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:14,300 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 30 ms
2025-11-19 16:55:14,300 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:14,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:18,279 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:18,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226649, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:55:18,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226649, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6A0DF62A, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:18,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 22 ms
2025-11-19 16:55:18,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:18,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:23,277 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:23,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226650, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:55:23,279 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226650, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6BBFA34F, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:23,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 9 ms
2025-11-19 16:55:23,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:23,524 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:27,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:27,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226651, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:55:27,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226651, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6BE9DF6B, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:27,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 20 ms
2025-11-19 16:55:27,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:27,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:31,364 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:31,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226652, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:55:31,367 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226652, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6D76C2E1, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:31,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 20 ms
2025-11-19 16:55:31,385 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:31,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:35,428 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:35,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226653, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:55:35,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226653, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6F0D2D91, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:35,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 15 ms
2025-11-19 16:55:35,444 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:35,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:40,383 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:40,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226654, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:55:40,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226654, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6F375A64, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:40,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 16 ms
2025-11-19 16:55:40,400 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:40,638 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:42,206 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 16:55:42,207 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 16:55:45,022 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:45,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226655, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:55:45,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226655, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/74655B8D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:45,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 4 ms
2025-11-19 16:55:45,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:45,262 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:47,815 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 16:55:47,816 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 16:55:47,816 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 16:55:47,816 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:55:47,816 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:55:47,818 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:55:47,818 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:55:47,849 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:55:47,849 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:55:47,849 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 16:55:49,222 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:49,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226656, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:55:49,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226656, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/77C27085, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:49,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 15 ms
2025-11-19 16:55:49,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:49,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:53,533 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:53,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226657, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:55:53,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226657, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/9EF26353, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:53,552 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 19 ms
2025-11-19 16:55:53,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:53,802 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:55,215 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164701819&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:55:56,402 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164754321&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:55:57,967 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 16:55:57,968 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 16:55:58,909 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:55:58,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Instance[pk=226658, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:55:58,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Create Location[pk=226658, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/A09928ED, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 16:55:58,919 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503): Updated DB in 10 ms
2025-11-19 16:55:58,919 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:55:58,945 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164842632&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:55:59,160 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) >> A-RELEASE-RQ
2025-11-19 16:55:59,160 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(503) << A-RELEASE-RP
2025-11-19 16:55:59,210 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(503): close Socket[addr=187.36.104.204/187.36.104.204,port=52185,localport=11112]
2025-11-19 16:55:59,638 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52189,localport=11112]
2025-11-19 16:55:59,638 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> A-ASSOCIATE-RQ
2025-11-19 16:55:59,638 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << A-ASSOCIATE-AC
2025-11-19 16:55:59,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:00,070 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164855255&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:01,182 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164928757&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:02,288 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119165016206&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:03,389 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119165048186&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:04,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:56:04,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226641, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:56:04,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226641, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:56:04,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226659, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:56:04,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226659, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/0B3A526A, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:56:04,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 11 ms
2025-11-19 16:56:04,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:04,384 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:05,799 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164451281&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:06,215 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:56:06,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226642, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:56:06,217 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226642, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:56:06,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226660, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:56:06,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226660, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/D9ACC68B, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 16:56:06,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 14 ms
2025-11-19 16:56:06,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:06,466 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:06,943 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164513884&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:08,049 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164640376&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:09,952 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:56:09,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226643, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:56:09,954 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226643, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:56:09,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226661, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:56:09,957 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226661, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/E8EE8811, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 16:56:09,965 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 13 ms
2025-11-19 16:56:09,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:10,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 16:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 16:56:14,623 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:56:14,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226644, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:56:14,626 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226644, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:56:14,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226662, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:56:14,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226662, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/27F17657, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 16:56:14,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 15 ms
2025-11-19 16:56:14,640 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:14,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:19,595 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:56:19,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226645, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:56:19,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226645, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:56:19,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226663, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:56:19,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226663, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/D403852D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:56:19,620 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 25 ms
2025-11-19 16:56:19,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:19,860 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:28,163 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:56:28,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226646, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:56:28,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226646, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:56:28,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226664, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:56:28,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226664, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/F334367E, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:56:28,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 28 ms
2025-11-19 16:56:28,192 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:28,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:37,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:56:37,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226647, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:56:37,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226647, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:56:37,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226665, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:56:37,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226665, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/DC6802F8, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:56:37,898 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 14 ms
2025-11-19 16:56:37,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:38,134 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:41,633 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:56:41,635 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226648, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:56:41,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226648, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:56:41,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226666, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:56:41,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226666, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/7CC3B26D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:56:41,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 16 ms
2025-11-19 16:56:41,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:41,890 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:42,207 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 16:56:42,208 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 16:56:45,098 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:56:45,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226649, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:56:45,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226649, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:56:45,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226667, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:56:45,103 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226667, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/0B9BBB90, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:56:45,112 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 14 ms
2025-11-19 16:56:45,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:45,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:47,223 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164701819&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:47,850 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 16:56:47,850 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:56:47,850 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:56:47,852 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:56:47,852 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:56:47,893 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:56:47,893 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:56:47,893 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 16:56:49,449 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164754321&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 16:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6654) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 16:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6655) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6655) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 16:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6654) Start deleting 9 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:56:50,644 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164842632&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:51,823 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164855255&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:52,952 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164928757&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:53,558 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:56:53,564 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 16:56:54,072 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119165016206&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:55,171 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6654) Finished deleting 9 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:56:55,171 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6654) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 16:56:55,205 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119165048186&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:57,644 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164451281&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:56:57,745 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:56:57,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226650, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:56:57,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226650, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:56:57,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226668, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:56:57,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226668, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/ABBD939D, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:56:57,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 8 ms
2025-11-19 16:56:57,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:57,969 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 16:56:57,970 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 16:56:57,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:56:59,750 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164513884&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:57:01,360 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68417&seriesUID=1.2.410.200001.101.11.501.1791052210.2.20251119164450883&objectUID=1.2.410.200001.101.11.501.1791052210.3.20251119164640376&contentType=image/jpeg from null@162.240.235.97
2025-11-19 16:57:01,906 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:01,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226651, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:57:01,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226651, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:57:01,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226669, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:57:01,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226669, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/D58AEF6B, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:01,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 26 ms
2025-11-19 16:57:01,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:02,171 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:06,538 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:06,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226652, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:57:06,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226652, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:57:06,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226670, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:57:06,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226670, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/4BB1AFD5, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:06,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 9 ms
2025-11-19 16:57:06,547 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:06,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 16:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 16:57:12,119 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:12,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226653, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:57:12,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226653, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:57:12,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226671, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:57:12,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226671, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/B78C545B, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:12,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 24 ms
2025-11-19 16:57:12,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:12,378 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:16,542 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:16,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226654, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:57:16,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226654, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:57:16,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226672, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:57:16,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226672, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/B279816D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:16,551 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 9 ms
2025-11-19 16:57:16,552 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:16,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:20,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:20,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226655, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:57:20,463 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226655, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:57:20,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226673, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:57:20,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226673, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/A552730B, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:20,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 14 ms
2025-11-19 16:57:20,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:20,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:25,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:25,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226656, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:57:25,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226656, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:57:25,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226674, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:57:25,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226674, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/63B524B5, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:25,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 25 ms
2025-11-19 16:57:25,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:25,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:29,612 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:29,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226657, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:57:29,614 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226657, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:57:29,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226675, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:57:29,617 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226675, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/CB6928EE, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:29,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 7 ms
2025-11-19 16:57:29,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:29,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:35,293 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:35,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Found previous received Instance[pk=226658, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:57:35,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Replace previous received Instance[pk=226658, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:57:35,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Instance[pk=226676, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:57:35,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Create Location[pk=226676, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/431A4EA6, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:35,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504): Updated DB in 15 ms
2025-11-19 16:57:35,309 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:35,544 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) >> A-RELEASE-RQ
2025-11-19 16:57:35,544 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(504) << A-RELEASE-RP
2025-11-19 16:57:35,595 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS30(504): close Socket[addr=187.36.104.204/187.36.104.204,port=52189,localport=11112]
2025-11-19 16:57:36,040 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52190,localport=11112]
2025-11-19 16:57:36,046 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> A-ASSOCIATE-RQ
2025-11-19 16:57:36,046 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << A-ASSOCIATE-AC
2025-11-19 16:57:36,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:40,229 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:40,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226659, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:57:40,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226659, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:57:40,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226677, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:57:40,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226677, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3D9F2F4D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:40,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 13 ms
2025-11-19 16:57:40,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:40,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:40,683 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49582,localport=11112]
2025-11-19 16:57:40,683 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506) >> A-ASSOCIATE-RQ
2025-11-19 16:57:40,684 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506) << A-ASSOCIATE-AC
2025-11-19 16:57:41,058 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506) >> 125:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542681.856 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:57:42,209 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 16:57:42,210 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 16:57:42,907 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:42,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226660, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:57:42,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226660, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:57:42,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226678, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:57:42,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226678, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3DD7910D, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:42,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 27 ms
2025-11-19 16:57:42,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:43,186 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:46,218 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:46,221 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Create Patient[pk=8858, id=PatientID[pk=8858, id=68479, issuer=DCM4CHEE.1025555A.0BED9C4B], name=DORA PAULA DE SOUZA RIBEIRO]
2025-11-19 16:57:46,222 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Create Study[pk=8867, uid=68479, id=68479]
2025-11-19 16:57:46,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Create Series[pk=8972, uid=1.2.840.113619.2.423.84107009440.1763542327.855, no=1, mod=US]
2025-11-19 16:57:46,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Create Instance[pk=226679, uid=1.2.840.113619.2.423.84107009440.1763542681.856, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 16:57:46,224 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Create Location[pk=226679, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/EB6F07EA, tsuid=1.2.840.10008.1.2.1, size=692652, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:46,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Updated DB in 38 ms
2025-11-19 16:57:46,257 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6656) No duplicate record with equal Patient ID found Patient[pk=8858, id=PatientID[pk=8858, id=68479, issuer=DCM4CHEE.1025555A.0BED9C4B], name=DORA PAULA DE SOUZA RIBEIRO]
2025-11-19 16:57:46,257 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506) << 125:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542681.856 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:57:46,682 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506) >> 126:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542681.856 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:57:47,164 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:47,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226661, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:57:47,166 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226661, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:57:47,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226680, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:57:47,169 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226680, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3F80F61D, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:47,182 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 18 ms
2025-11-19 16:57:47,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:47,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:47,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 16:57:47,895 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-1) Send audit message to /127.0.0.1:514
2025-11-19 16:57:47,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:57:47,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:57:47,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:57:47,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:57:47,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:57:47,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:57:47,916 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 16:57:48,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6656) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:48,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Found previous received Instance[pk=226679, uid=1.2.840.113619.2.423.84107009440.1763542681.856, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 16:57:48,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Replace previous received Instance[pk=226679, uid=1.2.840.113619.2.423.84107009440.1763542681.856, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 16:57:48,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Create Instance[pk=226681, uid=1.2.840.113619.2.423.84107009440.1763542681.856, class=1.2.840.10008.5.1.4.1.1.6.1, no=0]
2025-11-19 16:57:48,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Create Location[pk=226681, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/ED2EB4B3, tsuid=1.2.840.10008.1.2.1, size=692652, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:48,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506): Updated DB in 12 ms
2025-11-19 16:57:48,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506) << 126:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542681.856 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:57:49,056 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506) >> A-RELEASE-RQ
2025-11-19 16:57:49,056 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6656) DCM4CHEE<-F6LOGIQ(506) << A-RELEASE-RP
2025-11-19 16:57:49,106 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-F6LOGIQ(506): close Socket[addr=187.36.104.204/187.36.104.204,port=49582,localport=11112]
2025-11-19 16:57:51,754 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:51,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226662, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:57:51,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226662, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:57:51,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226682, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:57:51,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226682, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/4135D642, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:51,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 23 ms
2025-11-19 16:57:51,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:52,028 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:56,890 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:57:56,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226663, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:57:56,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226663, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:57:56,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226683, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:57:56,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226683, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/42F8C5E0, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:57:56,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 18 ms
2025-11-19 16:57:56,908 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:57,156 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:57:57,971 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 16:57:57,972 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 16:58:01,514 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:01,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226664, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:58:01,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226664, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:58:01,518 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226684, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:58:01,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226684, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6848B549, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:01,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 12 ms
2025-11-19 16:58:01,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:01,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:07,592 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:07,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226665, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:58:07,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226665, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:58:07,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226685, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:58:07,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226685, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/68738294, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:07,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 18 ms
2025-11-19 16:58:07,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:07,862 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:11,678 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49584,localport=11112]
2025-11-19 16:58:11,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507) >> A-ASSOCIATE-RQ
2025-11-19 16:58:11,679 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507) << A-ASSOCIATE-AC
2025-11-19 16:58:12,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507) >> 127:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542712.860 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 16:58:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 16:58:13,288 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:13,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226666, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:58:13,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226666, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:58:13,292 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226686, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:58:13,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226686, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/69FCC2D1, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:13,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 21 ms
2025-11-19 16:58:13,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:13,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:15,631 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6662) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:15,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507): Create Instance[pk=226687, uid=1.2.840.113619.2.423.84107009440.1763542712.860, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:58:15,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507): Create Location[pk=226687, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/14716E6C, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:15,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507): Updated DB in 11 ms
2025-11-19 16:58:15,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507) << 127:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542712.860 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:58:16,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507) >> 128:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542712.860 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:58:17,711 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6662) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:17,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507): Found previous received Instance[pk=226687, uid=1.2.840.113619.2.423.84107009440.1763542712.860, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:58:17,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507): Replace previous received Instance[pk=226687, uid=1.2.840.113619.2.423.84107009440.1763542712.860, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:58:17,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507): Create Instance[pk=226688, uid=1.2.840.113619.2.423.84107009440.1763542712.860, class=1.2.840.10008.5.1.4.1.1.6.1, no=256]
2025-11-19 16:58:17,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507): Create Location[pk=226688, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/9528E4A5, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:17,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507): Updated DB in 11 ms
2025-11-19 16:58:17,723 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507) << 128:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542712.860 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:58:18,049 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507) >> A-RELEASE-RQ
2025-11-19 16:58:18,049 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6662) DCM4CHEE<-F6LOGIQ(507) << A-RELEASE-RP
2025-11-19 16:58:18,099 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-F6LOGIQ(507): close Socket[addr=187.36.104.204/187.36.104.204,port=49584,localport=11112]
2025-11-19 16:58:19,091 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:19,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226667, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:58:19,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226667, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:58:19,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226689, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:58:19,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226689, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6A0DF62A, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:19,104 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 13 ms
2025-11-19 16:58:19,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:19,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:23,632 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:23,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226668, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:58:23,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226668, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:58:23,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226690, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:58:23,637 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226690, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6827A6C5, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:23,645 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 13 ms
2025-11-19 16:58:23,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:23,898 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:27,350 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:27,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226669, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:58:27,353 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226669, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:58:27,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226691, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:58:27,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226691, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6EBADBDB, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:27,374 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 23 ms
2025-11-19 16:58:27,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:27,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:31,827 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:31,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226670, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:58:31,829 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226670, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:58:31,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226692, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:58:31,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226692, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/74F667D9, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:31,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 28 ms
2025-11-19 16:58:31,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:32,107 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:37,017 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:37,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226671, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:58:37,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226671, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:58:37,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226693, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 16:58:37,022 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226693, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/C42AFFEC, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:37,024 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 7 ms
2025-11-19 16:58:37,025 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:37,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:42,210 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 16:58:42,211 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 16:58:42,713 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:42,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226672, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:58:42,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226672, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:58:42,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226694, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 16:58:42,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226694, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3E5E0ECD, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:42,725 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 12 ms
2025-11-19 16:58:42,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:42,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:47,842 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:47,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226673, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:58:47,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226673, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:58:47,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226695, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 16:58:47,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226695, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/852E25A9, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:47,858 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 16 ms
2025-11-19 16:58:47,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:47,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 16:58:47,918 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:58:47,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:58:47,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:58:47,919 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:58:47,919 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:58:47,942 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:58:47,942 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:58:47,943 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-17) Send audit message to /127.0.0.1:514
2025-11-19 16:58:47,943 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 16:58:48,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:54,642 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:54,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226674, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:58:54,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226674, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:58:54,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226696, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 16:58:54,647 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226696, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6D503415, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:54,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 25 ms
2025-11-19 16:58:54,668 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:54,916 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:57,973 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 16:58:57,974 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 16:58:59,002 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:58:59,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226675, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:58:59,004 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226675, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:58:59,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226697, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 16:58:59,006 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226697, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/B6E5F4E8, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:58:59,020 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 18 ms
2025-11-19 16:58:59,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:58:59,280 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:00,770 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:00,773 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Instance[pk=226698, uid=1.2.410.200001.101.11.601.1501430850.3.20251113161441813, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:59:00,773 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Create Location[pk=226698, systemID=amazon-s3, path=2025/11/19/0312C350/00C5C7B2/03560A7E, tsuid=1.2.840.10008.1.2, size=44206406, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:00,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501): Updated DB in 17 ms
2025-11-19 16:59:00,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251113161441813 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:01,061 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) >> A-RELEASE-RQ
2025-11-19 16:59:01,062 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(501) << A-RELEASE-RP
2025-11-19 16:59:01,112 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS60MT(501): close Socket[addr=187.36.104.204/187.36.104.204,port=49613,localport=11112]
2025-11-19 16:59:01,606 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49653,localport=11112]
2025-11-19 16:59:01,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) >> A-ASSOCIATE-RQ
2025-11-19 16:59:01,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) << A-ASSOCIATE-AC
2025-11-19 16:59:01,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141314511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:02,539 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:02,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Found previous received Instance[pk=226676, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:59:02,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Replace previous received Instance[pk=226676, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:59:02,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Instance[pk=226699, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 16:59:02,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Create Location[pk=226699, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/2CF707A2, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:02,563 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505): Updated DB in 24 ms
2025-11-19 16:59:02,564 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:02,810 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) >> A-RELEASE-RQ
2025-11-19 16:59:02,810 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(505) << A-RELEASE-RP
2025-11-19 16:59:02,860 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(505): close Socket[addr=187.36.104.204/187.36.104.204,port=52190,localport=11112]
2025-11-19 16:59:03,280 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52191,localport=11112]
2025-11-19 16:59:03,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> A-ASSOCIATE-RQ
2025-11-19 16:59:03,280 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << A-ASSOCIATE-AC
2025-11-19 16:59:03,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:06,332 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSDeleteScheduler.execute()
2025-11-19 16:59:06,336 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSDeleteScheduler.execute()
2025-11-19 16:59:07,822 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:07,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226677, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:59:07,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226677, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:59:07,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226700, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:59:07,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226700, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/8BA0995C, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:07,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 27 ms
2025-11-19 16:59:07,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:08,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:10,864 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:10,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226678, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:59:10,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226678, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:59:10,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226701, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 16:59:10,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226701, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/2701F64A, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:10,888 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 24 ms
2025-11-19 16:59:10,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:11,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 16:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 16:59:14,821 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:14,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226680, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:59:14,823 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226680, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:59:14,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226702, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 16:59:14,826 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226702, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/9FFD46F8, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:14,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 7 ms
2025-11-19 16:59:14,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:15,060 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:18,698 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49588,localport=11112]
2025-11-19 16:59:18,704 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510) >> A-ASSOCIATE-RQ
2025-11-19 16:59:18,704 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510) << A-ASSOCIATE-AC
2025-11-19 16:59:18,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:18,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226682, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:59:18,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226682, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:59:19,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226703, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 16:59:19,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226703, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/BF11D88F, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:19,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 7 ms
2025-11-19 16:59:19,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:19,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510) >> 129:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542779.864 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:59:19,234 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:22,395 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6668) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:22,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510): Create Instance[pk=226704, uid=1.2.840.113619.2.423.84107009440.1763542779.864, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 16:59:22,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510): Create Location[pk=226704, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/1F1126B1, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:22,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510): Updated DB in 17 ms
2025-11-19 16:59:22,412 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510) << 129:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542779.864 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:59:22,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510) >> 130:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542779.864 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:59:23,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:23,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226683, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:59:23,887 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226683, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:59:23,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226705, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 16:59:23,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226705, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/4315877F, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:23,906 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 21 ms
2025-11-19 16:59:23,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:24,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:24,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6668) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:24,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510): Found previous received Instance[pk=226704, uid=1.2.840.113619.2.423.84107009440.1763542779.864, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 16:59:24,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510): Replace previous received Instance[pk=226704, uid=1.2.840.113619.2.423.84107009440.1763542779.864, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 16:59:24,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510): Create Instance[pk=226706, uid=1.2.840.113619.2.423.84107009440.1763542779.864, class=1.2.840.10008.5.1.4.1.1.6.1, no=512]
2025-11-19 16:59:24,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510): Create Location[pk=226706, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/B948FA9C, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:24,660 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510): Updated DB in 7 ms
2025-11-19 16:59:24,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510) << 130:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542779.864 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 16:59:25,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510) >> A-RELEASE-RQ
2025-11-19 16:59:25,018 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6668) DCM4CHEE<-F6LOGIQ(510) << A-RELEASE-RP
2025-11-19 16:59:25,068 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-F6LOGIQ(510): close Socket[addr=187.36.104.204/187.36.104.204,port=49588,localport=11112]
2025-11-19 16:59:29,920 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:29,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226684, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:59:29,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226684, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:59:29,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226707, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 16:59:29,925 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226707, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/9564B491, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:29,941 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 21 ms
2025-11-19 16:59:29,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:30,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:34,608 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:34,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226685, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:59:34,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226685, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:59:34,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226708, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 16:59:34,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226708, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/ABED08B7, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:34,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 17 ms
2025-11-19 16:59:34,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:34,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:38,279 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:38,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226686, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:59:38,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226686, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:59:38,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226709, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 16:59:38,284 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226709, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/F74ACE47, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:38,286 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 7 ms
2025-11-19 16:59:38,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:38,520 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:42,211 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 16:59:42,212 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 16:59:42,556 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:42,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226689, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:59:42,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226689, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:59:42,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226710, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 16:59:42,561 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226710, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/97D31AD2, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:42,572 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 16 ms
2025-11-19 16:59:42,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:42,806 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:42,813 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/91.231.89.202,port=47425,localport=11112]
2025-11-19 16:59:42,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6673) /172.18.0.3:11112<-/91.231.89.202:47425(511): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-11-19 16:59:42,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6673) /172.18.0.3:11112<-/91.231.89.202:47425(511): close Socket[addr=/91.231.89.202,port=47425,localport=11112]
2025-11-19 16:59:43,013 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/91.231.89.115,port=49829,localport=11112]
2025-11-19 16:59:43,013 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6673) ANY-SCP<-ECHOSCU(512) >> A-ASSOCIATE-RQ
2025-11-19 16:59:43,013 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6673) ANY-SCP<-ECHOSCU(512) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-11-19 16:59:43,064 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) ANY-SCP<-ECHOSCU(512): close Socket[addr=/91.231.89.115,port=49829,localport=11112]
2025-11-19 16:59:45,841 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:45,854 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Patient[pk=8859, id=PatientID[pk=8859, id=67282, issuer=DCM4CHEE.218ECA81.0D8649E3], name=ALESSANDRA MOREIRA DOS SANTOS]
2025-11-19 16:59:45,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Study[pk=8868, uid=67282, id=67282]
2025-11-19 16:59:45,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Series[pk=8973, uid=1.2.410.200001.101.11.601.1501430850.2.20251112141314049, no=1, mod=US]
2025-11-19 16:59:45,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Instance[pk=226711, uid=1.2.410.200001.101.11.601.1501430850.3.20251112141314511, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 16:59:45,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Location[pk=226711, systemID=amazon-s3, path=2025/11/19/0312B84B/6FC1FE36/3D6C7257, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:45,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Updated DB in 39 ms
2025-11-19 16:59:45,881 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) No duplicate record with equal Patient ID found Patient[pk=8859, id=PatientID[pk=8859, id=67282, issuer=DCM4CHEE.218ECA81.0D8649E3], name=ALESSANDRA MOREIRA DOS SANTOS]
2025-11-19 16:59:45,881 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141314511 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:46,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141352146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:46,589 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 16:59:46,651 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) Calculated size of 1 studies
2025-11-19 16:59:46,651 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 16:59:47,573 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:47,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226690, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:59:47,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226690, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:59:47,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226712, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 16:59:47,579 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226712, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/FA062ADC, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:47,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 14 ms
2025-11-19 16:59:47,588 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:47,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:47,943 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 16:59:47,944 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:59:47,944 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:59:47,945 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:59:47,945 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:59:47,966 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 16:59:47,966 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 16:59:47,967 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 16:59:52,931 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:52,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226691, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:59:52,933 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226691, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:59:52,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226713, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 16:59:52,936 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226713, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/00502953, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:52,943 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 12 ms
2025-11-19 16:59:52,943 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:53,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:57,181 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 16:59:57,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226692, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:59:57,184 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226692, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:59:57,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226714, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 16:59:57,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226714, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/CD0DE9EB, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 16:59:57,197 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 16 ms
2025-11-19 16:59:57,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:57,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 16:59:57,975 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 16:59:57,976 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 17:00:01,091 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:01,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226693, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:00:01,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226693, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:00:01,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226715, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:00:01,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226715, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/2237CA90, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:01,116 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 25 ms
2025-11-19 17:00:01,117 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:01,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:05,437 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:05,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226694, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:00:05,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226694, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:00:05,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226716, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:00:05,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226716, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/FD89C75F, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:05,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 13 ms
2025-11-19 17:00:05,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:05,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:05,718 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49592,localport=11112]
2025-11-19 17:00:05,722 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513) >> A-ASSOCIATE-RQ
2025-11-19 17:00:05,722 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513) << A-ASSOCIATE-AC
2025-11-19 17:00:06,064 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513) >> 131:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542826.868 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:00:09,195 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6674) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:09,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513): Create Instance[pk=226717, uid=1.2.840.113619.2.423.84107009440.1763542826.868, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 17:00:09,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513): Create Location[pk=226717, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/4B44E058, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:09,207 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513): Updated DB in 12 ms
2025-11-19 17:00:09,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513) << 131:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542826.868 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:00:09,625 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513) >> 132:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542826.868 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:00:11,235 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:11,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226695, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:00:11,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226695, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:00:11,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226718, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:00:11,240 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226718, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/681C483C, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:11,247 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 12 ms
2025-11-19 17:00:11,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:11,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6674) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:11,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513): Found previous received Instance[pk=226717, uid=1.2.840.113619.2.423.84107009440.1763542826.868, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 17:00:11,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513): Replace previous received Instance[pk=226717, uid=1.2.840.113619.2.423.84107009440.1763542826.868, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 17:00:11,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513): Create Instance[pk=226719, uid=1.2.840.113619.2.423.84107009440.1763542826.868, class=1.2.840.10008.5.1.4.1.1.6.1, no=768]
2025-11-19 17:00:11,357 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513): Create Location[pk=226719, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/402DB70F, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:11,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513): Updated DB in 6 ms
2025-11-19 17:00:11,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513) << 132:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542826.868 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:00:11,478 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:11,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513) >> A-RELEASE-RQ
2025-11-19 17:00:11,732 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6674) DCM4CHEE<-F6LOGIQ(513) << A-RELEASE-RP
2025-11-19 17:00:11,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-F6LOGIQ(513): close Socket[addr=187.36.104.204/187.36.104.204,port=49592,localport=11112]
2025-11-19 17:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 17:00:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 17:00:17,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:17,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226696, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:00:17,117 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226696, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:00:17,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226720, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:00:17,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226720, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/145E8CF4, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:17,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 8 ms
2025-11-19 17:00:17,124 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:17,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:21,118 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:21,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226697, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:00:21,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226697, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:00:21,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226721, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:00:21,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226721, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/AFD1052C, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:21,142 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 24 ms
2025-11-19 17:00:21,143 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:21,377 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:24,410 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49594,localport=11112]
2025-11-19 17:00:24,417 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514) >> A-ASSOCIATE-RQ
2025-11-19 17:00:24,417 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514) << A-ASSOCIATE-AC
2025-11-19 17:00:24,608 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6640) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:24,610 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Found previous received Instance[pk=226699, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:00:24,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Replace previous received Instance[pk=226699, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:00:24,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Instance[pk=226722, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:00:24,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Create Location[pk=226722, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/8672A8BC, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:24,628 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509): Updated DB in 20 ms
2025-11-19 17:00:24,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:24,766 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514) >> 133:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542844.872 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:00:24,859 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) >> A-RELEASE-RQ
2025-11-19 17:00:24,859 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6640) DCM4CHEE<-HS30(509) << A-RELEASE-RP
2025-11-19 17:00:24,910 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS30(509): close Socket[addr=187.36.104.204/187.36.104.204,port=52191,localport=11112]
2025-11-19 17:00:25,321 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52192,localport=11112]
2025-11-19 17:00:25,325 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> A-ASSOCIATE-RQ
2025-11-19 17:00:25,325 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << A-ASSOCIATE-AC
2025-11-19 17:00:25,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:28,449 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6676) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:28,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514): Create Instance[pk=226723, uid=1.2.840.113619.2.423.84107009440.1763542844.872, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 17:00:28,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514): Create Location[pk=226723, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/4E9262AD, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:28,475 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514): Updated DB in 26 ms
2025-11-19 17:00:28,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514) << 133:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542844.872 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:00:28,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514) >> 134:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542844.872 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:00:30,127 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:30,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Instance[pk=226724, uid=1.2.410.200001.101.11.601.1501430850.3.20251112141352146, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:00:30,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Location[pk=226724, systemID=amazon-s3, path=2025/11/19/0312B84B/6FC1FE36/3DA3D8FB, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:30,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Updated DB in 13 ms
2025-11-19 17:00:30,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141352146 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:30,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141422329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:30,750 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:30,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226700, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:00:30,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226700, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:00:30,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226725, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:00:30,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226725, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/FB0C0B00, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:30,772 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 22 ms
2025-11-19 17:00:30,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:30,836 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6676) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:30,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514): Found previous received Instance[pk=226723, uid=1.2.840.113619.2.423.84107009440.1763542844.872, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 17:00:30,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514): Replace previous received Instance[pk=226723, uid=1.2.840.113619.2.423.84107009440.1763542844.872, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 17:00:30,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514): Create Instance[pk=226726, uid=1.2.840.113619.2.423.84107009440.1763542844.872, class=1.2.840.10008.5.1.4.1.1.6.1, no=1024]
2025-11-19 17:00:30,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514): Create Location[pk=226726, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/3A831AB4, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:30,843 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514): Updated DB in 7 ms
2025-11-19 17:00:30,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514) << 134:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542844.872 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:00:31,005 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:31,206 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514) >> A-RELEASE-RQ
2025-11-19 17:00:31,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6676) DCM4CHEE<-F6LOGIQ(514) << A-RELEASE-RP
2025-11-19 17:00:31,257 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-F6LOGIQ(514): close Socket[addr=187.36.104.204/187.36.104.204,port=49594,localport=11112]
2025-11-19 17:00:36,374 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:36,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226701, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:00:36,377 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226701, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:00:36,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226727, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:00:36,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226727, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/87578C95, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:36,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 22 ms
2025-11-19 17:00:36,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:36,629 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:42,212 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 17:00:42,213 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 17:00:43,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:43,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226702, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:00:43,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226702, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:00:43,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226728, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:00:43,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226728, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/22DD3D13, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:43,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 7 ms
2025-11-19 17:00:43,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:43,429 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:47,967 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 17:00:47,968 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 17:00:47,968 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 17:00:47,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:00:47,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:00:47,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:00:47,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:00:47,970 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 17:00:47,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:00:47,994 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:00:47,994 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 17:00:47,994 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 17:00:53,411 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:00:53,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226703, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:00:53,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226703, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:00:53,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226729, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:00:53,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226729, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/A67C8A04, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:00:53,429 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 18 ms
2025-11-19 17:00:53,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:53,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:00:57,976 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 17:00:57,978 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 17:01:11,949 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:01:11,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226705, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:01:11,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226705, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:01:11,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226730, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:01:11,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226730, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/7D97D227, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:01:11,966 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 17 ms
2025-11-19 17:01:11,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 17:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 17:01:12,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:01:19,906 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49598,localport=11112]
2025-11-19 17:01:19,911 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516) >> A-ASSOCIATE-RQ
2025-11-19 17:01:19,911 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516) << A-ASSOCIATE-AC
2025-11-19 17:01:20,250 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516) >> 135:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542895.876 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:01:25,413 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:01:25,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226707, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:01:25,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226707, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:01:25,417 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226731, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:01:25,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226731, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/399F859D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:01:25,439 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 26 ms
2025-11-19 17:01:25,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:01:25,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:01:27,621 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6682) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:01:27,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516): Create Instance[pk=226732, uid=1.2.840.113619.2.423.84107009440.1763542895.876, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 17:01:27,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516): Create Location[pk=226732, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/5728B54D, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 17:01:27,633 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516): Updated DB in 12 ms
2025-11-19 17:01:27,634 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516) << 135:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542895.876 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:01:28,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516) >> 136:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542895.876 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:01:31,381 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:01:31,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Instance[pk=226733, uid=1.2.410.200001.101.11.601.1501430850.3.20251112141422329, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:01:31,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Location[pk=226733, systemID=amazon-s3, path=2025/11/19/0312B84B/6FC1FE36/3F2E725E, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-11-19 17:01:31,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Updated DB in 11 ms
2025-11-19 17:01:31,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141422329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:01:31,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141444445 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:01:37,847 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6682) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:01:37,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516): Found previous received Instance[pk=226732, uid=1.2.840.113619.2.423.84107009440.1763542895.876, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 17:01:37,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516): Replace previous received Instance[pk=226732, uid=1.2.840.113619.2.423.84107009440.1763542895.876, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 17:01:37,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516): Create Instance[pk=226734, uid=1.2.840.113619.2.423.84107009440.1763542895.876, class=1.2.840.10008.5.1.4.1.1.6.1, no=1280]
2025-11-19 17:01:37,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516): Create Location[pk=226734, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/169930DB, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 17:01:37,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516): Updated DB in 16 ms
2025-11-19 17:01:37,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516) << 136:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542895.876 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:01:38,220 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516) >> A-RELEASE-RQ
2025-11-19 17:01:38,221 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6682) DCM4CHEE<-F6LOGIQ(516) << A-RELEASE-RP
2025-11-19 17:01:38,271 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-F6LOGIQ(516): close Socket[addr=187.36.104.204/187.36.104.204,port=49598,localport=11112]
2025-11-19 17:01:42,214 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 17:01:42,214 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 17:01:43,829 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:01:43,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226708, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:01:43,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226708, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:01:43,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226735, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:01:43,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226735, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/867F0583, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:01:43,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 19 ms
2025-11-19 17:01:43,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:01:44,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:01:47,995 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 17:01:47,995 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:01:47,995 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:01:47,996 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:01:47,996 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:01:48,029 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:01:48,030 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:01:48,030 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 17:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 17:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6686) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 17:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6687) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6687) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6686) Start deleting 58 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:01:53,564 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:01:53,570 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:01:57,978 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 17:01:57,979 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 17:02:04,551 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:04,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226709, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:02:04,554 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226709, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:02:04,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226736, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:02:04,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226736, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/F1497653, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:04,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 7 ms
2025-11-19 17:02:04,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:04,793 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:04,980 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49602,localport=11112]
2025-11-19 17:02:04,986 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517) >> A-ASSOCIATE-RQ
2025-11-19 17:02:04,986 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517) << A-ASSOCIATE-AC
2025-11-19 17:02:05,346 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517) >> 137:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542946.880 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:02:09,245 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6688) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:09,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517): Create Instance[pk=226737, uid=1.2.840.113619.2.423.84107009440.1763542946.880, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 17:02:09,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517): Create Location[pk=226737, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/8394CD0D, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:09,260 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517): Updated DB in 15 ms
2025-11-19 17:02:09,260 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517) << 137:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542946.880 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:02:09,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517) >> 138:C-STORE-RQ[pcid=3, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542946.880 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:02:11,449 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6688) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:11,451 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517): Found previous received Instance[pk=226737, uid=1.2.840.113619.2.423.84107009440.1763542946.880, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 17:02:11,452 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517): Replace previous received Instance[pk=226737, uid=1.2.840.113619.2.423.84107009440.1763542946.880, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 17:02:11,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517): Create Instance[pk=226738, uid=1.2.840.113619.2.423.84107009440.1763542946.880, class=1.2.840.10008.5.1.4.1.1.6.1, no=1536]
2025-11-19 17:02:11,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517): Create Location[pk=226738, systemID=amazon-s3, path=2025/11/19/03133414/42D3CF72/A8258C2C, tsuid=1.2.840.10008.1.2.1, size=692654, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:11,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517): Updated DB in 7 ms
2025-11-19 17:02:11,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517) << 138:C-STORE-RSP[pcid=3, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.840.113619.2.423.84107009440.1763542946.880 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
2025-11-19 17:02:11,860 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517) >> A-RELEASE-RQ
2025-11-19 17:02:11,860 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6688) DCM4CHEE<-F6LOGIQ(517) << A-RELEASE-RP
2025-11-19 17:02:11,910 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-F6LOGIQ(517): close Socket[addr=187.36.104.204/187.36.104.204,port=49602,localport=11112]
2025-11-19 17:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 17:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 17:02:15,105 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:15,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226710, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:02:15,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226710, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:02:15,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226739, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:02:15,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226739, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/67A792BD, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:15,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 8 ms
2025-11-19 17:02:15,113 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:15,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:23,667 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:23,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Instance[pk=226740, uid=1.2.410.200001.101.11.601.1501430850.3.20251112141444445, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:02:23,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Location[pk=226740, systemID=amazon-s3, path=2025/11/19/0312B84B/6FC1FE36/3F4B8E19, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:23,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Updated DB in 12 ms
2025-11-19 17:02:23,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141444445 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:23,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141511781 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:26,848 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:26,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226712, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:02:26,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226712, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:02:26,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226741, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:02:26,852 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226741, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/4837080D, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:26,857 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6686) Finished deleting 58 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:02:26,857 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6686) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:02:26,857 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 9 ms
2025-11-19 17:02:26,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:27,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:37,559 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:37,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226713, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:02:37,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226713, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:02:37,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226742, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:02:37,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226742, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6BE9DF6B, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:37,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 15 ms
2025-11-19 17:02:37,576 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:37,809 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:42,214 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 17:02:42,216 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 17:02:42,891 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:42,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226714, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:02:42,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226714, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:02:42,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226743, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:02:42,896 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226743, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6D76C2E1, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:42,908 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 17 ms
2025-11-19 17:02:42,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:43,141 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:47,260 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:47,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226715, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:02:47,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226715, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:02:47,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226744, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:02:47,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226744, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6F0D2D91, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:47,267 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 7 ms
2025-11-19 17:02:47,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:47,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:48,030 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 17:02:48,030 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:02:48,031 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:02:48,032 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:02:48,032 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:02:48,052 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:02:48,052 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:02:48,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 17:02:51,697 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:51,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226716, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:02:51,699 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226716, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:02:51,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226745, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:02:51,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226745, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6F375A64, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:51,715 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 18 ms
2025-11-19 17:02:51,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:51,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:57,980 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 17:02:57,982 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 17:02:59,286 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:02:59,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226718, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:02:59,289 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226718, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:02:59,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226746, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:02:59,293 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226746, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/74655B8D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:02:59,301 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 15 ms
2025-11-19 17:02:59,302 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:02:59,535 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:08,121 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:08,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226720, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:03:08,123 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226720, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:03:08,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226747, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:03:08,126 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226747, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/77C27085, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:08,144 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 23 ms
2025-11-19 17:03:08,145 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:08,375 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 17:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 17:03:14,584 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:14,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Instance[pk=226748, uid=1.2.410.200001.101.11.601.1501430850.3.20251112141511781, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:03:14,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Location[pk=226748, systemID=amazon-s3, path=2025/11/19/0312B84B/6FC1FE36/40D4CED3, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:14,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Updated DB in 12 ms
2025-11-19 17:03:14,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141511781 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:14,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141651267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:16,458 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:16,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226721, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:03:16,460 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226721, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:03:16,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226749, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:03:16,462 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226749, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/9EF26353, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:16,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 16 ms
2025-11-19 17:03:16,474 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:16,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:24,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:24,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Found previous received Instance[pk=226722, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:03:24,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Replace previous received Instance[pk=226722, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:03:24,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Instance[pk=226750, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:03:24,359 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Create Location[pk=226750, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/A09928ED, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:24,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515): Updated DB in 15 ms
2025-11-19 17:03:24,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:24,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) >> A-RELEASE-RQ
2025-11-19 17:03:24,603 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(515) << A-RELEASE-RP
2025-11-19 17:03:24,653 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(515): close Socket[addr=187.36.104.204/187.36.104.204,port=52192,localport=11112]
2025-11-19 17:03:25,075 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52193,localport=11112]
2025-11-19 17:03:25,075 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> A-ASSOCIATE-RQ
2025-11-19 17:03:25,076 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << A-ASSOCIATE-AC
2025-11-19 17:03:25,306 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:28,950 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:28,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226725, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:03:28,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226725, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:03:28,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226751, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:03:28,956 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226751, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3D9F2F4D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:28,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 26 ms
2025-11-19 17:03:28,977 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:29,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:31,644 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:31,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226727, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:03:31,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226727, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:03:31,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226752, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:03:31,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226752, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3DD7910D, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:31,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 14 ms
2025-11-19 17:03:31,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:31,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:35,181 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:35,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226728, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:03:35,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226728, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:03:35,185 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226753, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:03:35,186 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226753, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3F80F61D, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:35,195 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 14 ms
2025-11-19 17:03:35,195 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:35,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:37,828 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:37,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226729, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:03:37,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226729, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:03:37,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226754, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:03:37,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226754, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/4135D642, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:37,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 16 ms
2025-11-19 17:03:37,845 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:38,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:41,090 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:41,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226730, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:03:41,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226730, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:03:41,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226755, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:03:41,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226755, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/42F8C5E0, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:41,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 12 ms
2025-11-19 17:03:41,103 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:41,349 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:42,216 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 17:03:42,217 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 17:03:45,224 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:45,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226731, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:03:45,226 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226731, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:03:45,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226756, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:03:45,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226756, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6848B549, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:45,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 13 ms
2025-11-19 17:03:45,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:45,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:48,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 17:03:48,054 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:03:48,055 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:03:48,055 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:03:48,056 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:03:48,056 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:03:48,057 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:03:48,057 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:03:48,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:03:48,085 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:03:48,085 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 17:03:50,097 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:50,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226735, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:03:50,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226735, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:03:50,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226757, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:03:50,102 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226757, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/68738294, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:50,109 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 12 ms
2025-11-19 17:03:50,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:50,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:55,364 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:55,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226736, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:03:55,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226736, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:03:55,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226758, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:03:55,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226758, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/69FCC2D1, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:55,371 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 7 ms
2025-11-19 17:03:55,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:55,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:57,982 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 17:03:57,983 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 17:03:58,661 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:58,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Instance[pk=226759, uid=1.2.410.200001.101.11.601.1501430850.3.20251112141651267, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:03:58,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Location[pk=226759, systemID=amazon-s3, path=2025/11/19/0312B84B/6FC1FE36/42C1F279, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:58,684 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Updated DB in 23 ms
2025-11-19 17:03:58,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141651267 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:58,949 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141749498 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:03:59,967 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:03:59,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226739, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:03:59,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226739, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:03:59,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226760, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:03:59,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226760, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6A0DF62A, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:03:59,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 25 ms
2025-11-19 17:03:59,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:00,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:04,309 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:04,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226741, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:04:04,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226741, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:04:04,313 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226761, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:04:04,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226761, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6BBFA34F, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:04,329 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 20 ms
2025-11-19 17:04:04,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:04,577 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:08,079 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:08,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226742, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:04:08,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226742, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:04:08,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226762, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:04:08,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226762, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/B6305B98, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:08,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 16 ms
2025-11-19 17:04:08,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:08,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 17:04:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 17:04:12,335 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:12,337 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226743, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:04:12,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226743, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:04:12,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226763, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:04:12,340 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226763, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/8CFDFCF2, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:12,342 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 6 ms
2025-11-19 17:04:12,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:12,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:22,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:22,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226744, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:04:22,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226744, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:04:22,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226764, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:04:22,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226764, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/7C908D41, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:22,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 25 ms
2025-11-19 17:04:22,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:22,503 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:27,185 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:27,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226745, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:04:27,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226745, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:04:27,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226765, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:04:27,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226765, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/67E63D80, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:27,200 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 15 ms
2025-11-19 17:04:27,201 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:27,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:31,076 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:31,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226746, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:04:31,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226746, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:04:31,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226766, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:04:31,081 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226766, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/223D0BA5, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:31,097 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 21 ms
2025-11-19 17:04:31,097 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:31,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:35,708 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:35,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226747, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:04:35,710 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226747, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:04:35,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226767, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:04:35,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226767, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/70816D0F, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:35,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 19 ms
2025-11-19 17:04:35,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:35,961 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:41,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:41,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226749, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:04:41,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226749, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:04:41,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226768, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:04:41,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226768, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/AA6AA902, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:41,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 7 ms
2025-11-19 17:04:41,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:41,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:42,217 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 17:04:42,218 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 17:04:46,651 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 17:04:46,735 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:46,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Found previous received Instance[pk=226750, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:04:46,737 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Replace previous received Instance[pk=226750, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:04:46,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Instance[pk=226769, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:04:46,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Create Location[pk=226769, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/28412796, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:46,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518): Updated DB in 7 ms
2025-11-19 17:04:46,743 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:46,771 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) Calculated size of 2 studies
2025-11-19 17:04:46,771 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 17:04:46,973 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) >> A-RELEASE-RQ
2025-11-19 17:04:46,973 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(518) << A-RELEASE-RP
2025-11-19 17:04:47,023 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-18) DCM4CHEE<-HS30(518): close Socket[addr=187.36.104.204/187.36.104.204,port=52193,localport=11112]
2025-11-19 17:04:47,447 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52194,localport=11112]
2025-11-19 17:04:47,453 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> A-ASSOCIATE-RQ
2025-11-19 17:04:47,453 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << A-ASSOCIATE-AC
2025-11-19 17:04:47,681 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:48,086 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 17:04:48,086 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:04:48,086 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:04:48,087 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:04:48,088 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:04:48,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:04:48,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:04:48,111 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 17:04:51,708 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:51,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Instance[pk=226770, uid=1.2.410.200001.101.11.601.1501430850.3.20251112141749498, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:04:51,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Location[pk=226770, systemID=amazon-s3, path=2025/11/19/0312B84B/6FC1FE36/446C5E6F, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:51,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Updated DB in 10 ms
2025-11-19 17:04:51,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141749498 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:51,980 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:51,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226751, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:04:51,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226751, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:04:51,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141813667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:51,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226771, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:04:51,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226771, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/193F89EC, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:51,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 8 ms
2025-11-19 17:04:51,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:52,227 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:54,136 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:54,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226752, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:04:54,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226752, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:04:54,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226772, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:04:54,141 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226772, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/20FA6C00, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:54,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 24 ms
2025-11-19 17:04:54,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:54,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:57,206 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:04:57,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226753, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:04:57,208 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226753, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:04:57,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226773, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:04:57,211 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226773, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/8A4DC63C, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 17:04:57,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 23 ms
2025-11-19 17:04:57,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:57,462 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:04:57,984 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 17:04:57,985 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 17:05:00,772 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:00,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226754, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:05:00,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226754, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:05:00,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226774, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:05:00,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226774, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/17937524, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:00,786 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 13 ms
2025-11-19 17:05:00,786 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:01,020 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:06,162 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:06,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226755, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:05:06,165 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226755, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:05:06,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226775, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:05:06,167 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226775, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/17EEAB93, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:06,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 16 ms
2025-11-19 17:05:06,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:06,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:10,194 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:10,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226756, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:05:10,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226756, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:05:10,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226776, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:05:10,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226776, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/7D6121F0, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:10,201 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 7 ms
2025-11-19 17:05:10,202 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:10,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 17:05:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 17:05:14,475 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:14,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226757, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:05:14,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226757, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:05:14,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226777, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:05:14,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226777, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/641B2B61, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:14,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 14 ms
2025-11-19 17:05:14,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:14,731 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:18,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:18,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226758, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:05:18,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226758, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:05:18,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226778, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:05:18,742 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226778, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/D0F3B061, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:18,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 21 ms
2025-11-19 17:05:18,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:19,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:23,582 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:23,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226760, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:05:23,584 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226760, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:05:23,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226779, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:05:23,587 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226779, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/DE49272F, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:23,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 23 ms
2025-11-19 17:05:23,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:23,849 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:30,237 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:30,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226761, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:05:30,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226761, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:05:30,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226780, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:05:30,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226780, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/14876C44, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:30,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 29 ms
2025-11-19 17:05:30,267 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:30,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:34,120 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:34,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226762, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:05:34,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226762, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:05:34,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226781, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:05:34,125 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226781, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/C8FC1407, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:34,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 17 ms
2025-11-19 17:05:34,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:34,376 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:37,747 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:37,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226763, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:05:37,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226763, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:05:37,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226782, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:05:37,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226782, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/FC61A094, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:37,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 23 ms
2025-11-19 17:05:37,772 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:38,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:40,622 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6554) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:40,624 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Instance[pk=226783, uid=1.2.410.200001.101.11.601.1501430850.3.20251112141813667, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:05:40,625 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Create Location[pk=226783, systemID=amazon-s3, path=2025/11/19/0312B84B/6FC1FE36/45F43D75, tsuid=1.2.840.10008.1.2, size=3416622, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:40,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508): Updated DB in 18 ms
2025-11-19 17:05:40,641 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141813667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:40,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6554) DCM4CHEE<-HS60MT(508) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251112141908914 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:42,044 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:42,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226764, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:05:42,046 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226764, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:05:42,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226784, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:05:42,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226784, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/9B5ED75B, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:42,051 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 7 ms
2025-11-19 17:05:42,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:42,219 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 17:05:42,220 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 17:05:42,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:46,554 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:46,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226765, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:05:46,557 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226765, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:05:46,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226785, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:05:46,560 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226785, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/642E10B5, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:46,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 23 ms
2025-11-19 17:05:46,578 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:46,813 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:48,111 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 17:05:48,113 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 17:05:48,113 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 17:05:48,113 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:05:48,113 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:05:48,114 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:05:48,115 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:05:48,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:05:48,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:05:48,137 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 17:05:51,754 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:51,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226766, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:05:51,757 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226766, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:05:51,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226786, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:05:51,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226786, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/CF4C0048, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:51,769 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 15 ms
2025-11-19 17:05:51,770 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:52,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:56,978 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6675) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:05:56,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Found previous received Instance[pk=226767, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:05:56,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Replace previous received Instance[pk=226767, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:05:56,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Instance[pk=226787, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:05:56,983 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Create Location[pk=226787, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/2BBEC494, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:05:56,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519): Updated DB in 18 ms
2025-11-19 17:05:56,997 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:57,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6675) DCM4CHEE<-HS30(519) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:05:57,985 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 17:05:57,987 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 17:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 17:06:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 17:06:42,220 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 17:06:42,221 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 17:06:48,137 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 17:06:48,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:06:48,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:06:48,139 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 17:06:48,140 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:06:48,140 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:06:48,168 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:06:48,168 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:06:48,168 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 17:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 17:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6709) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 17:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6710) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6710) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6709) Start deleting 46 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:06:53,570 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:06:53,577 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:06:57,987 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 17:06:57,989 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 17:07:02,509 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52195,localport=11112]
2025-11-19 17:07:02,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> A-ASSOCIATE-RQ
2025-11-19 17:07:02,515 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << A-ASSOCIATE-AC
2025-11-19 17:07:02,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:04,952 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49654,localport=11112]
2025-11-19 17:07:04,964 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> A-ASSOCIATE-RQ
2025-11-19 17:07:04,964 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << A-ASSOCIATE-AC
2025-11-19 17:07:05,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081707387 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:08,210 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:08,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226771, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:07:08,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226771, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:07:08,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226788, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:07:08,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226788, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/E5D0DD0E, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:08,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 13 ms
2025-11-19 17:07:08,223 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:08,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:11,222 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:11,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226772, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:07:11,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226772, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:07:11,228 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226789, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:07:11,229 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226789, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/BB4DE4CB, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:11,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 10 ms
2025-11-19 17:07:11,233 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:11,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 17:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 17:07:16,254 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:16,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226773, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:07:16,256 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226773, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:07:16,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226790, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:07:16,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226790, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/4C9078C6, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:16,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 23 ms
2025-11-19 17:07:16,278 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:16,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:18,347 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6709) Finished deleting 46 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:07:18,347 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6709) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:07:22,699 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:22,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226774, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:07:22,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226774, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:07:22,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226791, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:07:22,704 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226791, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/C87E0660, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:22,712 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 13 ms
2025-11-19 17:07:22,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:22,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:29,071 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:29,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226775, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:07:29,073 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226775, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:07:29,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226792, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:07:29,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226792, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/42F8C5E0, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:29,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 14 ms
2025-11-19 17:07:29,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:29,332 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:32,910 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:32,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226776, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:07:32,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226776, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:07:32,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226793, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:07:32,916 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226793, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6848B549, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:32,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 29 ms
2025-11-19 17:07:32,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:33,204 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:36,922 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:36,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226777, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:07:36,924 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226777, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:07:36,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226794, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:07:36,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226794, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/68738294, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:36,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 27 ms
2025-11-19 17:07:36,949 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:37,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:41,054 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:41,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226778, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:07:41,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226778, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:07:41,059 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:41,059 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226795, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:07:41,060 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226795, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/69FCC2D1, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:41,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226293, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081707387, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:07:41,062 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226293, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081707387, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:07:41,063 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 9 ms
2025-11-19 17:07:41,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:41,084 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226796, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081707387, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:07:41,085 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226796, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/DC2EDBFC, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:41,089 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 30 ms
2025-11-19 17:07:41,090 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081707387 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:41,318 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:41,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081718395 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:42,221 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 17:07:42,222 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 17:07:45,656 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:45,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226779, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:07:45,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226779, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:07:45,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226797, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:07:45,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226797, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6A0DF62A, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:45,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 24 ms
2025-11-19 17:07:45,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:45,930 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:48,168 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 17:07:48,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:07:48,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:07:48,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:07:48,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:07:48,194 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:07:48,194 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:07:48,194 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 17:07:51,358 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:51,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226780, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:07:51,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226780, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:07:51,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226798, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:07:51,363 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226798, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6BBFA34F, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:51,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 8 ms
2025-11-19 17:07:51,366 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:51,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:56,090 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:56,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226781, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:07:56,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226781, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:07:56,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226799, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:07:56,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226799, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6BE9DF6B, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:56,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 15 ms
2025-11-19 17:07:56,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:56,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:07:57,989 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 17:07:57,991 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 17:07:59,916 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:07:59,918 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226782, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:07:59,918 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226782, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:07:59,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226800, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:07:59,921 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226800, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6D76C2E1, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:07:59,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 15 ms
2025-11-19 17:07:59,931 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:00,182 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:03,596 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:03,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226784, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:08:03,599 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226784, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:08:03,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226801, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:08:03,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226801, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6F0D2D91, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:03,615 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 18 ms
2025-11-19 17:08:03,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:03,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:07,888 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:07,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226785, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:08:07,890 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226785, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:08:07,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226802, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:08:07,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226802, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6F375A64, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:07,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 12 ms
2025-11-19 17:08:07,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:08,166 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 17:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 17:08:12,837 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:12,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226786, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:08:12,839 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226786, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:08:12,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226803, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:08:12,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226803, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/74655B8D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:12,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 16 ms
2025-11-19 17:08:12,853 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:13,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:17,840 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:17,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226787, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:08:17,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226787, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:08:17,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226804, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:08:17,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226804, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/77C27085, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:17,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 26 ms
2025-11-19 17:08:17,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:18,114 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:22,379 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:22,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226305, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081718395, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:08:22,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226305, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081718395, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:08:22,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226805, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081718395, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:08:22,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226805, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/5F53857F, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:22,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 23 ms
2025-11-19 17:08:22,402 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081718395 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:22,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081738678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:24,040 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:24,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226768, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:08:24,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226768, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:08:24,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226806, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:08:24,045 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226806, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/9EF26353, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:24,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 14 ms
2025-11-19 17:08:24,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:24,305 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:28,006 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:28,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Found previous received Instance[pk=226769, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:08:28,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Replace previous received Instance[pk=226769, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:08:28,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Instance[pk=226807, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:08:28,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Create Location[pk=226807, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/A09928ED, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:28,014 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520): Updated DB in 8 ms
2025-11-19 17:08:28,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:28,266 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) >> A-RELEASE-RQ
2025-11-19 17:08:28,266 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(520) << A-RELEASE-RP
2025-11-19 17:08:28,316 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS30(520): close Socket[addr=187.36.104.204/187.36.104.204,port=52195,localport=11112]
2025-11-19 17:08:28,764 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52196,localport=11112]
2025-11-19 17:08:28,764 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> A-ASSOCIATE-RQ
2025-11-19 17:08:28,764 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << A-ASSOCIATE-AC
2025-11-19 17:08:29,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:32,839 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:32,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226788, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:08:32,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226788, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:08:32,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226808, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:08:32,845 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226808, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3D9F2F4D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:32,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 16 ms
2025-11-19 17:08:32,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:33,100 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:37,433 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:37,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226789, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:08:37,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226789, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:08:37,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226809, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:08:37,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226809, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3DD7910D, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:37,453 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 19 ms
2025-11-19 17:08:37,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:37,698 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:40,743 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:40,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226790, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:08:40,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226790, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:08:40,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226810, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:08:40,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226810, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3F80F61D, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:40,755 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 12 ms
2025-11-19 17:08:40,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:41,004 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:42,223 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 17:08:42,224 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 17:08:44,653 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:44,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226791, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:08:44,655 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226791, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:08:44,657 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226811, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:08:44,658 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226811, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/4135D642, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:44,670 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 17 ms
2025-11-19 17:08:44,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:44,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:48,195 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 17:08:48,195 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:08:48,195 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:08:48,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:08:48,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:08:48,219 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:08:48,219 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:08:48,219 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 17:08:49,508 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:49,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226792, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:08:49,510 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226792, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:08:49,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226812, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:08:49,513 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226812, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/01084CB3, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:49,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 13 ms
2025-11-19 17:08:49,522 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:49,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:53,669 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:53,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226793, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:08:53,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226793, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:08:53,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226813, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:08:53,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226813, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/012097A1, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:53,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 7 ms
2025-11-19 17:08:53,677 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:53,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:57,991 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 17:08:57,993 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 17:08:59,521 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:08:59,523 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226794, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:08:59,524 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226794, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:08:59,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226814, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:08:59,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226814, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/FD1987D5, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:08:59,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 8 ms
2025-11-19 17:08:59,530 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:08:59,779 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:03,593 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:03,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226795, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:09:03,596 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226795, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:09:03,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226815, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:09:03,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226815, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/893E7DB9, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:03,622 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 29 ms
2025-11-19 17:09:03,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:03,872 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:07,380 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:07,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226797, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:09:07,382 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226797, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:09:07,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226816, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:09:07,385 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226816, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/439777CC, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:07,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 12 ms
2025-11-19 17:09:07,392 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:07,632 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:08,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:08,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226316, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081738678, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:09:08,392 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226316, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081738678, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:09:08,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226817, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081738678, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:09:08,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226817, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/E7F6F940, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:08,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 25 ms
2025-11-19 17:09:08,415 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081738678 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:08,659 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081748127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 17:09:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 17:09:12,349 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:12,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226798, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:09:12,352 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226798, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:09:12,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226818, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:09:12,356 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226818, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3EECAF73, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:12,370 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 20 ms
2025-11-19 17:09:12,371 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:12,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:17,822 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:17,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226799, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:09:17,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226799, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:09:17,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226819, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:09:17,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226819, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/E0D2C8E7, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:17,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 7 ms
2025-11-19 17:09:17,830 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:18,074 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:22,094 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:22,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226800, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:09:22,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226800, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:09:22,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226820, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:09:22,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226820, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/C71590C3, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:22,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 13 ms
2025-11-19 17:09:22,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:22,356 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:26,146 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:26,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226801, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:09:26,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226801, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:09:26,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226821, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:09:26,152 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226821, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/D6F17B13, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:26,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 16 ms
2025-11-19 17:09:26,162 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:26,416 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:34,038 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:34,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226802, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:09:34,040 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226802, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:09:34,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226822, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:09:34,042 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226822, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/7D46F0CF, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:34,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 14 ms
2025-11-19 17:09:34,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:34,298 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:39,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:39,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226803, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:09:39,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226803, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:09:39,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226823, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:09:39,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226823, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/38C02BAC, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:39,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 12 ms
2025-11-19 17:09:39,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:39,738 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:42,224 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 17:09:42,225 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 17:09:44,005 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:44,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226804, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:09:44,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226804, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:09:44,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226824, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:09:44,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226824, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/277E1111, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:44,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 24 ms
2025-11-19 17:09:44,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:44,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:46,771 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start StudySizeScheduler.execute()
2025-11-19 17:09:46,837 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) Calculated size of 1 studies
2025-11-19 17:09:46,837 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished StudySizeScheduler.execute()
2025-11-19 17:09:47,960 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:47,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226806, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:09:47,963 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226806, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:09:47,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226825, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:09:47,967 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226825, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/DD2B9D53, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:47,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 31 ms
2025-11-19 17:09:47,992 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:48,220 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 17:09:48,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:09:48,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:09:48,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:09:48,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:09:48,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:48,246 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:09:48,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:09:48,247 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 17:09:49,175 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:49,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226329, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081748127, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:09:49,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226329, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081748127, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:09:49,180 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226826, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081748127, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:09:49,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226826, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/D0786B73, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:49,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 15 ms
2025-11-19 17:09:49,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081748127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:49,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081808455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:52,211 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:52,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Found previous received Instance[pk=226807, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:09:52,214 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Replace previous received Instance[pk=226807, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:09:52,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Instance[pk=226827, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:09:52,216 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Create Location[pk=226827, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/422AEDA4, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:52,225 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522): Updated DB in 14 ms
2025-11-19 17:09:52,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:52,467 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) >> A-RELEASE-RQ
2025-11-19 17:09:52,467 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(522) << A-RELEASE-RP
2025-11-19 17:09:52,518 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS30(522): close Socket[addr=187.36.104.204/187.36.104.204,port=52196,localport=11112]
2025-11-19 17:09:52,934 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52198,localport=11112]
2025-11-19 17:09:52,935 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> A-ASSOCIATE-RQ
2025-11-19 17:09:52,935 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << A-ASSOCIATE-AC
2025-11-19 17:09:53,164 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:56,866 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:09:56,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226808, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:09:56,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226808, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:09:56,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226828, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:09:56,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226828, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/4DA3CC6C, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:09:56,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 8 ms
2025-11-19 17:09:56,876 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:57,110 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:09:57,993 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 17:09:57,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 17:10:01,539 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:01,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226809, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:10:01,542 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226809, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:10:01,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226829, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:10:01,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226829, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/1B1DBB99, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:01,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 20 ms
2025-11-19 17:10:01,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:01,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:04,867 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:04,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226810, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:10:04,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226810, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:10:04,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226830, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:10:04,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226830, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/1DDF82DC, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:04,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 16 ms
2025-11-19 17:10:04,883 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:05,132 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:10,367 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:10,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226811, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:10:10,369 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226811, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:10:10,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226831, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:10:10,372 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226831, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/DDD0F405, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:10,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 46 ms
2025-11-19 17:10:10,414 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:10,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 17:10:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 17:10:16,257 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:16,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226812, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:10:16,259 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226812, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:10:16,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226832, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:10:16,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226832, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/B8DB2407, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:16,276 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 19 ms
2025-11-19 17:10:16,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:16,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:21,276 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:21,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226813, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:10:21,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226813, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:10:21,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226833, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:10:21,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226833, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/FD4F52D0, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:21,283 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 7 ms
2025-11-19 17:10:21,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:21,518 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:27,828 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:27,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226814, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:10:27,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226814, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:10:27,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226834, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:10:27,833 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226834, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/A59E71F9, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:27,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 8 ms
2025-11-19 17:10:27,837 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:28,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:31,412 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:31,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226339, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081808455, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:10:31,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226339, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081808455, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:10:31,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226835, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081808455, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:10:31,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226835, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/8B591676, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:31,435 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 22 ms
2025-11-19 17:10:31,436 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081808455 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:31,678 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081819964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:31,722 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:31,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226815, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:10:31,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226815, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:10:31,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226836, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:10:31,728 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226836, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/12F90CB2, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:31,731 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 9 ms
2025-11-19 17:10:31,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:31,966 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:35,304 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:35,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226816, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:10:35,306 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226816, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:10:35,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226837, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:10:35,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226837, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/DE57F5DA, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:35,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 23 ms
2025-11-19 17:10:35,328 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:35,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:36,428 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:36,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226352, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081819964, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:10:36,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226352, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081819964, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:10:36,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226838, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081819964, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:10:36,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226838, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/51E17346, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:36,440 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 12 ms
2025-11-19 17:10:36,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081819964 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:36,684 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081852776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:39,373 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:39,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226363, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081852776, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:10:39,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226363, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081852776, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:10:39,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226839, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081852776, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:10:39,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226839, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/819AE1F7, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:39,386 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 13 ms
2025-11-19 17:10:39,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081852776 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:39,622 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081858814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:40,562 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:40,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226818, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:10:40,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226818, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:10:40,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226840, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:10:40,567 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226840, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6B4ED6C6, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:40,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 16 ms
2025-11-19 17:10:40,579 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:40,809 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:42,225 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 17:10:42,226 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 17:10:43,538 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:43,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226374, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081858814, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:10:43,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226374, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081858814, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:10:43,544 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226841, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081858814, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:10:43,545 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226841, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/EF89EC08, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:43,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 12 ms
2025-11-19 17:10:43,550 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081858814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:43,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081923310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:45,975 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:45,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226819, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:10:45,978 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226819, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:10:45,980 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226842, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:10:45,981 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226842, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/F53CFF3A, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:46,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 25 ms
2025-11-19 17:10:46,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:46,231 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:47,599 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:47,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226384, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081923310, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:10:47,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226384, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081923310, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:10:47,603 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226843, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081923310, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:10:47,604 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226843, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/4EDAF3F7, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:47,611 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 12 ms
2025-11-19 17:10:47,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081923310 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:47,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081935180 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:48,247 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 17:10:48,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:10:48,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:10:48,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:10:48,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:10:48,271 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:10:48,271 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:10:48,272 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:10:48,272 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 17:10:50,129 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:50,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226820, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:10:50,131 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226820, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:10:50,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226844, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:10:50,134 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226844, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3134E5F9, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:50,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 25 ms
2025-11-19 17:10:50,155 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:50,388 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:53,967 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:53,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226821, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:10:53,969 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226821, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:10:53,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226845, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:10:53,972 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226845, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/46C37D0D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:53,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:53,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226393, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081935180, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:10:53,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226393, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081935180, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:10:53,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226846, uid=1.2.410.200001.101.11.601.1501430850.3.20251119081935180, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:10:53,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226846, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/9E74A506, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:54,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 34 ms
2025-11-19 17:10:54,001 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 11 ms
2025-11-19 17:10:54,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:54,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119081935180 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:54,230 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:54,258 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082003210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:57,995 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 17:10:57,996 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 17:10:58,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:58,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226822, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:10:58,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226822, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:10:58,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226847, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:10:58,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226847, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/5778EDFB, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:58,553 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 23 ms
2025-11-19 17:10:58,553 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:58,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:59,674 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:10:59,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226406, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082003210, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:10:59,676 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226406, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082003210, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:10:59,679 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226848, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082003210, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:10:59,680 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226848, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/2717889F, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:10:59,693 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 19 ms
2025-11-19 17:10:59,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082003210 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:10:59,934 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082136597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:03,589 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:03,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226823, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:11:03,591 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226823, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:11:03,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226849, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:11:03,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226849, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/E304F672, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:03,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 12 ms
2025-11-19 17:11:03,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:03,838 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:04,868 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:04,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226417, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082136597, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:11:04,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226417, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082136597, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:11:04,872 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226850, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082136597, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:11:04,873 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226850, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/0F56F13B, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:04,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 13 ms
2025-11-19 17:11:04,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082136597 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:05,122 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082145505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:10,217 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:10,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226419, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082145505, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:11:10,219 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226419, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082145505, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:11:10,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226851, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082145505, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:11:10,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226851, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/D88FD89F, tsuid=1.2.840.10008.1.2, size=3416638, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:10,239 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 22 ms
2025-11-19 17:11:10,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082145505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:10,415 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:10,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226824, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:11:10,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226824, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:11:10,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226852, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:11:10,421 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226852, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/E13093FC, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:10,424 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 9 ms
2025-11-19 17:11:10,425 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:10,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082209767 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:10,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 17:11:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 17:11:14,826 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:14,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226825, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:11:14,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226825, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:11:14,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226853, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:11:14,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226853, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/A563FE7A, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:14,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 10 ms
2025-11-19 17:11:14,837 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:15,070 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:15,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:15,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226422, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082209767, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:11:15,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226422, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082209767, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:11:15,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226854, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082209767, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:11:15,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226854, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/D55D78E9, tsuid=1.2.840.10008.1.2, size=3915746, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:15,196 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 7 ms
2025-11-19 17:11:15,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082209767 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:15,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082309134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:18,517 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:18,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Found previous received Instance[pk=226827, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:11:18,519 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Replace previous received Instance[pk=226827, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:11:18,521 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Instance[pk=226855, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:11:18,522 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Create Location[pk=226855, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/1D2038BA, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:18,558 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523): Updated DB in 41 ms
2025-11-19 17:11:18,559 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:18,793 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) >> A-RELEASE-RQ
2025-11-19 17:11:18,793 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(523) << A-RELEASE-RP
2025-11-19 17:11:18,844 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-22) DCM4CHEE<-HS30(523): close Socket[addr=187.36.104.204/187.36.104.204,port=52198,localport=11112]
2025-11-19 17:11:19,272 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52200,localport=11112]
2025-11-19 17:11:19,272 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> A-ASSOCIATE-RQ
2025-11-19 17:11:19,273 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << A-ASSOCIATE-AC
2025-11-19 17:11:19,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:19,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:19,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226424, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082309134, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:11:19,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226424, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082309134, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:11:19,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226856, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082309134, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:11:19,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226856, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/E00C7D22, tsuid=1.2.840.10008.1.2, size=3416786, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:19,608 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 24 ms
2025-11-19 17:11:19,608 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082309134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:19,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082326305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:23,340 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:23,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226828, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:11:23,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226828, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:11:23,345 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226857, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:11:23,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226857, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/C5D8089C, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:23,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 18 ms
2025-11-19 17:11:23,358 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163612737 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:23,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:26,842 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:26,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Found previous received Instance[pk=226427, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082326305, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:11:26,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Replace previous received Instance[pk=226427, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082326305, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:11:26,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Instance[pk=226858, uid=1.2.410.200001.101.11.601.1501430850.3.20251119082326305, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:11:26,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Create Location[pk=226858, systemID=amazon-s3, path=2025/11/19/03132FB4/2FCB0263/7CC1F264, tsuid=1.2.840.10008.1.2, size=3416786, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:26,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521): Updated DB in 22 ms
2025-11-19 17:11:26,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251119082326305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:27,309 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) >> A-RELEASE-RQ
2025-11-19 17:11:27,309 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(521) << A-RELEASE-RP
2025-11-19 17:11:27,360 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS60MT(521): close Socket[addr=187.36.104.204/187.36.104.204,port=49654,localport=11112]
2025-11-19 17:11:27,892 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49677,localport=11112]
2025-11-19 17:11:27,893 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> A-ASSOCIATE-RQ
2025-11-19 17:11:27,893 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << A-ASSOCIATE-AC
2025-11-19 17:11:28,246 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110313149 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:28,454 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:28,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226829, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:11:28,456 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226829, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:11:28,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226859, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:11:28,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226859, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/88F39449, tsuid=1.2.840.10008.1.2, size=3416854, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:28,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 20 ms
2025-11-19 17:11:28,475 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163652832 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:28,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:31,424 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:31,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226830, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:11:31,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226830, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:11:31,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226860, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:11:31,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226860, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/D67F865D, tsuid=1.2.840.10008.1.2, size=3915906, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:31,436 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 12 ms
2025-11-19 17:11:31,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163748252 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:31,672 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:34,733 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:34,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226831, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:11:34,735 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226831, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:11:34,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226861, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:11:34,739 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226861, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/48AC38E0, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:34,756 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 23 ms
2025-11-19 17:11:34,757 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163848456 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:34,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:38,898 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:38,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226832, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:11:38,900 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226832, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:11:38,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226862, uid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:11:38,903 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226862, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/49AF5D5E, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:38,905 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 7 ms
2025-11-19 17:11:38,906 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119163958410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:39,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:42,226 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 17:11:42,227 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 17:11:43,743 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:43,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226833, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:11:43,745 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226833, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:11:43,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226863, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:11:43,748 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226863, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/3950E825, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:43,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 7 ms
2025-11-19 17:11:43,751 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164013188 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:43,987 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:48,272 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 17:11:48,273 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:11:48,273 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:11:48,274 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:11:48,274 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:11:48,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:11:48,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:11:48,304 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 17:11:49,891 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:49,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226834, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:11:49,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226834, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:11:49,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226864, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:11:49,895 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226864, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/34613589, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:49,914 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 23 ms
2025-11-19 17:11:49,915 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164044659 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 17:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6714) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 17:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6735) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6735) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6714) Start deleting 77 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:11:50,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:53,577 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:11:53,583 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:11:54,026 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:54,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226836, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:11:54,028 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226836, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:11:54,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226865, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:11:54,030 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226865, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/E3587B85, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:54,049 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 23 ms
2025-11-19 17:11:54,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164111954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:54,287 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:57,826 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:11:57,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226837, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:11:57,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226837, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:11:57,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226866, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:11:57,831 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226866, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/CC27DF5A, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:11:57,834 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 8 ms
2025-11-19 17:11:57,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164128458 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:11:57,997 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 17:11:57,998 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 17:11:58,066 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:02,322 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:02,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226840, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:12:02,324 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226840, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:12:02,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226867, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:12:02,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226867, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/F6F6206E, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:02,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 8 ms
2025-11-19 17:12:02,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164221501 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:02,560 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:07,216 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:07,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226842, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:12:07,218 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226842, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:12:07,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226868, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:12:07,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226868, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6BE9DF6B, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:07,223 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 7 ms
2025-11-19 17:12:07,224 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164251274 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:07,457 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:10,134 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:10,138 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Patient[pk=8860, id=PatientID[pk=8860, id=68040, issuer=DCM4CHEE.2AF5B156.8A3AA9C9], name=LIVIA NEGREIROS DIAS]
2025-11-19 17:12:10,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Study[pk=8869, uid=68040, id=68040]
2025-11-19 17:12:10,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Series[pk=8974, uid=1.2.410.200001.101.11.601.1501430850.2.20251117110312924, no=1, mod=US]
2025-11-19 17:12:10,139 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226869, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110313149, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:12:10,140 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226869, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/96516316, tsuid=1.2.840.10008.1.2, size=3416652, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:10,158 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 24 ms
2025-11-19 17:12:10,159 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) No duplicate record with equal Patient ID found Patient[pk=8860, id=PatientID[pk=8860, id=68040, issuer=DCM4CHEE.2AF5B156.8A3AA9C9], name=LIVIA NEGREIROS DIAS]
2025-11-19 17:12:10,159 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110313149 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:10,387 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110335303 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 17:12:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 17:12:12,828 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:12,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226844, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:12:12,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226844, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:12:12,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226870, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:12:12,832 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226870, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6D76C2E1, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:12,843 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 15 ms
2025-11-19 17:12:12,843 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164326592 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:13,079 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:16,861 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:16,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226845, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:12:16,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226845, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:12:16,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226871, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:12:16,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226871, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6F0D2D91, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:16,868 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 7 ms
2025-11-19 17:12:16,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164401749 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:17,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:20,995 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:20,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226847, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:12:20,997 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226847, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:12:21,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226872, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:12:21,000 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226872, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/6F375A64, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:21,003 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 8 ms
2025-11-19 17:12:21,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164431095 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:21,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:26,398 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:26,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226849, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:12:26,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226849, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:12:26,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226873, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:12:26,402 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226873, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/74655B8D, tsuid=1.2.840.10008.1.2, size=3416650, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:26,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 28 ms
2025-11-19 17:12:26,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164744109 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:26,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:33,108 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:33,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226852, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:12:33,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226852, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:12:33,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226874, uid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:12:33,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226874, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/77C27085, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:33,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 27 ms
2025-11-19 17:12:33,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119164937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:33,368 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:37,737 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:37,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226853, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:12:37,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226853, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:12:37,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226875, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:12:37,744 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226875, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/9EF26353, tsuid=1.2.840.10008.1.2, size=3915758, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:37,747 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 10 ms
2025-11-19 17:12:37,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165124528 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:37,986 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:40,688 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6714) Finished deleting 77 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:12:40,688 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6714) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:12:41,590 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6711) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:41,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Found previous received Instance[pk=226855, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:12:41,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Replace previous received Instance[pk=226855, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:12:41,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Instance[pk=226876, uid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:12:41,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Create Location[pk=226876, systemID=amazon-s3, path=2025/11/19/031333F0/6FF4C262/A09928ED, tsuid=1.2.840.10008.1.2, size=3416798, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:41,612 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524): Updated DB in 21 ms
2025-11-19 17:12:41,612 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119165214689 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:41,856 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) >> A-RELEASE-RQ
2025-11-19 17:12:41,856 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6711) DCM4CHEE<-HS30(524) << A-RELEASE-RP
2025-11-19 17:12:41,907 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-28) DCM4CHEE<-HS30(524): close Socket[addr=187.36.104.204/187.36.104.204,port=52200,localport=11112]
2025-11-19 17:12:42,227 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 17:12:42,228 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 17:12:48,304 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 17:12:48,305 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:12:48,305 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:12:48,306 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 17:12:48,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:12:48,307 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:12:48,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:12:48,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:12:48,327 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 17:12:48,328 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 17:12:57,999 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 17:12:58,001 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 17:12:58,566 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:12:58,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226877, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110335303, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:12:58,568 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226877, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/966E81D6, tsuid=1.2.840.10008.1.2, size=3915760, status=OK, objectType=DICOM_FILE]
2025-11-19 17:12:58,588 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 22 ms
2025-11-19 17:12:58,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110335303 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:12:58,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110523104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 17:13:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 17:13:26,295 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.203, port=5898, Session(1763576131665|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:13:27,763 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-6737) Exception on accepted connection SSLSocket[hostname=162.142.125.203, port=5898, Session(1763576131665|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(SSLSocketImpl.java:1719)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1518)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:489)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:478)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	... 22 more

2025-11-19 17:13:27,763 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-6737) Close connection SSLSocket[hostname=162.142.125.203, port=5898, Session(1763576131665|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:13:27,813 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.203, port=5900, Session(1763586806296|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:13:29,536 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-6737) Exception on accepted connection SSLSocket[hostname=162.142.125.203, port=5900, Session(1763586806296|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(SSLSocketImpl.java:1719)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1518)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:489)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:478)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	... 22 more

2025-11-19 17:13:29,536 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-6737) Close connection SSLSocket[hostname=162.142.125.203, port=5900, Session(1763586806296|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:13:29,587 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-3) Accept connection SSLSocket[hostname=162.142.125.203, port=5906, Session(1763586807813|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:13:31,273 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-6737) Exception on accepted connection SSLSocket[hostname=162.142.125.203, port=5906, Session(1763586807813|SSL_NULL_WITH_NULL_NULL)]:: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
	at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(SSLSocketImpl.java:1719)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1518)
	at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1425)
	at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
	at java.base/sun.security.ssl.SSLSocketImpl.ensureNegotiated(SSLSocketImpl.java:925)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1016)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:73)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:489)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:478)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160)
	at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1510)
	... 22 more

2025-11-19 17:13:31,273 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-6737) Close connection SSLSocket[hostname=162.142.125.203, port=5906, Session(1763586807813|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:13:39,260 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:13:39,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226878, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110523104, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:13:39,262 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226878, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/99C92B54, tsuid=1.2.840.10008.1.2, size=3416652, status=OK, objectType=DICOM_FILE]
2025-11-19 17:13:39,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 5 ms
2025-11-19 17:13:39,266 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110523104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:13:39,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110601765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:13:42,228 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 17:13:42,229 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 17:13:48,328 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 17:13:48,329 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 17:13:48,330 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 17:13:48,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:13:48,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:13:48,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:13:48,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:13:48,332 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 17:13:48,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:13:48,370 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:13:48,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 17:13:58,001 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 17:13:58,003 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 17:14:09,901 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52201,localport=11112]
2025-11-19 17:14:09,902 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) >> A-ASSOCIATE-RQ
2025-11-19 17:14:09,902 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) << A-ASSOCIATE-AC
2025-11-19 17:14:10,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 17:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 17:14:13,876 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:13,880 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Patient[pk=8861, id=PatientID[pk=8861, id=68471, issuer=DCM4CHEE.ACC3DB66.0DBEB692], name=KETHNEN PAULA SILVA DA CONCEICAO]
2025-11-19 17:14:13,880 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Study[pk=8870, uid=68471, id=68471]
2025-11-19 17:14:13,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Series[pk=8975, uid=1.2.410.200001.101.11.301.1144174170.2.20251119170347939, no=1, mod=US]
2025-11-19 17:14:13,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Instance[pk=226879, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:14:13,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Location[pk=226879, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/01DC0779, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:13,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Updated DB in 33 ms
2025-11-19 17:14:13,910 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) No duplicate record with equal Patient ID found Patient[pk=8861, id=PatientID[pk=8861, id=68471, issuer=DCM4CHEE.ACC3DB66.0DBEB692], name=KETHNEN PAULA SILVA DA CONCEICAO]
2025-11-19 17:14:13,911 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:14,146 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:15,968 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:15,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Instance[pk=226880, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:14:15,971 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Location[pk=226880, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/03669D57, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:15,985 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Updated DB in 16 ms
2025-11-19 17:14:15,985 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:16,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:18,364 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:18,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Instance[pk=226881, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:14:18,366 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Location[pk=226881, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/039076C2, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:18,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Updated DB in 17 ms
2025-11-19 17:14:18,381 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:18,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:18,848 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:18,850 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226882, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110601765, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:14:18,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226882, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/9B610374, tsuid=1.2.840.10008.1.2, size=3416652, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:18,863 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 15 ms
2025-11-19 17:14:18,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110601765 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:19,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110612815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:21,190 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:21,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Instance[pk=226883, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:14:21,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Location[pk=226883, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/0544E1E3, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:21,209 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Updated DB in 19 ms
2025-11-19 17:14:21,209 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:21,438 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:24,920 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:24,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Instance[pk=226884, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:14:24,922 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Location[pk=226884, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/0883DFCA, tsuid=1.2.840.10008.1.2, size=3416888, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:24,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Updated DB in 27 ms
2025-11-19 17:14:24,947 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:25,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:30,672 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:30,674 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Instance[pk=226885, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:14:30,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Location[pk=226885, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/0A64D807, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:30,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Updated DB in 14 ms
2025-11-19 17:14:30,686 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:30,916 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:35,103 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeTaskScheduler.execute()
2025-11-19 17:14:35,123 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeTaskScheduler.execute()
2025-11-19 17:14:35,796 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:35,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Instance[pk=226886, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:14:35,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Create Location[pk=226886, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/34F0D1A0, tsuid=1.2.840.10008.1.2, size=3417036, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:35,812 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526): Updated DB in 16 ms
2025-11-19 17:14:35,812 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:36,040 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) >> A-RELEASE-RQ
2025-11-19 17:14:36,040 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(526) << A-RELEASE-RP
2025-11-19 17:14:36,091 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-7) DCM4CHEE<-HS30(526): close Socket[addr=187.36.104.204/187.36.104.204,port=52201,localport=11112]
2025-11-19 17:14:36,501 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52202,localport=11112]
2025-11-19 17:14:36,501 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) >> A-ASSOCIATE-RQ
2025-11-19 17:14:36,501 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) << A-ASSOCIATE-AC
2025-11-19 17:14:36,729 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:40,492 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:40,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Found previous received Instance[pk=226879, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:14:40,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Replace previous received Instance[pk=226879, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:14:40,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Instance[pk=226887, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:14:40,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Location[pk=226887, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/5A0DC80E, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:40,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Updated DB in 14 ms
2025-11-19 17:14:40,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:40,732 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:42,229 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 17:14:42,230 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 17:14:43,090 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:43,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Found previous received Instance[pk=226880, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:14:43,092 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Replace previous received Instance[pk=226880, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:14:43,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Instance[pk=226888, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:14:43,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Location[pk=226888, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/659C1E94, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:43,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Updated DB in 18 ms
2025-11-19 17:14:43,108 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:43,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:46,325 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:46,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Found previous received Instance[pk=226881, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:14:46,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Replace previous received Instance[pk=226881, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:14:46,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Instance[pk=226889, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:14:46,330 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Location[pk=226889, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/8C8E974E, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:46,361 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Updated DB in 36 ms
2025-11-19 17:14:46,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:46,594 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:46,837 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-11-19 17:14:46,904 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) Calculated size of 1 studies
2025-11-19 17:14:46,904 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-11-19 17:14:48,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 17:14:48,370 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:14:48,371 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:14:48,372 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:14:48,372 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:14:48,395 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:14:48,395 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:14:48,395 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 17:14:50,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:50,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Found previous received Instance[pk=226883, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:14:50,512 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Replace previous received Instance[pk=226883, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:14:50,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Instance[pk=226890, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:14:50,515 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Location[pk=226890, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/606784AE, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:50,537 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Updated DB in 27 ms
2025-11-19 17:14:50,538 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:50,764 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:55,469 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:55,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Found previous received Instance[pk=226884, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:14:55,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Replace previous received Instance[pk=226884, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:14:55,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Instance[pk=226891, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:14:55,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Location[pk=226891, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/1702588C, tsuid=1.2.840.10008.1.2, size=3416888, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:55,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Updated DB in 29 ms
2025-11-19 17:14:55,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:55,722 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:58,004 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 17:14:58,005 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 17:14:59,670 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:14:59,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Found previous received Instance[pk=226885, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:14:59,673 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Replace previous received Instance[pk=226885, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:14:59,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Instance[pk=226892, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:14:59,675 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Location[pk=226892, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/9B87209E, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:14:59,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Updated DB in 18 ms
2025-11-19 17:14:59,689 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:14:59,922 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:03,721 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:15:03,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Found previous received Instance[pk=226886, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:15:03,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Replace previous received Instance[pk=226886, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:15:03,726 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Instance[pk=226893, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:15:03,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Create Location[pk=226893, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/699FE454, tsuid=1.2.840.10008.1.2, size=3417036, status=OK, objectType=DICOM_FILE]
2025-11-19 17:15:03,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527): Updated DB in 24 ms
2025-11-19 17:15:03,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:03,972 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) >> A-RELEASE-RQ
2025-11-19 17:15:03,972 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(527) << A-RELEASE-RP
2025-11-19 17:15:04,023 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-6) DCM4CHEE<-HS30(527): close Socket[addr=187.36.104.204/187.36.104.204,port=52202,localport=11112]
2025-11-19 17:15:04,462 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52205,localport=11112]
2025-11-19 17:15:04,462 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) >> A-ASSOCIATE-RQ
2025-11-19 17:15:04,462 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) << A-ASSOCIATE-AC
2025-11-19 17:15:04,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:05,341 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:15:05,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226894, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110612815, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:15:05,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226894, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/9B6F927A, tsuid=1.2.840.10008.1.2, size=3915760, status=OK, objectType=DICOM_FILE]
2025-11-19 17:15:05,360 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 18 ms
2025-11-19 17:15:05,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110612815 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:05,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110654155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:08,759 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:15:08,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Found previous received Instance[pk=226887, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:15:08,771 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Replace previous received Instance[pk=226887, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:15:08,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Instance[pk=226895, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:15:08,777 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Location[pk=226895, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/7D881522, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:15:08,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Updated DB in 35 ms
2025-11-19 17:15:08,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:09,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:11,709 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:15:11,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Found previous received Instance[pk=226888, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:15:11,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Replace previous received Instance[pk=226888, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:15:11,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Instance[pk=226896, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:15:11,713 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Location[pk=226896, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/1B0093B7, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:15:11,727 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Updated DB in 18 ms
2025-11-19 17:15:11,727 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:11,974 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 17:15:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 17:15:18,027 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:15:18,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Found previous received Instance[pk=226889, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:15:18,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Replace previous received Instance[pk=226889, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:15:18,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Instance[pk=226897, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:15:18,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Location[pk=226897, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/334A5CBC, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:15:18,035 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Updated DB in 8 ms
2025-11-19 17:15:18,036 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:18,284 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:24,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:15:24,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Found previous received Instance[pk=226890, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:15:24,910 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Replace previous received Instance[pk=226890, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:15:24,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Instance[pk=226898, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:15:24,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Location[pk=226898, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/95D46A28, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:15:24,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Updated DB in 15 ms
2025-11-19 17:15:24,924 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:25,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:29,146 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:15:29,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Found previous received Instance[pk=226891, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:15:29,149 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Replace previous received Instance[pk=226891, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:15:29,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Instance[pk=226899, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:15:29,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Location[pk=226899, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/85EC5B77, tsuid=1.2.840.10008.1.2, size=3416888, status=OK, objectType=DICOM_FILE]
2025-11-19 17:15:29,153 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Updated DB in 7 ms
2025-11-19 17:15:29,154 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:29,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:32,781 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:15:32,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Found previous received Instance[pk=226892, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:15:32,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Replace previous received Instance[pk=226892, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:15:32,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Instance[pk=226900, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:15:32,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Location[pk=226900, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/06A76FCC, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:15:32,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Updated DB in 13 ms
2025-11-19 17:15:32,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:33,044 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:37,007 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6742) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:15:37,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Found previous received Instance[pk=226893, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:15:37,009 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Replace previous received Instance[pk=226893, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:15:37,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Instance[pk=226901, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:15:37,012 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Create Location[pk=226901, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/5862BEFF, tsuid=1.2.840.10008.1.2, size=3417036, status=OK, objectType=DICOM_FILE]
2025-11-19 17:15:37,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528): Updated DB in 8 ms
2025-11-19 17:15:37,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:37,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) >> A-RELEASE-RQ
2025-11-19 17:15:37,262 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6742) DCM4CHEE<-HS30(528) << A-RELEASE-RP
2025-11-19 17:15:37,312 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(528): close Socket[addr=187.36.104.204/187.36.104.204,port=52205,localport=11112]
2025-11-19 17:15:41,859 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:15:41,861 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226902, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110654155, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:15:41,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226902, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/9BA8BF71, tsuid=1.2.840.10008.1.2, size=3416652, status=OK, objectType=DICOM_FILE]
2025-11-19 17:15:41,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 10 ms
2025-11-19 17:15:41,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110654155 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:42,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110720970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:15:42,231 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 17:15:42,232 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 17:15:48,396 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 17:15:48,397 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,397 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,397 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,398 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,398 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,398 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:15:48,398 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:15:48,399 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:15:48,400 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:15:48,401 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,401 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,402 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,402 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:15:48,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:15:48,424 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,424 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,425 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-12) Send audit message to /127.0.0.1:514
2025-11-19 17:15:48,425 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 17:15:58,006 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 17:15:58,007 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 17:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 17:16:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 17:16:20,302 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:16:20,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226903, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110720970, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:16:20,323 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226903, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/9D319E52, tsuid=1.2.840.10008.1.2, size=3416652, status=OK, objectType=DICOM_FILE]
2025-11-19 17:16:20,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 43 ms
2025-11-19 17:16:20,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110720970 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:16:20,580 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110741580 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:16:42,232 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 17:16:42,233 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 17:16:44,510 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52208,localport=11112]
2025-11-19 17:16:44,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) >> A-ASSOCIATE-RQ
2025-11-19 17:16:44,510 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) << A-ASSOCIATE-AC
2025-11-19 17:16:44,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:16:48,425 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 17:16:48,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:16:48,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:16:48,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:16:48,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:16:48,427 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 17:16:48,451 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:16:48,451 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:16:48,452 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 17:16:48,452 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 17:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-11-19 17:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6756) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-11-19 17:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6757) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6757) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6756) Start deleting 25 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:16:53,583 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:16:53,589 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:16:58,007 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 17:16:58,009 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 17:17:04,009 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6756) Finished deleting 25 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:17:04,009 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6756) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 17:17:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 17:17:34,084 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6754) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:17:34,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Found previous received Instance[pk=226895, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:17:34,107 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Replace previous received Instance[pk=226895, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:17:34,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Instance[pk=226904, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:17:34,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Location[pk=226904, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/44696C1F, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:17:34,129 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Updated DB in 44 ms
2025-11-19 17:17:34,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170348072 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:34,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:38,696 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6754) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:17:38,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Found previous received Instance[pk=226896, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:17:38,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Replace previous received Instance[pk=226896, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:17:38,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Instance[pk=226905, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:17:38,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Location[pk=226905, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/03669D57, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:17:38,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Updated DB in 24 ms
2025-11-19 17:17:38,721 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170418173 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:38,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:42,233 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 17:17:42,234 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 17:17:43,749 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6754) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:17:43,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Found previous received Instance[pk=226897, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:17:43,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Replace previous received Instance[pk=226897, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:17:43,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Instance[pk=226906, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:17:43,754 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Location[pk=226906, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/039076C2, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:17:43,764 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Updated DB in 14 ms
2025-11-19 17:17:43,765 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170447356 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:44,014 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:48,256 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6754) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:17:48,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Found previous received Instance[pk=226898, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:17:48,258 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Replace previous received Instance[pk=226898, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:17:48,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Instance[pk=226907, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:17:48,261 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Location[pk=226907, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/0544E1E3, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:17:48,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Updated DB in 12 ms
2025-11-19 17:17:48,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170546500 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:48,452 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 17:17:48,453 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 17:17:48,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:17:48,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:17:48,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:17:48,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:17:48,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:17:48,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:17:48,479 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 17:17:48,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:54,074 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6754) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:17:54,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Found previous received Instance[pk=226899, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:17:54,076 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Replace previous received Instance[pk=226899, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:17:54,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Instance[pk=226908, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:17:54,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Location[pk=226908, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/0883DFCA, tsuid=1.2.840.10008.1.2, size=3416888, status=OK, objectType=DICOM_FILE]
2025-11-19 17:17:54,093 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Updated DB in 19 ms
2025-11-19 17:17:54,093 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170715709 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:54,326 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:58,009 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 17:17:58,011 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 17:17:58,050 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6754) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:17:58,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Found previous received Instance[pk=226900, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:17:58,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Replace previous received Instance[pk=226900, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:17:58,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Instance[pk=226909, uid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:17:58,054 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Location[pk=226909, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/0A64D807, tsuid=1.2.840.10008.1.2, size=3416684, status=OK, objectType=DICOM_FILE]
2025-11-19 17:17:58,075 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Updated DB in 25 ms
2025-11-19 17:17:58,075 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119170849917 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:17:58,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:18:01,805 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6754) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:18:01,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Found previous received Instance[pk=226901, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:18:01,808 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Replace previous received Instance[pk=226901, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:18:01,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Instance[pk=226910, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:18:01,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Create Location[pk=226910, systemID=amazon-s3, path=2025/11/19/0313340C/343152AD/34F0D1A0, tsuid=1.2.840.10008.1.2, size=3417036, status=OK, objectType=DICOM_FILE]
2025-11-19 17:18:01,822 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529): Updated DB in 17 ms
2025-11-19 17:18:01,822 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171227342 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:18:02,077 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) >> A-RELEASE-RQ
2025-11-19 17:18:02,077 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6754) DCM4CHEE<-HS30(529) << A-RELEASE-RP
2025-11-19 17:18:02,127 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-1) DCM4CHEE<-HS30(529): close Socket[addr=187.36.104.204/187.36.104.204,port=52208,localport=11112]
2025-11-19 17:18:11,305 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:18:11,307 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226911, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110741580, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:18:11,308 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226911, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/9D4E32CE, tsuid=1.2.840.10008.1.2, size=3915760, status=OK, objectType=DICOM_FILE]
2025-11-19 17:18:11,311 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 6 ms
2025-11-19 17:18:11,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110741580 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:18:11,543 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110911996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 17:18:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 17:18:42,234 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 17:18:42,235 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 17:18:48,459 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:18:48,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226912, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110911996, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:18:48,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226912, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/A08DACB2, tsuid=1.2.840.10008.1.2, size=3416652, status=OK, objectType=DICOM_FILE]
2025-11-19 17:18:48,479 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 17:18:48,480 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:18:48,480 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:18:48,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:18:48,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:18:48,489 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 30 ms
2025-11-19 17:18:48,489 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110911996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:18:48,513 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:18:48,513 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:18:48,514 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 17:18:48,730 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110931899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:18:58,011 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 17:18:58,013 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 17:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 17:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 17:19:33,218 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:19:33,220 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226913, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110931899, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:19:33,221 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226913, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/A0A9D7F6, tsuid=1.2.840.10008.1.2, size=3915760, status=OK, objectType=DICOM_FILE]
2025-11-19 17:19:33,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 16 ms
2025-11-19 17:19:33,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110931899 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:19:33,496 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110959497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:19:42,236 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 17:19:42,237 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 17:19:46,904 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start StudySizeScheduler.execute()
2025-11-19 17:19:47,099 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) Calculated size of 3 studies
2025-11-19 17:19:47,099 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished StudySizeScheduler.execute()
2025-11-19 17:19:48,514 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 17:19:48,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:19:48,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:19:48,515 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:19:48,516 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:19:48,516 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 17:19:48,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:19:48,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:19:48,539 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-16) Send audit message to /127.0.0.1:514
2025-11-19 17:19:48,540 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 17:19:58,013 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 17:19:58,015 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 17:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 17:20:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 17:20:14,431 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:20:14,433 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226914, uid=1.2.410.200001.101.11.601.1501430850.3.20251117110959497, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:20:14,434 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226914, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/A0C99AEA, tsuid=1.2.840.10008.1.2, size=3416652, status=OK, objectType=DICOM_FILE]
2025-11-19 17:20:14,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 13 ms
2025-11-19 17:20:14,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117110959497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:20:14,680 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111017897 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:20:42,237 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 17:20:42,238 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 17:20:48,540 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 17:20:48,541 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 17:20:48,542 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 17:20:48,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:20:48,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:20:48,543 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:20:48,543 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:20:48,568 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:20:48,568 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:20:48,568 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 17:20:48,568 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 17:20:55,867 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:20:55,869 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Instance[pk=226915, uid=1.2.410.200001.101.11.601.1501430850.3.20251117111017897, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:20:55,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Create Location[pk=226915, systemID=amazon-s3, path=2025/11/19/031324AA/C8A6AABB/C61B00D6, tsuid=1.2.840.10008.1.2, size=3915760, status=OK, objectType=DICOM_FILE]
2025-11-19 17:20:55,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525): Updated DB in 10 ms
2025-11-19 17:20:55,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251117111017897 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:20:56,123 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) >> A-RELEASE-RQ
2025-11-19 17:20:56,123 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(525) << A-RELEASE-RP
2025-11-19 17:20:56,173 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS60MT(525): close Socket[addr=187.36.104.204/187.36.104.204,port=49677,localport=11112]
2025-11-19 17:20:56,601 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49678,localport=11112]
2025-11-19 17:20:56,607 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> A-ASSOCIATE-RQ
2025-11-19 17:20:56,607 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << A-ASSOCIATE-AC
2025-11-19 17:20:56,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:20:58,015 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 17:20:58,017 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 17:21:06,759 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52092,localport=11112]
2025-11-19 17:21:06,764 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> A-ASSOCIATE-RQ
2025-11-19 17:21:06,765 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << A-ASSOCIATE-AC
2025-11-19 17:21:07,006 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:10,779 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:21:10,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): Found previous received Instance[pk=224982, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:21:10,791 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): Replace previous received Instance[pk=224982, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:21:10,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): Create Instance[pk=226916, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:21:10,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): Create Location[pk=226916, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/32532873, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 17:21:10,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): Updated DB in 45 ms
2025-11-19 17:21:10,825 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 17:21:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 17:21:12,882 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:14,336 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:21:14,341 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:21:14,835 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:14,836 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:15,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:16,534 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:21:16,536 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:21:17,043 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:17,043 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:21,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:23,216 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:21:23,218 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:21:23,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:23,726 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:23,984 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:25,555 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:21:25,557 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:21:26,091 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:26,092 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:26,339 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:28,715 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:21:28,717 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:21:29,219 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:29,220 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:29,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:31,304 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:21:31,306 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:21:31,787 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:31,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:32,037 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:33,885 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:21:33,886 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:21:34,368 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:34,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:37,452 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:39,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6774) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:21:39,474 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6774) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:21:39,960 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:39,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:40,254 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) >> A-RELEASE-RQ
2025-11-19 17:21:40,254 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6774) DCM4CHEE<-HS50US07(531) << A-RELEASE-RP
2025-11-19 17:21:40,304 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS50US07(531): close Socket[addr=187.36.104.204/187.36.104.204,port=52092,localport=11112]
2025-11-19 17:21:42,239 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 17:21:42,239 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 17:21:42,790 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:21:42,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): Found previous received Instance[pk=226525, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:21:42,794 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): Replace previous received Instance[pk=226525, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:21:42,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): Create Instance[pk=226917, uid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:21:42,799 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): Create Location[pk=226917, systemID=amazon-s3, path=2025/11/19/02F7046E/E1DE1CD5/459A392A, tsuid=1.2.840.10008.1.2, size=3915720, status=OK, objectType=DICOM_FILE]
2025-11-19 17:21:42,818 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): Updated DB in 27 ms
2025-11-19 17:21:42,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100726361 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:43,050 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:21:48,569 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 17:21:48,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:21:48,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:48,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:21:48,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:48,598 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:21:48,598 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:21:48,598 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 17:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-11-19 17:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-11-19 17:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6778) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6779) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6779) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6778) Start deleting 9 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:21:53,590 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:21:53,597 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:21:55,003 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6778) Finished deleting 9 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:21:55,003 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6778) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:21:58,017 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 17:21:58,019 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 17:22:10,789 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52102,localport=11112]
2025-11-19 17:22:10,790 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> A-ASSOCIATE-RQ
2025-11-19 17:22:10,790 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << A-ASSOCIATE-AC
2025-11-19 17:22:11,021 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 17:22:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 17:22:14,952 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:22:14,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): Found previous received Instance[pk=226916, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:22:14,977 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): Replace previous received Instance[pk=226916, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:22:14,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): Create Instance[pk=226918, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:22:14,982 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): Create Location[pk=226918, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/8E8541A4, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 17:22:14,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): Updated DB in 42 ms
2025-11-19 17:22:14,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:15,247 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:16,691 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:22:16,696 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:22:17,197 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:17,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:17,441 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:18,775 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:22:18,777 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:22:19,331 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:19,331 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:19,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:21,135 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:22:21,137 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:22:21,775 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:21,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:22,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:23,422 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:22:23,424 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:22:23,902 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:23,903 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:23,942 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:22:23,944 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:22:24,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:24,422 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100745335 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:24,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:24,656 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:25,347 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:22:25,349 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:22:25,832 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:25,832 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:26,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:27,509 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:22:27,511 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:22:28,007 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:28,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:28,259 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:29,533 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:22:29,535 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:22:30,012 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:30,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:30,279 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:31,612 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6780) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:22:31,614 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6780) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:22:32,101 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:32,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:22:32,352 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) >> A-RELEASE-RQ
2025-11-19 17:22:32,353 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6780) DCM4CHEE<-HS50US07(532) << A-RELEASE-RP
2025-11-19 17:22:32,403 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-27) DCM4CHEE<-HS50US07(532): close Socket[addr=187.36.104.204/187.36.104.204,port=52102,localport=11112]
2025-11-19 17:22:42,240 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 17:22:42,241 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 17:22:48,598 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 17:22:48,599 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 17:22:48,600 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 17:22:48,600 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:22:48,600 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:48,602 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:22:48,602 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:48,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:22:48,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:22:48,625 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 17:22:48,625 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 17:22:58,019 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 17:22:58,021 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 17:23:02,927 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52103,localport=11112]
2025-11-19 17:23:02,928 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> A-ASSOCIATE-RQ
2025-11-19 17:23:02,928 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << A-ASSOCIATE-AC
2025-11-19 17:23:03,172 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:06,916 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:06,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224932, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:23:06,923 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224932, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:23:06,927 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226919, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:23:06,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226919, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B3B42E8B, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:06,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 16 ms
2025-11-19 17:23:06,933 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:07,181 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:08,240 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:08,242 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:23:08,472 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:08,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224933, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:23:08,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224933, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:23:08,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226920, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:23:08,477 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226920, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B3CEEAE4, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:08,490 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 18 ms
2025-11-19 17:23:08,490 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:08,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:08,799 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712100809451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:23:08,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:09,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:10,075 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:10,077 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224934, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:23:10,078 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224934, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:23:10,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226921, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:23:10,080 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226921, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B575BE64, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:10,099 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 24 ms
2025-11-19 17:23:10,099 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:10,360 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:11,692 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:11,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224935, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:23:11,694 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224935, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:23:11,696 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226922, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:23:11,697 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226922, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B59F75A6, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:11,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 27 ms
2025-11-19 17:23:11,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:11,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 17:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 17:23:13,247 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:13,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224936, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:23:13,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224936, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:23:13,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226923, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:23:13,253 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226923, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B8C58E59, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:13,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 21 ms
2025-11-19 17:23:13,269 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:13,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:15,014 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:15,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224937, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:23:15,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224937, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:23:15,018 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226924, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:23:15,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226924, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BA88635A, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:15,026 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 12 ms
2025-11-19 17:23:15,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:15,296 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:16,839 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:16,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224938, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:23:16,842 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224938, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:23:16,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226925, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:23:16,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226925, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BE0D6A07, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:16,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 12 ms
2025-11-19 17:23:16,852 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:17,102 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:18,442 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:18,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224939, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:23:18,444 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224939, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:23:18,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226926, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:23:18,447 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226926, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/BFB49496, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:18,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 12 ms
2025-11-19 17:23:18,454 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:18,724 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:19,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:19,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224941, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:23:19,886 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224941, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:23:19,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226927, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:23:19,889 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226927, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/C14E1C2A, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:19,909 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 25 ms
2025-11-19 17:23:19,909 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:20,160 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:21,482 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:21,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224942, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:23:21,485 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224942, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:23:21,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226928, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:23:21,487 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226928, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/C3030EB6, tsuid=1.2.840.10008.1.2, size=3915952, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:21,498 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 15 ms
2025-11-19 17:23:21,499 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:21,752 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:23,095 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:23,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224943, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:23:23,098 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224943, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:23:23,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226929, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:23:23,100 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226929, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EA5AFA81, tsuid=1.2.840.10008.1.2, size=3916100, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:23,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 13 ms
2025-11-19 17:23:23,109 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:23,362 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:25,586 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:25,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224944, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:23:25,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224944, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:23:25,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226930, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:23:25,592 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226930, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EA6A1568, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:25,600 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 13 ms
2025-11-19 17:23:25,600 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:25,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:27,314 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:27,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224945, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:23:27,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224945, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:23:27,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226931, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:23:27,319 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226931, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EC1F5DE7, tsuid=1.2.840.10008.1.2, size=3416900, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:27,338 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 24 ms
2025-11-19 17:23:27,338 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:27,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:28,822 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:28,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224946, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:23:28,824 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224946, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:23:28,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226932, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:23:28,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226932, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EF6E39E1, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:28,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 19 ms
2025-11-19 17:23:28,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:29,126 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:30,823 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:30,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224947, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:23:30,825 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224947, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:23:30,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226933, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:23:30,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226933, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/EFA3CA64, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:30,844 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 21 ms
2025-11-19 17:23:30,844 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:31,138 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:32,924 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:32,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224948, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:23:32,926 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224948, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:23:32,928 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226934, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:23:32,929 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226934, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F13DDFEA, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:32,939 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 15 ms
2025-11-19 17:23:32,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:33,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:34,996 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:34,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224949, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:23:34,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224949, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:23:35,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226935, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:23:35,002 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226935, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F2C9DF3D, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:35,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 20 ms
2025-11-19 17:23:35,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:35,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:37,132 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:37,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224950, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:23:37,135 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224950, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:23:37,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226936, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:23:37,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226936, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F4988985, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:37,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 28 ms
2025-11-19 17:23:37,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:37,422 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:39,278 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:39,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224951, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 17:23:39,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224951, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 17:23:39,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226937, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 17:23:39,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226937, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/1D8E9E85, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:39,290 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 12 ms
2025-11-19 17:23:39,290 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:39,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:41,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:41,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224952, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 17:23:41,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224952, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 17:23:41,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226938, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 17:23:41,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226938, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/20DAD3BC, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:41,341 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 18 ms
2025-11-19 17:23:41,341 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:41,599 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:42,241 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 17:23:42,242 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 17:23:43,089 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:43,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224953, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 17:23:43,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224953, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 17:23:43,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226939, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 17:23:43,095 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226939, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/22AB62A1, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:43,115 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 26 ms
2025-11-19 17:23:43,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:43,379 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:44,863 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:44,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224954, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 17:23:44,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224954, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 17:23:44,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226940, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 17:23:44,870 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226940, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/26412461, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:44,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 15 ms
2025-11-19 17:23:44,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:45,167 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:46,695 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:46,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224955, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 17:23:46,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224955, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 17:23:46,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226941, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 17:23:46,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226941, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/27F7CA7E, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:46,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 15 ms
2025-11-19 17:23:46,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:46,995 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:48,418 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:48,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224956, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 17:23:48,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224956, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 17:23:48,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226942, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 17:23:48,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226942, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/2CDA5AE0, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:48,425 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 7 ms
2025-11-19 17:23:48,426 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:48,625 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 17:23:48,627 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 17:23:48,627 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 17:23:48,627 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:23:48,627 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:23:48,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:23:48,629 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:23:48,650 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:23:48,650 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:23:48,650 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-3) Send audit message to /127.0.0.1:514
2025-11-19 17:23:48,650 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 17:23:48,699 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:50,089 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:50,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224957, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 17:23:50,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224957, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 17:23:50,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226943, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 17:23:50,094 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226943, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5437690B, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:50,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 71 ms
2025-11-19 17:23:50,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:50,433 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:51,498 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:51,500 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:23:52,141 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:52,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224958, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 17:23:52,143 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224958, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 17:23:52,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226944, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 17:23:52,146 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226944, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/59394747, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:52,168 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 27 ms
2025-11-19 17:23:52,169 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:52,389 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101027814 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:23:52,389 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:52,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:52,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:53,799 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:53,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224959, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 17:23:53,801 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224959, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 17:23:53,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226945, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 17:23:53,804 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226945, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5AED3823, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:53,816 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 17 ms
2025-11-19 17:23:53,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:54,069 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:55,331 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:55,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Found previous received Instance[pk=224960, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 17:23:55,333 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Replace previous received Instance[pk=224960, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 17:23:55,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Instance[pk=226946, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 17:23:55,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Create Location[pk=226946, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/5AF07184, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 17:23:55,343 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): Updated DB in 12 ms
2025-11-19 17:23:55,343 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:55,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:57,108 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:57,110 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 17:23:57,906 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): processing 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:23:57,907 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 29:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:58,021 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 17:23:58,022 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 17:23:58,193 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:23:59,595 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:23:59,598 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 17:24:00,101 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): processing 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:00,101 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:00,391 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:01,659 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:01,661 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 17:24:02,149 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): processing 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:02,150 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:02,443 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:04,370 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6786) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:04,372 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6786) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 17:24:04,909 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533): processing 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:04,910 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:05,210 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) >> A-RELEASE-RQ
2025-11-19 17:24:05,211 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6786) DCM4CHEE<-HS50US07(533) << A-RELEASE-RP
2025-11-19 17:24:05,261 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS50US07(533): close Socket[addr=187.36.104.204/187.36.104.204,port=52103,localport=11112]
2025-11-19 17:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 17:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 17:24:33,754 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:33,756 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:24:34,273 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101038308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:34,274 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:34,510 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:35,789 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52106,localport=11112]
2025-11-19 17:24:35,789 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> A-ASSOCIATE-RQ
2025-11-19 17:24:35,789 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << A-ASSOCIATE-AC
2025-11-19 17:24:36,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:39,824 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:39,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): Found previous received Instance[pk=226918, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:24:39,827 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): Replace previous received Instance[pk=226918, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:24:39,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): Create Instance[pk=226947, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:24:39,830 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): Create Location[pk=226947, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/77A735E8, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 17:24:39,841 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): Updated DB in 17 ms
2025-11-19 17:24:39,841 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:40,095 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:41,543 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:41,545 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:24:42,044 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:42,045 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:42,242 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 17:24:42,243 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 17:24:42,301 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:43,486 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:43,488 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:24:44,196 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:44,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:44,453 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:45,866 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:45,868 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:24:46,372 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:46,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:46,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:47,099 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 17:24:47,101 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 17:24:48,144 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:48,146 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:24:48,645 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:48,645 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:48,650 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 17:24:48,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:24:48,651 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:48,652 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:24:48,652 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:48,676 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:24:48,676 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:48,676 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 17:24:48,921 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:50,716 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:50,718 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:24:51,217 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:51,218 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:51,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:52,971 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:52,973 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:24:53,451 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:53,451 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:53,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:55,517 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:55,520 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:24:56,037 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:56,038 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:56,307 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:57,688 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6792) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:24:57,690 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6792) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:24:58,023 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 17:24:58,024 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 17:24:58,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:24:58,175 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:24:58,441 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) >> A-RELEASE-RQ
2025-11-19 17:24:58,441 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6792) DCM4CHEE<-HS50US07(534) << A-RELEASE-RP
2025-11-19 17:24:58,491 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-8) DCM4CHEE<-HS50US07(534): close Socket[addr=187.36.104.204/187.36.104.204,port=52106,localport=11112]
2025-11-19 17:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 17:25:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 17:25:15,461 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:15,463 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:25:15,957 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101103281 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:15,957 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:16,188 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:26,405 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52209,localport=11112]
2025-11-19 17:25:26,410 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) >> A-ASSOCIATE-RQ
2025-11-19 17:25:26,410 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) << A-ASSOCIATE-AC
2025-11-19 17:25:26,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:28,980 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52107,localport=11112]
2025-11-19 17:25:28,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> A-ASSOCIATE-RQ
2025-11-19 17:25:28,981 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << A-ASSOCIATE-AC
2025-11-19 17:25:29,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:31,319 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:31,326 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Patient[pk=8862, id=PatientID[pk=8862, id=68472, issuer=DCM4CHEE.BBF3B308.0BD1DA21], name=ANA LUCIA DE BARROS SOUZA]
2025-11-19 17:25:31,326 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Study[pk=8871, uid=68472, id=68472]
2025-11-19 17:25:31,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Series[pk=8976, uid=1.2.410.200001.101.11.301.1144174170.2.20251119171736178, no=1, mod=US]
2025-11-19 17:25:31,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Instance[pk=226948, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:25:31,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Location[pk=226948, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/3D86AFA6, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-11-19 17:25:31,358 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Updated DB in 39 ms
2025-11-19 17:25:31,359 INFO  [org.dcm4chee.arc.patient.impl.PatientServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) No duplicate record with equal Patient ID found Patient[pk=8862, id=PatientID[pk=8862, id=68472, issuer=DCM4CHEE.BBF3B308.0BD1DA21], name=ANA LUCIA DE BARROS SOUZA]
2025-11-19 17:25:31,359 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:31,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:32,624 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6799) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:32,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): Found previous received Instance[pk=224962, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:25:32,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): Replace previous received Instance[pk=224962, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:25:32,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): Create Instance[pk=226949, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:25:32,639 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): Create Location[pk=226949, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/9FE61D8B, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 17:25:32,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): Updated DB in 17 ms
2025-11-19 17:25:32,643 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:32,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:34,269 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6799) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:34,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): Found previous received Instance[pk=224963, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:25:34,272 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): Replace previous received Instance[pk=224963, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:25:34,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): Create Instance[pk=226950, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:25:34,274 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): Create Location[pk=226950, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/9FE70252, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 17:25:34,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): Updated DB in 15 ms
2025-11-19 17:25:34,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:34,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:35,981 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6799) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:35,984 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:25:36,407 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:36,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Instance[pk=226951, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:25:36,409 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Location[pk=226951, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/3F1D1BBA, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:25:36,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Updated DB in 31 ms
2025-11-19 17:25:36,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:36,471 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:36,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:36,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:36,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:38,514 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6799) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:38,516 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:25:39,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:39,002 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:39,251 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:40,610 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6799) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:40,612 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:25:40,966 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:40,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Instance[pk=226952, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:25:40,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Location[pk=226952, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/3F49987A, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:25:40,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Updated DB in 10 ms
2025-11-19 17:25:40,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:41,105 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:41,105 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:41,211 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:41,361 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:42,243 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 17:25:42,245 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 17:25:43,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6799) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:43,159 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:25:43,654 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:43,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:43,891 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:45,170 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6799) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:45,172 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:25:45,353 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:45,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Instance[pk=226953, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:25:45,355 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Location[pk=226953, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/40D260DB, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:25:45,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Updated DB in 28 ms
2025-11-19 17:25:45,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:45,615 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:45,773 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:45,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:46,027 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:47,481 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6799) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:47,483 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:25:48,115 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:48,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:48,369 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:48,676 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 17:25:48,677 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 17:25:48,678 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 17:25:48,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:25:48,678 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:48,679 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:25:48,679 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:48,680 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 17:25:48,701 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:25:48,701 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:48,702 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 17:25:48,702 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 17:25:48,702 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 17:25:49,845 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:49,847 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Instance[pk=226954, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:25:49,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Location[pk=226954, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/410C84DE, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:25:49,856 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Updated DB in 11 ms
2025-11-19 17:25:49,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:50,091 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:50,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6799) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:50,248 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6799) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:25:50,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:50,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:51,015 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) >> A-RELEASE-RQ
2025-11-19 17:25:51,015 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6799) DCM4CHEE<-HS50US07(536) << A-RELEASE-RP
2025-11-19 17:25:51,065 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS50US07(536): close Socket[addr=187.36.104.204/187.36.104.204,port=52107,localport=11112]
2025-11-19 17:25:53,899 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:53,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Instance[pk=226955, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:25:53,902 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Location[pk=226955, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/6689F345, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:25:53,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Updated DB in 13 ms
2025-11-19 17:25:53,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:54,147 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:57,743 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:57,745 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:25:57,943 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:25:57,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Instance[pk=226956, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:25:57,945 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Location[pk=226956, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/69BBDD06, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:25:57,947 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Updated DB in 4 ms
2025-11-19 17:25:57,948 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:58,025 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 17:25:58,026 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 17:25:58,179 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:58,236 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101857772 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:25:58,237 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:25:58,504 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:02,665 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:02,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Instance[pk=226957, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:26:02,667 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Create Location[pk=226957, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/69E528C1, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:02,677 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535): Updated DB in 12 ms
2025-11-19 17:26:02,677 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:02,908 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) >> A-RELEASE-RQ
2025-11-19 17:26:02,908 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(535) << A-RELEASE-RP
2025-11-19 17:26:02,958 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-21) DCM4CHEE<-HS30(535): close Socket[addr=187.36.104.204/187.36.104.204,port=52209,localport=11112]
2025-11-19 17:26:03,406 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52212,localport=11112]
2025-11-19 17:26:03,412 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) >> A-ASSOCIATE-RQ
2025-11-19 17:26:03,412 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) << A-ASSOCIATE-AC
2025-11-19 17:26:03,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:07,530 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:07,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Found previous received Instance[pk=226948, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:26:07,533 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Replace previous received Instance[pk=226948, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:26:07,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Instance[pk=226958, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:26:07,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Location[pk=226958, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/47DD5E1C, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:07,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Updated DB in 17 ms
2025-11-19 17:26:07,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:07,800 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:12,031 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:12,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Found previous received Instance[pk=226951, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:26:12,033 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Replace previous received Instance[pk=226951, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:26:12,036 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Instance[pk=226959, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:26:12,036 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Location[pk=226959, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/14E5FA25, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 17:26:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 17:26:12,052 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Updated DB in 21 ms
2025-11-19 17:26:12,053 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:12,304 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:16,392 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:16,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Found previous received Instance[pk=226952, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:26:16,395 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Replace previous received Instance[pk=226952, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:26:16,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Instance[pk=226960, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:26:16,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Location[pk=226960, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/E6AF8CB4, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:16,410 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Updated DB in 18 ms
2025-11-19 17:26:16,410 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:16,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:21,561 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52108,localport=11112]
2025-11-19 17:26:21,573 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> A-ASSOCIATE-RQ
2025-11-19 17:26:21,573 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << A-ASSOCIATE-AC
2025-11-19 17:26:21,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:22,027 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:22,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Found previous received Instance[pk=226953, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:26:22,029 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Replace previous received Instance[pk=226953, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:26:22,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Instance[pk=226961, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:26:22,031 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Location[pk=226961, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/37F58934, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:22,034 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Updated DB in 7 ms
2025-11-19 17:26:22,034 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:22,288 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:26,167 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:26,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): Found previous received Instance[pk=226947, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:26:26,171 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): Replace previous received Instance[pk=226947, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:26:26,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): Create Instance[pk=226962, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:26:26,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): Create Location[pk=226962, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/920E4470, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:26,190 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): Updated DB in 23 ms
2025-11-19 17:26:26,191 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:26,346 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:26,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Found previous received Instance[pk=226954, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:26:26,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Replace previous received Instance[pk=226954, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:26:26,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Instance[pk=226963, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:26:26,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Location[pk=226963, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/A251B622, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:26,354 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Updated DB in 7 ms
2025-11-19 17:26:26,354 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:26,445 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:26,605 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:28,265 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:28,267 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:26:28,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:28,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:29,087 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:30,379 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:30,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Found previous received Instance[pk=226955, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:26:30,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Replace previous received Instance[pk=226955, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:26:30,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Instance[pk=226964, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:26:30,384 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Location[pk=226964, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/ED954EAD, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:30,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Updated DB in 15 ms
2025-11-19 17:26:30,394 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:30,599 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:30,601 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:26:30,650 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:31,095 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:31,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:31,353 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:33,480 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:33,482 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:26:33,988 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:33,989 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:34,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:34,947 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:34,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Found previous received Instance[pk=226956, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:26:34,949 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Replace previous received Instance[pk=226956, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:26:34,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Instance[pk=226965, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:26:34,951 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Location[pk=226965, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/8801C57E, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:34,975 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Updated DB in 28 ms
2025-11-19 17:26:34,975 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:35,226 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:36,158 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:36,160 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:26:36,647 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:36,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:36,914 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:38,293 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:38,295 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:26:38,786 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712101940675 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:38,787 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:39,015 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:39,239 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:39,241 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:26:39,749 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:39,749 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:40,010 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:40,174 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:40,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Found previous received Instance[pk=226957, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:26:40,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Replace previous received Instance[pk=226957, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:26:40,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Instance[pk=226966, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:26:40,178 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Create Location[pk=226966, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/2748972B, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:40,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537): Updated DB in 19 ms
2025-11-19 17:26:40,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:40,456 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) >> A-RELEASE-RQ
2025-11-19 17:26:40,456 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(537) << A-RELEASE-RP
2025-11-19 17:26:40,506 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(537): close Socket[addr=187.36.104.204/187.36.104.204,port=52212,localport=11112]
2025-11-19 17:26:40,946 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52213,localport=11112]
2025-11-19 17:26:40,946 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) >> A-ASSOCIATE-RQ
2025-11-19 17:26:40,946 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) << A-ASSOCIATE-AC
2025-11-19 17:26:41,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:41,379 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:41,381 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:26:41,869 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:41,869 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:42,128 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:42,245 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 17:26:42,246 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 17:26:44,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:44,117 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:26:44,630 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:44,631 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:44,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:45,171 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:45,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Found previous received Instance[pk=226958, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:26:45,174 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Replace previous received Instance[pk=226958, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:26:45,176 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Instance[pk=226967, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:26:45,177 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Location[pk=226967, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/5A87E266, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:45,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Updated DB in 8 ms
2025-11-19 17:26:45,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:45,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:46,250 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:46,252 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:26:46,752 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:46,753 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:47,007 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) >> A-RELEASE-RQ
2025-11-19 17:26:47,008 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(538) << A-RELEASE-RP
2025-11-19 17:26:47,058 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-11) DCM4CHEE<-HS50US07(538): close Socket[addr=187.36.104.204/187.36.104.204,port=52108,localport=11112]
2025-11-19 17:26:48,703 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 17:26:48,703 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 17:26:48,704 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 17:26:48,704 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 17:26:48,705 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:26:48,705 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:48,706 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:26:48,706 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:48,726 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:26:48,726 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:26:48,726 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 17:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-11-19 17:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-11-19 17:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6806) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6805) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6806) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:26:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6805) Start deleting 42 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:26:50,233 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:50,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Found previous received Instance[pk=226959, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:26:50,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Replace previous received Instance[pk=226959, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:26:50,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Instance[pk=226968, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:26:50,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Location[pk=226968, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/3D60FD5B, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:50,241 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Updated DB in 8 ms
2025-11-19 17:26:50,241 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:50,482 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:53,597 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:26:53,603 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:26:53,630 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:53,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Found previous received Instance[pk=226960, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:26:53,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Replace previous received Instance[pk=226960, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:26:53,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Instance[pk=226969, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:26:53,634 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Location[pk=226969, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/D07965BE, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:53,642 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Updated DB in 12 ms
2025-11-19 17:26:53,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:53,884 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:57,987 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:26:57,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Found previous received Instance[pk=226961, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:26:57,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Replace previous received Instance[pk=226961, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:26:57,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Instance[pk=226970, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:26:57,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Location[pk=226970, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/E9DBAC57, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:26:57,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Updated DB in 7 ms
2025-11-19 17:26:57,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:26:58,027 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 17:26:58,028 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 17:26:58,236 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:03,592 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:03,594 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Found previous received Instance[pk=226963, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:27:03,595 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Replace previous received Instance[pk=226963, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:27:03,597 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Instance[pk=226971, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:27:03,598 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Location[pk=226971, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/167A3B18, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:03,601 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Updated DB in 9 ms
2025-11-19 17:27:03,601 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:03,848 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:09,477 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:09,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Found previous received Instance[pk=226964, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:27:09,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Replace previous received Instance[pk=226964, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:27:09,482 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Instance[pk=226972, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:27:09,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Location[pk=226972, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/72039B78, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:09,497 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Updated DB in 20 ms
2025-11-19 17:27:09,497 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:09,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 17:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 17:27:12,210 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68472&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119171736178&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119171811590&contentType=image/jpeg from null@162.240.235.97
2025-11-19 17:27:13,453 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68472&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119171736178&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119171846141&contentType=image/jpeg from null@162.240.235.97
2025-11-19 17:27:16,189 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:16,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Found previous received Instance[pk=226965, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:27:16,191 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Replace previous received Instance[pk=226965, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:27:16,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Instance[pk=226973, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:27:16,194 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Location[pk=226973, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/98A3D823, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:16,199 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Updated DB in 10 ms
2025-11-19 17:27:16,200 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:16,224 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68472&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119171736178&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119171912362&contentType=image/jpeg from null@162.240.235.97
2025-11-19 17:27:16,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:17,276 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6805) Finished deleting 42 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:27:17,276 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6805) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:27:17,323 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68472&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119171736178&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119171956046&contentType=image/jpeg from null@162.240.235.97
2025-11-19 17:27:17,599 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52109,localport=11112]
2025-11-19 17:27:17,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> A-ASSOCIATE-RQ
2025-11-19 17:27:17,599 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << A-ASSOCIATE-AC
2025-11-19 17:27:17,828 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:18,474 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68472&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119171736178&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119172048002&contentType=image/jpeg from null@162.240.235.97
2025-11-19 17:27:19,160 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:19,165 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:27:19,617 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68472&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119171736178&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119171736329&contentType=image/jpeg from null@162.240.235.97
2025-11-19 17:27:19,659 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102029147 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:19,660 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:19,887 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:20,036 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:20,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Found previous received Instance[pk=226966, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:27:20,038 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Replace previous received Instance[pk=226966, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:27:20,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Instance[pk=226974, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:27:20,041 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Create Location[pk=226974, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/12602BFB, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:20,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539): Updated DB in 17 ms
2025-11-19 17:27:20,054 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:20,302 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) >> A-RELEASE-RQ
2025-11-19 17:27:20,302 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(539) << A-RELEASE-RP
2025-11-19 17:27:20,352 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS30(539): close Socket[addr=187.36.104.204/187.36.104.204,port=52213,localport=11112]
2025-11-19 17:27:20,788 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52214,localport=11112]
2025-11-19 17:27:20,789 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) >> A-ASSOCIATE-RQ
2025-11-19 17:27:20,789 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) << A-ASSOCIATE-AC
2025-11-19 17:27:21,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:23,161 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68472&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119171736178&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119172209934&contentType=image/jpeg from null@162.240.235.97
2025-11-19 17:27:23,432 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:23,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Found previous received Instance[pk=224969, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:27:23,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Replace previous received Instance[pk=224969, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:27:23,442 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Instance[pk=226975, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:27:23,443 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Location[pk=226975, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/FFF9B4A7, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:23,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Updated DB in 40 ms
2025-11-19 17:27:23,472 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:23,712 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:25,055 INFO  [org.dcm4chee.arc.wado.WadoURI] (default task-22) Process GET /dcm4chee-arc/aets/DCM4CHEE/wado?requestType=WADO&studyUID=68472&seriesUID=1.2.410.200001.101.11.301.1144174170.2.20251119171736178&objectUID=1.2.410.200001.101.11.301.1144174170.3.20251119172237495&contentType=image/jpeg from null@162.240.235.97
2025-11-19 17:27:25,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:25,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Found previous received Instance[pk=224970, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:27:25,118 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Replace previous received Instance[pk=224970, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:27:25,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Instance[pk=226976, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:27:25,120 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Location[pk=226976, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/01753114, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:25,128 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Updated DB in 12 ms
2025-11-19 17:27:25,129 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:25,404 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:26,872 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:26,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Found previous received Instance[pk=224971, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:27:26,874 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Replace previous received Instance[pk=224971, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:27:26,876 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Instance[pk=226977, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:27:26,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Location[pk=226977, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/26FD22CD, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:26,893 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Updated DB in 21 ms
2025-11-19 17:27:26,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:27,144 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:29,373 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:29,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Found previous received Instance[pk=224972, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:27:29,375 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Replace previous received Instance[pk=224972, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:27:29,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Instance[pk=226978, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:27:29,378 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Location[pk=226978, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/28A4580C, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:29,398 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Updated DB in 25 ms
2025-11-19 17:27:29,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:29,648 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:30,262 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:30,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Found previous received Instance[pk=226967, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:27:30,265 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Replace previous received Instance[pk=226967, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:27:30,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Instance[pk=226979, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:27:30,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Location[pk=226979, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/3D86AFA6, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:30,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Updated DB in 23 ms
2025-11-19 17:27:30,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:30,533 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:31,117 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:31,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Found previous received Instance[pk=224973, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:27:31,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Replace previous received Instance[pk=224973, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:27:31,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Instance[pk=226980, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:27:31,121 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Location[pk=226980, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/28B26085, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:31,148 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Updated DB in 31 ms
2025-11-19 17:27:31,148 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:31,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:33,051 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:33,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Found previous received Instance[pk=224975, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:27:33,053 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Replace previous received Instance[pk=224975, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:27:33,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Instance[pk=226981, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:27:33,056 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Location[pk=226981, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/28EAC229, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:33,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Updated DB in 28 ms
2025-11-19 17:27:33,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:33,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:35,108 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:35,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Found previous received Instance[pk=224976, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:27:35,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Replace previous received Instance[pk=224976, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:27:35,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Instance[pk=226982, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:27:35,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Location[pk=226982, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2A854D44, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:35,124 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Updated DB in 15 ms
2025-11-19 17:27:35,124 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:35,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:36,638 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:36,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Found previous received Instance[pk=226968, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:27:36,640 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Replace previous received Instance[pk=226968, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:27:36,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Instance[pk=226983, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:27:36,644 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Location[pk=226983, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/3F1D1BBA, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:36,663 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Updated DB in 25 ms
2025-11-19 17:27:36,664 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:36,846 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:36,848 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Found previous received Instance[pk=224977, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:27:36,849 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Replace previous received Instance[pk=224977, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:27:36,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Instance[pk=226984, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:27:36,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Location[pk=226984, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2AA106EB, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:36,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Updated DB in 7 ms
2025-11-19 17:27:36,854 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:36,913 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:37,098 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:38,646 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:38,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Found previous received Instance[pk=224978, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:27:38,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Replace previous received Instance[pk=224978, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:27:38,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Instance[pk=226985, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:27:38,650 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Location[pk=226985, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2C2D7205, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:38,672 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Updated DB in 26 ms
2025-11-19 17:27:38,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:38,932 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:40,696 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:40,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Found previous received Instance[pk=224979, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:27:40,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Replace previous received Instance[pk=224979, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:27:40,700 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Instance[pk=226986, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:27:40,701 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Create Location[pk=226986, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/2C4A11E2, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:40,708 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): Updated DB in 12 ms
2025-11-19 17:27:40,708 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:40,878 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:40,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Found previous received Instance[pk=226969, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:27:40,881 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Replace previous received Instance[pk=226969, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:27:40,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Instance[pk=226987, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:27:40,883 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Location[pk=226987, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/3F49987A, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:40,885 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Updated DB in 7 ms
2025-11-19 17:27:40,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:40,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:41,151 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:42,246 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 17:27:42,247 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 17:27:42,297 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:42,300 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:27:42,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:42,782 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:43,046 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:44,680 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:44,682 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:27:44,717 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:44,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Found previous received Instance[pk=226970, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:27:44,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Replace previous received Instance[pk=226970, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:27:44,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Instance[pk=226988, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:27:44,722 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Location[pk=226988, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/40D260DB, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:44,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Updated DB in 7 ms
2025-11-19 17:27:44,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:44,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:45,165 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:45,165 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:45,442 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:47,215 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:47,217 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:27:47,725 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:47,725 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:47,976 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:48,726 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 17:27:48,728 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 17:27:48,728 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 17:27:48,729 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 17:27:48,729 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 17:27:48,730 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:27:48,730 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:48,731 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:27:48,731 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:48,753 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:27:48,754 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:48,754 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 17:27:48,755 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 17:27:48,776 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:48,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Found previous received Instance[pk=226971, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:27:48,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Replace previous received Instance[pk=226971, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:27:48,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Instance[pk=226989, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:27:48,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Location[pk=226989, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/410C84DE, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:48,798 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Updated DB in 22 ms
2025-11-19 17:27:48,799 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:49,049 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:49,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:49,464 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:27:49,962 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:49,963 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:50,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:52,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:52,315 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:27:52,808 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:52,808 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:53,057 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:53,709 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:53,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Found previous received Instance[pk=226972, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:27:53,711 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Replace previous received Instance[pk=226972, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:27:53,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Instance[pk=226990, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:27:53,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Location[pk=226990, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/6689F345, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:27:53,734 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Updated DB in 25 ms
2025-11-19 17:27:53,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:53,978 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:54,686 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:54,688 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:27:55,244 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:55,245 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:55,502 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:57,103 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:27:57,105 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:27:58,028 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 17:27:58,030 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 17:27:58,289 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:27:58,289 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:27:58,544 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:00,103 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:00,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Found previous received Instance[pk=226973, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:28:00,105 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Replace previous received Instance[pk=226973, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:28:00,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Instance[pk=226991, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:28:00,108 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Location[pk=226991, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/69BBDD06, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:00,122 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Updated DB in 19 ms
2025-11-19 17:28:00,123 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:00,216 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:00,218 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:00,366 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:00,693 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:00,694 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:00,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:02,443 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:02,445 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:02,936 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:02,936 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:03,184 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:04,681 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6797) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:04,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Found previous received Instance[pk=226974, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:28:04,683 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Replace previous received Instance[pk=226974, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:28:04,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Instance[pk=226992, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:28:04,686 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Create Location[pk=226992, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/69E528C1, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:04,705 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541): Updated DB in 24 ms
2025-11-19 17:28:04,705 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:04,948 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) >> A-RELEASE-RQ
2025-11-19 17:28:04,948 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6797) DCM4CHEE<-HS30(541) << A-RELEASE-RP
2025-11-19 17:28:04,999 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-3) DCM4CHEE<-HS30(541): close Socket[addr=187.36.104.204/187.36.104.204,port=52214,localport=11112]
2025-11-19 17:28:05,095 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:05,097 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:05,412 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52215,localport=11112]
2025-11-19 17:28:05,413 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) >> A-ASSOCIATE-RQ
2025-11-19 17:28:05,413 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) << A-ASSOCIATE-AC
2025-11-19 17:28:05,574 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:05,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:05,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:05,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:07,303 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:07,305 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:07,781 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:07,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:08,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:09,734 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:09,736 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:09,970 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:09,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Found previous received Instance[pk=226979, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:28:09,973 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Replace previous received Instance[pk=226979, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:28:09,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Instance[pk=226993, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:28:09,976 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Location[pk=226993, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/44853E70, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:09,998 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Updated DB in 28 ms
2025-11-19 17:28:09,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:10,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:10,215 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:10,229 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:10,458 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:10,698 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:10,700 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:28:11,195 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102124268 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:11,196 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 10:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:11,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:11,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:11,862 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 17:28:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 17:28:12,385 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:12,386 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:12,644 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:14,012 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:14,014 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:14,501 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:14,501 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:14,750 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:15,614 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:15,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Found previous received Instance[pk=226983, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:28:15,616 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Replace previous received Instance[pk=226983, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:28:15,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Instance[pk=226994, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:28:15,619 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Location[pk=226994, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/BBF611AA, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:15,641 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Updated DB in 27 ms
2025-11-19 17:28:15,642 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:15,873 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:16,834 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:16,837 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:17,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:17,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:17,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:19,087 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:19,089 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:19,274 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:19,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Found previous received Instance[pk=226987, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:28:19,277 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Replace previous received Instance[pk=226987, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:28:19,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Instance[pk=226995, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:28:19,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Location[pk=226995, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/013A2EF1, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:19,297 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Updated DB in 23 ms
2025-11-19 17:28:19,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:19,527 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:19,594 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:19,595 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:19,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:21,934 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:21,936 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:22,434 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:22,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:22,674 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:23,747 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:23,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Found previous received Instance[pk=226988, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:28:23,749 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Replace previous received Instance[pk=226988, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:28:23,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Instance[pk=226996, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:28:23,752 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Location[pk=226996, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/EC8158AB, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:23,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Updated DB in 12 ms
2025-11-19 17:28:23,760 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:23,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:24,095 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6805) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:24,097 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6805) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:28:24,604 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540): processing 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:24,604 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << 28:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:24,852 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) >> A-RELEASE-RQ
2025-11-19 17:28:24,852 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6805) DCM4CHEE<-HS50US07(540) << A-RELEASE-RP
2025-11-19 17:28:24,902 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-14) DCM4CHEE<-HS50US07(540): close Socket[addr=187.36.104.204/187.36.104.204,port=52109,localport=11112]
2025-11-19 17:28:28,983 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:28,985 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Found previous received Instance[pk=226989, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:28:28,986 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Replace previous received Instance[pk=226989, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:28:28,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Instance[pk=226997, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:28:28,988 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Location[pk=226997, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/BDF03BB8, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:28,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Updated DB in 7 ms
2025-11-19 17:28:28,991 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:29,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:33,780 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:33,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Found previous received Instance[pk=226990, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:28:33,783 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Replace previous received Instance[pk=226990, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:28:33,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Instance[pk=226998, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:28:33,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Location[pk=226998, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/A59D1FF1, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:33,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Updated DB in 6 ms
2025-11-19 17:28:33,788 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:34,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:37,782 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:37,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Found previous received Instance[pk=226991, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:28:37,785 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Replace previous received Instance[pk=226991, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:28:37,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Instance[pk=226999, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:28:37,787 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Location[pk=226999, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/4BAD606B, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:37,796 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Updated DB in 14 ms
2025-11-19 17:28:37,797 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:38,029 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:42,233 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:42,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Found previous received Instance[pk=226992, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:28:42,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Replace previous received Instance[pk=226992, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:28:42,237 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Instance[pk=227000, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:28:42,238 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Create Location[pk=227000, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/0BD367AD, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:42,247 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 17:28:42,248 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542): Updated DB in 15 ms
2025-11-19 17:28:42,248 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 17:28:42,248 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:42,477 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) >> A-RELEASE-RQ
2025-11-19 17:28:42,478 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(542) << A-RELEASE-RP
2025-11-19 17:28:42,528 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-10) DCM4CHEE<-HS30(542): close Socket[addr=187.36.104.204/187.36.104.204,port=52215,localport=11112]
2025-11-19 17:28:42,932 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52216,localport=11112]
2025-11-19 17:28:42,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) >> A-ASSOCIATE-RQ
2025-11-19 17:28:42,938 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) << A-ASSOCIATE-AC
2025-11-19 17:28:43,171 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:47,453 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:47,468 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Found previous received Instance[pk=226993, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:28:47,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Replace previous received Instance[pk=226993, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:28:47,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Instance[pk=227001, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:28:47,471 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Location[pk=227001, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/8B9AAB32, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:47,488 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Updated DB in 35 ms
2025-11-19 17:28:47,488 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:47,720 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:48,755 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 17:28:48,756 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 17:28:48,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:28:48,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:48,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:28:48,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:48,759 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 17:28:48,759 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-28) Send audit message to /127.0.0.1:514
2025-11-19 17:28:48,791 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:28:48,791 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:48,791 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 17:28:49,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:49,025 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:28:49,590 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102240421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:28:49,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:49,639 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:49,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Found previous received Instance[pk=226994, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:28:49,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Replace previous received Instance[pk=226994, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:28:49,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Instance[pk=227002, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:28:49,651 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Location[pk=227002, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/AC13401E, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:49,653 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Updated DB in 14 ms
2025-11-19 17:28:49,654 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:49,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:49,888 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:52,436 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:52,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Found previous received Instance[pk=226995, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:28:52,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Replace previous received Instance[pk=226995, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:28:52,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Instance[pk=227003, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:28:52,441 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Location[pk=227003, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/3C9A734F, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:52,450 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Updated DB in 14 ms
2025-11-19 17:28:52,450 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:52,687 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:55,390 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52110,localport=11112]
2025-11-19 17:28:55,396 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> A-ASSOCIATE-RQ
2025-11-19 17:28:55,396 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << A-ASSOCIATE-AC
2025-11-19 17:28:55,620 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:57,086 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:28:57,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Found previous received Instance[pk=226996, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:28:57,088 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Replace previous received Instance[pk=226996, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:28:57,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Instance[pk=227004, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:28:57,091 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Location[pk=227004, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/BF6EE55C, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:28:57,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Updated DB in 25 ms
2025-11-19 17:28:57,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:57,347 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:28:58,030 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 17:28:58,032 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 17:29:01,228 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:01,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): Found previous received Instance[pk=226962, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:29:01,232 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): Replace previous received Instance[pk=226962, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:29:01,234 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): Create Instance[pk=227005, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:29:01,235 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): Create Location[pk=227005, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/32532873, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:01,242 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): Updated DB in 14 ms
2025-11-19 17:29:01,242 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:01,492 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:02,557 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:02,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Found previous received Instance[pk=226997, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:29:02,559 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Replace previous received Instance[pk=226997, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:29:02,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Instance[pk=227006, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:29:02,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Location[pk=227006, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/66E0444B, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:02,571 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Updated DB in 14 ms
2025-11-19 17:29:02,571 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:02,807 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:05,073 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:05,074 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:29:05,596 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:05,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:05,842 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:06,776 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:06,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Found previous received Instance[pk=226998, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:29:06,778 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Replace previous received Instance[pk=226998, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:29:06,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Instance[pk=227007, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:29:06,781 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Location[pk=227007, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/34A86687, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:06,788 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Updated DB in 12 ms
2025-11-19 17:29:06,789 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:07,024 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:08,701 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:08,704 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:29:09,197 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:09,198 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:09,449 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:10,659 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:10,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Found previous received Instance[pk=226999, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:29:10,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Replace previous received Instance[pk=226999, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:29:10,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Instance[pk=227008, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:29:10,664 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Location[pk=227008, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/E5AA0036, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:10,666 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Updated DB in 7 ms
2025-11-19 17:29:10,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:10,903 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 17:29:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 17:29:12,521 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:12,523 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:29:13,080 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:13,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:13,320 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:14,991 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:14,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Found previous received Instance[pk=227000, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:29:14,994 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Replace previous received Instance[pk=227000, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:29:14,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Instance[pk=227009, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:29:14,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Create Location[pk=227009, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/CFCD405A, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:15,007 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543): Updated DB in 16 ms
2025-11-19 17:29:15,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:15,241 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) >> A-RELEASE-RQ
2025-11-19 17:29:15,241 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(543) << A-RELEASE-RP
2025-11-19 17:29:15,291 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS30(543): close Socket[addr=187.36.104.204/187.36.104.204,port=52216,localport=11112]
2025-11-19 17:29:15,734 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52217,localport=11112]
2025-11-19 17:29:15,740 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) >> A-ASSOCIATE-RQ
2025-11-19 17:29:15,740 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) << A-ASSOCIATE-AC
2025-11-19 17:29:15,994 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:16,366 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:16,368 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:29:17,538 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:17,539 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:17,794 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:20,590 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:20,592 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:29:20,786 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:20,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Found previous received Instance[pk=227001, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:29:20,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Replace previous received Instance[pk=227001, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:29:20,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Instance[pk=227010, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:29:20,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Location[pk=227010, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/26502716, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:20,817 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Updated DB in 31 ms
2025-11-19 17:29:20,817 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:21,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:21,130 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:21,130 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:21,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:23,757 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:23,759 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Found previous received Instance[pk=227002, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:29:23,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Replace previous received Instance[pk=227002, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:29:23,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Instance[pk=227011, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:29:23,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Location[pk=227011, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/7C7B17D7, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:23,775 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Updated DB in 18 ms
2025-11-19 17:29:23,775 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:24,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:24,077 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:24,079 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:29:24,580 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:24,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:24,822 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:26,470 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:26,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Found previous received Instance[pk=227003, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:29:26,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Replace previous received Instance[pk=227003, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:29:26,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Instance[pk=227012, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:29:26,474 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Location[pk=227012, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/9D4257AA, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:26,483 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Updated DB in 13 ms
2025-11-19 17:29:26,483 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:26,734 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:27,104 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:27,106 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:29:27,606 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:27,606 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:27,840 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:28,775 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:28,778 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:29:29,276 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102413122 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:29,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:29,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:29,627 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:29,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Found previous received Instance[pk=227004, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:29:29,629 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Replace previous received Instance[pk=227004, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:29:29,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Instance[pk=227013, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:29:29,632 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Location[pk=227013, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/BB5920A9, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:29,648 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Updated DB in 21 ms
2025-11-19 17:29:29,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:29,901 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:30,221 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6819) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:30,222 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6819) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:29:30,713 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:30,713 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:30,952 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) >> A-RELEASE-RQ
2025-11-19 17:29:30,952 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6819) DCM4CHEE<-HS50US07(544) << A-RELEASE-RP
2025-11-19 17:29:31,002 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-16) DCM4CHEE<-HS50US07(544): close Socket[addr=187.36.104.204/187.36.104.204,port=52110,localport=11112]
2025-11-19 17:29:33,395 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:33,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Found previous received Instance[pk=227006, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:29:33,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Replace previous received Instance[pk=227006, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:29:33,399 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Instance[pk=227014, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:29:33,400 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Location[pk=227014, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/425F4321, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:33,411 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Updated DB in 16 ms
2025-11-19 17:29:33,411 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:33,669 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:38,066 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:38,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Found previous received Instance[pk=227007, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:29:38,069 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Replace previous received Instance[pk=227007, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:29:38,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Instance[pk=227015, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:29:38,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Location[pk=227015, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/7FBB61D2, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:38,079 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Updated DB in 12 ms
2025-11-19 17:29:38,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:38,333 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:42,248 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 17:29:42,249 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 17:29:43,293 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:43,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Found previous received Instance[pk=227008, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:29:43,295 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Replace previous received Instance[pk=227008, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:29:43,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Instance[pk=227016, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:29:43,298 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Location[pk=227016, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/5D55B050, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:43,309 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Updated DB in 16 ms
2025-11-19 17:29:43,310 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:43,561 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:47,101 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start StudySizeScheduler.execute()
2025-11-19 17:29:47,245 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) Calculated size of 3 studies
2025-11-19 17:29:47,246 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished StudySizeScheduler.execute()
2025-11-19 17:29:48,069 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:48,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Found previous received Instance[pk=227009, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:29:48,071 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Replace previous received Instance[pk=227009, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:29:48,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Instance[pk=227017, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:29:48,074 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Create Location[pk=227017, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/1937B42D, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:48,096 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545): Updated DB in 27 ms
2025-11-19 17:29:48,096 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:48,347 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) >> A-RELEASE-RQ
2025-11-19 17:29:48,347 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(545) << A-RELEASE-RP
2025-11-19 17:29:48,397 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS30(545): close Socket[addr=187.36.104.204/187.36.104.204,port=52217,localport=11112]
2025-11-19 17:29:48,791 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 17:29:48,792 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:29:48,792 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:48,793 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:29:48,793 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:48,794 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 17:29:48,815 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:29:48,815 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:29:48,816 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 17:29:48,840 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52218,localport=11112]
2025-11-19 17:29:48,846 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) >> A-ASSOCIATE-RQ
2025-11-19 17:29:48,846 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) << A-ASSOCIATE-AC
2025-11-19 17:29:49,083 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:53,155 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:53,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Found previous received Instance[pk=227010, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:29:53,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Replace previous received Instance[pk=227010, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:29:53,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Instance[pk=227018, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:29:53,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Location[pk=227018, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/9E4DD904, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:53,187 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Updated DB in 32 ms
2025-11-19 17:29:53,187 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:53,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:58,032 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 17:29:58,034 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 17:29:58,149 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:29:58,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Found previous received Instance[pk=227011, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:29:58,151 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Replace previous received Instance[pk=227011, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:29:58,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Instance[pk=227019, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:29:58,154 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Location[pk=227019, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/6BB76BCB, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:29:58,175 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Updated DB in 26 ms
2025-11-19 17:29:58,176 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:29:58,421 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:01,157 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:01,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Found previous received Instance[pk=227012, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:30:01,159 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Replace previous received Instance[pk=227012, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:30:01,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Instance[pk=227020, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:30:01,161 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Location[pk=227020, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/79530F94, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:01,179 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Updated DB in 22 ms
2025-11-19 17:30:01,180 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:01,419 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:01,491 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52111,localport=11112]
2025-11-19 17:30:01,497 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> A-ASSOCIATE-RQ
2025-11-19 17:30:01,497 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << A-ASSOCIATE-AC
2025-11-19 17:30:01,747 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:05,388 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:05,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Found previous received Instance[pk=227013, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:30:05,390 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Replace previous received Instance[pk=227013, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:30:05,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Instance[pk=227021, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:30:05,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Location[pk=227021, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/EAAAEA2C, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:05,412 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Updated DB in 24 ms
2025-11-19 17:30:05,413 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:05,655 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:06,293 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:06,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): Found previous received Instance[pk=227005, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:30:06,296 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): Replace previous received Instance[pk=227005, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:30:06,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): Create Instance[pk=227022, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:30:06,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): Create Location[pk=227022, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/65970D55, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:06,310 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): Updated DB in 17 ms
2025-11-19 17:30:06,311 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:06,573 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:08,550 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:08,553 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:09,052 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:09,052 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:09,325 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:10,378 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:10,380 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Found previous received Instance[pk=227014, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:30:10,381 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Replace previous received Instance[pk=227014, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:30:10,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Instance[pk=227023, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:30:10,383 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Location[pk=227023, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/1E993580, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:10,393 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Updated DB in 14 ms
2025-11-19 17:30:10,393 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:10,514 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:10,517 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:30:10,639 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:10,991 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:10,993 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:11,003 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102640330 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:11,003 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:11,235 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:11,480 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:11,481 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:11,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 17:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 17:30:13,897 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:13,900 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:14,382 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:14,382 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:14,665 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:15,747 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:15,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Found previous received Instance[pk=227015, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:30:15,750 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Replace previous received Instance[pk=227015, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:30:15,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Instance[pk=227024, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:30:15,753 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Location[pk=227024, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/89475921, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:15,780 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Updated DB in 32 ms
2025-11-19 17:30:15,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:16,018 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:17,013 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:17,015 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:17,537 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:17,537 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:17,827 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:20,229 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:20,231 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:20,755 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:20,756 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:21,041 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:21,155 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:21,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Found previous received Instance[pk=227016, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:30:21,157 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Replace previous received Instance[pk=227016, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:30:21,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Instance[pk=227025, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:30:21,160 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Location[pk=227025, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/B81A865C, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:21,162 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Updated DB in 7 ms
2025-11-19 17:30:21,163 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:21,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:23,399 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:23,401 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:24,469 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:24,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:24,737 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:26,534 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6798) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:26,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Found previous received Instance[pk=227017, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:30:26,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Replace previous received Instance[pk=227017, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:30:26,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Instance[pk=227026, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:30:26,539 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Create Location[pk=227026, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/748793F8, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:26,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546): Updated DB in 7 ms
2025-11-19 17:30:26,541 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:26,784 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) >> A-RELEASE-RQ
2025-11-19 17:30:26,784 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6798) DCM4CHEE<-HS30(546) << A-RELEASE-RP
2025-11-19 17:30:26,824 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:26,826 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:26,835 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS30(546): close Socket[addr=187.36.104.204/187.36.104.204,port=52218,localport=11112]
2025-11-19 17:30:27,245 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52219,localport=11112]
2025-11-19 17:30:27,250 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) >> A-ASSOCIATE-RQ
2025-11-19 17:30:27,251 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) << A-ASSOCIATE-AC
2025-11-19 17:30:27,334 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:27,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:27,484 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:27,633 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:30,213 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:30,215 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:30,716 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:30,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:30,991 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) >> A-RELEASE-RQ
2025-11-19 17:30:30,991 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(547) << A-RELEASE-RP
2025-11-19 17:30:31,041 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) DCM4CHEE<-HS50US07(547): close Socket[addr=187.36.104.204/187.36.104.204,port=52111,localport=11112]
2025-11-19 17:30:31,247 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6781) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:31,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Found previous received Instance[pk=227018, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:30:31,250 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Replace previous received Instance[pk=227018, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:30:31,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Instance[pk=227027, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:30:31,254 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Location[pk=227027, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/22E73833, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:31,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Updated DB in 21 ms
2025-11-19 17:30:31,268 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:31,511 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:31,584 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52112,localport=11112]
2025-11-19 17:30:31,587 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> A-ASSOCIATE-RQ
2025-11-19 17:30:31,587 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << A-ASSOCIATE-AC
2025-11-19 17:30:31,874 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:33,467 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6781) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:33,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Found previous received Instance[pk=227019, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:30:33,470 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Replace previous received Instance[pk=227019, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:30:33,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Instance[pk=227028, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:30:33,472 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Location[pk=227028, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/0869FE59, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:33,480 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Updated DB in 12 ms
2025-11-19 17:30:33,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:33,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:36,014 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6781) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:36,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Found previous received Instance[pk=227020, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:30:36,017 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Replace previous received Instance[pk=227020, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:30:36,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Instance[pk=227029, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:30:36,019 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Location[pk=227029, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/F517FA9E, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:36,032 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Updated DB in 18 ms
2025-11-19 17:30:36,032 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:36,273 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:36,343 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:36,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): Found previous received Instance[pk=227022, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:30:36,346 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): Replace previous received Instance[pk=227022, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:30:36,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): Create Instance[pk=227030, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:30:36,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): Create Location[pk=227030, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/874A1896, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:36,351 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): Updated DB in 8 ms
2025-11-19 17:30:36,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:36,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:38,714 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:38,716 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:38,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6781) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:38,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Found previous received Instance[pk=227021, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:30:38,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Replace previous received Instance[pk=227021, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:30:38,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Instance[pk=227031, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:30:38,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Location[pk=227031, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/DDDD8029, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:38,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Updated DB in 15 ms
2025-11-19 17:30:38,875 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:39,112 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:39,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:39,207 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:39,471 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:41,706 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:41,708 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:42,207 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:42,208 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:42,249 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 17:30:42,250 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 17:30:42,485 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:42,634 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6781) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:42,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Found previous received Instance[pk=227023, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:30:42,636 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Replace previous received Instance[pk=227023, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:30:42,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Instance[pk=227032, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:30:42,638 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Location[pk=227032, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/4B061EC6, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:42,652 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Updated DB in 18 ms
2025-11-19 17:30:42,652 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:42,889 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:44,510 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:44,512 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:45,007 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:45,007 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:45,275 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:47,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:47,602 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6781) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:47,604 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:47,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Found previous received Instance[pk=227024, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:30:47,605 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Replace previous received Instance[pk=227024, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:30:47,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Instance[pk=227033, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:30:47,607 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Location[pk=227033, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/FC845FDC, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:47,621 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Updated DB in 19 ms
2025-11-19 17:30:47,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:47,859 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:48,089 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:48,089 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:48,351 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:48,816 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 17:30:48,817 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:30:48,826 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:30:48,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:30:48,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:48,827 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:30:48,827 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:48,828 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:30:48,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:30:48,848 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:48,848 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 17:30:50,101 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:50,103 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:50,657 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:50,658 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:50,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:53,421 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:53,421 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6781) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:53,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Found previous received Instance[pk=227025, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:30:53,423 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:53,423 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Replace previous received Instance[pk=227025, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:30:53,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Instance[pk=227034, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:30:53,426 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Location[pk=227034, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/A211219F, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:53,438 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Updated DB in 16 ms
2025-11-19 17:30:53,439 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:53,679 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:53,940 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:53,940 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:54,203 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:55,123 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:55,125 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:30:55,625 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102652505 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:55,626 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:55,858 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:55,936 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:55,938 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:56,433 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:56,434 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:56,716 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:57,834 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6781) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:57,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Found previous received Instance[pk=227026, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:30:57,836 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Replace previous received Instance[pk=227026, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:30:57,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Instance[pk=227035, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:30:57,838 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Create Location[pk=227035, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/04C37A3B, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:30:57,855 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548): Updated DB in 21 ms
2025-11-19 17:30:57,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:58,034 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 17:30:58,036 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 17:30:58,089 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) >> A-RELEASE-RQ
2025-11-19 17:30:58,089 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6781) DCM4CHEE<-HS30(548) << A-RELEASE-RP
2025-11-19 17:30:58,139 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS30(548): close Socket[addr=187.36.104.204/187.36.104.204,port=52219,localport=11112]
2025-11-19 17:30:58,310 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:30:58,312 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:30:58,555 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52220,localport=11112]
2025-11-19 17:30:58,561 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) >> A-ASSOCIATE-RQ
2025-11-19 17:30:58,561 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) << A-ASSOCIATE-AC
2025-11-19 17:30:58,792 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:59,494 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:30:59,494 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:30:59,757 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) >> A-RELEASE-RQ
2025-11-19 17:30:59,757 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(549) << A-RELEASE-RP
2025-11-19 17:30:59,808 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-2) DCM4CHEE<-HS50US07(549): close Socket[addr=187.36.104.204/187.36.104.204,port=52112,localport=11112]
2025-11-19 17:31:00,337 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52113,localport=11112]
2025-11-19 17:31:00,338 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> A-ASSOCIATE-RQ
2025-11-19 17:31:00,338 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << A-ASSOCIATE-AC
2025-11-19 17:31:00,590 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:03,246 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:03,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Found previous received Instance[pk=227027, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:31:03,249 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Replace previous received Instance[pk=227027, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:31:03,251 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Instance[pk=227036, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:31:03,252 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Location[pk=227036, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/7D0034F2, tsuid=1.2.840.10008.1.2, size=3416874, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:03,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Updated DB in 25 ms
2025-11-19 17:31:03,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171736329 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:03,507 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:05,525 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:05,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226919, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:31:05,528 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226919, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:31:05,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227037, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:31:05,531 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227037, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/DB339A2C, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:05,541 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 16 ms
2025-11-19 17:31:05,542 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161015805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:05,833 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:06,533 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:06,535 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Found previous received Instance[pk=227028, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:31:06,536 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Replace previous received Instance[pk=227028, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:31:06,538 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Instance[pk=227038, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:31:06,538 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Location[pk=227038, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/B065FF38, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:06,548 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Updated DB in 15 ms
2025-11-19 17:31:06,548 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171811590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:06,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:07,990 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:07,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226920, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:31:07,993 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226920, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:31:07,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227039, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:31:07,995 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227039, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/518CA1AC, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:08,008 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 18 ms
2025-11-19 17:31:08,008 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161032287 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:08,277 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:09,178 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:09,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Found previous received Instance[pk=227029, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:31:09,181 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Replace previous received Instance[pk=227029, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:31:09,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Instance[pk=227040, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:31:09,183 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Location[pk=227040, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/87E753C8, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:09,193 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Updated DB in 15 ms
2025-11-19 17:31:09,194 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171846141 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:09,427 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:10,462 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:10,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226921, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:31:10,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226921, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:31:10,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227041, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:31:10,466 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227041, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/12B3FC70, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:10,479 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 17 ms
2025-11-19 17:31:10,480 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161122751 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:10,759 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 17:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 17:31:12,876 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:12,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226922, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:31:12,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226922, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:31:12,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227042, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:31:12,882 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227042, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/9CFC1239, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:12,894 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 18 ms
2025-11-19 17:31:12,894 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161151001 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:13,153 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:13,452 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:13,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Found previous received Instance[pk=227031, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:31:13,454 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Replace previous received Instance[pk=227031, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:31:13,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Instance[pk=227043, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362, class=1.2.840.10008.5.1.4.1.1.6.1, no=4]
2025-11-19 17:31:13,457 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Location[pk=227043, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/239F41CD, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:13,469 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Updated DB in 17 ms
2025-11-19 17:31:13,470 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171912362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:13,706 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:15,416 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:15,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226923, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:31:15,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226923, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:31:15,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227044, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:31:15,420 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227044, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/03F6CEC1, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:15,430 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 14 ms
2025-11-19 17:31:15,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161307980 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:15,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:18,410 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:18,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226924, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:31:18,413 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226924, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:31:18,415 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227045, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:31:18,416 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227045, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B2B67664, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:18,418 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 8 ms
2025-11-19 17:31:18,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161417211 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:18,573 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:18,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Found previous received Instance[pk=227032, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:31:18,575 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Replace previous received Instance[pk=227032, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:31:18,577 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Instance[pk=227046, uid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:31:18,578 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Location[pk=227046, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/170E3013, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:18,593 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Updated DB in 20 ms
2025-11-19 17:31:18,593 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119171956046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:18,683 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:18,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:20,950 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:20,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226925, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:31:20,953 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226925, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:31:20,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227047, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:31:20,955 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227047, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/D0FEFE2C, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:20,968 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 18 ms
2025-11-19 17:31:20,968 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161635629 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:21,240 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:22,860 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:22,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Found previous received Instance[pk=227033, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:31:22,862 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Replace previous received Instance[pk=227033, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:31:22,865 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Instance[pk=227048, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:31:22,866 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Location[pk=227048, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/167FF1FE, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:22,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Updated DB in 18 ms
2025-11-19 17:31:22,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172048002 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:23,111 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:23,808 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:23,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226926, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:31:23,810 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226926, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:31:23,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227049, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:31:23,813 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227049, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/317A3F3F, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:23,819 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 11 ms
2025-11-19 17:31:23,820 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161726351 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:24,082 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:26,809 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:26,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226927, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:31:26,811 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226927, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:31:26,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227050, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:31:26,814 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227050, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/A3CB5BF5, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:26,828 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 19 ms
2025-11-19 17:31:26,829 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161808091 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:27,088 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:29,544 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:29,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Found previous received Instance[pk=227034, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:31:29,547 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Replace previous received Instance[pk=227034, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:31:29,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Instance[pk=227051, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:31:29,550 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Location[pk=227051, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/C3AEB1DB, tsuid=1.2.840.10008.1.2, size=3417022, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:29,569 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Updated DB in 25 ms
2025-11-19 17:31:29,569 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172209934 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:29,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:29,873 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:29,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226928, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:31:29,875 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226928, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:31:29,877 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227052, uid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:31:29,878 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227052, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/86688FF8, tsuid=1.2.840.10008.1.2, size=3915952, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:29,899 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 26 ms
2025-11-19 17:31:29,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919161908764 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:30,171 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:32,756 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:32,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226929, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:31:32,758 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226929, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:31:32,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227053, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:31:32,761 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227053, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F18A0062, tsuid=1.2.840.10008.1.2, size=3916100, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:32,773 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 17 ms
2025-11-19 17:31:32,773 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 11:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162120162 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:33,081 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:35,326 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:35,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226930, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:31:35,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226930, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:31:35,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227054, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896, class=1.2.840.10008.5.1.4.1.1.6.1, no=12]
2025-11-19 17:31:35,332 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227054, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/81474C7D, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:35,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 38 ms
2025-11-19 17:31:35,364 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 12:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162132896 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:35,456 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6829) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:35,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Found previous received Instance[pk=227035, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:31:35,459 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Replace previous received Instance[pk=227035, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:31:35,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Instance[pk=227055, uid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:31:35,461 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Create Location[pk=227055, systemID=amazon-s3, path=2025/11/19/0313340D/6FDC46FD/DEA06BE6, tsuid=1.2.840.10008.1.2, size=3416670, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:35,464 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550): Updated DB in 7 ms
2025-11-19 17:31:35,464 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.301.1144174170.3.20251119172237495 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:35,619 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:35,694 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) >> A-RELEASE-RQ
2025-11-19 17:31:35,694 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6829) DCM4CHEE<-HS30(550) << A-RELEASE-RP
2025-11-19 17:31:35,745 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-13) DCM4CHEE<-HS30(550): close Socket[addr=187.36.104.204/187.36.104.204,port=52220,localport=11112]
2025-11-19 17:31:37,901 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:37,903 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:31:37,994 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:37,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226931, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:31:37,996 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226931, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:31:37,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227056, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732, class=1.2.840.10008.5.1.4.1.1.6.1, no=13]
2025-11-19 17:31:37,999 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227056, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/C465349A, tsuid=1.2.840.10008.1.2, size=3416900, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:38,016 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 22 ms
2025-11-19 17:31:38,017 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 13:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162233732 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:38,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:38,418 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102705722 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:31:38,418 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:38,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:38,962 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.48,port=52482,localport=11112]
2025-11-19 17:31:38,965 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6829) ANY-SCP<-ECHOSCU(552) >> A-ASSOCIATE-RQ
2025-11-19 17:31:38,966 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6829) ANY-SCP<-ECHOSCU(552) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-11-19 17:31:39,016 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-19) ANY-SCP<-ECHOSCU(552): close Socket[addr=167.94.146.48/167.94.146.48,port=52482,localport=11112]
2025-11-19 17:31:40,848 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:40,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226932, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:31:40,851 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226932, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:31:40,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227057, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667, class=1.2.840.10008.5.1.4.1.1.6.1, no=14]
2025-11-19 17:31:40,853 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227057, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/478E2487, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:40,864 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 16 ms
2025-11-19 17:31:40,864 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 14:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162416667 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:41,125 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:42,250 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 17:31:42,251 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 17:31:42,353 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.48,port=5570,localport=11112]
2025-11-19 17:31:42,908 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:42,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226933, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:31:42,911 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226933, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:31:42,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227058, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121, class=1.2.840.10008.5.1.4.1.1.6.1, no=15]
2025-11-19 17:31:42,913 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227058, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/FB683D2E, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:42,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 25 ms
2025-11-19 17:31:42,935 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 15:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162450121 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:43,197 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:45,360 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6832) /172.18.0.3:11112<-/167.94.146.48:5570(553): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 17:31:45,360 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6832) /172.18.0.3:11112<-/167.94.146.48:5570(553): close Socket[addr=/167.94.146.48,port=5570,localport=11112]
2025-11-19 17:31:45,520 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.48,port=5614,localport=11112]
2025-11-19 17:31:45,520 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6832) /172.18.0.3:11112<-/167.94.146.48:5614(554): unrecognized PDU[type=22, len=16838145]
2025-11-19 17:31:45,520 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6832) /172.18.0.3:11112<-/167.94.146.48:5614(554): close Socket[addr=/167.94.146.48,port=5614,localport=11112]
2025-11-19 17:31:45,758 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:45,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226934, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:31:45,760 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226934, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:31:45,762 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227059, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507, class=1.2.840.10008.5.1.4.1.1.6.1, no=16]
2025-11-19 17:31:45,763 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227059, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B9B424CA, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:45,782 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 24 ms
2025-11-19 17:31:45,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 16:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162533507 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:45,845 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.48,port=5626,localport=11112]
2025-11-19 17:31:46,073 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:47,718 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:47,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226935, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:31:47,720 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226935, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:31:47,723 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227060, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996, class=1.2.840.10008.5.1.4.1.1.6.1, no=17]
2025-11-19 17:31:47,724 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227060, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/0918CEAE, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:47,736 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 18 ms
2025-11-19 17:31:47,736 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 17:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162606996 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:48,000 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:48,849 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 17:31:48,850 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 17:31:48,850 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:31:48,850 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:31:48,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:31:48,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:31:48,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:31:48,871 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:31:48,871 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 17:31:48,871 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 17:31:48,905 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6817) /172.18.0.3:11112<-/167.94.146.48:5626(555): unrecognized PDU[type=71, len=1411395360]
2025-11-19 17:31:48,905 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6817) /172.18.0.3:11112<-/167.94.146.48:5626(555): close Socket[addr=/167.94.146.48,port=5626,localport=11112]
2025-11-19 17:31:49,215 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.48,port=5670,localport=11112]
2025-11-19 17:31:49,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6817) /172.18.0.3:11112<-/167.94.146.48:5670(556): i/o exception: java.net.SocketException: Connection reset in State: Sta2 - Transport connection open
2025-11-19 17:31:49,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6817) /172.18.0.3:11112<-/167.94.146.48:5670(556): close Socket[addr=/167.94.146.48,port=5670,localport=11112]
2025-11-19 17:31:49,644 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:49,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226936, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:31:49,646 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226936, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:31:49,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227061, uid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316, class=1.2.840.10008.5.1.4.1.1.6.1, no=18]
2025-11-19 17:31:49,649 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227061, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/9EDEC920, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:49,661 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 17 ms
2025-11-19 17:31:49,661 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 18:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919162721316 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:49,927 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-11-19 17:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6817) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-11-19 17:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6833) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:31:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6833) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6817) Start deleting 94 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:31:51,738 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:51,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226937, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 17:31:51,740 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226937, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 17:31:51,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227062, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004, class=1.2.840.10008.5.1.4.1.1.6.1, no=19]
2025-11-19 17:31:51,743 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227062, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/2260C118, tsuid=1.2.840.10008.1.2, size=3915804, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:51,746 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 8 ms
2025-11-19 17:31:51,746 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 19:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163025004 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:52,013 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:53,501 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:53,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226938, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 17:31:53,503 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226938, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 17:31:53,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227063, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491, class=1.2.840.10008.5.1.4.1.1.6.1, no=20]
2025-11-19 17:31:53,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227063, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F84E0BF7, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:53,508 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 7 ms
2025-11-19 17:31:53,509 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 20:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163202491 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:53,603 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:31:53,609 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:31:53,781 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:55,261 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:55,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226939, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 17:31:55,264 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226939, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 17:31:55,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227064, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340, class=1.2.840.10008.5.1.4.1.1.6.1, no=21]
2025-11-19 17:31:55,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227064, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/14E2DA49, tsuid=1.2.840.10008.1.2, size=3416844, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:55,275 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 14 ms
2025-11-19 17:31:55,276 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 21:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163321340 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:55,534 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:55,539 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.48,port=10820,localport=11112]
2025-11-19 17:31:55,542 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6832) /172.18.0.3:11112<-/167.94.146.48:10820(557): unrecognized PDU[type=71, len=1411395428]
2025-11-19 17:31:55,542 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6832) /172.18.0.3:11112<-/167.94.146.48:10820(557): close Socket[addr=/167.94.146.48,port=10820,localport=11112]
2025-11-19 17:31:55,842 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/167.94.146.48,port=10830,localport=11112]
2025-11-19 17:31:55,842 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6834) /172.18.0.3:11112<-/167.94.146.48:10830(558): unrecognized PDU[type=71, len=1411395427]
2025-11-19 17:31:55,842 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6834) /172.18.0.3:11112<-/167.94.146.48:10830(558): close Socket[addr=/167.94.146.48,port=10830,localport=11112]
2025-11-19 17:31:56,985 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:56,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226940, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 17:31:56,987 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226940, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 17:31:56,989 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227065, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145, class=1.2.840.10008.5.1.4.1.1.6.1, no=22]
2025-11-19 17:31:56,990 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227065, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/6D8F5DB4, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:56,992 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 7 ms
2025-11-19 17:31:56,993 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 22:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163555145 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:57,297 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:58,036 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 17:31:58,037 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 17:31:58,712 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:31:58,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226941, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 17:31:58,714 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226941, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 17:31:58,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227066, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026, class=1.2.840.10008.5.1.4.1.1.6.1, no=23]
2025-11-19 17:31:58,717 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227066, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/12D7E13E, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:31:58,719 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 7 ms
2025-11-19 17:31:58,719 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 23:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163659026 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:31:59,001 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:00,491 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:00,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226942, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 17:32:00,493 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226942, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 17:32:00,495 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227067, uid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225, class=1.2.840.10008.5.1.4.1.1.6.1, no=24]
2025-11-19 17:32:00,496 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227067, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/B13B7027, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:32:00,506 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 15 ms
2025-11-19 17:32:00,506 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 24:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919163911225 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:00,819 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:04,108 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:04,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226943, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 17:32:04,110 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226943, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 17:32:04,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227068, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569, class=1.2.840.10008.5.1.4.1.1.6.1, no=25]
2025-11-19 17:32:04,113 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227068, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/6C3A2BB6, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:32:04,119 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 11 ms
2025-11-19 17:32:04,120 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 25:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164134569 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:04,447 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:06,323 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:06,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226944, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 17:32:06,325 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226944, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 17:32:06,327 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227069, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305, class=1.2.840.10008.5.1.4.1.1.6.1, no=26]
2025-11-19 17:32:06,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227069, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/F0A6B250, tsuid=1.2.840.10008.1.2, size=3416696, status=OK, objectType=DICOM_FILE]
2025-11-19 17:32:06,335 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 12 ms
2025-11-19 17:32:06,336 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 26:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164413305 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:06,597 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:08,009 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:08,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226945, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 17:32:08,011 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226945, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 17:32:08,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227070, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388, class=1.2.840.10008.5.1.4.1.1.6.1, no=27]
2025-11-19 17:32:08,013 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227070, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/0DC64D26, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 17:32:08,015 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 6 ms
2025-11-19 17:32:08,016 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 27:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164511388 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:08,281 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:11,278 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:11,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Found previous received Instance[pk=226946, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 17:32:11,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Replace previous received Instance[pk=226946, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 17:32:11,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Instance[pk=227071, uid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649, class=1.2.840.10008.5.1.4.1.1.6.1, no=28]
2025-11-19 17:32:11,282 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Create Location[pk=227071, systemID=amazon-s3, path=2025/11/19/03052AD7/E609B6BB/4408BC45, tsuid=1.2.840.10008.1.2, size=3416532, status=OK, objectType=DICOM_FILE]
2025-11-19 17:32:11,299 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): Updated DB in 21 ms
2025-11-19 17:32:11,299 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 28:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164518649 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:11,569 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 17:32:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 17:32:12,899 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:12,901 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 17:32:13,390 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): processing 29:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164740483 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:13,391 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 29:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:13,649 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:14,912 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:14,914 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 17:32:15,405 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): processing 30:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164754067 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:15,405 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 30:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:15,671 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:18,372 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:18,374 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 17:32:18,867 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): processing 31:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164757954 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:18,867 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 31:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:19,131 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:19,313 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:19,315 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:32:19,802 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102714718 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:19,802 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:20,067 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:20,405 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:20,406 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
2025-11-19 17:32:20,959 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551): processing 32:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250919164802684 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patient ID 58813^^^DCM4CHEE.B6E501FE.0C2610F1 in previous received object of Study[uid=58813].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:20,960 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << 32:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 58813^^^DCM4CHEE.C520D8F6.89E5AC47 differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:21,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) >> A-RELEASE-RQ
2025-11-19 17:32:21,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(551) << A-RELEASE-RP
2025-11-19 17:32:21,265 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-20) DCM4CHEE<-HS50US07(551): close Socket[addr=187.36.104.204/187.36.104.204,port=52113,localport=11112]
2025-11-19 17:32:21,727 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52114,localport=11112]
2025-11-19 17:32:21,734 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> A-ASSOCIATE-RQ
2025-11-19 17:32:21,734 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << A-ASSOCIATE-AC
2025-11-19 17:32:21,979 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:26,928 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:26,931 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): Found previous received Instance[pk=227030, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:32:26,932 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): Replace previous received Instance[pk=227030, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:32:26,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): Create Instance[pk=227072, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:32:26,934 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): Create Location[pk=227072, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/32532873, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 17:32:26,952 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): Updated DB in 23 ms
2025-11-19 17:32:26,953 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:27,221 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:28,471 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:28,472 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:32:28,965 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:28,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:29,222 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:30,475 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:30,476 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:32:33,244 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:33,244 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:33,498 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:34,884 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:34,886 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:32:35,372 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:35,373 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:35,647 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:36,911 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:36,914 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:32:37,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:37,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:37,657 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:39,983 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:39,985 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:32:40,465 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:40,465 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:40,714 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:41,863 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:41,865 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:32:42,251 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 17:32:42,252 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 17:32:42,347 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:42,348 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:42,609 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:43,802 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:43,804 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:32:44,286 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:44,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:44,581 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:47,344 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:47,346 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:32:47,878 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:47,879 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:48,125 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) >> A-RELEASE-RQ
2025-11-19 17:32:48,125 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(559) << A-RELEASE-RP
2025-11-19 17:32:48,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) DCM4CHEE<-HS50US07(559): close Socket[addr=187.36.104.204/187.36.104.204,port=52114,localport=11112]
2025-11-19 17:32:48,631 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52115,localport=11112]
2025-11-19 17:32:48,631 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> A-ASSOCIATE-RQ
2025-11-19 17:32:48,631 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << A-ASSOCIATE-AC
2025-11-19 17:32:48,863 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:48,871 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 17:32:48,872 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 17:32:48,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:32:48,873 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:48,873 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 17:32:48,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:32:48,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:48,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:32:48,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:48,895 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-25) Send audit message to /127.0.0.1:514
2025-11-19 17:32:48,895 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 17:32:54,786 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:54,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): Found previous received Instance[pk=226949, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:32:54,789 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): Replace previous received Instance[pk=226949, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:32:54,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): Create Instance[pk=227073, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:32:54,792 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): Create Location[pk=227073, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/CB3B8F43, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 17:32:54,795 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): Updated DB in 8 ms
2025-11-19 17:32:54,795 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075415620 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:55,035 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:56,263 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6817) Finished deleting 94 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:32:56,263 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6817) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:32:56,526 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:56,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): Found previous received Instance[pk=226950, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:32:56,529 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): Replace previous received Instance[pk=226950, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:32:56,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): Create Instance[pk=227074, uid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:32:56,532 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): Create Location[pk=227074, systemID=amazon-s3, path=2025/11/19/0483A808/D22F7D11/B253D46E, tsuid=1.2.840.10008.1.2, size=3416616, status=OK, objectType=DICOM_FILE]
2025-11-19 17:32:56,540 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): Updated DB in 14 ms
2025-11-19 17:32:56,540 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075417508 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:56,791 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:57,179 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStgCmtScheduler.execute()
2025-11-19 17:32:57,180 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStgCmtScheduler.execute()
2025-11-19 17:32:58,037 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 17:32:58,039 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 17:32:58,092 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:32:58,094 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:32:58,602 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075716046 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:32:58,603 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:32:58,847 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:01,535 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:01,537 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:33:02,029 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102728446 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:02,030 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:02,272 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:02,524 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:02,526 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:33:03,031 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075803282 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:03,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:03,282 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:04,715 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:04,717 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:33:05,205 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029075841808 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:05,206 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:05,476 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:07,716 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:07,718 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:33:08,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080006681 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:08,214 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:08,508 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:09,916 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:09,918 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:33:10,420 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080013473 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:10,420 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:10,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 17:33:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 17:33:12,183 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:12,185 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:33:12,673 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080123362 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:12,673 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:12,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:14,855 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:14,857 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
2025-11-19 17:33:15,372 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251029080212469 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Patient ID 349418^^^DCM4CHEE.BFBA55FB.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251029075406236].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:15,372 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349418^^^DCM4CHEE.BFBA55FB.0DB09792 differs from Pati
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:15,614 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) >> A-RELEASE-RQ
2025-11-19 17:33:15,614 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(560) << A-RELEASE-RP
2025-11-19 17:33:15,664 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-23) DCM4CHEE<-HS50US07(560): close Socket[addr=187.36.104.204/187.36.104.204,port=52115,localport=11112]
2025-11-19 17:33:16,136 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52116,localport=11112]
2025-11-19 17:33:16,136 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> A-ASSOCIATE-RQ
2025-11-19 17:33:16,136 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << A-ASSOCIATE-AC
2025-11-19 17:33:16,374 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:20,687 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:20,689 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): Found previous received Instance[pk=227072, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:33:20,690 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): Replace previous received Instance[pk=227072, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:33:20,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): Create Instance[pk=227075, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:33:20,692 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): Create Location[pk=227075, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/48C835E0, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 17:33:20,702 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): Updated DB in 15 ms
2025-11-19 17:33:20,703 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:20,950 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:22,766 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:22,768 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:33:23,292 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:23,292 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:23,567 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:25,229 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:25,231 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:33:25,778 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:25,778 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:26,031 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:27,533 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:27,535 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:33:28,048 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:28,048 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:28,285 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:29,815 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:29,817 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:33:30,557 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:30,557 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:30,804 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:32,111 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:32,113 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:33:32,617 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:32,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:32,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:34,576 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:34,578 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:33:35,140 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:35,140 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:35,401 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:37,204 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:37,206 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:33:37,710 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:37,711 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:37,962 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:39,385 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:39,387 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:33:39,899 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:39,899 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:40,164 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) >> A-RELEASE-RQ
2025-11-19 17:33:40,164 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(561) << A-RELEASE-RP
2025-11-19 17:33:40,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-30) DCM4CHEE<-HS50US07(561): close Socket[addr=187.36.104.204/187.36.104.204,port=52116,localport=11112]
2025-11-19 17:33:40,764 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52117,localport=11112]
2025-11-19 17:33:40,764 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> A-ASSOCIATE-RQ
2025-11-19 17:33:40,765 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << A-ASSOCIATE-AC
2025-11-19 17:33:40,998 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:41,720 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:41,722 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:33:42,216 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102803236 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:42,217 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:42,252 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 17:33:42,253 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 17:33:42,460 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:45,583 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:45,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Found previous received Instance[pk=226975, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:33:45,586 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Replace previous received Instance[pk=226975, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:33:45,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Instance[pk=227076, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:33:45,589 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Location[pk=227076, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/9F90B660, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 17:33:45,613 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Updated DB in 30 ms
2025-11-19 17:33:45,614 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094858608 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:45,918 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:48,264 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:48,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Found previous received Instance[pk=226976, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:33:48,266 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Replace previous received Instance[pk=226976, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:33:48,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Instance[pk=227077, uid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097, class=1.2.840.10008.5.1.4.1.1.6.1, no=2]
2025-11-19 17:33:48,268 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Location[pk=227077, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/85BEA74B, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:33:48,271 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Updated DB in 7 ms
2025-11-19 17:33:48,271 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 2:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718094916097 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:48,516 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:48,895 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 17:33:48,896 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 17:33:48,897 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:33:48,897 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:48,898 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:33:48,898 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:48,898 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 17:33:48,927 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:33:48,927 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:33:48,928 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 17:33:48,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 17:33:50,363 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:50,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Found previous received Instance[pk=226977, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:33:50,365 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Replace previous received Instance[pk=226977, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:33:50,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Instance[pk=227078, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
2025-11-19 17:33:50,368 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Location[pk=227078, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/CA9E5F88, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 17:33:50,379 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Updated DB in 16 ms
2025-11-19 17:33:50,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 3:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095010436 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:50,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:52,276 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:52,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Found previous received Instance[pk=226978, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:33:52,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Replace previous received Instance[pk=226978, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:33:52,280 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Instance[pk=227079, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416, class=1.2.840.10008.5.1.4.1.1.6.1, no=5]
2025-11-19 17:33:52,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Location[pk=227079, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/8B9EAFD1, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:33:52,291 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Updated DB in 15 ms
2025-11-19 17:33:52,291 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 4:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095101416 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:52,554 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:54,693 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:54,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Found previous received Instance[pk=226980, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:33:54,695 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Replace previous received Instance[pk=226980, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:33:54,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Instance[pk=227080, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012, class=1.2.840.10008.5.1.4.1.1.6.1, no=6]
2025-11-19 17:33:54,698 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Location[pk=227080, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/5E0E986A, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:33:54,716 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Updated DB in 23 ms
2025-11-19 17:33:54,717 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 5:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095111012 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:54,965 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:56,559 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:56,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Found previous received Instance[pk=226981, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:33:56,562 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Replace previous received Instance[pk=226981, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:33:56,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Instance[pk=227081, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100, class=1.2.840.10008.5.1.4.1.1.6.1, no=7]
2025-11-19 17:33:56,564 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Location[pk=227081, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/80CA699C, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:33:56,574 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Updated DB in 14 ms
2025-11-19 17:33:56,575 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 6:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095151100 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:56,816 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:58,039 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 17:33:58,041 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 17:33:58,512 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:33:58,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Found previous received Instance[pk=226982, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:33:58,514 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Replace previous received Instance[pk=226982, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:33:58,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Instance[pk=227082, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586, class=1.2.840.10008.5.1.4.1.1.6.1, no=8]
2025-11-19 17:33:58,516 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Location[pk=227082, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/B01423B4, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:33:58,526 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Updated DB in 14 ms
2025-11-19 17:33:58,526 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 7:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095235586 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:33:58,790 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:00,312 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:00,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Found previous received Instance[pk=226984, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:34:00,314 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Replace previous received Instance[pk=226984, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:34:00,316 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Instance[pk=227083, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502, class=1.2.840.10008.5.1.4.1.1.6.1, no=9]
2025-11-19 17:34:00,317 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Location[pk=227083, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/8CC61B99, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:34:00,328 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Updated DB in 16 ms
2025-11-19 17:34:00,329 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 8:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095254502 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:00,566 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:02,276 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:02,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Found previous received Instance[pk=226985, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:34:02,278 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Replace previous received Instance[pk=226985, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:34:02,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Instance[pk=227084, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702, class=1.2.840.10008.5.1.4.1.1.6.1, no=10]
2025-11-19 17:34:02,281 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Location[pk=227084, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/E7E7BA5B, tsuid=1.2.840.10008.1.2, size=3915726, status=OK, objectType=DICOM_FILE]
2025-11-19 17:34:02,285 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Updated DB in 9 ms
2025-11-19 17:34:02,286 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 9:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095328702 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:02,521 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 10:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:04,109 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:04,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Found previous received Instance[pk=226986, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:34:04,111 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Replace previous received Instance[pk=226986, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:34:04,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Instance[pk=227085, uid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621, class=1.2.840.10008.5.1.4.1.1.6.1, no=11]
2025-11-19 17:34:04,114 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Create Location[pk=227085, systemID=amazon-s3, path=2025/11/19/64A488E3/324F3D1A/1C857005, tsuid=1.2.840.10008.1.2, size=3416618, status=OK, objectType=DICOM_FILE]
2025-11-19 17:34:04,137 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): Updated DB in 28 ms
2025-11-19 17:34:04,137 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 10:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095349621 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:04,380 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:06,261 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:06,263 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:06,821 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 11:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095753682 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:06,821 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 11:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:07,115 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:08,724 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:08,726 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:09,783 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 12:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095834410 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:09,784 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 12:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:10,026 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 17:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 17:34:13,243 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:13,245 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:13,782 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 13:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718095949195 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:13,783 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 13:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:14,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:15,636 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:15,639 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:16,156 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 14:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100000090 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:16,157 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 14:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:16,403 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:18,076 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:18,078 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:18,588 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 15:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100013590 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:18,589 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 15:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:18,834 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:20,122 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:20,124 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:34:20,345 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:20,347 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:20,831 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102916451 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:20,831 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:21,063 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:21,085 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 16:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100048802 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:21,085 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 16:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:21,322 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:22,675 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:22,677 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:23,189 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 17:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100113484 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:23,189 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 17:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:23,437 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:24,882 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:24,884 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:25,396 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 18:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100247936 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:25,396 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 18:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:25,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:27,704 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:27,707 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:28,213 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 19:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100301683 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:28,213 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 19:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:28,468 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:29,992 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:29,994 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:30,517 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100335882 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:30,517 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:30,758 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:32,546 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:32,548 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:33,161 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100348050 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:33,161 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:33,424 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:34,818 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:34,820 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:35,315 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100352134 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:35,315 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:35,616 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:37,019 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:37,021 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:37,513 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100513104 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:37,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:37,768 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:39,759 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:39,761 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:40,264 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100630955 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:40,264 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:40,514 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:42,115 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:42,117 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:42,254 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 17:34:42,254 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 17:34:42,610 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100711664 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:42,611 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:42,900 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:45,235 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:45,237 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:45,739 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100747497 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:45,740 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:45,990 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:47,246 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 17:34:47,384 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:47,386 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:47,412 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) Calculated size of 3 studies
2025-11-19 17:34:47,412 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 17:34:47,877 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100901805 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:47,877 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:48,136 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:48,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 17:34:48,930 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:34:48,930 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:34:48,931 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:34:48,931 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:34:48,931 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:34:48,932 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:34:48,932 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:48,933 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:34:48,933 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:48,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:34:48,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:48,954 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-11) Send audit message to /127.0.0.1:514
2025-11-19 17:34:48,954 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 17:34:49,723 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:49,725 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
2025-11-19 17:34:50,210 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562): processing 28:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20250718100944713 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs from Patient ID Temp_18072025-094857^^^DCM4CHEE.null.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20250718094857979].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:50,210 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << 28:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID Temp_18072025-094857^^^DCM4CHEE.871F6A9D.null differs
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:50,466 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) >> A-RELEASE-RQ
2025-11-19 17:34:50,466 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(562) << A-RELEASE-RP
2025-11-19 17:34:50,517 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-9) DCM4CHEE<-HS50US07(562): close Socket[addr=187.36.104.204/187.36.104.204,port=52117,localport=11112]
2025-11-19 17:34:51,008 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=52118,localport=11112]
2025-11-19 17:34:51,008 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> A-ASSOCIATE-RQ
2025-11-19 17:34:51,008 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << A-ASSOCIATE-AC
2025-11-19 17:34:51,239 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:55,390 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:55,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): Found previous received Instance[pk=227075, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:34:55,394 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): Replace previous received Instance[pk=227075, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:34:55,396 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): Create Instance[pk=227086, uid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:34:55,397 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): Create Location[pk=227086, systemID=amazon-s3, path=2025/11/19/934F904F/64A7E57D/5F257939, tsuid=1.2.840.10008.1.2, size=3915780, status=OK, objectType=DICOM_FILE]
2025-11-19 17:34:55,407 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): Updated DB in 16 ms
2025-11-19 17:34:55,408 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074355540 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:55,662 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:57,118 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:57,120 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:34:57,628 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074441774 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:57,628 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << 2:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:57,868 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:34:58,041 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 17:34:58,043 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 17:34:59,450 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:34:59,452 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:34:59,959 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): processing 3:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074503083 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:34:59,959 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << 3:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:00,238 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:01,829 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:35:01,831 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:35:02,366 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): processing 4:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074515130 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:02,366 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << 4:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:02,618 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:03,911 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:35:03,913 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:35:04,119 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:35:04,120 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:35:04,428 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 20:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102928421 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:04,428 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 20:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:04,621 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): processing 5:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074545940 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:04,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << 5:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:04,666 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:04,885 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:06,310 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:35:06,312 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:35:06,826 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): processing 6:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074555230 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:06,826 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << 6:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:07,080 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:08,831 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:35:08,833 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:35:09,334 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): processing 7:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074613651 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:09,335 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << 7:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:09,596 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:11,014 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:35:11,017 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 17:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 17:35:12,398 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): processing 8:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074637308 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:12,398 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << 8:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:12,636 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:14,039 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6825) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:35:14,041 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6825) Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
2025-11-19 17:35:14,536 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563): processing 9:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.501.1791052210.3.20251011074644127 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient ID 349216^^^DCM4CHEE.AA525438.null in previous received object of Study[uid=1.2.410.200001.101.11.501.1791052210.1.20251011074108269].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:14,536 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << 9:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 349216^^^DCM4CHEE.9EF0BCAC.null differs from Patient
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:14,774 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) >> A-RELEASE-RQ
2025-11-19 17:35:14,774 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6825) DCM4CHEE<-HS50US07(563) << A-RELEASE-RP
2025-11-19 17:35:14,824 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-31) DCM4CHEE<-HS50US07(563): close Socket[addr=187.36.104.204/187.36.104.204,port=52118,localport=11112]
2025-11-19 17:35:42,255 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 17:35:42,256 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 17:35:48,954 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 17:35:48,955 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 17:35:48,956 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 17:35:48,956 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 17:35:48,956 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:35:48,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:48,957 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 17:35:48,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:35:48,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:48,959 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-13) Send audit message to /127.0.0.1:514
2025-11-19 17:35:48,986 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:35:48,986 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:48,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 17:35:49,541 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:35:49,543 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:35:50,118 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 21:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102937910 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:35:50,119 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 21:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:50,352 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:35:58,043 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 17:35:58,044 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 17:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 17:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 17:36:33,114 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:36:33,117 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:36:33,621 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 22:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102948087 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:36:33,621 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 22:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:36:33,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:36:42,256 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 17:36:42,257 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 17:36:48,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 17:36:48,988 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 17:36:48,988 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 17:36:48,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:36:48,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:36:48,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:36:48,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:36:48,990 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 17:36:49,018 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:36:49,018 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:36:49,019 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-24) Send audit message to /127.0.0.1:514
2025-11-19 17:36:49,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 17:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start PurgeStorageScheduler.execute()
2025-11-19 17:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished PurgeStorageScheduler.execute()
2025-11-19 17:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6852) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6853) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6853) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6852) Start deleting 25 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:36:53,610 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:36:53,615 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:36:58,045 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 17:36:58,046 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 17:37:04,561 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6852) Finished deleting 25 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:37:04,561 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6852) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 17:37:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 17:37:15,201 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:37:15,204 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:37:15,708 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 23:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712102959968 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:37:15,709 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 23:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:37:15,941 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:37:42,257 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 17:37:42,258 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 17:37:49,019 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 17:37:49,019 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:37:49,020 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:37:49,021 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:37:49,021 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:37:49,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:37:49,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:37:49,044 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 17:37:55,107 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:37:55,109 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:37:55,624 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 24:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103025013 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:37:55,624 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 24:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:37:55,856 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:37:58,047 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 17:37:58,048 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 17:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 17:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 17:38:38,797 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:38:38,799 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:38:39,429 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 25:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103056477 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:38:39,430 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 25:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:38:39,667 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:38:42,259 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 17:38:42,260 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 17:38:49,044 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 17:38:49,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:38:49,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:38:49,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:38:49,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:38:49,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:38:49,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:38:49,070 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 17:38:58,048 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 17:38:58,050 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 17:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 17:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 17:39:19,762 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:39:19,764 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:39:20,330 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 26:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103128392 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:39:20,330 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 26:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:39:20,563 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:39:42,260 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 17:39:42,261 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 17:39:47,413 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 17:39:47,499 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) Calculated size of 2 studies
2025-11-19 17:39:47,499 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 17:39:49,071 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 17:39:49,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:39:49,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:39:49,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:39:49,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:39:49,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:39:49,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:39:49,095 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 17:39:58,051 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 17:39:58,053 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 17:39:59,177 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6713) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:39:59,179 WARN  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6713) Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
2025-11-19 17:39:59,735 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530): processing 27:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20250712103205430 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patient ID 48420^^^DCM4CHEE.000130DB.0A555FAB in previous received object of Study[uid=48420].
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.checkConflictingPID(StoreServiceEJB.java:936)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.createInstance(StoreServiceEJB.java:864)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB.updateDB(StoreServiceEJB.java:288)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.jpa@26.1.2.Final//org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:56)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInOurTx(CMTTxInterceptor.java:254)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.required(CMTTxInterceptor.java:390)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:160)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
	at org.jboss.as.weld.common@26.1.2.Final//org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.IdentityOutflowInterceptor.processInvocation(IdentityOutflowInterceptor.java:73)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.security.SecurityDomainInterceptor.processInvocation(SecurityDomainInterceptor.java:44)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ejb3@26.1.2.Final//org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:633)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
	at org.jboss.invocation@1.7.0.Final//org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:191)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:81)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$$$view10.updateDB(Unknown Source)
	at jdk.internal.reflect.GeneratedMethodAccessor90.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.util.reflection.Reflections.invokeAndUnwrap(Reflections.java:410)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:134)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.module.ejb.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:68)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceEJB$Proxy$_$$_Weld$EnterpriseProxy$.updateDB(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.updateDB(StoreServiceImpl.java:274)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:220)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:39:59,735 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << 27:C-STORE-RSP[pcid=1, status=a778H, errorComment=Patient ID 48420^^^DCM4CHEE.44945206.0A555FAB differs from Patie
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:39:59,964 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) >> A-RELEASE-RQ
2025-11-19 17:39:59,964 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6713) DCM4CHEE<-HS60MT(530) << A-RELEASE-RP
2025-11-19 17:40:00,014 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) DCM4CHEE<-HS60MT(530): close Socket[addr=187.36.104.204/187.36.104.204,port=49678,localport=11112]
2025-11-19 17:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 17:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 17:40:30,460 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/187.36.104.204,port=49716,localport=11112]
2025-11-19 17:40:30,461 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564) >> A-ASSOCIATE-RQ
2025-11-19 17:40:30,461 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564) << A-ASSOCIATE-AC
2025-11-19 17:40:30,702 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564) >> 1:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105712665 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:40:42,261 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 17:40:42,263 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 17:40:49,096 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 17:40:49,096 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 17:40:49,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:40:49,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:40:49,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:40:49,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:40:49,099 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-4) Send audit message to /127.0.0.1:514
2025-11-19 17:40:49,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:40:49,122 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:40:49,122 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 17:40:58,053 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 17:40:58,055 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 17:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 17:41:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 17:41:12,341 INFO  [org.dcm4chee.arc.coerce.impl.MergeAttributesCoercionProcessor] (EE-ManagedExecutorService-default-Thread-6866) Merge Attributes using ArchiveAttributeCoercion2[cn=SupplementIssuerOfPatientID, priority=0, DIMSE=C_STORE_RQ, role=SCU, cuids=[], conditions={IssuerOfPatientID!=.+}, uri=merge-attrs:, description=null, onFailure=RETHROW, sufficient=false, attributeUpdatePolicy=MERGE, mergeAttributes=[IssuerOfPatientID=DCM4CHEE.{PatientName,hash}.{PatientBirthDate,hash}], deviceCoercionParam=null, otherCoercionParams={}]
2025-11-19 17:41:12,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564): Found previous received Instance[pk=224865, uid=1.2.410.200001.101.11.601.1501430850.3.20251115105712665, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:41:12,344 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564): Replace previous received Instance[pk=224865, uid=1.2.410.200001.101.11.601.1501430850.3.20251115105712665, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:41:12,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564): Create Instance[pk=227087, uid=1.2.410.200001.101.11.601.1501430850.3.20251115105712665, class=1.2.840.10008.5.1.4.1.1.6.1, no=1]
2025-11-19 17:41:12,349 INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564): Create Location[pk=227087, systemID=amazon-s3, path=2025/11/19/852DCD38/87850C53/3E2A6883, tsuid=1.2.840.10008.1.2, size=3915742, status=OK, objectType=DICOM_FILE]
2025-11-19 17:41:12,364 INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564): Updated DB in 23 ms
2025-11-19 17:41:12,365 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564) << 1:C-STORE-RSP[pcid=1, status=0H
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105712665 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:41:12,610 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564) >> 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105725878 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:41:42,263 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 17:41:42,264 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 17:41:49,122 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 17:41:49,123 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:41:49,123 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:41:49,124 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 17:41:49,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:41:49,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:41:49,148 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:41:49,148 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:41:49,149 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 17:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start PurgeStorageScheduler.execute()
2025-11-19 17:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6876) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished PurgeStorageScheduler.execute()
2025-11-19 17:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6877) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6877) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6876) Start deleting 1 objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:41:50,798 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6876) Finished deleting 1 (skipped=0, failed=0) objects from Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:41:50,798 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6876) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:41:53,615 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:41:53,621 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:41:58,055 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 17:41:58,057 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 17:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 17:42:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 17:42:36,811 WARN  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564): Failed to store received object:
: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readAvailable(StreamUtils.java:57)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readFully(StreamUtils.java:68)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readFully(PDUDecoder.java:225)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readPDU(PDUDecoder.java:220)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:176)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:42:37,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564): processing 2:C-STORE-RQ[pcid=1, prior=0
  cuid=1.2.840.10008.5.1.4.1.1.6.1 - Ultrasound Image Storage
  iuid=1.2.410.200001.101.11.601.1501430850.3.20251115105725878 - ?
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:	: org.dcm4che3.net.service.DicomServiceException: java.net.SocketException: Connection reset
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:261)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:203)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.store(StoreServiceImpl.java:194)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl$Proxy$_$$_WeldClientProxy.store(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.store.scp.CStoreSCP.store(CStoreSCP.java:36)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.BasicCStoreSCP.onDimseRQ(BasicCStoreSCP.java:72)
	at jdk.internal.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4che3.net.service.DicomService$970688523$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:491)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onDimseRQ(Association.java:750)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.handlePDataTF(Association.java:733)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.State$4.onPDataTF(State.java:108)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association.onPDataTF(Association.java:729)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.Association$2.run(Association.java:566)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
Caused by: java.net.SocketException: Connection reset
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:323)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readAvailable(StreamUtils.java:57)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.readFully(StreamUtils.java:68)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readFully(PDUDecoder.java:225)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.readPDU(PDUDecoder.java:220)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:176)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.nextPDV(PDUDecoder.java:517)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.isLastPDV(PDUDecoder.java:545)
	at org.dcm4che.net@5.30.0//org.dcm4che3.net.PDUDecoder.read(PDUDecoder.java:568)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.CountingInputStream.read(CountingInputStream.java:75)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:132)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.read(DicomInputStream.java:471)
	at org.dcm4che.core@5.30.0//org.dcm4che3.util.StreamUtils.copy(StreamUtils.java:106)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.copyPixelData(Transcoder.java:561)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:519)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.access$800(Transcoder.java:71)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:466)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:703)
	at org.dcm4che.core@5.30.0//org.dcm4che3.io.DicomInputStream.readAllAttributes(DicomInputStream.java:590)
	at org.dcm4che.imageio@5.30.0//org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:440)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-store-5.30.0.jar//org.dcm4chee.arc.store.impl.StoreServiceImpl.writeToStorage(StoreServiceImpl.java:252)
	... 32 more

2025-11-19 17:42:37,350 INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564) << 2:C-STORE-RSP[pcid=1, status=110H, errorComment=java.net.SocketException: Connection reset
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian]
2025-11-19 17:42:37,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564): i/o exception: java.net.SocketException: Broken pipe in State: Sta6 - Association established and ready for data transfer
2025-11-19 17:42:37,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564): close Socket[addr=187.36.104.204/187.36.104.204,port=49716,localport=11112]
2025-11-19 17:42:37,351 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6866) DCM4CHEE<-HS60MT(564) << C_STORE_RSP failed: Broken pipe
2025-11-19 17:42:42,264 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 17:42:42,265 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 17:42:49,149 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 17:42:49,149 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:42:49,149 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:42:49,150 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 17:42:49,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:42:49,152 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:42:49,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:42:49,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:42:49,177 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 17:42:49,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 17:42:58,057 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 17:42:58,058 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 17:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 17:43:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 17:43:42,265 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 17:43:42,266 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 17:43:49,178 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 17:43:49,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:43:49,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:43:49,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:43:49,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:43:49,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:43:49,202 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:43:49,203 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 17:43:49,203 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 17:43:58,059 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 17:43:58,061 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 17:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 17:44:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 17:44:42,267 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 17:44:42,268 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 17:44:47,500 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 17:44:47,501 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 17:44:49,203 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 17:44:49,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:44:49,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:44:49,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:44:49,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:44:49,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:44:49,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:44:49,226 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 17:44:58,061 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 17:44:58,063 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 17:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 17:45:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 17:45:42,268 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 17:45:42,269 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 17:45:49,226 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 17:45:49,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:45:49,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:45:49,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:45:49,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:45:49,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:45:49,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:45:49,248 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 17:45:58,063 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 17:45:58,064 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 17:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 17:46:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 17:46:42,270 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 17:46:42,271 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 17:46:49,248 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 17:46:49,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:46:49,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:46:49,250 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:46:49,250 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:46:49,270 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:46:49,271 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:46:49,271 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 17:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeStorageScheduler.execute()
2025-11-19 17:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6897) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeStorageScheduler.execute()
2025-11-19 17:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6898) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6898) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6897) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:46:53,622 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:46:53,628 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:46:58,065 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 17:46:58,066 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 17:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 17:47:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 17:47:42,272 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 17:47:42,273 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 17:47:49,271 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 17:47:49,271 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:47:49,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:47:49,273 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:47:49,273 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:47:49,296 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:47:49,296 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:47:49,296 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 17:47:58,067 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 17:47:58,068 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 17:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 17:48:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 17:48:42,273 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 17:48:42,274 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 17:48:49,297 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 17:48:49,297 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:48:49,297 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:48:49,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:48:49,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:48:49,318 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:48:49,318 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:48:49,318 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 17:48:58,068 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 17:48:58,070 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 17:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 17:49:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 17:49:42,274 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 17:49:42,275 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 17:49:47,501 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 17:49:47,565 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) Calculated size of 1 studies
2025-11-19 17:49:47,565 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 17:49:49,318 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 17:49:49,319 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:49:49,319 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:49:49,320 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:49:49,320 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:49:49,342 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:49:49,342 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:49:49,342 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 17:49:58,070 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 17:49:58,072 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 17:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 17:50:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 17:50:42,275 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 17:50:42,276 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 17:50:49,342 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 17:50:49,343 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:50:49,343 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:50:49,345 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:50:49,345 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:50:49,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:50:49,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:50:49,370 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-26) Send audit message to /127.0.0.1:514
2025-11-19 17:50:49,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 17:50:58,072 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 17:50:58,074 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 17:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 17:51:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 17:51:42,277 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 17:51:42,278 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 17:51:49,370 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 17:51:49,371 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:51:49,371 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:51:49,372 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:51:49,372 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:51:49,393 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:51:49,394 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:51:49,394 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 17:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-11-19 17:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6919) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-11-19 17:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6920) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6920) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6919) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:51:53,628 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:51:53,634 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:51:58,074 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 17:51:58,076 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 17:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 17:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 17:52:42,278 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 17:52:42,279 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 17:52:49,394 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 17:52:49,394 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:52:49,394 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:52:49,396 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:52:49,397 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:52:49,427 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:52:49,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:52:49,428 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 17:52:58,076 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 17:52:58,078 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 17:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 17:53:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 17:53:42,279 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 17:53:42,280 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 17:53:49,428 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 17:53:49,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:53:49,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:53:49,429 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:53:49,430 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:53:49,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:53:49,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:53:49,449 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 17:53:58,078 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 17:53:58,079 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 17:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 17:54:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 17:54:42,281 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 17:54:42,282 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 17:54:47,565 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 17:54:47,567 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 17:54:49,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 17:54:49,450 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:54:49,450 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:54:49,451 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:54:49,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:54:49,471 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:54:49,471 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:54:49,471 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 17:54:58,080 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 17:54:58,081 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 17:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 17:55:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 17:55:42,282 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 17:55:42,283 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 17:55:49,471 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 17:55:49,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:55:49,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:55:49,473 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:55:49,473 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:55:49,493 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:55:49,493 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:55:49,493 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 17:55:58,081 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 17:55:58,083 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 17:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 17:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 17:56:42,283 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 17:56:42,284 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 17:56:49,493 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 17:56:49,494 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:56:49,494 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:56:49,495 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:56:49,495 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:56:49,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:56:49,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:56:49,515 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 17:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-11-19 17:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6941) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-11-19 17:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6942) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6942) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 17:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6941) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 17:56:53,634 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:56:53,640 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 17:56:58,084 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 17:56:58,085 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 17:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 17:57:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 17:57:42,285 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 17:57:42,285 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 17:57:49,515 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 17:57:49,515 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:57:49,516 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:57:49,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:57:49,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:57:49,546 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:57:49,547 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:57:49,547 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 17:57:58,086 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 17:57:58,088 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 17:58:04,819 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.60, port=51099, Session(1763575132502|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:04,821 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:51099(565): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 17:58:04,821 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:51099(565): close SSLSocket[hostname=109.105.210.60, port=51099, Session(1763575132502|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:04,937 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.60, port=44875, Session(1763589484820|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:04,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:44875(566): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 17:58:04,937 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:44875(566): close SSLSocket[hostname=109.105.210.60, port=44875, Session(1763589484820|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:05,056 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.57, port=52103, Session(1763589484937|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:05,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:52103(567): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 17:58:05,175 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:52103(567): close SSLSocket[hostname=109.105.210.57, port=52103, Session(1763589484937|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:05,290 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.59, port=39957, Session(1763589485056|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:05,291 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.59:39957(568): i/o exception: javax.net.ssl.SSLHandshakeException: The client supported protocol versions [TLSv1.3] are not accepted by server preferences [TLS12] in State: Sta2 - Transport connection open
2025-11-19 17:58:05,291 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.59:39957(568): close SSLSocket[hostname=109.105.210.59, port=39957, Session(1763589485056|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:05,407 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.60, port=43007, Session(1763589485291|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:10,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:43007(569): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-11-19 17:58:10,350 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:43007(569): close SSLSocket[hostname=109.105.210.60, port=43007, Session(1763589485291|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:10,444 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.60, port=43453, Session(1763589485407|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:10,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:43453(570): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 17:58:10,445 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:43453(570): close SSLSocket[hostname=109.105.210.60, port=43453, Session(1763589485407|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:10,635 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.57, port=46937, Session(1763589490444|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 17:58:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 17:58:15,578 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:46937(571): i/o exception: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake in State: Sta2 - Transport connection open
2025-11-19 17:58:15,578 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:46937(571): close SSLSocket[hostname=109.105.210.57, port=46937, Session(1763589490444|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:16,889 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.57, port=33836, Session(1763589490635|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:16,891 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:33836(572): i/o exception: javax.net.ssl.SSLHandshakeException: The client supported protocol versions [TLSv1.3] are not accepted by server preferences [TLS12] in State: Sta2 - Transport connection open
2025-11-19 17:58:16,891 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:33836(572): close SSLSocket[hostname=109.105.210.57, port=33836, Session(1763589490635|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:17,258 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.57, port=51693, Session(1763589496890|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:17,374 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:51693(573): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 17:58:17,374 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:51693(573): close SSLSocket[hostname=109.105.210.57, port=51693, Session(1763589496890|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:17,932 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.57, port=53695, Session(1763589497258|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:17,932 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:53695(574): i/o exception: javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1 is not enabled or supported in server context in State: Sta2 - Transport connection open
2025-11-19 17:58:17,932 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:53695(574): close SSLSocket[hostname=109.105.210.57, port=53695, Session(1763589497258|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:18,368 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.57, port=35991, Session(1763589497932|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:18,368 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:35991(575): i/o exception: javax.net.ssl.SSLHandshakeException: Client requested protocol TLSv1.1 is not enabled or supported in server context in State: Sta2 - Transport connection open
2025-11-19 17:58:18,368 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:35991(575): close SSLSocket[hostname=109.105.210.57, port=35991, Session(1763589497932|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:18,932 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.57, port=42999, Session(1763589498368|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:18,933 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:42999(576): i/o exception: javax.net.ssl.SSLHandshakeException: Client requested protocol SSLv3 is not enabled or supported in server context in State: Sta2 - Transport connection open
2025-11-19 17:58:18,933 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:42999(576): close SSLSocket[hostname=109.105.210.57, port=42999, Session(1763589498368|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:19,640 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.60, port=37005, Session(1763589498932|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:19,641 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:37005(577): i/o exception: javax.net.ssl.SSLHandshakeException: SSLv2Hello is not enabled in State: Sta2 - Transport connection open
2025-11-19 17:58:19,641 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:37005(577): close SSLSocket[hostname=109.105.210.60, port=37005, Session(1763589498932|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:19,980 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.57, port=58780, Session(1763589499640|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:20,096 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:58780(578): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 17:58:20,096 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:58780(578): close SSLSocket[hostname=109.105.210.57, port=58780, Session(1763589499640|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:20,213 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.60, port=50663, Session(1763589499980|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:20,214 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:50663(579): i/o exception: javax.net.ssl.SSLHandshakeException: no cipher suites in common in State: Sta2 - Transport connection open
2025-11-19 17:58:20,215 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:50663(579): close SSLSocket[hostname=109.105.210.60, port=50663, Session(1763589499980|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:20,336 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.57, port=59989, Session(1763589500214|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:20,452 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:59989(580): i/o exception: javax.net.ssl.SSLHandshakeException: Empty server certificate chain in State: Sta2 - Transport connection open
2025-11-19 17:58:20,452 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:59989(580): close SSLSocket[hostname=109.105.210.57, port=59989, Session(1763589500214|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:20,569 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.57, port=40305, Session(1763589500336|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:20,570 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:40305(581): i/o exception: javax.net.ssl.SSLHandshakeException: no cipher suites in common in State: Sta2 - Transport connection open
2025-11-19 17:58:20,570 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.57:40305(581): close SSLSocket[hostname=109.105.210.57, port=40305, Session(1763589500336|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:20,686 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=109.105.210.60, port=35351, Session(1763589500569|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:20,687 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:35351(582): i/o exception: javax.net.ssl.SSLHandshakeException: no cipher suites in common in State: Sta2 - Transport connection open
2025-11-19 17:58:20,687 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-6947) /172.18.0.3:2762<-/109.105.210.60:35351(582): close SSLSocket[hostname=109.105.210.60, port=35351, Session(1763589500569|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 17:58:42,286 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 17:58:42,287 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 17:58:49,547 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 17:58:49,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:58:49,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:58:49,549 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:58:49,549 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:58:49,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:58:49,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:58:49,569 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 17:58:58,088 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 17:58:58,090 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 17:59:06,337 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSDeleteScheduler.execute()
2025-11-19 17:59:06,341 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSDeleteScheduler.execute()
2025-11-19 17:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 17:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 17:59:42,287 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 17:59:42,289 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 17:59:47,567 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-11-19 17:59:47,568 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-11-19 17:59:49,569 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 17:59:49,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:59:49,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:59:49,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:59:49,571 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:59:49,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 17:59:49,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 17:59:49,591 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 17:59:58,091 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 17:59:58,093 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 18:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 18:00:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 18:00:42,289 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 18:00:42,290 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 18:00:49,591 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 18:00:49,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:00:49,592 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:00:49,593 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:00:49,593 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:00:49,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:00:49,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:00:49,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 18:00:58,093 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 18:00:58,095 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 18:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 18:01:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 18:01:42,291 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 18:01:42,292 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 18:01:49,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 18:01:49,616 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:01:49,616 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:01:49,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:01:49,617 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:01:49,636 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:01:49,637 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:01:49,637 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 18:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStorageScheduler.execute()
2025-11-19 18:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStorageScheduler.execute()
2025-11-19 18:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6964) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6965) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6965) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6964) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:01:53,640 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:01:53,646 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:01:58,095 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 18:01:58,096 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 18:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 18:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 18:02:42,292 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 18:02:42,293 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 18:02:49,637 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 18:02:49,637 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:02:49,638 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:02:49,639 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:02:49,639 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:02:49,660 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:02:49,660 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:02:49,660 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 18:02:58,097 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 18:02:58,099 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 18:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 18:03:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 18:03:42,293 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 18:03:42,294 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 18:03:49,660 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 18:03:49,661 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:03:49,661 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:03:49,662 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:03:49,662 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:03:49,682 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:03:49,682 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:03:49,682 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 18:03:58,099 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 18:03:58,100 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 18:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 18:04:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 18:04:42,295 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 18:04:42,296 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 18:04:47,569 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 18:04:47,570 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 18:04:49,682 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 18:04:49,682 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:04:49,683 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:04:49,684 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:04:49,684 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:04:49,705 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:04:49,705 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:04:49,705 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 18:04:58,101 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 18:04:58,102 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 18:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 18:05:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 18:05:42,296 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 18:05:42,297 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 18:05:49,705 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 18:05:49,706 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:05:49,706 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:05:49,707 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:05:49,707 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:05:49,727 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:05:49,727 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:05:49,727 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 18:05:58,103 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 18:05:58,104 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 18:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 18:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 18:06:42,297 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 18:06:42,299 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 18:06:49,727 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 18:06:49,728 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:06:49,728 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:06:49,729 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:06:49,729 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:06:49,748 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:06:49,748 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:06:49,749 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 18:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStorageScheduler.execute()
2025-11-19 18:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStorageScheduler.execute()
2025-11-19 18:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6986) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6987) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6986) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-6987) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:06:53,646 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:06:53,653 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:06:58,104 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 18:06:58,106 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 18:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 18:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 18:07:42,299 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 18:07:42,301 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 18:07:49,749 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 18:07:49,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:07:49,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:07:49,750 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:07:49,750 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:07:49,781 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:07:49,781 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:07:49,782 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 18:07:58,106 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 18:07:58,108 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 18:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 18:08:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 18:08:42,301 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 18:08:42,302 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 18:08:49,782 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 18:08:49,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:08:49,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:08:49,783 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:08:49,784 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:08:49,808 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:08:49,808 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:08:49,808 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 18:08:58,108 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 18:08:58,110 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 18:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 18:09:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 18:09:42,302 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 18:09:42,303 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 18:09:47,570 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 18:09:47,571 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 18:09:49,808 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 18:09:49,809 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:09:49,809 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:09:49,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:09:49,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:09:49,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:09:49,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:09:49,829 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 18:09:58,110 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 18:09:58,112 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 18:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 18:10:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 18:10:42,304 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 18:10:42,305 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 18:10:49,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 18:10:49,830 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:10:49,830 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:10:49,831 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:10:49,831 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:10:49,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:10:49,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:10:49,851 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 18:10:58,112 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 18:10:58,114 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 18:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 18:11:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 18:11:42,305 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 18:11:42,306 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 18:11:49,851 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 18:11:49,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:11:49,852 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:11:49,853 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:11:49,853 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:11:49,873 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:11:49,873 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:11:49,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 18:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-11-19 18:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7008) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-11-19 18:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7009) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7009) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7008) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:11:53,653 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:11:53,659 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:11:58,114 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 18:11:58,116 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 18:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 18:12:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 18:12:42,306 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 18:12:42,307 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 18:12:49,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 18:12:49,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:12:49,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:12:49,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:12:49,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:12:49,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:12:49,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:12:49,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 18:12:58,116 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 18:12:58,118 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 18:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 18:13:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 18:13:42,308 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 18:13:42,309 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 18:13:49,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 18:13:49,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:13:49,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:13:49,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:13:49,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:13:49,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:13:49,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:13:49,916 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 18:13:58,118 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 18:13:58,120 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 18:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 18:14:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 18:14:35,124 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start PurgeTaskScheduler.execute()
2025-11-19 18:14:35,139 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished PurgeTaskScheduler.execute()
2025-11-19 18:14:42,309 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 18:14:42,310 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 18:14:47,572 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-11-19 18:14:47,573 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-11-19 18:14:49,916 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 18:14:49,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:14:49,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:14:49,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:14:49,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:14:49,938 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:14:49,938 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:14:49,938 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 18:14:58,120 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 18:14:58,122 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 18:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 18:15:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 18:15:42,310 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 18:15:42,311 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 18:15:49,938 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 18:15:49,939 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,940 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,940 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,940 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,940 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,941 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:15:49,941 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:15:49,941 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,942 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:15:49,942 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:15:49,942 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,963 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:15:49,964 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:15:49,964 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,964 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,964 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,965 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-9) Send audit message to /127.0.0.1:514
2025-11-19 18:15:49,965 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 18:15:58,122 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 18:15:58,124 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 18:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 18:16:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 18:16:42,312 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 18:16:42,313 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 18:16:49,965 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 18:16:49,965 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:16:49,966 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:16:49,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:16:49,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 18:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7030) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 18:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7031) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7031) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7030) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:16:49,986 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:16:49,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:16:49,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 18:16:53,659 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:16:53,665 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:16:58,124 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 18:16:58,126 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 18:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 18:17:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 18:17:42,313 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 18:17:42,314 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 18:17:49,987 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 18:17:49,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:17:49,987 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:17:49,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:17:49,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:17:50,010 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:17:50,010 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:17:50,010 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 18:17:58,126 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 18:17:58,128 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 18:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 18:18:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 18:18:42,314 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 18:18:42,315 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 18:18:50,010 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 18:18:50,011 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:18:50,011 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:18:50,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:18:50,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:18:50,043 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:18:50,043 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:18:50,043 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 18:18:58,128 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 18:18:58,130 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 18:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 18:19:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 18:19:42,316 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 18:19:42,317 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 18:19:47,573 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 18:19:47,575 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 18:19:50,044 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 18:19:50,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:19:50,044 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:19:50,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:19:50,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:19:50,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:19:50,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:19:50,065 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 18:19:58,130 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 18:19:58,132 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 18:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 18:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 18:20:42,317 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 18:20:42,318 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 18:20:50,065 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 18:20:50,066 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:20:50,066 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:20:50,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:20:50,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:20:50,088 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:20:50,088 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:20:50,088 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 18:20:58,132 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 18:20:58,134 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 18:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 18:21:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 18:21:42,318 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 18:21:42,319 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 18:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-11-19 18:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7052) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-11-19 18:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7053) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7052) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7053) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:21:50,088 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 18:21:50,088 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:21:50,088 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:21:50,089 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:21:50,090 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:21:50,109 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:21:50,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:21:50,110 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 18:21:53,665 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:21:53,671 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:21:58,134 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 18:21:58,136 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 18:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 18:22:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 18:22:42,320 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 18:22:42,321 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 18:22:50,110 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 18:22:50,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:22:50,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:22:50,112 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:22:50,112 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:22:50,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:22:50,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:22:50,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 18:22:58,136 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 18:22:58,138 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 18:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 18:23:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 18:23:42,321 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 18:23:42,322 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 18:23:50,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 18:23:50,133 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:23:50,133 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:23:50,134 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:23:50,134 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:23:50,153 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:23:50,153 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:23:50,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 18:23:58,138 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 18:23:58,140 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 18:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 18:24:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 18:24:42,322 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 18:24:42,324 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 18:24:47,575 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-11-19 18:24:47,576 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-11-19 18:24:50,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 18:24:50,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:24:50,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:24:50,155 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:24:50,155 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:24:50,175 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:24:50,175 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:24:50,175 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 18:24:58,140 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 18:24:58,142 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 18:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 18:25:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 18:25:42,324 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 18:25:42,325 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 18:25:50,175 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 18:25:50,175 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:25:50,176 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:25:50,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:25:50,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:25:50,196 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:25:50,196 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:25:50,197 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 18:25:58,142 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 18:25:58,144 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 18:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 18:26:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 18:26:42,326 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 18:26:42,327 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 18:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 18:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 18:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7074) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7075) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7075) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7074) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:26:50,197 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 18:26:50,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:26:50,197 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:26:50,198 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:26:50,198 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:26:50,218 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:26:50,218 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:26:50,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 18:26:53,671 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:26:53,677 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:26:58,144 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 18:26:58,145 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 18:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 18:27:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 18:27:42,327 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 18:27:42,328 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 18:27:50,218 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 18:27:50,219 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:27:50,219 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:27:50,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:27:50,220 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:27:50,239 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:27:50,239 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:27:50,239 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 18:27:58,146 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 18:27:58,147 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 18:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 18:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 18:28:42,328 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 18:28:42,329 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 18:28:50,239 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 18:28:50,240 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:28:50,240 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:28:50,241 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:28:50,241 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:28:50,260 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:28:50,260 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:28:50,261 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 18:28:58,148 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 18:28:58,149 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 18:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 18:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 18:29:42,330 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 18:29:42,331 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 18:29:47,577 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-11-19 18:29:47,578 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-11-19 18:29:50,261 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 18:29:50,261 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:29:50,261 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:29:50,268 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:29:50,268 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:29:50,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:29:50,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:29:50,287 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 18:29:58,150 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 18:29:58,151 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 18:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 18:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 18:30:42,331 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 18:30:42,332 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 18:30:50,288 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 18:30:50,288 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:30:50,288 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:30:50,289 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:30:50,289 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:30:50,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:30:50,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:30:50,309 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 18:30:58,151 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 18:30:58,153 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 18:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 18:31:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 18:31:42,332 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 18:31:42,334 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 18:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-11-19 18:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7096) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-11-19 18:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7097) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7096) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7097) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:31:50,309 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 18:31:50,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:31:50,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:31:50,311 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:31:50,311 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:31:50,336 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:31:50,336 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:31:50,337 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 18:31:53,678 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:31:53,684 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:31:58,153 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 18:31:58,155 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 18:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 18:32:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 18:32:42,334 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 18:32:42,335 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 18:32:50,337 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 18:32:50,337 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:32:50,337 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:32:50,338 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:32:50,338 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:32:50,358 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:32:50,358 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:32:50,358 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 18:32:57,181 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStgCmtScheduler.execute()
2025-11-19 18:32:57,182 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStgCmtScheduler.execute()
2025-11-19 18:32:58,155 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 18:32:58,157 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 18:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 18:33:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 18:33:42,335 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 18:33:42,336 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 18:33:50,359 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 18:33:50,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:33:50,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:33:50,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:33:50,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:33:50,380 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:33:50,380 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:33:50,380 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 18:33:58,157 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 18:33:58,159 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 18:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 18:34:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 18:34:42,336 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 18:34:42,338 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 18:34:47,578 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start StudySizeScheduler.execute()
2025-11-19 18:34:47,579 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished StudySizeScheduler.execute()
2025-11-19 18:34:50,381 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 18:34:50,381 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:34:50,381 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:34:50,382 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:34:50,382 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:34:50,401 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:34:50,401 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:34:50,401 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 18:34:58,159 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 18:34:58,161 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 18:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 18:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 18:35:42,338 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 18:35:42,339 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 18:35:50,402 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 18:35:50,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:35:50,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:35:50,403 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:35:50,403 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:35:50,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:35:50,423 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:35:50,423 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 18:35:58,161 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 18:35:58,163 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 18:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 18:36:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 18:36:42,340 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 18:36:42,341 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 18:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-11-19 18:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7118) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-11-19 18:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7119) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7118) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7119) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:36:50,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 18:36:50,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:36:50,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:36:50,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:36:50,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:36:50,444 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:36:50,445 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:36:50,445 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 18:36:53,684 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:36:53,690 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:36:58,163 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 18:36:58,164 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 18:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 18:37:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 18:37:42,341 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 18:37:42,342 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 18:37:50,445 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 18:37:50,445 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:37:50,445 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:37:50,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:37:50,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:37:50,466 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:37:50,466 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:37:50,466 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 18:37:58,165 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 18:37:58,166 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 18:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 18:38:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 18:38:42,342 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 18:38:42,344 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 18:38:50,466 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 18:38:50,467 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:38:50,467 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:38:50,468 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:38:50,468 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:38:50,487 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:38:50,487 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:38:50,487 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 18:38:58,166 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 18:38:58,168 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 18:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 18:39:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 18:39:42,344 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 18:39:42,345 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 18:39:47,580 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 18:39:47,581 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 18:39:50,488 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 18:39:50,488 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:39:50,488 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:39:50,489 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:39:50,490 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:39:50,510 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:39:50,510 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:39:50,510 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 18:39:58,168 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 18:39:58,170 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 18:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 18:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 18:40:42,345 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 18:40:42,346 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 18:40:50,510 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 18:40:50,510 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:40:50,511 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:40:50,512 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:40:50,512 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:40:50,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:40:50,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:40:50,532 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 18:40:58,170 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 18:40:58,172 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 18:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 18:41:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 18:41:42,346 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 18:41:42,348 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 18:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 18:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7140) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 18:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7141) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7141) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7140) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:41:50,532 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 18:41:50,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:41:50,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:41:50,534 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:41:50,534 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:41:50,553 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:41:50,553 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:41:50,554 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 18:41:53,690 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:41:53,696 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:41:58,173 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 18:41:58,174 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 18:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 18:42:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 18:42:42,348 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 18:42:42,349 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 18:42:50,554 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 18:42:50,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:42:50,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:42:50,555 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:42:50,555 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:42:50,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:42:50,575 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:42:50,575 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 18:42:58,175 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 18:42:58,176 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 18:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 18:43:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 18:43:42,349 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 18:43:42,350 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 18:43:50,575 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 18:43:50,576 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:43:50,576 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:43:50,577 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:43:50,577 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:43:50,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:43:50,596 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:43:50,597 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 18:43:58,177 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 18:43:58,178 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 18:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 18:44:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 18:44:42,351 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 18:44:42,352 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 18:44:47,581 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 18:44:47,583 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 18:44:50,597 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 18:44:50,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:44:50,597 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:44:50,599 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:44:50,599 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:44:50,618 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:44:50,618 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:44:50,618 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 18:44:58,178 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 18:44:58,180 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 18:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 18:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 18:45:42,352 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 18:45:42,353 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 18:45:50,619 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 18:45:50,619 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:45:50,619 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:45:50,620 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:45:50,620 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:45:50,639 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:45:50,639 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:45:50,640 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 18:45:58,180 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 18:45:58,182 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 18:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 18:46:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 18:46:42,354 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 18:46:42,355 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 18:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 18:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7162) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 18:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7163) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7163) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7162) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:46:50,640 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 18:46:50,640 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:46:50,640 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:46:50,641 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:46:50,641 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:46:50,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:46:50,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:46:50,669 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 18:46:53,696 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:46:53,703 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:46:58,182 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 18:46:58,184 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 18:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 18:47:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 18:47:42,355 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 18:47:42,356 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 18:47:50,670 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 18:47:50,670 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:47:50,670 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:47:50,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:47:50,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:47:50,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:47:50,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:47:50,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 18:47:58,184 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 18:47:58,186 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 18:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 18:48:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 18:48:42,357 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 18:48:42,358 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 18:48:50,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 18:48:50,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:48:50,692 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:48:50,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:48:50,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:48:50,712 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:48:50,712 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:48:50,712 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 18:48:58,186 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 18:48:58,188 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 18:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 18:49:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 18:49:42,358 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 18:49:42,359 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 18:49:47,583 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 18:49:47,584 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 18:49:50,713 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 18:49:50,713 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:49:50,713 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:49:50,714 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:49:50,714 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:49:50,733 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:49:50,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:49:50,734 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 18:49:58,188 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 18:49:58,191 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 18:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 18:50:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 18:50:42,359 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 18:50:42,360 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 18:50:50,734 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 18:50:50,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:50:50,734 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:50:50,735 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:50:50,735 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:50:50,755 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:50:50,755 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:50:50,755 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 18:50:58,191 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 18:50:58,192 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 18:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 18:51:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 18:51:42,361 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 18:51:42,362 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 18:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 18:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7184) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 18:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7185) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7185) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7184) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:51:50,755 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 18:51:50,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:51:50,756 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:51:50,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:51:50,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:51:50,777 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:51:50,777 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:51:50,777 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 18:51:53,703 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:51:53,710 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:51:58,193 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 18:51:58,194 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 18:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 18:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 18:52:42,362 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 18:52:42,363 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 18:52:50,777 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 18:52:50,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:52:50,778 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:52:50,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:52:50,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:52:50,798 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:52:50,798 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:52:50,798 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 18:52:58,195 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 18:52:58,196 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 18:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 18:53:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 18:53:42,364 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 18:53:42,365 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 18:53:50,799 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 18:53:50,799 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:53:50,799 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:53:50,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:53:50,800 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:53:50,819 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:53:50,820 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:53:50,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 18:53:58,197 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 18:53:58,199 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 18:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 18:54:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 18:54:42,365 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 18:54:42,366 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 18:54:47,585 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start StudySizeScheduler.execute()
2025-11-19 18:54:47,586 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished StudySizeScheduler.execute()
2025-11-19 18:54:50,820 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 18:54:50,820 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:54:50,820 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:54:50,821 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:54:50,822 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:54:50,841 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:54:50,841 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:54:50,841 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 18:54:58,199 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 18:54:58,201 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 18:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 18:55:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 18:55:42,366 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 18:55:42,367 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 18:55:50,841 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 18:55:50,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:55:50,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:55:50,843 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:55:50,844 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:55:50,868 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:55:50,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:55:50,869 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 18:55:58,201 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 18:55:58,203 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 18:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 18:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 18:56:42,368 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 18:56:42,369 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 18:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start PurgeStorageScheduler.execute()
2025-11-19 18:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7206) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished PurgeStorageScheduler.execute()
2025-11-19 18:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7207) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7207) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 18:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7206) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 18:56:50,869 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 18:56:50,869 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:56:50,870 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:56:50,871 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:56:50,871 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:56:50,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:56:50,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:56:50,890 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 18:56:53,710 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:56:53,716 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 18:56:58,203 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 18:56:58,204 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 18:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 18:57:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 18:57:42,369 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 18:57:42,370 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 18:57:50,891 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 18:57:50,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:57:50,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:57:50,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:57:50,892 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:57:50,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:57:50,913 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:57:50,913 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 18:57:58,205 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 18:57:58,207 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 18:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 18:58:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 18:58:42,371 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 18:58:42,372 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 18:58:50,913 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 18:58:50,913 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:58:50,913 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:58:50,914 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:58:50,914 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:58:50,933 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:58:50,933 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:58:50,934 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 18:58:58,207 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 18:58:58,208 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 18:59:06,341 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSDeleteScheduler.execute()
2025-11-19 18:59:06,344 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSDeleteScheduler.execute()
2025-11-19 18:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 18:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 18:59:42,372 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 18:59:42,373 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 18:59:47,586 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 18:59:47,588 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 18:59:50,934 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 18:59:50,934 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:59:50,934 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:59:50,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:59:50,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:59:50,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 18:59:50,955 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 18:59:50,955 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 18:59:58,209 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 18:59:58,210 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 19:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 19:00:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 19:00:42,373 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 19:00:42,374 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 19:00:50,955 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 19:00:50,955 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:00:50,956 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:00:50,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:00:50,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:00:50,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:00:50,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:00:50,977 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 19:00:58,211 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 19:00:58,212 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 19:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 19:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 19:01:42,375 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 19:01:42,376 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 19:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 19:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7228) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 19:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7229) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7229) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7228) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:01:50,977 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 19:01:50,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:01:50,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:01:50,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:01:50,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:01:50,998 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:01:50,998 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:01:50,999 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 19:01:53,716 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:01:53,722 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:01:58,212 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 19:01:58,214 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 19:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 19:02:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 19:02:42,376 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 19:02:42,378 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 19:02:50,999 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 19:02:50,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:02:50,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:02:51,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:02:51,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:02:51,031 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:02:51,031 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:02:51,032 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 19:02:58,214 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 19:02:58,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 19:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 19:03:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 19:03:42,378 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 19:03:42,379 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 19:03:51,032 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 19:03:51,032 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:03:51,032 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:03:51,033 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:03:51,034 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:03:51,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:03:51,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:03:51,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 19:03:58,216 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 19:03:58,218 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 19:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 19:04:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 19:04:42,379 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 19:04:42,380 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 19:04:47,588 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 19:04:47,589 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 19:04:51,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 19:04:51,054 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:04:51,054 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:04:51,055 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:04:51,055 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:04:51,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:04:51,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:04:51,075 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 19:04:58,218 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 19:04:58,220 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 19:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 19:05:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 19:05:42,381 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 19:05:42,382 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 19:05:51,075 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 19:05:51,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:05:51,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:05:51,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:05:51,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:05:51,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:05:51,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:05:51,096 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 19:05:58,220 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 19:05:58,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 19:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 19:06:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 19:06:42,382 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 19:06:42,383 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 19:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-11-19 19:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-11-19 19:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7250) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7251) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7251) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7250) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:06:51,097 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 19:06:51,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:06:51,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:06:51,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:06:51,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:06:51,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:06:51,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:06:51,118 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 19:06:53,723 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:06:53,729 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:06:58,222 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 19:06:58,224 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 19:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 19:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 19:07:42,383 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 19:07:42,385 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 19:07:51,118 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 19:07:51,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:07:51,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:07:51,119 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:07:51,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:07:51,142 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:07:51,143 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:07:51,143 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 19:07:58,224 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 19:07:58,226 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 19:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 19:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 19:08:42,385 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 19:08:42,386 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 19:08:51,143 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 19:08:51,143 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:08:51,143 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:08:51,144 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:08:51,144 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:08:51,164 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:08:51,164 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:08:51,164 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 19:08:58,226 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 19:08:58,228 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 19:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 19:09:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 19:09:42,387 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 19:09:42,388 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 19:09:47,589 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start StudySizeScheduler.execute()
2025-11-19 19:09:47,591 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished StudySizeScheduler.execute()
2025-11-19 19:09:51,164 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 19:09:51,164 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:09:51,165 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:09:51,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:09:51,166 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:09:51,192 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:09:51,192 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:09:51,192 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 19:09:58,228 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 19:09:58,230 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 19:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 19:10:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 19:10:42,388 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 19:10:42,389 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 19:10:51,192 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 19:10:51,193 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:10:51,193 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:10:51,194 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:10:51,194 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:10:51,213 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:10:51,213 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:10:51,213 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 19:10:58,230 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 19:10:58,231 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 19:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 19:11:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 19:11:42,389 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 19:11:42,390 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 19:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-11-19 19:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7272) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-11-19 19:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7273) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7272) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7273) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:11:51,214 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 19:11:51,214 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:11:51,214 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:11:51,215 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:11:51,215 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:11:51,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:11:51,235 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:11:51,235 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 19:11:53,730 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:11:53,736 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:11:58,232 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 19:11:58,233 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 19:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 19:12:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 19:12:42,391 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 19:12:42,392 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 19:12:51,235 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 19:12:51,235 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:12:51,236 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:12:51,237 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:12:51,237 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:12:51,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:12:51,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:12:51,257 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 19:12:58,234 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 19:12:58,235 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 19:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 19:13:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 19:13:42,392 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 19:13:42,393 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 19:13:51,257 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 19:13:51,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:13:51,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:13:51,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:13:51,259 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:13:51,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:13:51,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:13:51,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 19:13:58,235 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 19:13:58,237 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 19:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 19:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 19:14:35,139 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeTaskScheduler.execute()
2025-11-19 19:14:35,161 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeTaskScheduler.execute()
2025-11-19 19:14:42,393 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 19:14:42,395 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 19:14:47,591 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 19:14:47,592 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 19:14:51,279 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 19:14:51,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:14:51,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:14:51,280 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:14:51,281 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:14:51,300 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:14:51,300 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:14:51,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 19:14:58,237 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 19:14:58,239 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 19:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 19:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 19:15:42,395 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 19:15:42,396 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 19:15:51,300 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 19:15:51,301 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,301 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,302 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,302 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,302 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:15:51,302 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:15:51,303 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,303 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:15:51,304 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:15:51,304 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,305 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,324 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:15:51,324 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:15:51,325 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,325 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 19:15:51,325 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 19:15:58,239 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 19:15:58,241 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 19:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 19:16:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 19:16:42,396 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 19:16:42,398 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 19:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-11-19 19:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7294) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-11-19 19:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7295) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7295) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7294) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:16:51,325 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 19:16:51,326 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:16:51,326 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:16:51,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:16:51,327 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:16:51,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:16:51,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:16:51,347 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 19:16:53,736 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:16:53,744 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:16:58,241 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 19:16:58,243 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 19:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 19:17:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 19:17:42,398 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 19:17:42,399 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 19:17:51,347 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 19:17:51,347 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:17:51,347 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:17:51,348 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:17:51,349 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:17:51,368 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:17:51,368 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:17:51,368 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 19:17:58,243 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 19:17:58,245 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 19:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 19:18:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 19:18:42,400 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 19:18:42,401 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 19:18:51,368 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 19:18:51,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:18:51,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:18:51,370 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:18:51,370 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:18:51,389 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:18:51,389 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:18:51,389 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 19:18:58,245 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 19:18:58,247 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 19:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 19:19:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 19:19:42,401 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 19:19:42,402 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 19:19:47,592 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-11-19 19:19:47,594 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-11-19 19:19:51,390 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 19:19:51,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:19:51,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:19:51,391 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:19:51,391 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:19:51,410 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:19:51,411 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:19:51,411 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 19:19:58,247 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 19:19:58,249 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 19:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 19:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 19:20:42,403 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 19:20:42,404 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 19:20:51,411 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 19:20:51,411 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:20:51,412 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:20:51,413 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:20:51,413 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:20:51,433 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:20:51,433 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:20:51,433 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 19:20:58,249 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 19:20:58,251 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 19:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 19:21:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 19:21:42,404 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 19:21:42,405 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 19:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 19:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7316) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 19:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7317) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7317) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7316) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:21:51,433 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 19:21:51,434 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:21:51,434 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:21:51,435 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:21:51,435 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:21:51,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:21:51,454 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:21:51,454 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 19:21:53,744 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:21:53,750 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:21:58,251 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 19:21:58,253 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 19:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 19:22:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 19:22:42,405 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 19:22:42,407 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 19:22:51,455 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 19:22:51,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:22:51,455 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:22:51,456 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:22:51,456 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:22:51,475 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:22:51,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:22:51,476 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 19:22:58,253 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 19:22:58,255 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 19:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 19:23:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 19:23:42,407 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 19:23:42,408 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 19:23:51,476 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 19:23:51,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:23:51,476 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:23:51,477 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:23:51,478 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:23:51,498 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:23:51,498 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:23:51,498 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 19:23:58,255 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 19:23:58,257 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 19:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 19:24:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 19:24:42,408 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 19:24:42,409 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 19:24:47,594 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-11-19 19:24:47,595 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-11-19 19:24:51,499 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 19:24:51,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:24:51,499 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:24:51,500 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:24:51,500 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:24:51,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:24:51,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:24:51,520 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 19:24:58,257 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 19:24:58,259 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 19:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 19:25:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 19:25:42,410 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 19:25:42,411 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 19:25:51,520 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 19:25:51,531 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:25:51,531 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:25:51,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:25:51,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:25:51,556 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:25:51,556 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:25:51,556 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 19:25:58,259 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 19:25:58,261 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 19:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 19:26:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 19:26:42,411 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 19:26:42,412 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 19:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-11-19 19:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7338) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-11-19 19:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7339) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7339) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7338) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:26:51,556 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 19:26:51,557 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:26:51,557 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:26:51,558 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:26:51,558 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:26:51,579 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:26:51,580 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:26:51,580 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 19:26:53,751 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:26:53,757 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:26:58,261 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 19:26:58,263 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 19:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 19:27:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 19:27:42,412 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 19:27:42,414 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 19:27:51,580 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 19:27:51,580 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:27:51,581 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:27:51,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:27:51,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:27:51,603 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:27:51,603 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:27:51,603 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 19:27:58,263 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 19:27:58,265 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 19:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 19:28:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 19:28:42,414 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 19:28:42,415 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 19:28:51,603 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 19:28:51,604 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:28:51,604 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:28:51,605 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:28:51,605 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:28:51,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:28:51,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:28:51,625 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 19:28:58,265 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 19:28:58,267 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 19:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 19:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 19:29:42,416 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 19:29:42,417 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 19:29:47,596 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 19:29:47,597 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 19:29:51,625 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 19:29:51,625 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:29:51,625 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:29:51,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:29:51,627 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:29:51,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:29:51,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:29:51,647 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 19:29:58,267 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 19:29:58,269 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 19:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 19:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 19:30:42,426 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 19:30:42,427 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 19:30:51,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 19:30:51,648 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:30:51,648 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:30:51,649 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:30:51,649 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:30:51,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:30:51,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:30:51,669 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 19:30:58,269 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 19:30:58,270 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 19:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 19:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 19:31:42,427 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 19:31:42,429 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 19:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-11-19 19:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-11-19 19:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7360) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7361) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7360) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7361) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:31:51,669 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 19:31:51,670 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:31:51,670 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:31:51,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:31:51,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:31:51,690 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:31:51,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:31:51,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 19:31:53,757 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:31:53,763 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:31:58,271 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 19:31:58,272 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 19:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 19:32:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 19:32:42,429 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 19:32:42,430 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 19:32:51,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 19:32:51,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:32:51,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:32:51,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:32:51,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:32:51,713 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:32:51,713 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:32:51,714 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 19:32:57,182 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStgCmtScheduler.execute()
2025-11-19 19:32:57,186 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStgCmtScheduler.execute()
2025-11-19 19:32:58,273 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 19:32:58,274 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 19:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 19:33:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 19:33:42,431 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 19:33:42,432 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 19:33:51,714 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 19:33:51,714 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:33:51,714 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:33:51,715 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:33:51,715 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:33:51,735 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:33:51,735 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:33:51,735 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 19:33:58,275 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 19:33:58,276 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 19:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 19:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 19:34:42,432 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 19:34:42,433 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 19:34:47,597 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 19:34:47,599 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 19:34:51,736 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 19:34:51,736 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:34:51,736 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:34:51,737 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:34:51,737 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:34:51,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:34:51,757 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:34:51,757 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 19:34:58,277 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 19:34:58,278 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 19:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 19:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 19:35:42,433 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 19:35:42,434 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 19:35:51,757 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 19:35:51,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:35:51,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:35:51,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:35:51,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:35:51,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:35:51,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:35:51,779 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 19:35:58,279 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 19:35:58,280 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 19:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 19:36:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 19:36:42,434 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 19:36:42,435 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 19:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 19:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7382) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 19:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7383) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7383) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7382) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:36:51,779 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 19:36:51,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:36:51,779 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:36:51,781 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:36:51,781 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:36:51,813 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:36:51,813 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:36:51,813 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 19:36:53,763 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:36:53,769 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:36:58,280 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 19:36:58,283 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 19:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 19:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 19:37:42,436 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 19:37:42,437 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 19:37:51,814 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 19:37:51,814 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:37:51,814 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:37:51,815 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:37:51,815 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:37:51,840 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:37:51,840 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:37:51,841 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 19:37:58,283 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 19:37:58,284 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 19:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 19:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 19:38:42,437 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 19:38:42,438 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 19:38:51,841 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 19:38:51,841 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:38:51,841 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:38:51,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:38:51,842 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:38:51,862 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:38:51,862 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:38:51,862 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 19:38:58,285 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 19:38:58,286 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 19:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 19:39:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 19:39:42,438 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 19:39:42,440 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 19:39:47,599 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 19:39:47,600 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 19:39:51,862 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 19:39:51,862 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:39:51,863 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:39:51,864 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:39:51,864 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:39:51,889 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:39:51,889 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:39:51,889 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 19:39:58,287 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 19:39:58,288 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 19:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 19:40:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 19:40:42,440 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 19:40:42,441 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 19:40:51,890 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 19:40:51,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:40:51,890 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:40:51,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:40:51,891 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:40:51,911 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:40:51,911 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:40:51,911 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 19:40:58,289 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 19:40:58,290 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 19:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 19:41:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 19:41:42,441 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 19:41:42,443 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 19:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 19:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7404) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 19:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7405) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7404) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7405) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:41:51,911 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 19:41:51,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:41:51,912 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:41:51,913 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:41:51,913 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:41:51,933 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:41:51,933 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:41:51,933 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 19:41:53,769 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:41:53,775 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:41:58,291 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 19:41:58,292 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 19:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 19:42:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 19:42:42,443 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 19:42:42,444 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 19:42:51,933 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 19:42:51,934 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:42:51,934 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:42:51,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:42:51,935 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:42:51,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:42:51,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:42:51,954 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 19:42:58,292 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 19:42:58,294 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 19:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 19:43:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 19:43:42,444 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 19:43:42,445 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 19:43:51,955 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 19:43:51,955 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:43:51,955 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:43:51,956 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:43:51,956 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:43:51,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:43:51,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:43:51,976 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 19:43:58,294 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 19:43:58,296 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 19:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 19:44:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 19:44:42,446 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 19:44:42,447 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 19:44:47,601 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 19:44:47,602 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 19:44:51,976 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 19:44:51,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:44:51,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:44:51,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:44:51,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:44:52,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:44:52,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:44:52,003 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 19:44:58,296 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 19:44:58,298 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 19:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 19:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 19:45:42,447 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 19:45:42,448 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 19:45:48,271 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=148.113.208.45, port=40838, Session(1763589500686|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 19:45:48,272 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7422) /172.18.0.3:2762<-/148.113.208.45:40838(583): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 19:45:48,272 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7422) /172.18.0.3:2762<-/148.113.208.45:40838(583): close SSLSocket[hostname=148.113.208.45, port=40838, Session(1763589500686|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 19:45:52,003 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 19:45:52,003 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:45:52,003 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:45:52,004 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:45:52,004 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:45:52,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:45:52,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:45:52,024 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 19:45:58,298 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 19:45:58,300 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 19:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 19:46:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 19:46:42,449 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 19:46:42,450 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 19:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 19:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7427) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 19:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7428) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7428) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7427) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:46:52,025 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 19:46:52,025 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:46:52,025 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:46:52,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:46:52,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:46:52,045 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:46:52,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:46:52,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 19:46:53,775 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:46:53,782 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:46:58,300 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 19:46:58,302 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 19:46:58,869 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.14,port=39465,localport=11112]
2025-11-19 19:46:58,869 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) ANY-SCP<-FINDSCU(584) >> A-ASSOCIATE-RQ
2025-11-19 19:46:58,870 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) ANY-SCP<-FINDSCU(584) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-11-19 19:46:58,920 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-26) ANY-SCP<-FINDSCU(584): close Socket[addr=/185.180.141.14,port=39465,localport=11112]
2025-11-19 19:46:59,002 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.13,port=46325,localport=11112]
2025-11-19 19:46:59,002 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.13:46325(585): unrecognized PDU[type=71, len=1411395360]
2025-11-19 19:46:59,002 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.13:46325(585): close Socket[addr=/185.180.141.13,port=46325,localport=11112]
2025-11-19 19:46:59,108 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.14,port=40533,localport=11112]
2025-11-19 19:46:59,108 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.14:40533(586): unrecognized PDU[type=22, len=16817409]
2025-11-19 19:46:59,109 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.14:40533(586): close Socket[addr=/185.180.141.14,port=40533,localport=11112]
2025-11-19 19:46:59,191 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.12,port=33603,localport=11112]
2025-11-19 19:46:59,191 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.12:33603(587): unrecognized PDU[type=22, len=16836609]
2025-11-19 19:46:59,191 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.12:33603(587): close Socket[addr=/185.180.141.12,port=33603,localport=11112]
2025-11-19 19:46:59,357 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.15,port=37485,localport=11112]
2025-11-19 19:47:04,317 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.15:37485(588): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-11-19 19:47:04,317 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.15:37485(588): close Socket[addr=/185.180.141.15,port=37485,localport=11112]
2025-11-19 19:47:04,457 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.15,port=60645,localport=11112]
2025-11-19 19:47:04,458 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.15:60645(589): unrecognized PDU[type=83, len=1210921518]
2025-11-19 19:47:04,458 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.15:60645(589): close Socket[addr=/185.180.141.15,port=60645,localport=11112]
2025-11-19 19:47:04,875 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.15,port=60749,localport=11112]
2025-11-19 19:47:09,835 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.15:60749(590): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-11-19 19:47:09,835 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.15:60749(590): close Socket[addr=/185.180.141.15,port=60749,localport=11112]
2025-11-19 19:47:10,289 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.12,port=45086,localport=11112]
2025-11-19 19:47:10,318 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.12:45086(591): unrecognized PDU[type=22, len=16830977]
2025-11-19 19:47:10,318 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.12:45086(591): close Socket[addr=/185.180.141.12,port=45086,localport=11112]
2025-11-19 19:47:10,576 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.15,port=48811,localport=11112]
2025-11-19 19:47:10,577 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.15:48811(592): unrecognized PDU[type=22, len=16816641]
2025-11-19 19:47:10,577 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.15:48811(592): close Socket[addr=/185.180.141.15,port=48811,localport=11112]
2025-11-19 19:47:10,916 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.13,port=42687,localport=11112]
2025-11-19 19:47:10,916 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.13:42687(593): unrecognized PDU[type=128, len=16777728]
2025-11-19 19:47:10,916 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.13:42687(593): close Socket[addr=/185.180.141.13,port=42687,localport=11112]
2025-11-19 19:47:11,361 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.12,port=45094,localport=11112]
2025-11-19 19:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 19:47:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 19:47:16,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.12:45094(594): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-11-19 19:47:16,373 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.12:45094(594): close Socket[addr=/185.180.141.12,port=45094,localport=11112]
2025-11-19 19:47:16,630 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/185.180.141.12,port=45098,localport=11112]
2025-11-19 19:47:16,631 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.12:45098(595): unrecognized PDU[type=71, len=1411395360]
2025-11-19 19:47:16,631 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7429) /172.18.0.3:11112<-/185.180.141.12:45098(595): close Socket[addr=/185.180.141.12,port=45098,localport=11112]
2025-11-19 19:47:42,450 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 19:47:42,451 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 19:47:52,046 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 19:47:52,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:47:52,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:47:52,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:47:52,047 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:47:52,066 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:47:52,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:47:52,067 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 19:47:58,302 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 19:47:58,304 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 19:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 19:48:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 19:48:42,452 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 19:48:42,453 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 19:48:52,067 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 19:48:52,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:48:52,067 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:48:52,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:48:52,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:48:52,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:48:52,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:48:52,096 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-29) Send audit message to /127.0.0.1:514
2025-11-19 19:48:52,096 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 19:48:58,304 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 19:48:58,306 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 19:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 19:49:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 19:49:42,453 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 19:49:42,454 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 19:49:47,602 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-11-19 19:49:47,603 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-11-19 19:49:52,096 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 19:49:52,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:49:52,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:49:52,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:49:52,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:49:52,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:49:52,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:49:52,119 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 19:49:58,306 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 19:49:58,308 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 19:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 19:50:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 19:50:42,454 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 19:50:42,456 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 19:50:52,119 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 19:50:52,119 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:50:52,119 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:50:52,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:50:52,120 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:50:52,141 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:50:52,141 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:50:52,141 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 19:50:58,308 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 19:50:58,310 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 19:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 19:51:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 19:51:42,456 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 19:51:42,457 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 19:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 19:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7450) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 19:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7451) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7451) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7450) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:51:52,141 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 19:51:52,141 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:51:52,141 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:51:52,143 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:51:52,143 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:51:52,162 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:51:52,162 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:51:52,162 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 19:51:53,782 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:51:53,788 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:51:58,310 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 19:51:58,312 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 19:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 19:52:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 19:52:42,457 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 19:52:42,458 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 19:52:52,163 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 19:52:52,163 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:52:52,163 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:52:52,164 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:52:52,164 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:52:52,184 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:52:52,184 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:52:52,185 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 19:52:58,312 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 19:52:58,314 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 19:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 19:53:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 19:53:42,459 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 19:53:42,460 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 19:53:52,185 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 19:53:52,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:53:52,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:53:52,187 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:53:52,187 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:53:52,212 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:53:52,212 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:53:52,213 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 19:53:58,314 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 19:53:58,316 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 19:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 19:54:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 19:54:42,460 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 19:54:42,461 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 19:54:47,604 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 19:54:47,605 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 19:54:52,213 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 19:54:52,213 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:54:52,213 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:54:52,214 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:54:52,214 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:54:52,233 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:54:52,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:54:52,234 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 19:54:58,316 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 19:54:58,318 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 19:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 19:55:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 19:55:42,462 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 19:55:42,463 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 19:55:52,234 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 19:55:52,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:55:52,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:55:52,235 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:55:52,235 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:55:52,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:55:52,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:55:52,255 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 19:55:58,318 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 19:55:58,320 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 19:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 19:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 19:56:42,463 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 19:56:42,464 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 19:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 19:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7472) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 19:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7473) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7473) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 19:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7472) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 19:56:52,255 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 19:56:52,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:56:52,256 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:56:52,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:56:52,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:56:52,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:56:52,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:56:52,276 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 19:56:53,788 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:56:53,794 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 19:56:58,320 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 19:56:58,321 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 19:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 19:57:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 19:57:42,464 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 19:57:42,465 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 19:57:52,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 19:57:52,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:57:52,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:57:52,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:57:52,278 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:57:52,297 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:57:52,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:57:52,298 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 19:57:58,322 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 19:57:58,323 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 19:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 19:58:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 19:58:42,466 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 19:58:42,467 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 19:58:52,298 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 19:58:52,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:58:52,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:58:52,299 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:58:52,299 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:58:52,324 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:58:52,324 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:58:52,324 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 19:58:58,324 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 19:58:58,325 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 19:59:06,344 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSDeleteScheduler.execute()
2025-11-19 19:59:06,348 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSDeleteScheduler.execute()
2025-11-19 19:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 19:59:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 19:59:42,467 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 19:59:42,468 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 19:59:47,605 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start StudySizeScheduler.execute()
2025-11-19 19:59:47,607 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished StudySizeScheduler.execute()
2025-11-19 19:59:52,324 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 19:59:52,325 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:59:52,325 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:59:52,326 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:59:52,326 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:59:52,345 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 19:59:52,345 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 19:59:52,345 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 19:59:58,326 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 19:59:58,327 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 20:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 20:00:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 20:00:42,469 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 20:00:42,470 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 20:00:52,346 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 20:00:52,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:00:52,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:00:52,347 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:00:52,348 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:00:52,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:00:52,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:00:52,367 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 20:00:58,328 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 20:00:58,329 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 20:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 20:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 20:01:42,470 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 20:01:42,471 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 20:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start PurgeStorageScheduler.execute()
2025-11-19 20:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7494) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished PurgeStorageScheduler.execute()
2025-11-19 20:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7495) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7494) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7495) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:01:52,368 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 20:01:52,368 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:01:52,368 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:01:52,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:01:52,369 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:01:52,389 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:01:52,389 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:01:52,389 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 20:01:53,794 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:01:53,800 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:01:58,329 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 20:01:58,331 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 20:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 20:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 20:02:42,472 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 20:02:42,473 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 20:02:52,389 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 20:02:52,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:02:52,390 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:02:52,391 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:02:52,391 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:02:52,410 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:02:52,410 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:02:52,410 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 20:02:58,331 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 20:02:58,333 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 20:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 20:03:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 20:03:42,473 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 20:03:42,474 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 20:03:52,411 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 20:03:52,411 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:03:52,411 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:03:52,412 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:03:52,412 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:03:52,432 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:03:52,432 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:03:52,432 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 20:03:58,333 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 20:03:58,335 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 20:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 20:04:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 20:04:42,474 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 20:04:42,476 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 20:04:47,607 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-11-19 20:04:47,608 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-11-19 20:04:52,432 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 20:04:52,433 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:04:52,433 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:04:52,434 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:04:52,434 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:04:52,456 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:04:52,456 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:04:52,456 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 20:04:58,335 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 20:04:58,337 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 20:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 20:05:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 20:05:42,476 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 20:05:42,477 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 20:05:52,456 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 20:05:52,457 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:05:52,457 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:05:52,458 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:05:52,458 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:05:52,478 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:05:52,478 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:05:52,479 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 20:05:58,337 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 20:05:58,339 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 20:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 20:06:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 20:06:42,477 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 20:06:42,478 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 20:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 20:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7516) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 20:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7517) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7516) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7517) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:06:52,479 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 20:06:52,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:06:52,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:06:52,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:06:52,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:06:52,504 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:06:52,504 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:06:52,505 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 20:06:53,801 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:06:53,807 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:06:58,339 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 20:06:58,340 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 20:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 20:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 20:07:42,479 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 20:07:42,480 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 20:07:52,505 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 20:07:52,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:07:52,505 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:07:52,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:07:52,506 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:07:52,525 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:07:52,526 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:07:52,526 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 20:07:58,341 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 20:07:58,343 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 20:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 20:08:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 20:08:42,480 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 20:08:42,481 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 20:08:52,526 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 20:08:52,526 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:08:52,527 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:08:52,528 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:08:52,528 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:08:52,547 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:08:52,547 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:08:52,547 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 20:08:58,343 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 20:08:58,345 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 20:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 20:09:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 20:09:42,482 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 20:09:42,483 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 20:09:47,608 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 20:09:47,610 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 20:09:52,548 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 20:09:52,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:09:52,548 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:09:52,549 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:09:52,549 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:09:52,583 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:09:52,583 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:09:52,583 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 20:09:58,345 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 20:09:58,347 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 20:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 20:10:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 20:10:42,483 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 20:10:42,484 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 20:10:52,583 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 20:10:52,584 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:10:52,584 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:10:52,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:10:52,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:10:52,604 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:10:52,604 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:10:52,604 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 20:10:58,347 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 20:10:58,349 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 20:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 20:11:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 20:11:42,485 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 20:11:42,486 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 20:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-11-19 20:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7538) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-11-19 20:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7539) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7539) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7538) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:11:52,605 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 20:11:52,605 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:11:52,605 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:11:52,606 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:11:52,606 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:11:52,625 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:11:52,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:11:52,626 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 20:11:53,807 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:11:53,813 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:11:58,349 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 20:11:58,351 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 20:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 20:12:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 20:12:42,486 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 20:12:42,487 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 20:12:52,626 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 20:12:52,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:12:52,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:12:52,627 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:12:52,628 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:12:52,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:12:52,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:12:52,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 20:12:58,351 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 20:12:58,353 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 20:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 20:13:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 20:13:42,488 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 20:13:42,489 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 20:13:52,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 20:13:52,648 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:13:52,648 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:13:52,649 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:13:52,649 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:13:52,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:13:52,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:13:52,669 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 20:13:58,353 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 20:13:58,355 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 20:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 20:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 20:14:35,161 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start PurgeTaskScheduler.execute()
2025-11-19 20:14:35,178 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished PurgeTaskScheduler.execute()
2025-11-19 20:14:42,489 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 20:14:42,490 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 20:14:47,610 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start StudySizeScheduler.execute()
2025-11-19 20:14:47,611 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished StudySizeScheduler.execute()
2025-11-19 20:14:52,669 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 20:14:52,670 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:14:52,670 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:14:52,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:14:52,671 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:14:52,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:14:52,691 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:14:52,691 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 20:14:58,355 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 20:14:58,357 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 20:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 20:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 20:15:42,490 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 20:15:42,491 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 20:15:52,692 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 20:15:52,692 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,693 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,693 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,693 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,693 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,694 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,694 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,694 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,694 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:15:52,694 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:15:52,695 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,695 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:15:52,696 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:15:52,696 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-20) Send audit message to /127.0.0.1:514
2025-11-19 20:15:52,716 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:15:52,716 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:15:52,716 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 20:15:58,357 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 20:15:58,359 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 20:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 20:16:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 20:16:42,491 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 20:16:42,493 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 20:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start PurgeStorageScheduler.execute()
2025-11-19 20:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7560) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished PurgeStorageScheduler.execute()
2025-11-19 20:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7561) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7560) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7561) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:16:52,716 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 20:16:52,717 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:16:52,717 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:16:52,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:16:52,718 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:16:52,737 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:16:52,737 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:16:52,737 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 20:16:53,813 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:16:53,819 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:16:58,359 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 20:16:58,361 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 20:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 20:17:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 20:17:42,493 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 20:17:42,494 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 20:17:52,737 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 20:17:52,738 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:17:52,738 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:17:52,739 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:17:52,739 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:17:52,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:17:52,758 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:17:52,758 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 20:17:58,361 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 20:17:58,363 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 20:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 20:18:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 20:18:42,494 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 20:18:42,495 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 20:18:52,759 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 20:18:52,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:18:52,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:18:52,760 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:18:52,760 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:18:52,781 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:18:52,781 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:18:52,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 20:18:58,363 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 20:18:58,365 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 20:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 20:19:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 20:19:42,496 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 20:19:42,497 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 20:19:47,611 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-11-19 20:19:47,613 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-11-19 20:19:52,781 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 20:19:52,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:19:52,782 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:19:52,783 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:19:52,783 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:19:52,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:19:52,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:19:52,802 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 20:19:58,365 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 20:19:58,367 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 20:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 20:20:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 20:20:42,497 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 20:20:42,498 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 20:20:52,802 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 20:20:52,803 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:20:52,803 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:20:52,804 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:20:52,804 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:20:52,830 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:20:52,830 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:20:52,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 20:20:58,367 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 20:20:58,368 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 20:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 20:21:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 20:21:42,498 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 20:21:42,500 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 20:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-11-19 20:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7582) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-11-19 20:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7583) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7582) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7583) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:21:52,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 20:21:52,831 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:21:52,831 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:21:52,832 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:21:52,832 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:21:52,857 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:21:52,857 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:21:52,858 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 20:21:53,820 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:21:53,825 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:21:58,369 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 20:21:58,370 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 20:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 20:22:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 20:22:42,500 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 20:22:42,501 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 20:22:52,858 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 20:22:52,858 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:22:52,858 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:22:52,859 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:22:52,860 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:22:52,879 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:22:52,879 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:22:52,879 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 20:22:58,370 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 20:22:58,372 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 20:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 20:23:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 20:23:42,501 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 20:23:42,503 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 20:23:52,879 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 20:23:52,880 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:23:52,880 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:23:52,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:23:52,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:23:52,900 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:23:52,900 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:23:52,900 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 20:23:58,372 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 20:23:58,374 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 20:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 20:24:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 20:24:42,503 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 20:24:42,504 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 20:24:47,613 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start StudySizeScheduler.execute()
2025-11-19 20:24:47,614 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished StudySizeScheduler.execute()
2025-11-19 20:24:52,901 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 20:24:52,901 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:24:52,901 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:24:52,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:24:52,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:24:52,922 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:24:52,922 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:24:52,922 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 20:24:58,374 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 20:24:58,376 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 20:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 20:25:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 20:25:42,505 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 20:25:42,506 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 20:25:52,923 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 20:25:52,923 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:25:52,923 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:25:52,924 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:25:52,924 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:25:52,944 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:25:52,944 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:25:52,944 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 20:25:58,376 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 20:25:58,378 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 20:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 20:26:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 20:26:42,506 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 20:26:42,507 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 20:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-11-19 20:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7604) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-11-19 20:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7605) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7604) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7605) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:26:52,945 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 20:26:52,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:26:52,954 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:26:52,956 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:26:52,956 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:26:52,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:26:52,975 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:26:52,975 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 20:26:53,826 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:26:53,832 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:26:58,378 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 20:26:58,380 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 20:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 20:27:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 20:27:42,507 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 20:27:42,508 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 20:27:52,975 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 20:27:52,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:27:52,976 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:27:52,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:27:52,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:27:52,997 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:27:52,997 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:27:52,997 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 20:27:58,380 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 20:27:58,381 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 20:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 20:28:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 20:28:42,509 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 20:28:42,510 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 20:28:52,997 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 20:28:52,997 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:28:52,998 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:28:52,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:28:52,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:28:53,018 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:28:53,018 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:28:53,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 20:28:58,382 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 20:28:58,383 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 20:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 20:29:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 20:29:42,510 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 20:29:42,511 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 20:29:47,615 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 20:29:47,616 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 20:29:53,018 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 20:29:53,019 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:29:53,019 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:29:53,020 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:29:53,020 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:29:53,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:29:53,039 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:29:53,039 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 20:29:58,384 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 20:29:58,386 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 20:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 20:30:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 20:30:42,511 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 20:30:42,512 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 20:30:53,039 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 20:30:53,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:30:53,040 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:30:53,041 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:30:53,041 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:30:53,060 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:30:53,060 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:30:53,060 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 20:30:58,386 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 20:30:58,388 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 20:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 20:31:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 20:31:42,513 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 20:31:42,514 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 20:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 20:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 20:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7626) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7627) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7626) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7627) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:31:53,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 20:31:53,061 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:31:53,061 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:31:53,062 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:31:53,062 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:31:53,081 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:31:53,081 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:31:53,081 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 20:31:53,832 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:31:53,837 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:31:58,388 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 20:31:58,390 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 20:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 20:32:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 20:32:42,514 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 20:32:42,515 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 20:32:53,082 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 20:32:53,082 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:32:53,082 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:32:53,083 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:32:53,083 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:32:53,109 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:32:53,109 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:32:53,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 20:32:57,187 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeStgCmtScheduler.execute()
2025-11-19 20:32:57,192 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeStgCmtScheduler.execute()
2025-11-19 20:32:58,390 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 20:32:58,391 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 20:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 20:33:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 20:33:42,515 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 20:33:42,516 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 20:33:53,109 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 20:33:53,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:33:53,110 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:33:53,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:33:53,111 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:33:53,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:33:53,132 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:33:53,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 20:33:58,392 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 20:33:58,394 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 20:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 20:34:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 20:34:42,517 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 20:34:42,518 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 20:34:47,616 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start StudySizeScheduler.execute()
2025-11-19 20:34:47,618 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished StudySizeScheduler.execute()
2025-11-19 20:34:53,132 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 20:34:53,133 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:34:53,133 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:34:53,134 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:34:53,134 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:34:53,153 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:34:53,153 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:34:53,153 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 20:34:58,394 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 20:34:58,396 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 20:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 20:35:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 20:35:42,518 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 20:35:42,519 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 20:35:53,154 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 20:35:53,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:35:53,154 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:35:53,155 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:35:53,155 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:35:53,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:35:53,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:35:53,177 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 20:35:58,396 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 20:35:58,397 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 20:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 20:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 20:36:42,519 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 20:36:42,521 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 20:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStorageScheduler.execute()
2025-11-19 20:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7648) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStorageScheduler.execute()
2025-11-19 20:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7649) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7648) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7649) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:36:53,177 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 20:36:53,177 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:36:53,178 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:36:53,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:36:53,179 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:36:53,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:36:53,199 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:36:53,199 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 20:36:53,838 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:36:53,844 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:36:58,398 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 20:36:58,399 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 20:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 20:37:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 20:37:42,521 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 20:37:42,522 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 20:37:53,199 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 20:37:53,200 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:37:53,200 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:37:53,201 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:37:53,201 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:37:53,221 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:37:53,221 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:37:53,221 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 20:37:58,400 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 20:37:58,401 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 20:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 20:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 20:38:42,522 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 20:38:42,523 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 20:38:53,221 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 20:38:53,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:38:53,222 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:38:53,223 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:38:53,223 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:38:53,243 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:38:53,243 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:38:53,243 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 20:38:58,402 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 20:38:58,404 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 20:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 20:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 20:39:42,524 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 20:39:42,525 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 20:39:47,618 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 20:39:47,620 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 20:39:53,243 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 20:39:53,244 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:39:53,244 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:39:53,245 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:39:53,245 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:39:53,264 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:39:53,264 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:39:53,265 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 20:39:58,404 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 20:39:58,406 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 20:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 20:40:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 20:40:42,525 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 20:40:42,526 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 20:40:53,265 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 20:40:53,265 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:40:53,265 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:40:53,267 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:40:53,267 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:40:53,288 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:40:53,288 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:40:53,288 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 20:40:58,406 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 20:40:58,408 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 20:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 20:41:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 20:41:42,526 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 20:41:42,528 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 20:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-11-19 20:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-11-19 20:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7670) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7671) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7671) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7670) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:41:53,288 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 20:41:53,289 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:41:53,289 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:41:53,290 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:41:53,290 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:41:53,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:41:53,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:41:53,310 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 20:41:53,844 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:41:53,850 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:41:58,408 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 20:41:58,410 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 20:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 20:42:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 20:42:42,528 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 20:42:42,529 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 20:42:53,310 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 20:42:53,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:42:53,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:42:53,311 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:42:53,312 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:42:53,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:42:53,331 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:42:53,331 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 20:42:58,410 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 20:42:58,412 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 20:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 20:43:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 20:43:42,529 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 20:43:42,530 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 20:43:53,332 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 20:43:53,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:43:53,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:43:53,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:43:53,333 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:43:53,358 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:43:53,358 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:43:53,358 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 20:43:58,412 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 20:43:58,414 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 20:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 20:44:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 20:44:42,530 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 20:44:42,531 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 20:44:47,620 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-11-19 20:44:47,622 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-11-19 20:44:53,358 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 20:44:53,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:44:53,359 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:44:53,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:44:53,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:44:53,379 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:44:53,379 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:44:53,379 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 20:44:58,415 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 20:44:58,416 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 20:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 20:45:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 20:45:42,532 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 20:45:42,533 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 20:45:53,380 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 20:45:53,380 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:45:53,380 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:45:53,381 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:45:53,382 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:45:53,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:45:53,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:45:53,402 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 20:45:58,417 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 20:45:58,418 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 20:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 20:46:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 20:46:42,533 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 20:46:42,534 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 20:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 20:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7692) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 20:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7693) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7692) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7693) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:46:53,402 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 20:46:53,402 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:46:53,403 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:46:53,404 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:46:53,404 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:46:53,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:46:53,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:46:53,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 20:46:53,851 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:46:53,856 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:46:58,418 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 20:46:58,420 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 20:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 20:47:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 20:47:42,535 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 20:47:42,536 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 20:47:53,424 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 20:47:53,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:47:53,425 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:47:53,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:47:53,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:47:53,445 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:47:53,445 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:47:53,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 20:47:58,420 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 20:47:58,422 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 20:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 20:48:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 20:48:42,536 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 20:48:42,537 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 20:48:53,446 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 20:48:53,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:48:53,446 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:48:53,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:48:53,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:48:53,473 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:48:53,473 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:48:53,473 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 20:48:58,423 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 20:48:58,424 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 20:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 20:49:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 20:49:42,538 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 20:49:42,539 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 20:49:47,622 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 20:49:47,623 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 20:49:53,473 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 20:49:53,474 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:49:53,474 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:49:53,475 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:49:53,475 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:49:53,494 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:49:53,494 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:49:53,494 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 20:49:58,424 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 20:49:58,426 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 20:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 20:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 20:50:42,539 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 20:50:42,540 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 20:50:53,494 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 20:50:53,495 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:50:53,495 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:50:53,496 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:50:53,496 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:50:53,515 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:50:53,516 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:50:53,516 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 20:50:58,426 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 20:50:58,428 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 20:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 20:51:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 20:51:42,540 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 20:51:42,541 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 20:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 20:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7714) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 20:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7715) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7715) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7714) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:51:53,516 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 20:51:53,516 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:51:53,516 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:51:53,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:51:53,518 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:51:53,537 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:51:53,537 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:51:53,537 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 20:51:53,857 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:51:53,863 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:51:58,428 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 20:51:58,430 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 20:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 20:52:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 20:52:42,541 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 20:52:42,543 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 20:52:53,537 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 20:52:53,537 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:52:53,537 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:52:53,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:52:53,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:52:53,558 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:52:53,558 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:52:53,558 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 20:52:58,430 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 20:52:58,432 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 20:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 20:53:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 20:53:42,543 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 20:53:42,544 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 20:53:53,559 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 20:53:53,559 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:53:53,559 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:53:53,560 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:53:53,560 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:53:53,580 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:53:53,580 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:53:53,580 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 20:53:58,432 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 20:53:58,434 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 20:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 20:54:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 20:54:42,544 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 20:54:42,546 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 20:54:47,623 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 20:54:47,625 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 20:54:53,581 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 20:54:53,581 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:54:53,581 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:54:53,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:54:53,582 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:54:53,614 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:54:53,614 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:54:53,614 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 20:54:58,434 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 20:54:58,436 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 20:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 20:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 20:55:42,546 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 20:55:42,547 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 20:55:53,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 20:55:53,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:55:53,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:55:53,616 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:55:53,616 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:55:53,635 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:55:53,635 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:55:53,635 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 20:55:58,437 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 20:55:58,438 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 20:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 20:56:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 20:56:42,547 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 20:56:42,549 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 20:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-11-19 20:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-11-19 20:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7736) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7737) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7737) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 20:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7736) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 20:56:53,636 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 20:56:53,636 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:56:53,636 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:56:53,637 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:56:53,637 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:56:53,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:56:53,656 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:56:53,657 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 20:56:53,863 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:56:53,869 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 20:56:58,439 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 20:56:58,441 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 20:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 20:57:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 20:57:42,549 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 20:57:42,550 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 20:57:53,657 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 20:57:53,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:57:53,657 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:57:53,658 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:57:53,659 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:57:53,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:57:53,680 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:57:53,680 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 20:57:58,441 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 20:57:58,443 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 20:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 20:58:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 20:58:42,550 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 20:58:42,552 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 20:58:53,680 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 20:58:53,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:58:53,681 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:58:53,682 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:58:53,682 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:58:53,701 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:58:53,701 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:58:53,701 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 20:58:58,443 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 20:58:58,445 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 20:59:06,348 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSDeleteScheduler.execute()
2025-11-19 20:59:06,350 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSDeleteScheduler.execute()
2025-11-19 20:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 20:59:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 20:59:42,552 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 20:59:42,553 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 20:59:47,625 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-11-19 20:59:47,626 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-11-19 20:59:53,702 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 20:59:53,702 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:59:53,702 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:59:53,703 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:59:53,703 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:59:53,723 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 20:59:53,723 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 20:59:53,723 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 20:59:58,445 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 20:59:58,446 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 21:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 21:00:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 21:00:42,553 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 21:00:42,555 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 21:00:53,723 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 21:00:53,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:00:53,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:00:53,725 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:00:53,725 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:00:53,744 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:00:53,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:00:53,745 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 21:00:58,447 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 21:00:58,448 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 21:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 21:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 21:01:42,555 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 21:01:42,556 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 21:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 21:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7758) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 21:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7759) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7759) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7758) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:01:53,745 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 21:01:53,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:01:53,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:01:53,746 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:01:53,747 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:01:53,766 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:01:53,766 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:01:53,766 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 21:01:53,869 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:01:53,875 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:01:58,449 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 21:01:58,450 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 21:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 21:02:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 21:02:42,556 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 21:02:42,557 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 21:02:53,766 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 21:02:53,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:02:53,767 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:02:53,768 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:02:53,768 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:02:53,787 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:02:53,787 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:02:53,787 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 21:02:58,450 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 21:02:58,452 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 21:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 21:03:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 21:03:42,558 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 21:03:42,559 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 21:03:53,788 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 21:03:53,788 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:03:53,788 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:03:53,789 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:03:53,789 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:03:53,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:03:53,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:03:53,810 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 21:03:58,452 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 21:03:58,454 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 21:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 21:04:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 21:04:42,559 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 21:04:42,560 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 21:04:47,627 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 21:04:47,628 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 21:04:53,811 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 21:04:53,811 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:04:53,811 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:04:53,812 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:04:53,812 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:04:53,832 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:04:53,832 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:04:53,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 21:04:58,454 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 21:04:58,456 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 21:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 21:05:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 21:05:42,560 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 21:05:42,561 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 21:05:53,832 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 21:05:53,833 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:05:53,833 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:05:53,834 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:05:53,834 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:05:53,854 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:05:53,854 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:05:53,854 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 21:05:58,456 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 21:05:58,458 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 21:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 21:06:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 21:06:42,562 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 21:06:42,563 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 21:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start PurgeStorageScheduler.execute()
2025-11-19 21:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7780) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished PurgeStorageScheduler.execute()
2025-11-19 21:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7781) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7781) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7780) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:06:53,855 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 21:06:53,855 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:06:53,855 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:06:53,856 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:06:53,856 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:06:53,875 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:06:53,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:06:53,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:06:53,881 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 21:06:53,889 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:06:58,458 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 21:06:58,459 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 21:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 21:07:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 21:07:42,563 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 21:07:42,564 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 21:07:53,881 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 21:07:53,882 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:07:53,882 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:07:53,883 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:07:53,883 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:07:53,903 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:07:53,903 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:07:53,903 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 21:07:58,460 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 21:07:58,461 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 21:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 21:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 21:08:42,564 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 21:08:42,566 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 21:08:53,903 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 21:08:53,904 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:08:53,904 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:08:53,905 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:08:53,905 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:08:53,924 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:08:53,924 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:08:53,924 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 21:08:58,462 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 21:08:58,464 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 21:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 21:09:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 21:09:42,566 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 21:09:42,567 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 21:09:47,628 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-11-19 21:09:47,629 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-11-19 21:09:53,924 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 21:09:53,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:09:53,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:09:53,926 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:09:53,926 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:09:53,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:09:53,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:09:53,946 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 21:09:58,464 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 21:09:58,466 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 21:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 21:10:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 21:10:42,567 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 21:10:42,569 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 21:10:53,946 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 21:10:53,946 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:10:53,947 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:10:53,948 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:10:53,948 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:10:53,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:10:53,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:10:53,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 21:10:58,466 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 21:10:58,468 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 21:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 21:11:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 21:11:42,569 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 21:11:42,570 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 21:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 21:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 21:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7802) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7803) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7803) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7802) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:11:53,889 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:11:53,895 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:11:53,968 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 21:11:53,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:11:53,969 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:11:53,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:11:53,970 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:11:53,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:11:53,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:11:53,989 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 21:11:58,468 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 21:11:58,470 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 21:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 21:12:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 21:12:42,570 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 21:12:42,572 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 21:12:53,989 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 21:12:53,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:12:53,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:12:53,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:12:53,991 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:12:54,011 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:12:54,011 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:12:54,011 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 21:12:58,470 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 21:12:58,472 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 21:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 21:13:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 21:13:42,572 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 21:13:42,573 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 21:13:54,011 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 21:13:54,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:13:54,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:13:54,013 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:13:54,013 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:13:54,032 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:13:54,032 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:13:54,032 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 21:13:58,472 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 21:13:58,474 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 21:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 21:14:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 21:14:35,178 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start PurgeTaskScheduler.execute()
2025-11-19 21:14:35,200 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished PurgeTaskScheduler.execute()
2025-11-19 21:14:42,573 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 21:14:42,575 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 21:14:47,630 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start StudySizeScheduler.execute()
2025-11-19 21:14:47,631 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished StudySizeScheduler.execute()
2025-11-19 21:14:54,033 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 21:14:54,033 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:14:54,033 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:14:54,035 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:14:54,035 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:14:54,061 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:14:54,061 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:14:54,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 21:14:58,474 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 21:14:58,476 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 21:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 21:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 21:15:42,575 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 21:15:42,576 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 21:15:54,061 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 21:15:54,062 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,062 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,063 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,063 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,063 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,063 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:15:54,063 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:15:54,064 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,064 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:15:54,065 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:15:54,065 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,065 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:15:54,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:15:54,094 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,094 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 21:15:54,094 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 21:15:58,476 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 21:15:58,478 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 21:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 21:16:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 21:16:42,576 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 21:16:42,577 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 21:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start PurgeStorageScheduler.execute()
2025-11-19 21:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7824) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished PurgeStorageScheduler.execute()
2025-11-19 21:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7825) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7824) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7825) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:16:53,895 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:16:53,901 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:16:54,094 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 21:16:54,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:16:54,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:16:54,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:16:54,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:16:54,115 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:16:54,115 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:16:54,115 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 21:16:58,478 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 21:16:58,480 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 21:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 21:17:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 21:17:17,596 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=207.90.244.28, port=44770, Session(1763595948272|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 21:17:17,617 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7826) /172.18.0.3:2762<-/207.90.244.28:44770(596): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 21:17:17,617 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7826) /172.18.0.3:2762<-/207.90.244.28:44770(596): close SSLSocket[hostname=207.90.244.28, port=44770, Session(1763595948272|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 21:17:42,577 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 21:17:42,579 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 21:17:54,115 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 21:17:54,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:17:54,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:17:54,117 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:17:54,117 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:17:54,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:17:54,145 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:17:54,145 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 21:17:58,480 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 21:17:58,482 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 21:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 21:18:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 21:18:42,579 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 21:18:42,580 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 21:18:54,146 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 21:18:54,146 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:18:54,146 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:18:54,147 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:18:54,147 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:18:54,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:18:54,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:18:54,167 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 21:18:58,482 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 21:18:58,484 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 21:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 21:19:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 21:19:42,580 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 21:19:42,582 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 21:19:47,631 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start StudySizeScheduler.execute()
2025-11-19 21:19:47,633 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished StudySizeScheduler.execute()
2025-11-19 21:19:54,167 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 21:19:54,167 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:19:54,168 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:19:54,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:19:54,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:19:54,188 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:19:54,188 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:19:54,188 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 21:19:58,484 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 21:19:58,486 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 21:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 21:20:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 21:20:42,582 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 21:20:42,583 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 21:20:54,188 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 21:20:54,189 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:20:54,189 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:20:54,190 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:20:54,190 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:20:54,210 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:20:54,210 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:20:54,210 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 21:20:58,486 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 21:20:58,488 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 21:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 21:21:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 21:21:42,583 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 21:21:42,585 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 21:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-11-19 21:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7847) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-11-19 21:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7848) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7848) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7847) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:21:53,901 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:21:53,907 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:21:54,210 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 21:21:54,211 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:21:54,211 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:21:54,212 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:21:54,212 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:21:54,233 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:21:54,233 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:21:54,234 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 21:21:58,488 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 21:21:58,490 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 21:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 21:22:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 21:22:42,585 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 21:22:42,586 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 21:22:54,234 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 21:22:54,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:22:54,234 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:22:54,235 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:22:54,235 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:22:54,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:22:54,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:22:54,255 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 21:22:58,490 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 21:22:58,492 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 21:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 21:23:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 21:23:42,586 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 21:23:42,587 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 21:23:54,255 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 21:23:54,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:23:54,256 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:23:54,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:23:54,257 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:23:54,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:23:54,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:23:54,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 21:23:58,492 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 21:23:58,494 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 21:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 21:24:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 21:24:42,588 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 21:24:42,589 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 21:24:47,633 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 21:24:47,634 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 21:24:54,277 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 21:24:54,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:24:54,277 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:24:54,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:24:54,279 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:24:54,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:24:54,298 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:24:54,299 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 21:24:58,494 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 21:24:58,496 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 21:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 21:25:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 21:25:42,589 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 21:25:42,590 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 21:25:54,299 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 21:25:54,299 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:25:54,299 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:25:54,300 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:25:54,300 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:25:54,320 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:25:54,320 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:25:54,320 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 21:25:58,496 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 21:25:58,497 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 21:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 21:26:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 21:26:42,590 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 21:26:42,592 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 21:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 21:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7869) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 21:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7870) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7869) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7870) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:26:53,908 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:26:53,913 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:26:54,321 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 21:26:54,321 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:26:54,321 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:26:54,323 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:26:54,323 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:26:54,350 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:26:54,350 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:26:54,350 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 21:26:58,498 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 21:26:58,499 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 21:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 21:27:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 21:27:42,592 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 21:27:42,593 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 21:27:54,350 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 21:27:54,351 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:27:54,351 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:27:54,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:27:54,352 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:27:54,371 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:27:54,371 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:27:54,372 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 21:27:58,500 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 21:27:58,501 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 21:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 21:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 21:28:42,594 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 21:28:42,595 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 21:28:54,372 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 21:28:54,372 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:28:54,372 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:28:54,373 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:28:54,373 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:28:54,392 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:28:54,393 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:28:54,393 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 21:28:58,502 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 21:28:58,503 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 21:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 21:29:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 21:29:42,595 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 21:29:42,596 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 21:29:47,635 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 21:29:47,636 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 21:29:54,393 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 21:29:54,393 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:29:54,393 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:29:54,395 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:29:54,395 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:29:54,416 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:29:54,416 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:29:54,416 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 21:29:58,503 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 21:29:58,505 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 21:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 21:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 21:30:42,596 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 21:30:42,598 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 21:30:54,416 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 21:30:54,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:30:54,417 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:30:54,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:30:54,418 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:30:54,438 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:30:54,438 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:30:54,438 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 21:30:58,505 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 21:30:58,507 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 21:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 21:31:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 21:31:42,598 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 21:31:42,599 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 21:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 21:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 21:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7891) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7892) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7892) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7891) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:31:53,914 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:31:53,920 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:31:54,439 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 21:31:54,439 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:31:54,439 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:31:54,441 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:31:54,441 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:31:54,466 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:31:54,466 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:31:54,467 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 21:31:58,507 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 21:31:58,509 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 21:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 21:32:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 21:32:42,599 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 21:32:42,600 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 21:32:54,467 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 21:32:54,467 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:32:54,467 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:32:54,468 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:32:54,468 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:32:54,489 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:32:54,489 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:32:54,490 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 21:32:57,193 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start PurgeStgCmtScheduler.execute()
2025-11-19 21:32:57,194 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished PurgeStgCmtScheduler.execute()
2025-11-19 21:32:58,509 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 21:32:58,511 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 21:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 21:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 21:33:42,601 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 21:33:42,602 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 21:33:54,490 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 21:33:54,490 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:33:54,490 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:33:54,491 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:33:54,491 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:33:54,511 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:33:54,511 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:33:54,511 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 21:33:58,511 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 21:33:58,513 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 21:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 21:34:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 21:34:42,602 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 21:34:42,603 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 21:34:47,636 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start StudySizeScheduler.execute()
2025-11-19 21:34:47,637 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished StudySizeScheduler.execute()
2025-11-19 21:34:54,511 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 21:34:54,512 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:34:54,512 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:34:54,513 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:34:54,513 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:34:54,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:34:54,532 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:34:54,532 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 21:34:58,513 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 21:34:58,515 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 21:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 21:35:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 21:35:42,604 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 21:35:42,605 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 21:35:54,533 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 21:35:54,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:35:54,533 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:35:54,534 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:35:54,535 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:35:54,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:35:54,554 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:35:54,554 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 21:35:58,515 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 21:35:58,517 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 21:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 21:36:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 21:36:42,605 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 21:36:42,606 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 21:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start PurgeStorageScheduler.execute()
2025-11-19 21:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished PurgeStorageScheduler.execute()
2025-11-19 21:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7913) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7914) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7913) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7914) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:36:53,920 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:36:53,926 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:36:54,555 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start AuditScheduler.execute()
2025-11-19 21:36:54,555 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:36:54,555 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:36:54,556 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:36:54,556 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:36:54,576 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:36:54,577 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-24) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:36:54,577 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished AuditScheduler.execute()
2025-11-19 21:36:58,517 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start IANScheduler.execute()
2025-11-19 21:36:58,519 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished IANScheduler.execute()
2025-11-19 21:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start TaskScheduler.execute()
2025-11-19 21:37:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished TaskScheduler.execute()
2025-11-19 21:37:42,606 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 21:37:42,608 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 21:37:54,577 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 21:37:54,577 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:37:54,578 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:37:54,579 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:37:54,579 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:37:54,604 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:37:54,604 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:37:54,604 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 21:37:58,519 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 21:37:58,521 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 21:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 21:38:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 21:38:41,000 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/205.210.31.107,port=59012,localport=11112]
2025-11-19 21:38:41,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7919) ANY-SCP<-ECHOSCU(597) >> A-ASSOCIATE-RQ
2025-11-19 21:38:41,001 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7919) ANY-SCP<-ECHOSCU(597) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-11-19 21:38:41,051 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-29) ANY-SCP<-ECHOSCU(597): close Socket[addr=205.210.31.107/205.210.31.107,port=59012,localport=11112]
2025-11-19 21:38:42,608 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 21:38:42,609 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 21:38:42,993 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/205.210.31.107,port=59016,localport=11112]
2025-11-19 21:38:42,993 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7922) /172.18.0.3:11112<-/205.210.31.107:59016(598): invalid length of PDU[type=3, len=2564832]
2025-11-19 21:38:42,993 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7922) /172.18.0.3:11112<-/205.210.31.107:59016(598): close Socket[addr=/205.210.31.107,port=59016,localport=11112]
2025-11-19 21:38:54,604 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 21:38:54,605 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:38:54,605 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:38:54,606 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:38:54,606 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:38:54,625 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:38:54,625 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:38:54,626 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 21:38:58,521 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 21:38:58,522 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 21:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 21:39:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 21:39:42,609 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 21:39:42,610 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 21:39:47,638 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 21:39:47,640 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 21:39:54,626 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 21:39:54,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:39:54,626 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:39:54,627 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:39:54,628 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:39:54,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:39:54,647 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:39:54,647 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-7) Send audit message to /127.0.0.1:514
2025-11-19 21:39:54,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 21:39:58,523 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 21:39:58,524 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 21:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 21:40:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 21:40:32,166 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/205.210.31.18,port=62148,localport=11112]
2025-11-19 21:40:32,169 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7927) ANY-SCP<-ECHOSCU(599) >> A-ASSOCIATE-RQ
2025-11-19 21:40:32,169 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7927) ANY-SCP<-ECHOSCU(599) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-11-19 21:40:32,220 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-12) ANY-SCP<-ECHOSCU(599): close Socket[addr=205.210.31.18/205.210.31.18,port=62148,localport=11112]
2025-11-19 21:40:35,403 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/205.210.31.18,port=62156,localport=11112]
2025-11-19 21:40:35,403 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7927) /172.18.0.3:11112<-/205.210.31.18:62156(600): invalid length of PDU[type=3, len=2564832]
2025-11-19 21:40:35,403 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-7927) /172.18.0.3:11112<-/205.210.31.18:62156(600): close Socket[addr=/205.210.31.18,port=62156,localport=11112]
2025-11-19 21:40:42,611 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 21:40:42,612 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 21:40:54,648 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 21:40:54,648 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:40:54,648 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:40:54,649 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:40:54,650 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:40:54,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:40:54,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:40:54,697 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 21:40:58,524 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 21:40:58,526 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 21:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 21:41:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 21:41:42,612 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 21:41:42,613 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 21:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start PurgeStorageScheduler.execute()
2025-11-19 21:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7936) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished PurgeStorageScheduler.execute()
2025-11-19 21:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7937) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7936) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7937) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:41:53,926 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:41:53,932 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:41:54,697 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start AuditScheduler.execute()
2025-11-19 21:41:54,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:41:54,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:41:54,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:41:54,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:41:54,699 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-31) Send audit message to /127.0.0.1:514
2025-11-19 21:41:54,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:41:54,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-31) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:41:54,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished AuditScheduler.execute()
2025-11-19 21:41:58,526 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start IANScheduler.execute()
2025-11-19 21:41:58,528 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished IANScheduler.execute()
2025-11-19 21:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start TaskScheduler.execute()
2025-11-19 21:42:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished TaskScheduler.execute()
2025-11-19 21:42:42,614 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start UPSProcessingScheduler.execute()
2025-11-19 21:42:42,615 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished UPSProcessingScheduler.execute()
2025-11-19 21:42:54,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 21:42:54,720 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:42:54,720 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:42:54,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:42:54,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:42:54,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:42:54,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:42:54,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 21:42:58,528 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 21:42:58,530 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 21:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 21:43:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 21:43:42,615 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 21:43:42,616 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 21:43:54,741 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 21:43:54,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:43:54,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:43:54,743 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:43:54,743 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:43:54,763 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:43:54,764 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:43:54,764 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 21:43:58,530 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 21:43:58,532 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 21:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 21:44:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 21:44:42,616 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 21:44:42,617 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 21:44:47,640 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 21:44:47,641 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 21:44:54,764 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 21:44:54,764 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:44:54,764 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:44:54,765 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:44:54,766 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:44:54,785 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:44:54,785 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:44:54,785 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 21:44:58,532 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 21:44:58,533 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 21:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 21:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 21:45:42,618 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 21:45:42,619 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 21:45:54,785 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 21:45:54,786 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:45:54,786 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:45:54,787 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:45:54,787 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:45:54,806 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:45:54,807 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:45:54,807 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 21:45:58,534 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 21:45:58,535 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 21:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 21:46:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 21:46:42,619 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 21:46:42,621 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 21:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 21:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7958) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 21:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7959) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7959) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7958) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:46:53,932 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:46:53,938 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:46:54,807 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 21:46:54,807 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:46:54,807 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:46:54,808 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:46:54,808 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:46:54,828 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:46:54,828 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:46:54,828 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 21:46:58,536 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 21:46:58,537 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 21:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 21:47:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 21:47:42,621 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 21:47:42,622 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 21:47:54,828 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 21:47:54,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:47:54,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:47:54,830 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:47:54,830 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:47:54,852 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:47:54,852 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:47:54,852 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 21:47:58,538 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 21:47:58,539 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 21:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 21:48:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 21:48:42,622 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 21:48:42,623 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 21:48:54,852 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 21:48:54,852 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:48:54,853 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:48:54,854 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:48:54,854 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:48:54,873 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:48:54,873 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:48:54,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 21:48:58,540 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 21:48:58,541 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 21:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 21:49:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 21:49:42,623 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 21:49:42,624 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 21:49:47,641 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 21:49:47,643 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 21:49:54,874 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 21:49:54,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:49:54,874 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:49:54,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:49:54,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:49:54,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:49:54,895 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:49:54,895 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 21:49:58,542 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 21:49:58,543 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 21:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 21:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 21:50:42,625 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 21:50:42,626 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 21:50:54,895 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 21:50:54,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:50:54,896 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:50:54,897 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:50:54,897 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:50:54,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:50:54,916 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:50:54,916 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 21:50:58,543 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 21:50:58,545 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 21:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 21:51:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 21:51:42,626 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 21:51:42,627 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 21:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 21:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7980) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 21:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7981) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7981) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-7980) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:51:53,938 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:51:53,944 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:51:54,917 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 21:51:54,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:51:54,917 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:51:54,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:51:54,918 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:51:54,938 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:51:54,938 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:51:54,938 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 21:51:58,546 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 21:51:58,547 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 21:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 21:52:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 21:52:42,627 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 21:52:42,629 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 21:52:54,938 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 21:52:54,939 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:52:54,939 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:52:54,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:52:54,940 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:52:54,966 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:52:54,966 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:52:54,966 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 21:52:58,548 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 21:52:58,550 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 21:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 21:53:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 21:53:42,629 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 21:53:42,631 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 21:53:54,967 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 21:53:54,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:53:54,967 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:53:54,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:53:54,968 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:53:54,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:53:54,988 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:53:54,988 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 21:53:58,550 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 21:53:58,552 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 21:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 21:54:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 21:54:42,631 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 21:54:42,632 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 21:54:47,643 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 21:54:47,644 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 21:54:54,989 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 21:54:54,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:54:54,989 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:54:54,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:54:54,990 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:54:55,010 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:54:55,010 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:54:55,010 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 21:54:58,552 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 21:54:58,553 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 21:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 21:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 21:55:42,633 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 21:55:42,634 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 21:55:55,010 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 21:55:55,011 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:55:55,011 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:55:55,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:55:55,012 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:55:55,031 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:55:55,031 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:55:55,031 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 21:55:58,554 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 21:55:58,555 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 21:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 21:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 21:56:42,635 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 21:56:42,636 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 21:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 21:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8002) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 21:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8003) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8003) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 21:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8002) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 21:56:53,944 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:56:53,951 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 21:56:55,032 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 21:56:55,032 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:56:55,032 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:56:55,033 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:56:55,033 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:56:55,052 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:56:55,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:56:55,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 21:56:58,555 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 21:56:58,557 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 21:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 21:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 21:57:42,636 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 21:57:42,637 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 21:57:55,053 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 21:57:55,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:57:55,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:57:55,054 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:57:55,054 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:57:55,074 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:57:55,074 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:57:55,074 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 21:57:58,557 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 21:57:58,559 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 21:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 21:58:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 21:58:42,638 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 21:58:42,639 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 21:58:55,074 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 21:58:55,074 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:58:55,075 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:58:55,076 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:58:55,076 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:58:55,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:58:55,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:58:55,095 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 21:58:58,559 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 21:58:58,561 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 21:59:06,350 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSDeleteScheduler.execute()
2025-11-19 21:59:06,360 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSDeleteScheduler.execute()
2025-11-19 21:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 21:59:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 21:59:42,639 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 21:59:42,640 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 21:59:47,645 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-11-19 21:59:47,646 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-11-19 21:59:55,095 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 21:59:55,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:59:55,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:59:55,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:59:55,097 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:59:55,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 21:59:55,116 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 21:59:55,116 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 21:59:58,561 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 21:59:58,563 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 22:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 22:00:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 22:00:24,249 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/162.142.125.32,port=25220,localport=11112]
2025-11-19 22:00:25,046 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8016) ANY-SCP<-ECHOSCU(601) >> A-ASSOCIATE-RQ
2025-11-19 22:00:25,046 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8016) ANY-SCP<-ECHOSCU(601) << A-ASSOCIATE-RJ[result: 1 - rejected-permanent, source: 1 - service-user, reason: 7 - called-AE-title-not-recognized]
2025-11-19 22:00:25,097 INFO  [org.dcm4che3.net.Association] (EE-ManagedScheduledExecutorService-default-Thread-32) ANY-SCP<-ECHOSCU(601): close Socket[addr=/162.142.125.32,port=25220,localport=11112]
2025-11-19 22:00:39,890 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/162.142.125.32,port=54492,localport=11112]
2025-11-19 22:00:42,640 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 22:00:42,642 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 22:00:42,953 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8017) /172.18.0.3:11112<-/162.142.125.32:54492(602): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-11-19 22:00:42,953 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8017) /172.18.0.3:11112<-/162.142.125.32:54492(602): close Socket[addr=/162.142.125.32,port=54492,localport=11112]
2025-11-19 22:00:43,008 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/162.142.125.32,port=54506,localport=11112]
2025-11-19 22:00:43,817 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8017) /172.18.0.3:11112<-/162.142.125.32:54506(603): unrecognized PDU[type=22, len=16838145]
2025-11-19 22:00:43,818 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8017) /172.18.0.3:11112<-/162.142.125.32:54506(603): close Socket[addr=/162.142.125.32,port=54506,localport=11112]
2025-11-19 22:00:46,130 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/162.142.125.32,port=31254,localport=11112]
2025-11-19 22:00:47,369 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8017) /172.18.0.3:11112<-/162.142.125.32:31254(604): i/o exception: java.io.EOFException in State: Sta2 - Transport connection open
2025-11-19 22:00:47,369 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8017) /172.18.0.3:11112<-/162.142.125.32:31254(604): close Socket[addr=/162.142.125.32,port=31254,localport=11112]
2025-11-19 22:00:55,117 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 22:00:55,117 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:00:55,117 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:00:55,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:00:55,118 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:00:55,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:00:55,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:00:55,138 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 22:00:55,255 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/162.142.125.32,port=31268,localport=11112]
2025-11-19 22:00:58,563 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 22:00:58,565 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 22:00:59,524 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8022) /172.18.0.3:11112<-/162.142.125.32:31268(605): unrecognized PDU[type=128, len=2673406]
2025-11-19 22:00:59,524 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8022) /172.18.0.3:11112<-/162.142.125.32:31268(605): close Socket[addr=/162.142.125.32,port=31268,localport=11112]
2025-11-19 22:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 22:01:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 22:01:27,285 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-4) Accept connection SSLSocket[hostname=207.90.244.28, port=41626, Session(1763601437597|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 22:01:27,290 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8023) /172.18.0.3:2762<-/207.90.244.28:41626(606): i/o exception: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message in State: Sta2 - Transport connection open
2025-11-19 22:01:27,290 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8023) /172.18.0.3:2762<-/207.90.244.28:41626(606): close SSLSocket[hostname=207.90.244.28, port=41626, Session(1763601437597|SSL_NULL_WITH_NULL_NULL)]
2025-11-19 22:01:42,642 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 22:01:42,644 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 22:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-11-19 22:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8028) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-11-19 22:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8029) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8028) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:01:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8029) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:01:53,951 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:01:53,957 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:01:55,138 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 22:01:55,140 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:01:55,140 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:01:55,140 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:01:55,141 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:01:55,142 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:01:55,162 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:01:55,162 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:01:55,162 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 22:01:58,565 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 22:01:58,566 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 22:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 22:02:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 22:02:42,644 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 22:02:42,645 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 22:02:55,162 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 22:02:55,163 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:02:55,163 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:02:55,164 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:02:55,164 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:02:55,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:02:55,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:02:55,183 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 22:02:58,567 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 22:02:58,568 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 22:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 22:03:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 22:03:42,646 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 22:03:42,647 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 22:03:55,184 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 22:03:55,184 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:03:55,184 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:03:55,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:03:55,185 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:03:55,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:03:55,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:03:55,205 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 22:03:58,569 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 22:03:58,570 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 22:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 22:04:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 22:04:42,647 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 22:04:42,648 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 22:04:47,646 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-11-19 22:04:47,648 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-11-19 22:04:55,205 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 22:04:55,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:04:55,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:04:55,206 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:04:55,207 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:04:55,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:04:55,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:04:55,228 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 22:04:58,571 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 22:04:58,572 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 22:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 22:05:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 22:05:42,648 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 22:05:42,649 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 22:05:55,228 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 22:05:55,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:05:55,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:05:55,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:05:55,229 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:05:55,253 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:05:55,253 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:05:55,253 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 22:05:58,573 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 22:05:58,574 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 22:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 22:06:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 22:06:42,650 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 22:06:42,651 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 22:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-11-19 22:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8050) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-11-19 22:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8051) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8050) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:06:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8051) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:06:53,958 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:06:53,964 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:06:55,253 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 22:06:55,254 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:06:55,254 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:06:55,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:06:55,255 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:06:55,274 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:06:55,274 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:06:55,274 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 22:06:58,574 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 22:06:58,576 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 22:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 22:07:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 22:07:42,651 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 22:07:42,652 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 22:07:55,275 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 22:07:55,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:07:55,275 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:07:55,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:07:55,276 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:07:55,295 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:07:55,295 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:07:55,295 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 22:07:58,576 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 22:07:58,578 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 22:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 22:08:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 22:08:42,652 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 22:08:42,653 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 22:08:55,296 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 22:08:55,296 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:08:55,296 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:08:55,297 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:08:55,297 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:08:55,317 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:08:55,318 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:08:55,318 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 22:08:58,578 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 22:08:58,580 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 22:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 22:09:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 22:09:42,654 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 22:09:42,655 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 22:09:47,648 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start StudySizeScheduler.execute()
2025-11-19 22:09:47,649 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished StudySizeScheduler.execute()
2025-11-19 22:09:55,318 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 22:09:55,318 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:09:55,319 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:09:55,319 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:09:55,320 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:09:55,339 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:09:55,339 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:09:55,339 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 22:09:58,580 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 22:09:58,582 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 22:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 22:10:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 22:10:42,655 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 22:10:42,656 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 22:10:55,339 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 22:10:55,340 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:10:55,340 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:10:55,341 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:10:55,341 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:10:55,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:10:55,360 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:10:55,360 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 22:10:58,582 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 22:10:58,584 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 22:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 22:11:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 22:11:42,656 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 22:11:42,657 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 22:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start PurgeStorageScheduler.execute()
2025-11-19 22:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8072) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished PurgeStorageScheduler.execute()
2025-11-19 22:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8073) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8072) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8073) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:11:53,964 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:11:53,969 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:11:55,360 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 22:11:55,361 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:11:55,361 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:11:55,362 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:11:55,362 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:11:55,381 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:11:55,382 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:11:55,382 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 22:11:58,584 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 22:11:58,586 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 22:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 22:12:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 22:12:42,658 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 22:12:42,659 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 22:12:55,382 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 22:12:55,382 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:12:55,382 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:12:55,383 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:12:55,383 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:12:55,403 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:12:55,403 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:12:55,403 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 22:12:58,586 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 22:12:58,588 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 22:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 22:13:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 22:13:39,497 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68472 from null@179.231.217.120
2025-11-19 22:13:39,572 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68472/series from null@179.231.217.120
2025-11-19 22:13:39,680 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-20) SearchForStudySeries: 1 Matches
2025-11-19 22:13:39,915 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudies: 1 Matches
2025-11-19 22:13:40,215 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68472*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:13:40,388 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-20) SearchForStudies: 1 Matches
2025-11-19 22:13:40,498 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68472/series/1.2.410.200001.101.11.301.1144174170.2.20251119171736178/metadata from null@179.231.217.120
2025-11-19 22:13:40,553 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) retrieveSeriesMetadata: 8 Matches
2025-11-19 22:13:42,659 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 22:13:42,660 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 22:13:44,069 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68472 from null@179.231.217.120
2025-11-19 22:13:44,073 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-20) SearchForStudies: 1 Matches
2025-11-19 22:13:44,275 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68472*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:13:44,282 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudies: 1 Matches
2025-11-19 22:13:44,380 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68472/series/1.2.410.200001.101.11.301.1144174170.2.20251119171736178/instances/1.2.410.200001.101.11.301.1144174170.3.20251119171956046/frames/1 from null@179.231.217.120
2025-11-19 22:13:44,397 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) retrieveFrame: 1 Matches
2025-11-19 22:13:46,135 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68472/series/1.2.410.200001.101.11.301.1144174170.2.20251119171736178/instances/1.2.410.200001.101.11.301.1144174170.3.20251119171736329/frames/1 from null@179.231.217.120
2025-11-19 22:13:46,139 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveFrame: 1 Matches
2025-11-19 22:13:55,403 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 22:13:55,404 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:13:55,404 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:13:55,405 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:13:55,405 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:13:55,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:13:55,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:13:55,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 22:13:58,588 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 22:13:58,610 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 22:13:59,441 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68472/series/1.2.410.200001.101.11.301.1144174170.2.20251119171736178/instances/1.2.410.200001.101.11.301.1144174170.3.20251119171811590/frames/1 from null@179.231.217.120
2025-11-19 22:13:59,444 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68472/series/1.2.410.200001.101.11.301.1144174170.2.20251119171736178/instances/1.2.410.200001.101.11.301.1144174170.3.20251119171846141/frames/1 from null@179.231.217.120
2025-11-19 22:13:59,445 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-20) retrieveFrame: 1 Matches
2025-11-19 22:13:59,449 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68472/series/1.2.410.200001.101.11.301.1144174170.2.20251119171736178/instances/1.2.410.200001.101.11.301.1144174170.3.20251119172048002/frames/1 from null@179.231.217.120
2025-11-19 22:13:59,452 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-26) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68472/series/1.2.410.200001.101.11.301.1144174170.2.20251119171736178/instances/1.2.410.200001.101.11.301.1144174170.3.20251119171912362/frames/1 from null@179.231.217.120
2025-11-19 22:13:59,453 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68472/series/1.2.410.200001.101.11.301.1144174170.2.20251119171736178/instances/1.2.410.200001.101.11.301.1144174170.3.20251119172237495/frames/1 from null@179.231.217.120
2025-11-19 22:13:59,453 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-25) retrieveFrame: 1 Matches
2025-11-19 22:13:59,454 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68472/series/1.2.410.200001.101.11.301.1144174170.2.20251119171736178/instances/1.2.410.200001.101.11.301.1144174170.3.20251119172209934/frames/1 from null@179.231.217.120
2025-11-19 22:13:59,454 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-28) retrieveFrame: 1 Matches
2025-11-19 22:13:59,475 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-26) retrieveFrame: 1 Matches
2025-11-19 22:13:59,477 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveFrame: 1 Matches
2025-11-19 22:13:59,483 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveFrame: 1 Matches
2025-11-19 22:14:12,049 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 22:14:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 22:14:35,200 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeTaskScheduler.execute()
2025-11-19 22:14:35,223 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeTaskScheduler.execute()
2025-11-19 22:14:42,660 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 22:14:42,661 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 22:14:47,649 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 22:14:47,651 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 22:14:55,450 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 22:14:55,458 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 22:14:55,461 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 22:14:55,461 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:14:55,461 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:14:55,462 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 22:14:55,462 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 22:14:55,463 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:14:55,464 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:14:55,464 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 22:14:55,465 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 22:14:55,465 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 22:14:55,465 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 22:14:55,485 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:14:55,485 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:14:55,486 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 22:14:55,486 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 22:14:58,610 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 22:14:58,612 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 22:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 22:15:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 22:15:42,661 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 22:15:42,662 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 22:15:55,486 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 22:15:55,487 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,488 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,488 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,488 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,489 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,489 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,492 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,492 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,492 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,493 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,493 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,493 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,494 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:15:55,494 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:15:55,494 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,494 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,494 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,495 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,496 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:15:55,496 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:15:55,496 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,496 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,497 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,497 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,498 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,498 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:15:55,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:15:55,517 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,518 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,518 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 22:15:55,518 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 22:15:58,612 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 22:15:58,614 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 22:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 22:16:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 22:16:42,663 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 22:16:42,663 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 22:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 22:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8094) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 22:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8095) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8095) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8094) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:16:53,970 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:16:53,976 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:16:55,519 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 22:16:55,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:16:55,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:16:55,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:16:55,520 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:16:55,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:16:55,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:16:55,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 22:16:58,615 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 22:16:58,616 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 22:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 22:17:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 22:17:16,231 INFO  [org.dcm4chee.arc.delete.impl.RejectExpiredStudiesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start RejectExpiredStudiesScheduler.execute()
2025-11-19 22:17:16,268 INFO  [org.dcm4chee.arc.delete.impl.RejectExpiredStudiesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished RejectExpiredStudiesScheduler.execute()
2025-11-19 22:17:42,664 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSProcessingScheduler.execute()
2025-11-19 22:17:42,665 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSProcessingScheduler.execute()
2025-11-19 22:17:55,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 22:17:55,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:17:55,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:17:55,541 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:17:55,542 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:17:55,567 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:17:55,567 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:17:55,567 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 22:17:58,617 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 22:17:58,618 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 22:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 22:18:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 22:18:42,665 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 22:18:42,666 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 22:18:55,568 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 22:18:55,568 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:18:55,568 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:18:55,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:18:55,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:18:55,588 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:18:55,588 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:18:55,589 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 22:18:58,619 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 22:18:58,620 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 22:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 22:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 22:19:16,368 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68471 from null@179.231.217.120
2025-11-19 22:19:16,374 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) SearchForStudies: 1 Matches
2025-11-19 22:19:16,566 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68471/series from null@179.231.217.120
2025-11-19 22:19:16,577 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68471*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:19:16,590 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) SearchForStudySeries: 1 Matches
2025-11-19 22:19:16,610 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudies: 1 Matches
2025-11-19 22:19:16,994 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68471/series/1.2.410.200001.101.11.301.1144174170.2.20251119170347939/metadata from null@179.231.217.120
2025-11-19 22:19:17,010 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveSeriesMetadata: 7 Matches
2025-11-19 22:19:19,950 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68471 from null@179.231.217.120
2025-11-19 22:19:19,954 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudies: 1 Matches
2025-11-19 22:19:20,083 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68471/series/1.2.410.200001.101.11.301.1144174170.2.20251119170347939/instances/1.2.410.200001.101.11.301.1144174170.3.20251119170546500/frames/1 from null@179.231.217.120
2025-11-19 22:19:20,087 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveFrame: 1 Matches
2025-11-19 22:19:20,157 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68471*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:19:20,164 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-27) SearchForStudies: 1 Matches
2025-11-19 22:19:21,479 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68471/series/1.2.410.200001.101.11.301.1144174170.2.20251119170347939/instances/1.2.410.200001.101.11.301.1144174170.3.20251119170348072/frames/1 from null@179.231.217.120
2025-11-19 22:19:21,485 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveFrame: 1 Matches
2025-11-19 22:19:24,858 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68471/series/1.2.410.200001.101.11.301.1144174170.2.20251119170347939/instances/1.2.410.200001.101.11.301.1144174170.3.20251119170715709/frames/1 from null@179.231.217.120
2025-11-19 22:19:24,858 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-29) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68471/series/1.2.410.200001.101.11.301.1144174170.2.20251119170347939/instances/1.2.410.200001.101.11.301.1144174170.3.20251119170418173/frames/1 from null@179.231.217.120
2025-11-19 22:19:24,859 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68471/series/1.2.410.200001.101.11.301.1144174170.2.20251119170347939/instances/1.2.410.200001.101.11.301.1144174170.3.20251119170447356/frames/1 from null@179.231.217.120
2025-11-19 22:19:24,860 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68471/series/1.2.410.200001.101.11.301.1144174170.2.20251119170347939/instances/1.2.410.200001.101.11.301.1144174170.3.20251119171227342/frames/1 from null@179.231.217.120
2025-11-19 22:19:24,861 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-30) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68471/series/1.2.410.200001.101.11.301.1144174170.2.20251119170347939/instances/1.2.410.200001.101.11.301.1144174170.3.20251119170849917/frames/1 from null@179.231.217.120
2025-11-19 22:19:24,864 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-29) retrieveFrame: 1 Matches
2025-11-19 22:19:24,864 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveFrame: 1 Matches
2025-11-19 22:19:24,868 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-31) retrieveFrame: 1 Matches
2025-11-19 22:19:24,869 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-30) retrieveFrame: 1 Matches
2025-11-19 22:19:24,869 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-27) retrieveFrame: 1 Matches
2025-11-19 22:19:42,667 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 22:19:42,668 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 22:19:47,651 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-11-19 22:19:47,654 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-11-19 22:19:55,589 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 22:19:55,589 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:19:55,589 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:19:55,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:19:55,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:19:55,614 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:19:55,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:19:55,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 22:19:58,621 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 22:19:58,622 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 22:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 22:20:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 22:20:42,668 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 22:20:42,669 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 22:20:55,615 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 22:20:55,616 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,617 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,617 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,618 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,618 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,619 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,620 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,620 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,620 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,621 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:20:55,621 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:20:55,621 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,622 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:20:55,624 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:20:55,625 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,626 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,627 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,627 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,627 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,628 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,650 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:20:55,650 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:20:55,651 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,652 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,652 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,652 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 22:20:55,652 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 22:20:58,623 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 22:20:58,624 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 22:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 22:21:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 22:21:42,669 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 22:21:42,670 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 22:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 22:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8116) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 22:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8117) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8116) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8117) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:21:53,976 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:21:53,986 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:21:55,653 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 22:21:55,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:21:55,653 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:21:55,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:21:55,654 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:21:55,674 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:21:55,675 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:21:55,675 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 22:21:58,625 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 22:21:58,627 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 22:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 22:22:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 22:22:42,671 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 22:22:42,671 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 22:22:55,675 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 22:22:55,675 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:22:55,676 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:22:55,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:22:55,677 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:22:55,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:22:55,697 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:22:55,697 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 22:22:58,627 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 22:22:58,629 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 22:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 22:23:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 22:23:42,672 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 22:23:42,673 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 22:23:55,698 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 22:23:55,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:23:55,698 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:23:55,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:23:55,699 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:23:55,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:23:55,719 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:23:55,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 22:23:58,629 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 22:23:58,632 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 22:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 22:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 22:24:42,673 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 22:24:42,674 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 22:24:47,655 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 22:24:47,657 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 22:24:55,719 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 22:24:55,720 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:24:55,720 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:24:55,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:24:55,721 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:24:55,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:24:55,740 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:24:55,740 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 22:24:58,632 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 22:24:58,636 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 22:25:00,635 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/172.236.228.218,port=26536,localport=11112]
2025-11-19 22:25:00,636 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8130) /172.18.0.3:11112<-/172.236.228.218:26536(607): unrecognized PDU[type=71, len=1411395360]
2025-11-19 22:25:00,636 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8130) /172.18.0.3:11112<-/172.236.228.218:26536(607): close Socket[addr=/172.236.228.218,port=26536,localport=11112]
2025-11-19 22:25:00,668 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-2) Accept connection Socket[addr=/172.236.228.218,port=26542,localport=11112]
2025-11-19 22:25:00,668 WARN  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8130) /172.18.0.3:11112<-/172.236.228.218:26542(608): unrecognized PDU[type=22, len=16808705]
2025-11-19 22:25:00,669 INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-8130) /172.18.0.3:11112<-/172.236.228.218:26542(608): close Socket[addr=/172.236.228.218,port=26542,localport=11112]
2025-11-19 22:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 22:25:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 22:25:33,087 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68456 from null@179.231.217.120
2025-11-19 22:25:33,100 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-31) SearchForStudies: 1 Matches
2025-11-19 22:25:33,285 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series from null@179.231.217.120
2025-11-19 22:25:33,305 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68456*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:25:33,312 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-31) SearchForStudySeries: 1 Matches
2025-11-19 22:25:33,323 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-24) SearchForStudies: 1 Matches
2025-11-19 22:25:33,719 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/metadata from null@179.231.217.120
2025-11-19 22:25:33,738 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveSeriesMetadata: 33 Matches
2025-11-19 22:25:42,675 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 22:25:42,676 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 22:25:44,762 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-32) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68456 from null@179.231.217.120
2025-11-19 22:25:44,766 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-32) SearchForStudies: 1 Matches
2025-11-19 22:25:44,858 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-32) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763539583.440.528/frames/44 from null@179.231.217.120
2025-11-19 22:25:44,862 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763539589.443.528/frames/44 from null@179.231.217.120
2025-11-19 22:25:44,862 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-33) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763540384.490/frames/1 from null@179.231.217.120
2025-11-19 22:25:44,862 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763541372.560.528/frames/44 from null@179.231.217.120
2025-11-19 22:25:44,863 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-34) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763540814.498/frames/1 from null@179.231.217.120
2025-11-19 22:25:44,864 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-32) retrieveFrame: 1 Matches
2025-11-19 22:25:44,867 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveFrame: 1 Matches
2025-11-19 22:25:44,867 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-31) retrieveFrame: 1 Matches
2025-11-19 22:25:44,868 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-33) retrieveFrame: 1 Matches
2025-11-19 22:25:44,971 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-35) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68456*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:25:44,978 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-35) SearchForStudies: 1 Matches
2025-11-19 22:25:45,015 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-34) retrieveFrame: 1 Matches
2025-11-19 22:25:46,016 INFO  [org.opencv.osgi] (default task-31) Successfully loaded OpenCV native library.
2025-11-19 22:25:47,202 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763539502.431/frames/1 from null@179.231.217.120
2025-11-19 22:25:47,210 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-31) retrieveFrame: 1 Matches
2025-11-19 22:25:49,274 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-32) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763539624.445/frames/1 from null@179.231.217.120
2025-11-19 22:25:49,281 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-32) retrieveFrame: 1 Matches
2025-11-19 22:25:49,290 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763539782.462/frames/1 from null@179.231.217.120
2025-11-19 22:25:49,291 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-33) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763541128.538/frames/1 from null@179.231.217.120
2025-11-19 22:25:49,291 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-34) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763539710.450/frames/1 from null@179.231.217.120
2025-11-19 22:25:49,291 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-31) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763539878.466/frames/1 from null@179.231.217.120
2025-11-19 22:25:49,295 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-34) retrieveFrame: 1 Matches
2025-11-19 22:25:49,296 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-33) retrieveFrame: 1 Matches
2025-11-19 22:25:49,296 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-31) retrieveFrame: 1 Matches
2025-11-19 22:25:49,298 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-24) retrieveFrame: 1 Matches
2025-11-19 22:25:49,298 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-35) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763541176.542/frames/1 from null@179.231.217.120
2025-11-19 22:25:49,299 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-38) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763541324.554/frames/1 from null@179.231.217.120
2025-11-19 22:25:49,299 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-36) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763541209.546/frames/1 from null@179.231.217.120
2025-11-19 22:25:49,300 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68456/series/1.2.840.113619.2.423.84107009440.1763538915.430/instances/1.2.840.113619.2.423.84107009440.1763541259.550/frames/1 from null@179.231.217.120
2025-11-19 22:25:49,303 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-38) retrieveFrame: 1 Matches
2025-11-19 22:25:49,303 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-36) retrieveFrame: 1 Matches
2025-11-19 22:25:49,305 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) retrieveFrame: 1 Matches
2025-11-19 22:25:49,306 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-35) retrieveFrame: 1 Matches
2025-11-19 22:25:55,740 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 22:25:55,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:25:55,741 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:25:55,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:25:55,742 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:25:55,761 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:25:55,761 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:25:55,762 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 22:25:58,636 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 22:25:58,643 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 22:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 22:26:12,061 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 22:26:42,676 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 22:26:42,677 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 22:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 22:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 22:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8139) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8140) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8140) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:26:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8139) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:26:53,986 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:26:53,993 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:26:55,762 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 22:26:55,763 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,764 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,764 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,764 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,765 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,765 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,766 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,766 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,767 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,767 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,767 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,769 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,769 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,769 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,770 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,770 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,771 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,771 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,771 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,772 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,772 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:26:55,772 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:26:55,772 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,773 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,774 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:26:55,774 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:26:55,774 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,775 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,775 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,775 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,776 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,776 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,776 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,777 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,797 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:26:55,797 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:26:55,797 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,798 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,798 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,798 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,799 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,799 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,800 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 22:26:55,800 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 22:26:58,643 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 22:26:58,645 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 22:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 22:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 22:27:42,677 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 22:27:42,678 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 22:27:55,800 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 22:27:55,801 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:27:55,801 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:27:55,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:27:55,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:27:55,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:27:55,829 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:27:55,829 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 22:27:58,646 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 22:27:58,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 22:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 22:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 22:28:42,678 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 22:28:42,680 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 22:28:55,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 22:28:55,830 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:28:55,830 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:28:55,831 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:28:55,831 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:28:55,853 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:28:55,853 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:28:55,853 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 22:28:58,648 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 22:28:58,651 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 22:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 22:29:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 22:29:42,680 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 22:29:42,681 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 22:29:47,657 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 22:29:47,665 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 22:29:55,853 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 22:29:55,854 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:29:55,854 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:29:55,855 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:29:55,855 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:29:55,877 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:29:55,877 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:29:55,877 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 22:29:58,651 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 22:29:58,653 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 22:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 22:30:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 22:30:42,681 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 22:30:42,682 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 22:30:55,878 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 22:30:55,878 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:30:55,878 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:30:55,879 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:30:55,879 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:30:55,899 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:30:55,899 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:30:55,899 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 22:30:58,654 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 22:30:58,656 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 22:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 22:31:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 22:31:42,683 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 22:31:42,684 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 22:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-11-19 22:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8161) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-11-19 22:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8162) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8162) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8161) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:31:53,994 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:31:54,002 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:31:55,900 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 22:31:55,900 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:31:55,900 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:31:55,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:31:55,902 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:31:55,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:31:55,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:31:55,929 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 22:31:58,656 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 22:31:58,658 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 22:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 22:32:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 22:32:42,684 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 22:32:42,685 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 22:32:55,929 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 22:32:55,930 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:32:55,930 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:32:55,931 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:32:55,931 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:32:55,956 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:32:55,956 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:32:55,956 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 22:32:57,195 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeStgCmtScheduler.execute()
2025-11-19 22:32:57,198 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeStgCmtScheduler.execute()
2025-11-19 22:32:58,659 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 22:32:58,662 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 22:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 22:33:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 22:33:42,685 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 22:33:42,686 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 22:33:55,956 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 22:33:55,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:33:55,957 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:33:55,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:33:55,958 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:33:55,982 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:33:55,982 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:33:55,982 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 22:33:58,663 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 22:33:58,665 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 22:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 22:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 22:34:42,686 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 22:34:42,687 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 22:34:47,665 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start StudySizeScheduler.execute()
2025-11-19 22:34:47,667 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished StudySizeScheduler.execute()
2025-11-19 22:34:55,982 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 22:34:55,983 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:34:55,983 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:34:55,984 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:34:55,984 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:34:56,005 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:34:56,005 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:34:56,005 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 22:34:58,665 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 22:34:58,667 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 22:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 22:35:12,055 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 22:35:42,688 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 22:35:42,689 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 22:35:56,006 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 22:35:56,006 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:35:56,006 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:35:56,007 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:35:56,008 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:35:56,029 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:35:56,029 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:35:56,030 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 22:35:58,667 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 22:35:58,669 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 22:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 22:36:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 22:36:42,689 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 22:36:42,690 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 22:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start PurgeStorageScheduler.execute()
2025-11-19 22:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8183) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished PurgeStorageScheduler.execute()
2025-11-19 22:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8184) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8184) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8183) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:36:54,003 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:36:54,009 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:36:56,030 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 22:36:56,030 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:36:56,030 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:36:56,031 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:36:56,032 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:36:56,051 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:36:56,051 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:36:56,051 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 22:36:58,670 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 22:36:58,671 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 22:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 22:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 22:37:42,690 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 22:37:42,691 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 22:37:56,051 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 22:37:56,052 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:37:56,052 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:37:56,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:37:56,053 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:37:56,072 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:37:56,072 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:37:56,072 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 22:37:58,672 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 22:37:58,674 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 22:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 22:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 22:38:42,692 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 22:38:42,693 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 22:38:56,073 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 22:38:56,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:38:56,073 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:38:56,074 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:38:56,074 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:38:56,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:38:56,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:38:56,094 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 22:38:58,674 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 22:38:58,676 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 22:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 22:39:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 22:39:42,693 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 22:39:42,694 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 22:39:47,668 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 22:39:47,670 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 22:39:56,094 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 22:39:56,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:39:56,094 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:39:56,095 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:39:56,096 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:39:56,124 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:39:56,124 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:39:56,125 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 22:39:58,677 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 22:39:58,679 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 22:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 22:40:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 22:40:42,695 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 22:40:42,696 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 22:40:56,125 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 22:40:56,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:40:56,125 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:40:56,126 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:40:56,126 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:40:56,146 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:40:56,146 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:40:56,146 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 22:40:58,679 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 22:40:58,681 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 22:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 22:41:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 22:41:42,696 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 22:41:42,697 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 22:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-11-19 22:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-11-19 22:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8205) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8206) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8205) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8206) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:41:54,009 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:41:54,015 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:41:56,146 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 22:41:56,147 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:41:56,147 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:41:56,148 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:41:56,148 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:41:56,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:41:56,169 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:41:56,169 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 22:41:58,681 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 22:41:58,684 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 22:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 22:42:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 22:42:42,698 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 22:42:42,698 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 22:42:56,169 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 22:42:56,170 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:42:56,170 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:42:56,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:42:56,171 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:42:56,191 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:42:56,191 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:42:56,191 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 22:42:58,684 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 22:42:58,685 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 22:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 22:43:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 22:43:42,699 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 22:43:42,700 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 22:43:56,191 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 22:43:56,192 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:43:56,192 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:43:56,193 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:43:56,193 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:43:56,214 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:43:56,214 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:43:56,215 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 22:43:58,686 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 22:43:58,687 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 22:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 22:44:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 22:44:42,700 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 22:44:42,701 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 22:44:47,671 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-11-19 22:44:47,672 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-11-19 22:44:56,215 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 22:44:56,215 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:44:56,215 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:44:56,217 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:44:56,217 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:44:56,236 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:44:56,236 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:44:56,236 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 22:44:58,688 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 22:44:58,689 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 22:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 22:45:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 22:45:27,955 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68448 from null@179.231.217.120
2025-11-19 22:45:27,960 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) SearchForStudies: 1 Matches
2025-11-19 22:45:28,157 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68448/series from null@179.231.217.120
2025-11-19 22:45:28,165 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-38) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68448*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:45:28,175 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-38) SearchForStudies: 1 Matches
2025-11-19 22:45:28,187 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) SearchForStudySeries: 1 Matches
2025-11-19 22:45:28,610 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68448/series/1.2.410.200001.101.11.301.1144174170.2.20251119155541388/metadata from null@179.231.217.120
2025-11-19 22:45:28,621 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) retrieveSeriesMetadata: 6 Matches
2025-11-19 22:45:31,365 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68448 from null@179.231.217.120
2025-11-19 22:45:31,370 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) SearchForStudies: 1 Matches
2025-11-19 22:45:31,523 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68448/series/1.2.410.200001.101.11.301.1144174170.2.20251119155541388/instances/1.2.410.200001.101.11.301.1144174170.3.20251119155727629/frames/1 from null@179.231.217.120
2025-11-19 22:45:31,528 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) retrieveFrame: 1 Matches
2025-11-19 22:45:31,573 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-38) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68448*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:45:31,579 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-38) SearchForStudies: 1 Matches
2025-11-19 22:45:33,002 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-38) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68448/series/1.2.410.200001.101.11.301.1144174170.2.20251119155541388/instances/1.2.410.200001.101.11.301.1144174170.3.20251119155541718/frames/1 from null@179.231.217.120
2025-11-19 22:45:33,006 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-38) retrieveFrame: 1 Matches
2025-11-19 22:45:36,587 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-39) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68448/series/1.2.410.200001.101.11.301.1144174170.2.20251119155541388/instances/1.2.410.200001.101.11.301.1144174170.3.20251119155604578/frames/1 from null@179.231.217.120
2025-11-19 22:45:36,590 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-39) retrieveFrame: 1 Matches
2025-11-19 22:45:36,594 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-38) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68448/series/1.2.410.200001.101.11.301.1144174170.2.20251119155541388/instances/1.2.410.200001.101.11.301.1144174170.3.20251119155649712/frames/1 from null@179.231.217.120
2025-11-19 22:45:36,594 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-40) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68448/series/1.2.410.200001.101.11.301.1144174170.2.20251119155541388/instances/1.2.410.200001.101.11.301.1144174170.3.20251119155946210/frames/1 from null@179.231.217.120
2025-11-19 22:45:36,594 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68448/series/1.2.410.200001.101.11.301.1144174170.2.20251119155541388/instances/1.2.410.200001.101.11.301.1144174170.3.20251119155803005/frames/1 from null@179.231.217.120
2025-11-19 22:45:36,598 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-38) retrieveFrame: 1 Matches
2025-11-19 22:45:36,598 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) retrieveFrame: 1 Matches
2025-11-19 22:45:36,600 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-40) retrieveFrame: 1 Matches
2025-11-19 22:45:42,701 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 22:45:42,702 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 22:45:56,236 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 22:45:56,237 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:45:56,237 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:45:56,238 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:45:56,238 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:45:56,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:45:56,258 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:45:56,258 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 22:45:58,690 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 22:45:58,691 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 22:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 22:46:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 22:46:42,703 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 22:46:42,704 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 22:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 22:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 22:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8227) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8228) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:46:49,971 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8228) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8227) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:46:54,015 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:46:54,022 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:46:56,258 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 22:46:56,259 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,260 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,260 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,260 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,261 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,261 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,261 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,262 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:46:56,262 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:46:56,262 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,263 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:46:56,263 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:46:56,263 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,264 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,264 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,265 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,265 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,265 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,285 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:46:56,285 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:46:56,285 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,286 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,286 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,286 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,287 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-5) Send audit message to /127.0.0.1:514
2025-11-19 22:46:56,287 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 22:46:58,692 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 22:46:58,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 22:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 22:47:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 22:47:42,704 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 22:47:42,705 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 22:47:56,287 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 22:47:56,287 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:47:56,288 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:47:56,289 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:47:56,289 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:47:56,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:47:56,308 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:47:56,308 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 22:47:58,694 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 22:47:58,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 22:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 22:48:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 22:48:42,705 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 22:48:42,707 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 22:48:56,309 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 22:48:56,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:48:56,309 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:48:56,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:48:56,310 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:48:56,329 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:48:56,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:48:56,330 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 22:48:58,696 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 22:48:58,698 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 22:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 22:49:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 22:49:42,707 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 22:49:42,708 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 22:49:47,672 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-11-19 22:49:47,674 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-11-19 22:49:56,330 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 22:49:56,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:49:56,330 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:49:56,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:49:56,332 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:49:56,366 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:49:56,366 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:49:56,366 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 22:49:58,698 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 22:49:58,700 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 22:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 22:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 22:50:37,827 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68447 from null@179.231.217.120
2025-11-19 22:50:37,844 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) SearchForStudies: 1 Matches
2025-11-19 22:50:38,026 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68447/series from null@179.231.217.120
2025-11-19 22:50:38,038 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) SearchForStudySeries: 1 Matches
2025-11-19 22:50:38,053 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68447*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:50:38,059 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) SearchForStudies: 1 Matches
2025-11-19 22:50:38,470 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68447/series/1.2.410.200001.101.11.301.1144174170.2.20251119154751867/metadata from null@179.231.217.120
2025-11-19 22:50:38,481 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) retrieveSeriesMetadata: 7 Matches
2025-11-19 22:50:41,302 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68447 from null@179.231.217.120
2025-11-19 22:50:41,306 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-37) SearchForStudies: 1 Matches
2025-11-19 22:50:41,455 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68447/series/1.2.410.200001.101.11.301.1144174170.2.20251119154751867/instances/1.2.410.200001.101.11.301.1144174170.3.20251119154856971/frames/1 from null@179.231.217.120
2025-11-19 22:50:41,462 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) retrieveFrame: 1 Matches
2025-11-19 22:50:41,514 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-39) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68447*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:50:41,523 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-39) SearchForStudies: 1 Matches
2025-11-19 22:50:42,708 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 22:50:42,709 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 22:50:42,899 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-39) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68447/series/1.2.410.200001.101.11.301.1144174170.2.20251119154751867/instances/1.2.410.200001.101.11.301.1144174170.3.20251119154752215/frames/1 from null@179.231.217.120
2025-11-19 22:50:42,903 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-39) retrieveFrame: 1 Matches
2025-11-19 22:50:46,535 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-41) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68447/series/1.2.410.200001.101.11.301.1144174170.2.20251119154751867/instances/1.2.410.200001.101.11.301.1144174170.3.20251119154842359/frames/1 from null@179.231.217.120
2025-11-19 22:50:46,539 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68447/series/1.2.410.200001.101.11.301.1144174170.2.20251119154751867/instances/1.2.410.200001.101.11.301.1144174170.3.20251119154820348/frames/1 from null@179.231.217.120
2025-11-19 22:50:46,539 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-39) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68447/series/1.2.410.200001.101.11.301.1144174170.2.20251119154751867/instances/1.2.410.200001.101.11.301.1144174170.3.20251119155000168/frames/1 from null@179.231.217.120
2025-11-19 22:50:46,539 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-43) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68447/series/1.2.410.200001.101.11.301.1144174170.2.20251119154751867/instances/1.2.410.200001.101.11.301.1144174170.3.20251119155015458/frames/1 from null@179.231.217.120
2025-11-19 22:50:46,540 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68447/series/1.2.410.200001.101.11.301.1144174170.2.20251119154751867/instances/1.2.410.200001.101.11.301.1144174170.3.20251119154928211/frames/1 from null@179.231.217.120
2025-11-19 22:50:46,540 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-41) retrieveFrame: 1 Matches
2025-11-19 22:50:46,543 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-37) retrieveFrame: 1 Matches
2025-11-19 22:50:46,543 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-39) retrieveFrame: 1 Matches
2025-11-19 22:50:46,543 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-43) retrieveFrame: 1 Matches
2025-11-19 22:50:46,543 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) retrieveFrame: 1 Matches
2025-11-19 22:50:49,497 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-1) Accept connection Socket[addr=/148.113.213.23,port=47762,localport=2575]
2025-11-19 22:50:49,498 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-8245) Exception on accepted connection Socket[addr=/148.113.213.23,port=47762,localport=2575]:: java.io.IOException: Missing Start Block character
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:78)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:50:49,498 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-8245) Close connection Socket[addr=/148.113.213.23,port=47762,localport=2575]
2025-11-19 22:50:56,366 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 22:50:56,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:50:56,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:50:56,368 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:50:56,368 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:50:56,391 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:50:56,391 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:50:56,391 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 22:50:58,700 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 22:50:58,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 22:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 22:51:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 22:51:42,710 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 22:51:42,711 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 22:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-11-19 22:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8250) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-11-19 22:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8251) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8250) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8251) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:51:54,023 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:51:54,029 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:51:56,391 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 22:51:56,393 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,393 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,394 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,394 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,395 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,395 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,396 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,396 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:51:56,396 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:51:56,396 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,397 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,397 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,398 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,399 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:51:56,399 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:51:56,400 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,400 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,401 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,401 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,402 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,403 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:51:56,424 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:51:56,424 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,425 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,425 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,426 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 22:51:56,426 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 22:51:58,702 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 22:51:58,704 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 22:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 22:52:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 22:52:42,711 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 22:52:42,712 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 22:52:56,426 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 22:52:56,426 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:52:56,427 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:52:56,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:52:56,428 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:52:56,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:52:56,447 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:52:56,448 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 22:52:58,704 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 22:52:58,706 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 22:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 22:53:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 22:53:42,712 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 22:53:42,713 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 22:53:56,448 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 22:53:56,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:53:56,448 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:53:56,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:53:56,449 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:53:56,469 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:53:56,469 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:53:56,469 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 22:53:58,706 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 22:53:58,708 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 22:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 22:54:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 22:54:42,713 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 22:54:42,715 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 22:54:47,674 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 22:54:47,676 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 22:54:56,470 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 22:54:56,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:54:56,470 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:54:56,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:54:56,472 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:54:56,492 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:54:56,492 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:54:56,492 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 22:54:58,708 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 22:54:58,711 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 22:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 22:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 22:55:42,715 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 22:55:42,716 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 22:55:56,492 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 22:55:56,493 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:55:56,493 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:55:56,494 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:55:56,494 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:55:56,513 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:55:56,513 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:55:56,514 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 22:55:58,711 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 22:55:58,713 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 22:56:08,586 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68446 from null@179.231.217.120
2025-11-19 22:56:08,592 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) SearchForStudies: 1 Matches
2025-11-19 22:56:08,781 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68446/series from null@179.231.217.120
2025-11-19 22:56:08,793 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-41) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68446*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:56:08,799 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-41) SearchForStudies: 1 Matches
2025-11-19 22:56:08,801 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) SearchForStudySeries: 1 Matches
2025-11-19 22:56:09,211 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68446/series/1.2.840.113619.2.423.84107009440.1763538048.202/metadata from null@179.231.217.120
2025-11-19 22:56:09,228 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) retrieveSeriesMetadata: 6 Matches
2025-11-19 22:56:11,817 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68446 from null@179.231.217.120
2025-11-19 22:56:11,830 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) SearchForStudies: 1 Matches
2025-11-19 22:56:11,955 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68446/series/1.2.840.113619.2.423.84107009440.1763538048.202/instances/1.2.840.113619.2.423.84107009440.1763538321.215/frames/1 from null@179.231.217.120
2025-11-19 22:56:11,960 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) retrieveFrame: 1 Matches
2025-11-19 22:56:12,033 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-41) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68446*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 22:56:12,039 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-41) SearchForStudies: 1 Matches
2025-11-19 22:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 22:56:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 22:56:13,599 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68446/series/1.2.840.113619.2.423.84107009440.1763538048.202/instances/1.2.840.113619.2.423.84107009440.1763538158.203/frames/1 from null@179.231.217.120
2025-11-19 22:56:13,603 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) retrieveFrame: 1 Matches
2025-11-19 22:56:15,579 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-41) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68446/series/1.2.840.113619.2.423.84107009440.1763538048.202/instances/1.2.840.113619.2.423.84107009440.1763538380.219/frames/1 from null@179.231.217.120
2025-11-19 22:56:15,579 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-44) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68446/series/1.2.840.113619.2.423.84107009440.1763538048.202/instances/1.2.840.113619.2.423.84107009440.1763538235.211/frames/1 from null@179.231.217.120
2025-11-19 22:56:15,579 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-45) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68446/series/1.2.840.113619.2.423.84107009440.1763538048.202/instances/1.2.840.113619.2.423.84107009440.1763538167.207/frames/1 from null@179.231.217.120
2025-11-19 22:56:15,579 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68446/series/1.2.840.113619.2.423.84107009440.1763538048.202/instances/1.2.840.113619.2.423.84107009440.1763538443.223/frames/1 from null@179.231.217.120
2025-11-19 22:56:15,584 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-41) retrieveFrame: 1 Matches
2025-11-19 22:56:15,584 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-44) retrieveFrame: 1 Matches
2025-11-19 22:56:15,584 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) retrieveFrame: 1 Matches
2025-11-19 22:56:15,585 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-45) retrieveFrame: 1 Matches
2025-11-19 22:56:42,716 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 22:56:42,717 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 22:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-11-19 22:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8272) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-11-19 22:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8273) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8272) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 22:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8273) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 22:56:54,029 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:56:54,049 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 22:56:56,514 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 22:56:56,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:56:56,514 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:56:56,516 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:56:56,516 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:56:56,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:56:56,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:56:56,539 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 22:56:58,713 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 22:56:58,715 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 22:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 22:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 22:57:42,718 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 22:57:42,719 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 22:57:56,540 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 22:57:56,541 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,541 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,542 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,542 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,542 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,543 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,543 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,543 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,543 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:57:56,544 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:57:56,544 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,544 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,545 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:57:56,545 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:57:56,546 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,546 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,565 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:57:56,565 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:57:56,566 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,566 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,567 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,567 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,567 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,568 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,568 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 22:57:56,568 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 22:57:58,715 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 22:57:58,717 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 22:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 22:58:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 22:58:42,719 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 22:58:42,720 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 22:58:56,568 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 22:58:56,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:58:56,569 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:58:56,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:58:56,570 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:58:56,589 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:58:56,589 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:58:56,589 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 22:58:58,717 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 22:58:58,719 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 22:59:06,360 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start UPSDeleteScheduler.execute()
2025-11-19 22:59:06,361 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished UPSDeleteScheduler.execute()
2025-11-19 22:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 22:59:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 22:59:42,720 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 22:59:42,721 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 22:59:47,676 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start StudySizeScheduler.execute()
2025-11-19 22:59:47,678 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished StudySizeScheduler.execute()
2025-11-19 22:59:56,590 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 22:59:56,590 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:59:56,590 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:59:56,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:59:56,591 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:59:56,611 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 22:59:56,611 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 22:59:56,611 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 22:59:58,719 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 22:59:58,721 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 23:00:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 23:00:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 23:00:19,909 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68441 from null@179.231.217.120
2025-11-19 23:00:19,914 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) SearchForStudies: 1 Matches
2025-11-19 23:00:20,109 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series from null@179.231.217.120
2025-11-19 23:00:20,117 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-45) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68441*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:00:20,117 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) SearchForStudySeries: 1 Matches
2025-11-19 23:00:20,122 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-45) SearchForStudies: 1 Matches
2025-11-19 23:00:20,522 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-45) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/metadata from null@179.231.217.120
2025-11-19 23:00:20,532 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-45) retrieveSeriesMetadata: 10 Matches
2025-11-19 23:00:24,505 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-45) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68441 from null@179.231.217.120
2025-11-19 23:00:24,509 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-45) SearchForStudies: 1 Matches
2025-11-19 23:00:24,666 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-45) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153050248/frames/1 from null@179.231.217.120
2025-11-19 23:00:24,670 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-45) retrieveFrame: 1 Matches
2025-11-19 23:00:24,721 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68441*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:00:24,728 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-42) SearchForStudies: 1 Matches
2025-11-19 23:00:26,130 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119152718179/frames/1 from null@179.231.217.120
2025-11-19 23:00:26,134 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) retrieveFrame: 1 Matches
2025-11-19 23:00:29,626 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-47) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153008411/frames/1 from null@179.231.217.120
2025-11-19 23:00:29,626 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-45) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119152755190/frames/1 from null@179.231.217.120
2025-11-19 23:00:29,626 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119152841868/frames/1 from null@179.231.217.120
2025-11-19 23:00:29,626 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-46) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119152925461/frames/1 from null@179.231.217.120
2025-11-19 23:00:29,626 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-48) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153141322/frames/1 from null@179.231.217.120
2025-11-19 23:00:29,627 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-49) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153349634/frames/1 from null@179.231.217.120
2025-11-19 23:00:29,628 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153540404/frames/1 from null@179.231.217.120
2025-11-19 23:00:29,628 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-51) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153630280/frames/1 from null@179.231.217.120
2025-11-19 23:00:29,632 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-47) retrieveFrame: 1 Matches
2025-11-19 23:00:29,632 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-46) retrieveFrame: 1 Matches
2025-11-19 23:00:29,633 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-48) retrieveFrame: 1 Matches
2025-11-19 23:00:29,635 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-51) retrieveFrame: 1 Matches
2025-11-19 23:00:29,636 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-45) retrieveFrame: 1 Matches
2025-11-19 23:00:29,662 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-42) retrieveFrame: 1 Matches
2025-11-19 23:00:29,670 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-49) retrieveFrame: 1 Matches
2025-11-19 23:00:29,674 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) retrieveFrame: 1 Matches
2025-11-19 23:00:42,722 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start UPSProcessingScheduler.execute()
2025-11-19 23:00:42,723 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished UPSProcessingScheduler.execute()
2025-11-19 23:00:56,612 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 23:00:56,612 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:00:56,612 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:00:56,614 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:00:56,614 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:00:56,633 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:00:56,633 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:00:56,633 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 23:00:58,721 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 23:00:58,724 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 23:01:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 23:01:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 23:01:42,723 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 23:01:42,724 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 23:01:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start PurgeStorageScheduler.execute()
2025-11-19 23:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8294) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished PurgeStorageScheduler.execute()
2025-11-19 23:01:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8295) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:01:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8294) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:01:49,974 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8295) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:01:52,941 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-50) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68441 from null@179.231.217.120
2025-11-19 23:01:52,946 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-50) SearchForStudies: 1 Matches
2025-11-19 23:01:53,152 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-50) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series from null@179.231.217.120
2025-11-19 23:01:53,159 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-49) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68441*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:01:53,167 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-49) SearchForStudies: 1 Matches
2025-11-19 23:01:53,168 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-50) SearchForStudySeries: 1 Matches
2025-11-19 23:01:53,580 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/metadata from null@179.231.217.120
2025-11-19 23:01:53,588 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) retrieveSeriesMetadata: 10 Matches
2025-11-19 23:01:54,049 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:01:54,056 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:01:56,634 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 23:01:56,635 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,635 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,636 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,636 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,636 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,637 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,637 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,637 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,638 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,638 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,638 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:01:56,638 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:01:56,639 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,639 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,639 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,640 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,640 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,641 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,642 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:01:56,642 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:01:56,642 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,642 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,643 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,643 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,663 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:01:56,663 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:01:56,664 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,664 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,664 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,665 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,665 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,666 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,666 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:01:56,666 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 23:01:57,200 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-50) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68441 from null@179.231.217.120
2025-11-19 23:01:57,203 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-50) SearchForStudies: 1 Matches
2025-11-19 23:01:57,341 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153050248/frames/1 from null@179.231.217.120
2025-11-19 23:01:57,347 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) retrieveFrame: 1 Matches
2025-11-19 23:01:57,404 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-49) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68441*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:01:57,410 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-49) SearchForStudies: 1 Matches
2025-11-19 23:01:58,725 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 23:01:58,727 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 23:01:58,753 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-49) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119152718179/frames/1 from null@179.231.217.120
2025-11-19 23:01:58,758 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-49) retrieveFrame: 1 Matches
2025-11-19 23:02:03,161 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-52) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119152755190/frames/1 from null@179.231.217.120
2025-11-19 23:02:03,161 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-53) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119152841868/frames/1 from null@179.231.217.120
2025-11-19 23:02:03,167 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-52) retrieveFrame: 1 Matches
2025-11-19 23:02:03,167 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-53) retrieveFrame: 1 Matches
2025-11-19 23:02:03,168 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-49) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153008411/frames/1 from null@179.231.217.120
2025-11-19 23:02:03,168 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119152925461/frames/1 from null@179.231.217.120
2025-11-19 23:02:03,173 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-54) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153141322/frames/1 from null@179.231.217.120
2025-11-19 23:02:03,173 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-49) retrieveFrame: 1 Matches
2025-11-19 23:02:03,174 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153540404/frames/1 from null@179.231.217.120
2025-11-19 23:02:03,174 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153349634/frames/1 from null@179.231.217.120
2025-11-19 23:02:03,174 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-57) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68441/series/1.2.410.200001.101.11.301.1144174170.2.20251119152717836/instances/1.2.410.200001.101.11.301.1144174170.3.20251119153630280/frames/1 from null@179.231.217.120
2025-11-19 23:02:03,175 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-50) retrieveFrame: 1 Matches
2025-11-19 23:02:03,177 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) retrieveFrame: 1 Matches
2025-11-19 23:02:03,179 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-54) retrieveFrame: 1 Matches
2025-11-19 23:02:03,186 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-57) retrieveFrame: 1 Matches
2025-11-19 23:02:03,187 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-56) retrieveFrame: 1 Matches
2025-11-19 23:02:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 23:02:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 23:02:42,724 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 23:02:42,726 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 23:02:56,666 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 23:02:56,668 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 23:02:56,669 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 23:02:56,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:02:56,669 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:02:56,670 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:02:56,670 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:02:56,671 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 23:02:56,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:02:56,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:02:56,694 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-6) Send audit message to /127.0.0.1:514
2025-11-19 23:02:56,694 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 23:02:58,727 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 23:02:58,731 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 23:03:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 23:03:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 23:03:42,726 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 23:03:42,727 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 23:03:54,627 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-53) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68439 from null@179.231.217.120
2025-11-19 23:03:54,633 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-53) SearchForStudies: 1 Matches
2025-11-19 23:03:54,826 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-53) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series from null@179.231.217.120
2025-11-19 23:03:54,837 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-53) SearchForStudySeries: 1 Matches
2025-11-19 23:03:54,838 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68439*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:03:54,844 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-55) SearchForStudies: 1 Matches
2025-11-19 23:03:55,243 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/metadata from null@179.231.217.120
2025-11-19 23:03:55,256 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) retrieveSeriesMetadata: 29 Matches
2025-11-19 23:03:56,694 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 23:03:56,695 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,696 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,696 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,697 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,697 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,698 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,698 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,698 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,699 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,699 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,700 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,700 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,700 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:03:56,701 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:03:56,701 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,701 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,702 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,702 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,702 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,704 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:03:56,704 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:03:56,704 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,733 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:03:56,733 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:03:56,733 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,734 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,734 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,735 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,735 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:03:56,735 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 23:03:58,731 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 23:03:58,734 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 23:04:05,410 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68439 from null@179.231.217.120
2025-11-19 23:04:05,414 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-55) SearchForStudies: 1 Matches
2025-11-19 23:04:05,548 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151507013/frames/1 from null@179.231.217.120
2025-11-19 23:04:05,554 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) retrieveFrame: 1 Matches
2025-11-19 23:04:05,618 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-53) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68439*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:04:05,624 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-53) SearchForStudies: 1 Matches
2025-11-19 23:04:07,007 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-53) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119145951734/frames/1 from null@179.231.217.120
2025-11-19 23:04:07,014 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-53) retrieveFrame: 1 Matches
2025-11-19 23:04:10,596 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119150016491/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,601 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) retrieveFrame: 1 Matches
2025-11-19 23:04:10,603 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-58) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119150204775/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,603 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-59) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119150414276/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,603 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-53) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119150235815/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,607 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-60) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119150443560/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,608 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-53) retrieveFrame: 1 Matches
2025-11-19 23:04:10,608 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-61) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119150721266/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,609 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-62) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119150741118/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,609 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-58) retrieveFrame: 1 Matches
2025-11-19 23:04:10,611 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-59) retrieveFrame: 1 Matches
2025-11-19 23:04:10,612 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-63) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119150839606/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,613 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119150755218/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,615 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-62) retrieveFrame: 1 Matches
2025-11-19 23:04:10,619 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-63) retrieveFrame: 1 Matches
2025-11-19 23:04:10,624 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-64) retrieveFrame: 1 Matches
2025-11-19 23:04:10,633 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-66) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151004104/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,633 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-65) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119150922119/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,633 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-67) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151457412/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,634 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151040054/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,635 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-69) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151519029/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,636 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-71) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151540248/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,639 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-70) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151530215/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,639 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-73) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151738833/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,640 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-74) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151757463/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,641 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-67) retrieveFrame: 1 Matches
2025-11-19 23:04:10,643 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-75) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151749151/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,646 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-72) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151557546/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,648 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-76) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151808723/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,650 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-61) retrieveFrame: 1 Matches
2025-11-19 23:04:10,653 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-69) retrieveFrame: 1 Matches
2025-11-19 23:04:10,653 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-66) retrieveFrame: 1 Matches
2025-11-19 23:04:10,654 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-71) retrieveFrame: 1 Matches
2025-11-19 23:04:10,654 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-65) retrieveFrame: 1 Matches
2025-11-19 23:04:10,661 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-73) retrieveFrame: 1 Matches
2025-11-19 23:04:10,667 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-77) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151817560/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,673 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-78) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151839762/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,679 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-79) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151913511/frames/1 from null@179.231.217.120
2025-11-19 23:04:10,690 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-77) retrieveFrame: 1 Matches
2025-11-19 23:04:10,691 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) retrieveFrame: 1 Matches
2025-11-19 23:04:10,691 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-78) retrieveFrame: 1 Matches
2025-11-19 23:04:10,693 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-74) retrieveFrame: 1 Matches
2025-11-19 23:04:10,695 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-70) retrieveFrame: 1 Matches
2025-11-19 23:04:10,701 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-79) retrieveFrame: 1 Matches
2025-11-19 23:04:10,707 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-76) retrieveFrame: 1 Matches
2025-11-19 23:04:10,708 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-72) retrieveFrame: 1 Matches
2025-11-19 23:04:10,710 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-60) retrieveFrame: 1 Matches
2025-11-19 23:04:10,711 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-75) retrieveFrame: 1 Matches
2025-11-19 23:04:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 23:04:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 23:04:31,403 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-66) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119151939643/frames/1 from null@179.231.217.120
2025-11-19 23:04:31,410 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-66) retrieveFrame: 1 Matches
2025-11-19 23:04:32,227 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119152018663/frames/1 from null@179.231.217.120
2025-11-19 23:04:32,228 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68439/series/1.2.410.200001.101.11.301.1144174170.2.20251119145951416/instances/1.2.410.200001.101.11.301.1144174170.3.20251119152043221/frames/1 from null@179.231.217.120
2025-11-19 23:04:32,232 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) retrieveFrame: 1 Matches
2025-11-19 23:04:32,234 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) retrieveFrame: 1 Matches
2025-11-19 23:04:42,727 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 23:04:42,728 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 23:04:47,678 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 23:04:47,681 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 23:04:56,736 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 23:04:56,737 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 23:04:56,737 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:04:56,737 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:04:56,738 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 23:04:56,738 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 23:04:56,739 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:04:56,739 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:04:56,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:04:56,759 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:04:56,760 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-27) Send audit message to /127.0.0.1:514
2025-11-19 23:04:56,760 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 23:04:58,734 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 23:04:58,737 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
2025-11-19 23:05:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start TaskScheduler.execute()
2025-11-19 23:05:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished TaskScheduler.execute()
2025-11-19 23:05:42,729 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start UPSProcessingScheduler.execute()
2025-11-19 23:05:42,730 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished UPSProcessingScheduler.execute()
2025-11-19 23:05:56,760 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 23:05:56,761 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,762 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,762 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,762 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,763 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,763 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,764 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,764 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,764 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,765 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,765 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,765 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,766 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,766 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,766 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,767 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,767 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,768 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,769 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,769 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,770 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,770 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,770 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,771 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,771 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,771 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,772 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:05:56,772 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:05:56,772 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,773 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,773 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,773 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,774 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,774 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,775 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,775 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,775 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,776 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,776 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,777 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:05:56,777 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:05:56,778 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,778 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,779 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,779 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,779 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,780 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,780 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,781 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,781 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,781 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,782 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,782 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:05:56,802 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:05:56,803 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,804 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,804 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,804 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,805 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,805 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,805 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,806 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,806 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,806 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,807 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,807 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-15) Send audit message to /127.0.0.1:514
2025-11-19 23:05:56,807 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 23:05:58,738 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 23:05:58,740 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 23:06:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 23:06:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 23:06:42,730 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 23:06:42,731 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 23:06:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start PurgeStorageScheduler.execute()
2025-11-19 23:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8316) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished PurgeStorageScheduler.execute()
2025-11-19 23:06:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8317) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8316) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:06:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8317) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:06:54,057 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:06:54,065 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:06:56,807 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 23:06:56,808 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:06:56,808 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:06:56,809 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:06:56,810 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:06:56,830 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:06:56,830 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:06:56,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 23:06:58,740 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 23:06:58,743 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 23:07:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 23:07:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 23:07:42,732 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 23:07:42,733 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 23:07:56,830 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start AuditScheduler.execute()
2025-11-19 23:07:56,831 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:07:56,831 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:07:56,832 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:07:56,832 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:07:56,856 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:07:56,856 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-8) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:07:56,856 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished AuditScheduler.execute()
2025-11-19 23:07:58,743 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start IANScheduler.execute()
2025-11-19 23:07:58,745 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished IANScheduler.execute()
2025-11-19 23:08:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start TaskScheduler.execute()
2025-11-19 23:08:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished TaskScheduler.execute()
2025-11-19 23:08:42,733 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start UPSProcessingScheduler.execute()
2025-11-19 23:08:42,734 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished UPSProcessingScheduler.execute()
2025-11-19 23:08:56,856 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 23:08:56,857 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:08:56,857 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:08:56,858 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:08:56,858 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:08:56,880 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:08:56,880 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:08:56,880 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 23:08:58,746 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 23:08:58,749 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 23:09:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 23:09:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 23:09:42,734 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 23:09:42,735 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 23:09:47,681 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start StudySizeScheduler.execute()
2025-11-19 23:09:47,684 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished StudySizeScheduler.execute()
2025-11-19 23:09:56,881 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start AuditScheduler.execute()
2025-11-19 23:09:56,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:09:56,881 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:09:56,883 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:09:56,883 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:09:56,907 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:09:56,907 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-6) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:09:56,907 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished AuditScheduler.execute()
2025-11-19 23:09:58,749 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start IANScheduler.execute()
2025-11-19 23:09:58,751 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished IANScheduler.execute()
2025-11-19 23:10:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start TaskScheduler.execute()
2025-11-19 23:10:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished TaskScheduler.execute()
2025-11-19 23:10:42,736 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start UPSProcessingScheduler.execute()
2025-11-19 23:10:42,737 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished UPSProcessingScheduler.execute()
2025-11-19 23:10:56,907 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 23:10:56,907 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:10:56,908 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:10:56,909 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:10:56,909 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:10:56,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:10:56,929 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:10:56,929 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 23:10:58,752 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 23:10:58,754 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 23:11:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 23:11:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 23:11:42,737 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 23:11:42,738 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 23:11:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start PurgeStorageScheduler.execute()
2025-11-19 23:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8338) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished PurgeStorageScheduler.execute()
2025-11-19 23:11:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8339) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:11:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8338) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:11:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8339) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:11:54,065 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:11:54,074 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:11:56,929 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 23:11:56,930 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:11:56,930 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:11:56,931 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:11:56,931 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:11:56,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:11:56,951 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:11:56,951 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 23:11:58,755 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 23:11:58,757 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 23:12:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 23:12:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 23:12:42,739 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 23:12:42,740 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 23:12:56,951 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start AuditScheduler.execute()
2025-11-19 23:12:56,952 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:12:56,952 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:12:56,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:12:56,953 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:12:56,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:12:56,977 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-14) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:12:56,977 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished AuditScheduler.execute()
2025-11-19 23:12:58,757 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start IANScheduler.execute()
2025-11-19 23:12:58,759 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished IANScheduler.execute()
2025-11-19 23:13:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start TaskScheduler.execute()
2025-11-19 23:13:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished TaskScheduler.execute()
2025-11-19 23:13:42,740 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start UPSProcessingScheduler.execute()
2025-11-19 23:13:42,741 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished UPSProcessingScheduler.execute()
2025-11-19 23:13:56,977 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start AuditScheduler.execute()
2025-11-19 23:13:56,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:13:56,978 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:13:56,979 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:13:56,979 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:13:56,999 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:13:57,000 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-29) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:13:57,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished AuditScheduler.execute()
2025-11-19 23:13:58,759 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start IANScheduler.execute()
2025-11-19 23:13:58,761 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished IANScheduler.execute()
2025-11-19 23:14:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start TaskScheduler.execute()
2025-11-19 23:14:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished TaskScheduler.execute()
2025-11-19 23:14:35,224 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start PurgeTaskScheduler.execute()
2025-11-19 23:14:35,257 INFO  [org.dcm4chee.arc.qmgt.impl.PurgeTaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished PurgeTaskScheduler.execute()
2025-11-19 23:14:42,742 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 23:14:42,743 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 23:14:47,684 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start StudySizeScheduler.execute()
2025-11-19 23:14:47,686 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished StudySizeScheduler.execute()
2025-11-19 23:14:57,000 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 23:14:57,000 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:14:57,001 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:14:57,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:14:57,002 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:14:57,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:14:57,022 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:14:57,022 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 23:14:58,762 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 23:14:58,763 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 23:15:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 23:15:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 23:15:42,743 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 23:15:42,744 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 23:15:57,022 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start AuditScheduler.execute()
2025-11-19 23:15:57,023 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,023 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,023 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,024 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,024 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:15:57,024 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:15:57,025 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:15:57,026 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:15:57,026 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,026 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,027 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:15:57,046 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-21) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:15:57,047 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,047 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-21) Send audit message to /127.0.0.1:514
2025-11-19 23:15:57,047 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished AuditScheduler.execute()
2025-11-19 23:15:58,764 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start IANScheduler.execute()
2025-11-19 23:15:58,766 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished IANScheduler.execute()
2025-11-19 23:16:11,351 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-1) Accept connection Socket[addr=/148.113.211.131,port=58296,localport=2575]
2025-11-19 23:16:11,352 WARN  [org.dcm4che3.net.hl7.HL7ProtocolHandler] (EE-ManagedExecutorService-default-Thread-8356) Exception on accepted connection Socket[addr=/148.113.211.131,port=58296,localport=2575]:: java.io.IOException: Missing Start Block character
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.hasMoreInput(MLLPInputStream.java:78)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPInputStream.readMessage(MLLPInputStream.java:155)
	at org.dcm4che.hl7@5.30.0//org.dcm4che3.hl7.MLLPConnection.readMessage(MLLPConnection.java:101)
	at org.dcm4che.net-hl7@5.30.0//org.dcm4che3.net.hl7.HL7ProtocolHandler$HL7Receiver.run(HL7ProtocolHandler.java:84)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:125)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:117)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:16:11,352 INFO  [org.dcm4che3.net.Connection] (EE-ManagedExecutorService-default-Thread-8356) Close connection Socket[addr=/148.113.211.131,port=58296,localport=2575]
2025-11-19 23:16:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start TaskScheduler.execute()
2025-11-19 23:16:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished TaskScheduler.execute()
2025-11-19 23:16:42,745 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start UPSProcessingScheduler.execute()
2025-11-19 23:16:42,746 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished UPSProcessingScheduler.execute()
2025-11-19 23:16:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start PurgeStorageScheduler.execute()
2025-11-19 23:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8361) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished PurgeStorageScheduler.execute()
2025-11-19 23:16:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8362) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8361) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:16:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8362) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:16:54,075 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:16:54,081 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:16:57,048 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start AuditScheduler.execute()
2025-11-19 23:16:57,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:16:57,048 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:16:57,049 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:16:57,049 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:16:57,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:16:57,069 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-9) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:16:57,069 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished AuditScheduler.execute()
2025-11-19 23:16:58,766 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start IANScheduler.execute()
2025-11-19 23:16:58,769 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished IANScheduler.execute()
2025-11-19 23:17:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start TaskScheduler.execute()
2025-11-19 23:17:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished TaskScheduler.execute()
2025-11-19 23:17:42,746 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSProcessingScheduler.execute()
2025-11-19 23:17:42,747 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSProcessingScheduler.execute()
2025-11-19 23:17:57,069 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 23:17:57,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:17:57,070 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:17:57,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:17:57,071 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:17:57,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:17:57,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:17:57,091 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 23:17:58,769 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 23:17:58,771 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 23:18:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 23:18:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 23:18:42,747 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 23:18:42,748 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 23:18:57,091 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 23:18:57,091 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:18:57,092 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:18:57,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:18:57,093 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:18:57,112 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:18:57,112 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:18:57,112 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 23:18:58,771 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 23:18:58,774 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 23:19:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 23:19:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 23:19:42,748 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 23:19:42,749 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 23:19:47,686 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start StudySizeScheduler.execute()
2025-11-19 23:19:47,687 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished StudySizeScheduler.execute()
2025-11-19 23:19:57,112 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start AuditScheduler.execute()
2025-11-19 23:19:57,113 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:19:57,113 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:19:57,115 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:19:57,115 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:19:57,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:19:57,137 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-1) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:19:57,137 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished AuditScheduler.execute()
2025-11-19 23:19:58,774 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start IANScheduler.execute()
2025-11-19 23:19:58,777 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished IANScheduler.execute()
2025-11-19 23:20:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start TaskScheduler.execute()
2025-11-19 23:20:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished TaskScheduler.execute()
2025-11-19 23:20:42,750 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start UPSProcessingScheduler.execute()
2025-11-19 23:20:42,751 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished UPSProcessingScheduler.execute()
2025-11-19 23:20:57,138 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start AuditScheduler.execute()
2025-11-19 23:20:57,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:20:57,138 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:20:57,139 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:20:57,139 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:20:57,160 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:20:57,160 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-16) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:20:57,160 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished AuditScheduler.execute()
2025-11-19 23:20:58,777 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start IANScheduler.execute()
2025-11-19 23:20:58,779 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished IANScheduler.execute()
2025-11-19 23:21:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start TaskScheduler.execute()
2025-11-19 23:21:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished TaskScheduler.execute()
2025-11-19 23:21:42,751 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start UPSProcessingScheduler.execute()
2025-11-19 23:21:42,752 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished UPSProcessingScheduler.execute()
2025-11-19 23:21:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start PurgeStorageScheduler.execute()
2025-11-19 23:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8383) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished PurgeStorageScheduler.execute()
2025-11-19 23:21:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8384) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8383) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:21:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8384) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:21:54,082 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:21:54,090 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:21:57,160 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 23:21:57,160 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:21:57,161 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:21:57,162 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:21:57,162 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:21:57,181 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:21:57,181 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:21:57,181 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 23:21:58,780 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 23:21:58,782 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 23:22:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 23:22:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 23:22:42,753 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 23:22:42,754 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 23:22:57,181 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 23:22:57,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:22:57,182 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:22:57,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:22:57,183 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:22:57,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:22:57,203 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:22:57,203 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 23:22:58,782 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 23:22:58,784 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 23:23:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 23:23:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 23:23:42,754 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 23:23:42,755 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 23:23:57,203 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 23:23:57,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:23:57,204 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:23:57,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:23:57,205 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:23:57,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:23:57,226 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:23:57,226 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 23:23:58,785 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 23:23:58,787 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 23:24:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 23:24:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 23:24:42,755 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 23:24:42,756 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 23:24:47,688 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start StudySizeScheduler.execute()
2025-11-19 23:24:47,689 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished StudySizeScheduler.execute()
2025-11-19 23:24:57,226 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start AuditScheduler.execute()
2025-11-19 23:24:57,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:24:57,227 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:24:57,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:24:57,228 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:24:57,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:24:57,247 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-13) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:24:57,248 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished AuditScheduler.execute()
2025-11-19 23:24:58,787 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start IANScheduler.execute()
2025-11-19 23:24:58,789 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished IANScheduler.execute()
2025-11-19 23:25:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start TaskScheduler.execute()
2025-11-19 23:25:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished TaskScheduler.execute()
2025-11-19 23:25:42,756 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start UPSProcessingScheduler.execute()
2025-11-19 23:25:42,757 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished UPSProcessingScheduler.execute()
2025-11-19 23:25:57,248 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start AuditScheduler.execute()
2025-11-19 23:25:57,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:25:57,248 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:25:57,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:25:57,249 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:25:57,270 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:25:57,270 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-3) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:25:57,270 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished AuditScheduler.execute()
2025-11-19 23:25:58,789 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start IANScheduler.execute()
2025-11-19 23:25:58,791 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished IANScheduler.execute()
2025-11-19 23:26:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start TaskScheduler.execute()
2025-11-19 23:26:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished TaskScheduler.execute()
2025-11-19 23:26:42,758 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start UPSProcessingScheduler.execute()
2025-11-19 23:26:42,759 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished UPSProcessingScheduler.execute()
2025-11-19 23:26:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start PurgeStorageScheduler.execute()
2025-11-19 23:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8405) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished PurgeStorageScheduler.execute()
2025-11-19 23:26:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8406) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:26:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8406) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:26:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8405) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:26:54,090 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:26:54,099 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:26:57,270 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 23:26:57,270 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:26:57,271 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:26:57,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:26:57,272 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:26:57,291 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:26:57,291 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:26:57,291 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 23:26:58,791 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 23:26:58,794 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 23:27:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 23:27:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 23:27:27,675 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68435 from null@179.231.217.120
2025-11-19 23:27:27,680 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-55) SearchForStudies: 1 Matches
2025-11-19 23:27:27,872 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68435/series from null@179.231.217.120
2025-11-19 23:27:27,881 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68435*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:27:27,882 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-55) SearchForStudySeries: 1 Matches
2025-11-19 23:27:27,887 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) SearchForStudies: 1 Matches
2025-11-19 23:27:28,281 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68435/series/1.2.410.200001.101.11.301.1144174170.2.20251119145212055/metadata from null@179.231.217.120
2025-11-19 23:27:28,290 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) retrieveSeriesMetadata: 5 Matches
2025-11-19 23:27:30,533 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68435 from null@179.231.217.120
2025-11-19 23:27:30,537 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) SearchForStudies: 1 Matches
2025-11-19 23:27:30,666 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68435/series/1.2.410.200001.101.11.301.1144174170.2.20251119145212055/instances/1.2.410.200001.101.11.301.1144174170.3.20251119145257903/frames/1 from null@179.231.217.120
2025-11-19 23:27:30,672 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) retrieveFrame: 1 Matches
2025-11-19 23:27:30,736 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68435*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:27:30,742 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-55) SearchForStudies: 1 Matches
2025-11-19 23:27:32,054 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68435/series/1.2.410.200001.101.11.301.1144174170.2.20251119145212055/instances/1.2.410.200001.101.11.301.1144174170.3.20251119145212349/frames/1 from null@179.231.217.120
2025-11-19 23:27:32,060 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) retrieveFrame: 1 Matches
2025-11-19 23:27:35,458 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68435/series/1.2.410.200001.101.11.301.1144174170.2.20251119145212055/instances/1.2.410.200001.101.11.301.1144174170.3.20251119145315462/frames/1 from null@179.231.217.120
2025-11-19 23:27:35,458 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68435/series/1.2.410.200001.101.11.301.1144174170.2.20251119145212055/instances/1.2.410.200001.101.11.301.1144174170.3.20251119145233024/frames/1 from null@179.231.217.120
2025-11-19 23:27:35,461 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68435/series/1.2.410.200001.101.11.301.1144174170.2.20251119145212055/instances/1.2.410.200001.101.11.301.1144174170.3.20251119145355558/frames/1 from null@179.231.217.120
2025-11-19 23:27:35,464 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-55) retrieveFrame: 1 Matches
2025-11-19 23:27:35,465 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) retrieveFrame: 1 Matches
2025-11-19 23:27:35,465 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) retrieveFrame: 1 Matches
2025-11-19 23:27:42,759 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 23:27:42,760 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 23:27:57,291 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start AuditScheduler.execute()
2025-11-19 23:27:57,292 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:27:57,292 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:27:57,293 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:27:57,293 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:27:57,315 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:27:57,315 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-25) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:27:57,315 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished AuditScheduler.execute()
2025-11-19 23:27:58,794 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start IANScheduler.execute()
2025-11-19 23:27:58,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished IANScheduler.execute()
2025-11-19 23:28:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start TaskScheduler.execute()
2025-11-19 23:28:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished TaskScheduler.execute()
2025-11-19 23:28:42,760 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start UPSProcessingScheduler.execute()
2025-11-19 23:28:42,761 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished UPSProcessingScheduler.execute()
2025-11-19 23:28:57,315 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start AuditScheduler.execute()
2025-11-19 23:28:57,316 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,317 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,317 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,318 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,318 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,318 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,319 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,319 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,320 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,320 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:28:57,320 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:28:57,320 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,321 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,321 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,322 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:28:57,322 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:28:57,322 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,323 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,323 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,323 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,343 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:28:57,343 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-23) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:28:57,344 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-23) Send audit message to /127.0.0.1:514
2025-11-19 23:28:57,344 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished AuditScheduler.execute()
2025-11-19 23:28:58,796 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start IANScheduler.execute()
2025-11-19 23:28:58,798 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished IANScheduler.execute()
2025-11-19 23:29:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start TaskScheduler.execute()
2025-11-19 23:29:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished TaskScheduler.execute()
2025-11-19 23:29:42,762 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start UPSProcessingScheduler.execute()
2025-11-19 23:29:42,763 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished UPSProcessingScheduler.execute()
2025-11-19 23:29:47,689 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start StudySizeScheduler.execute()
2025-11-19 23:29:47,693 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished StudySizeScheduler.execute()
2025-11-19 23:29:57,344 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start AuditScheduler.execute()
2025-11-19 23:29:57,345 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:29:57,345 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:29:57,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:29:57,346 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:29:57,365 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:29:57,365 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-12) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:29:57,366 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished AuditScheduler.execute()
2025-11-19 23:29:58,799 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start IANScheduler.execute()
2025-11-19 23:29:58,801 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished IANScheduler.execute()
2025-11-19 23:30:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start TaskScheduler.execute()
2025-11-19 23:30:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished TaskScheduler.execute()
2025-11-19 23:30:42,763 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start UPSProcessingScheduler.execute()
2025-11-19 23:30:42,764 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished UPSProcessingScheduler.execute()
2025-11-19 23:30:57,366 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start AuditScheduler.execute()
2025-11-19 23:30:57,366 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:30:57,366 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:30:57,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:30:57,367 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:30:57,386 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:30:57,386 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-11) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:30:57,387 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished AuditScheduler.execute()
2025-11-19 23:30:58,801 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start IANScheduler.execute()
2025-11-19 23:30:58,803 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished IANScheduler.execute()
2025-11-19 23:31:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start TaskScheduler.execute()
2025-11-19 23:31:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished TaskScheduler.execute()
2025-11-19 23:31:42,764 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start UPSProcessingScheduler.execute()
2025-11-19 23:31:42,765 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished UPSProcessingScheduler.execute()
2025-11-19 23:31:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start PurgeStorageScheduler.execute()
2025-11-19 23:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8427) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished PurgeStorageScheduler.execute()
2025-11-19 23:31:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8428) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8427) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:31:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8428) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:31:54,099 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:31:54,107 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:31:57,387 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 23:31:57,387 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:31:57,387 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:31:57,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:31:57,388 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:31:57,408 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:31:57,408 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:31:57,408 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 23:31:58,803 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 23:31:58,805 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 23:32:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 23:32:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 23:32:42,766 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 23:32:42,767 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 23:32:57,198 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStgCmtScheduler.execute()
2025-11-19 23:32:57,201 INFO  [org.dcm4chee.arc.stgcmt.impl.PurgeStgCmtScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStgCmtScheduler.execute()
2025-11-19 23:32:57,408 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 23:32:57,409 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:32:57,409 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:32:57,410 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:32:57,410 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:32:57,429 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:32:57,429 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:32:57,429 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 23:32:58,805 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 23:32:58,807 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 23:33:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 23:33:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 23:33:42,767 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 23:33:42,768 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 23:33:57,429 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 23:33:57,430 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:33:57,430 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:33:57,431 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:33:57,431 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:33:57,451 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:33:57,451 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:33:57,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 23:33:58,808 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 23:33:58,810 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 23:34:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 23:34:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 23:34:41,352 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68426 from null@179.231.217.120
2025-11-19 23:34:41,360 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) SearchForStudies: 1 Matches
2025-11-19 23:34:41,554 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68426/series from null@179.231.217.120
2025-11-19 23:34:41,567 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68426*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:34:41,571 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) SearchForStudySeries: 1 Matches
2025-11-19 23:34:41,575 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) SearchForStudies: 1 Matches
2025-11-19 23:34:42,083 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68426/series/1.2.410.200001.101.11.301.1144174170.2.20251119144523474/metadata from null@179.231.217.120
2025-11-19 23:34:42,091 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) retrieveSeriesMetadata: 5 Matches
2025-11-19 23:34:42,768 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 23:34:42,769 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 23:34:44,374 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68426 from null@179.231.217.120
2025-11-19 23:34:44,379 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) SearchForStudies: 1 Matches
2025-11-19 23:34:44,587 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68426/series/1.2.410.200001.101.11.301.1144174170.2.20251119144523474/instances/1.2.410.200001.101.11.301.1144174170.3.20251119144711539/frames/1 from null@179.231.217.120
2025-11-19 23:34:44,598 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) retrieveFrame: 1 Matches
2025-11-19 23:34:44,606 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68426*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:34:44,613 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-68) SearchForStudies: 1 Matches
2025-11-19 23:34:46,676 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68426/series/1.2.410.200001.101.11.301.1144174170.2.20251119144523474/instances/1.2.410.200001.101.11.301.1144174170.3.20251119144523765/frames/1 from null@179.231.217.120
2025-11-19 23:34:46,682 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) retrieveFrame: 1 Matches
2025-11-19 23:34:47,693 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start StudySizeScheduler.execute()
2025-11-19 23:34:47,695 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished StudySizeScheduler.execute()
2025-11-19 23:34:50,523 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68426/series/1.2.410.200001.101.11.301.1144174170.2.20251119144523474/instances/1.2.410.200001.101.11.301.1144174170.3.20251119144601291/frames/1 from null@179.231.217.120
2025-11-19 23:34:50,523 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68426/series/1.2.410.200001.101.11.301.1144174170.2.20251119144523474/instances/1.2.410.200001.101.11.301.1144174170.3.20251119144748250/frames/1 from null@179.231.217.120
2025-11-19 23:34:50,527 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68426/series/1.2.410.200001.101.11.301.1144174170.2.20251119144523474/instances/1.2.410.200001.101.11.301.1144174170.3.20251119144807329/frames/1 from null@179.231.217.120
2025-11-19 23:34:50,530 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-68) retrieveFrame: 1 Matches
2025-11-19 23:34:50,530 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) retrieveFrame: 1 Matches
2025-11-19 23:34:50,531 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-81) retrieveFrame: 1 Matches
2025-11-19 23:34:57,451 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 23:34:57,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:34:57,452 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:34:57,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:34:57,453 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:34:57,474 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:34:57,474 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:34:57,474 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 23:34:58,810 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 23:34:58,814 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 23:35:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 23:35:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 23:35:42,770 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 23:35:42,771 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 23:35:57,474 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start AuditScheduler.execute()
2025-11-19 23:35:57,476 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,476 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,477 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,477 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,477 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,478 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,478 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,478 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,479 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:35:57,479 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:35:57,479 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,480 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:35:57,481 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:35:57,481 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,481 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,482 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,515 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:35:57,515 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-30) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:35:57,516 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,516 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,517 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-30) Send audit message to /127.0.0.1:514
2025-11-19 23:35:57,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished AuditScheduler.execute()
2025-11-19 23:35:58,815 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start IANScheduler.execute()
2025-11-19 23:35:58,817 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished IANScheduler.execute()
2025-11-19 23:36:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start TaskScheduler.execute()
2025-11-19 23:36:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished TaskScheduler.execute()
2025-11-19 23:36:42,771 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start UPSProcessingScheduler.execute()
2025-11-19 23:36:42,772 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished UPSProcessingScheduler.execute()
2025-11-19 23:36:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start PurgeStorageScheduler.execute()
2025-11-19 23:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8449) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished PurgeStorageScheduler.execute()
2025-11-19 23:36:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8450) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8449) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:36:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8450) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:36:54,108 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:36:54,115 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:36:57,517 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 23:36:57,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:36:57,517 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:36:57,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:36:57,519 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:36:57,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:36:57,539 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:36:57,540 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 23:36:58,817 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 23:36:58,819 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 23:37:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 23:37:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 23:37:42,772 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 23:37:42,773 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 23:37:57,540 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 23:37:57,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:37:57,540 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:37:57,541 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:37:57,541 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:37:57,561 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:37:57,561 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:37:57,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 23:37:58,819 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 23:37:58,821 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 23:38:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 23:38:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 23:38:42,773 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 23:38:42,775 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 23:38:57,562 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 23:38:57,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:38:57,562 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:38:57,563 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:38:57,563 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:38:57,583 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:38:57,583 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:38:57,583 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 23:38:58,821 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 23:38:58,824 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 23:39:04,139 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68429 from null@179.231.217.120
2025-11-19 23:39:04,157 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-81) SearchForStudies: 1 Matches
2025-11-19 23:39:04,333 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68429/series from null@179.231.217.120
2025-11-19 23:39:04,342 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-81) SearchForStudySeries: 1 Matches
2025-11-19 23:39:04,364 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68429*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:39:04,371 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-81) SearchForStudies: 1 Matches
2025-11-19 23:39:04,801 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68429/series/1.2.410.200001.101.11.301.1144174170.2.20251119143341753/metadata from null@179.231.217.120
2025-11-19 23:39:04,813 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-81) retrieveSeriesMetadata: 7 Matches
2025-11-19 23:39:07,600 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68429 from null@179.231.217.120
2025-11-19 23:39:07,604 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-81) SearchForStudies: 1 Matches
2025-11-19 23:39:07,737 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68429/series/1.2.410.200001.101.11.301.1144174170.2.20251119143341753/instances/1.2.410.200001.101.11.301.1144174170.3.20251119143630979/frames/1 from null@179.231.217.120
2025-11-19 23:39:07,743 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-81) retrieveFrame: 1 Matches
2025-11-19 23:39:07,812 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68429*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:39:07,818 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) SearchForStudies: 1 Matches
2025-11-19 23:39:09,160 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68429/series/1.2.410.200001.101.11.301.1144174170.2.20251119143341753/instances/1.2.410.200001.101.11.301.1144174170.3.20251119143341910/frames/1 from null@179.231.217.120
2025-11-19 23:39:09,166 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) retrieveFrame: 1 Matches
2025-11-19 23:39:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 23:39:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 23:39:12,633 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-81) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68429/series/1.2.410.200001.101.11.301.1144174170.2.20251119143341753/instances/1.2.410.200001.101.11.301.1144174170.3.20251119143723183/frames/1 from null@179.231.217.120
2025-11-19 23:39:12,633 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68429/series/1.2.410.200001.101.11.301.1144174170.2.20251119143341753/instances/1.2.410.200001.101.11.301.1144174170.3.20251119143940792/frames/1 from null@179.231.217.120
2025-11-19 23:39:12,633 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-83) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68429/series/1.2.410.200001.101.11.301.1144174170.2.20251119143341753/instances/1.2.410.200001.101.11.301.1144174170.3.20251119143548941/frames/1 from null@179.231.217.120
2025-11-19 23:39:12,633 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-82) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68429/series/1.2.410.200001.101.11.301.1144174170.2.20251119143341753/instances/1.2.410.200001.101.11.301.1144174170.3.20251119143829394/frames/1 from null@179.231.217.120
2025-11-19 23:39:12,633 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-84) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68429/series/1.2.410.200001.101.11.301.1144174170.2.20251119143341753/instances/1.2.410.200001.101.11.301.1144174170.3.20251119143518235/frames/1 from null@179.231.217.120
2025-11-19 23:39:12,639 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-84) retrieveFrame: 1 Matches
2025-11-19 23:39:12,641 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-81) retrieveFrame: 1 Matches
2025-11-19 23:39:12,642 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-83) retrieveFrame: 1 Matches
2025-11-19 23:39:12,642 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-82) retrieveFrame: 1 Matches
2025-11-19 23:39:12,653 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) retrieveFrame: 1 Matches
2025-11-19 23:39:42,775 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 23:39:42,776 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 23:39:47,696 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start StudySizeScheduler.execute()
2025-11-19 23:39:47,697 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished StudySizeScheduler.execute()
2025-11-19 23:39:57,583 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 23:39:57,583 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:39:57,584 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:39:57,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:39:57,585 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:39:57,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:39:57,608 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:39:57,608 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 23:39:58,824 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 23:39:58,826 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 23:40:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 23:40:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 23:40:42,776 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 23:40:42,777 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 23:40:57,608 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start AuditScheduler.execute()
2025-11-19 23:40:57,609 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,610 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,610 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,611 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,611 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,612 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,612 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,612 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,613 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,613 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:40:57,613 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:40:57,613 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,614 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,614 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:40:57,615 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:40:57,616 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,616 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,617 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,617 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,637 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:40:57,638 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-10) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:40:57,638 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,639 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,639 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,639 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,640 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-10) Send audit message to /127.0.0.1:514
2025-11-19 23:40:57,640 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished AuditScheduler.execute()
2025-11-19 23:40:58,826 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start IANScheduler.execute()
2025-11-19 23:40:58,829 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished IANScheduler.execute()
2025-11-19 23:41:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start TaskScheduler.execute()
2025-11-19 23:41:12,052 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished TaskScheduler.execute()
2025-11-19 23:41:42,777 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start UPSProcessingScheduler.execute()
2025-11-19 23:41:42,779 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished UPSProcessingScheduler.execute()
2025-11-19 23:41:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start PurgeStorageScheduler.execute()
2025-11-19 23:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished PurgeStorageScheduler.execute()
2025-11-19 23:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8471) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:41:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8472) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8472) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:41:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8471) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:41:54,115 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:41:54,122 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:41:57,640 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start AuditScheduler.execute()
2025-11-19 23:41:57,641 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:41:57,641 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:41:57,642 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:41:57,642 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:41:57,662 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:41:57,662 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-5) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:41:57,662 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished AuditScheduler.execute()
2025-11-19 23:41:58,829 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start IANScheduler.execute()
2025-11-19 23:41:58,831 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished IANScheduler.execute()
2025-11-19 23:42:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start TaskScheduler.execute()
2025-11-19 23:42:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished TaskScheduler.execute()
2025-11-19 23:42:42,779 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start UPSProcessingScheduler.execute()
2025-11-19 23:42:42,780 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished UPSProcessingScheduler.execute()
2025-11-19 23:42:57,663 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 23:42:57,663 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:42:57,663 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:42:57,664 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:42:57,664 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:42:57,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:42:57,693 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:42:57,693 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 23:42:58,831 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 23:42:58,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 23:43:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 23:43:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 23:43:42,780 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 23:43:42,781 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 23:43:46,157 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68310 from null@179.231.217.120
2025-11-19 23:43:46,164 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) SearchForStudies: 1 Matches
2025-11-19 23:43:46,360 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series from null@179.231.217.120
2025-11-19 23:43:46,370 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) SearchForStudySeries: 1 Matches
2025-11-19 23:43:46,379 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68310*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:43:46,387 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) SearchForStudies: 1 Matches
2025-11-19 23:43:46,784 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/metadata from null@179.231.217.120
2025-11-19 23:43:46,802 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) retrieveSeriesMetadata: 11 Matches
2025-11-19 23:43:50,932 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68310 from null@179.231.217.120
2025-11-19 23:43:50,936 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-80) SearchForStudies: 1 Matches
2025-11-19 23:43:51,069 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081953075/frames/1 from null@179.231.217.120
2025-11-19 23:43:51,076 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) retrieveFrame: 1 Matches
2025-11-19 23:43:51,139 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-85) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68310*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:43:51,145 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-85) SearchForStudies: 1 Matches
2025-11-19 23:43:52,558 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-85) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081323431/frames/1 from null@179.231.217.120
2025-11-19 23:43:52,564 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-85) retrieveFrame: 1 Matches
2025-11-19 23:43:56,445 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-85) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081607900/frames/1 from null@179.231.217.120
2025-11-19 23:43:56,445 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-86) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081409987/frames/1 from null@179.231.217.120
2025-11-19 23:43:56,445 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081347472/frames/1 from null@179.231.217.120
2025-11-19 23:43:56,445 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-87) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081744905/frames/1 from null@179.231.217.120
2025-11-19 23:43:56,450 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-89) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119082109190/frames/1 from null@179.231.217.120
2025-11-19 23:43:56,450 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-88) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119082023414/frames/1 from null@179.231.217.120
2025-11-19 23:43:56,454 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-90) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119082151803/frames/1 from null@179.231.217.120
2025-11-19 23:43:56,455 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-86) retrieveFrame: 1 Matches
2025-11-19 23:43:56,456 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-91) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119082239901/frames/1 from null@179.231.217.120
2025-11-19 23:43:56,456 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-87) retrieveFrame: 1 Matches
2025-11-19 23:43:56,456 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-92) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119082302113/frames/1 from null@179.231.217.120
2025-11-19 23:43:56,457 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-80) retrieveFrame: 1 Matches
2025-11-19 23:43:56,458 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-89) retrieveFrame: 1 Matches
2025-11-19 23:43:56,460 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-85) retrieveFrame: 1 Matches
2025-11-19 23:43:56,460 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-88) retrieveFrame: 1 Matches
2025-11-19 23:43:56,462 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-90) retrieveFrame: 1 Matches
2025-11-19 23:43:56,465 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-91) retrieveFrame: 1 Matches
2025-11-19 23:43:56,469 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-92) retrieveFrame: 1 Matches
2025-11-19 23:43:57,693 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 23:43:57,694 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:43:57,694 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:43:57,695 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:43:57,695 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:43:57,716 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:43:57,716 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:43:57,716 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 23:43:58,834 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 23:43:58,836 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 23:44:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 23:44:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 23:44:42,781 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 23:44:42,783 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 23:44:47,697 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start StudySizeScheduler.execute()
2025-11-19 23:44:47,700 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished StudySizeScheduler.execute()
2025-11-19 23:44:57,716 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 23:44:57,718 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,719 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,719 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,720 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,720 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,720 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,721 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,721 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,721 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,722 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,722 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,722 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:44:57,722 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:44:57,723 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:44:57,724 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:44:57,724 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,724 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,725 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:44:57,745 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:44:57,745 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,746 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,746 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,746 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-18) Send audit message to /127.0.0.1:514
2025-11-19 23:44:57,746 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 23:44:58,837 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 23:44:58,839 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 23:45:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start TaskScheduler.execute()
2025-11-19 23:45:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished TaskScheduler.execute()
2025-11-19 23:45:42,783 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start UPSProcessingScheduler.execute()
2025-11-19 23:45:42,784 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished UPSProcessingScheduler.execute()
2025-11-19 23:45:57,747 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start AuditScheduler.execute()
2025-11-19 23:45:57,748 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 23:45:57,748 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 23:45:57,748 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 23:45:57,749 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 23:45:57,749 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 23:45:57,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:45:57,749 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:45:57,750 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 23:45:57,751 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:45:57,751 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:45:57,751 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 23:45:57,752 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 23:45:57,771 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:45:57,771 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-22) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:45:57,772 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-22) Send audit message to /127.0.0.1:514
2025-11-19 23:45:57,772 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished AuditScheduler.execute()
2025-11-19 23:45:58,839 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start IANScheduler.execute()
2025-11-19 23:45:58,841 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished IANScheduler.execute()
2025-11-19 23:46:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start TaskScheduler.execute()
2025-11-19 23:46:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished TaskScheduler.execute()
2025-11-19 23:46:42,784 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start UPSProcessingScheduler.execute()
2025-11-19 23:46:42,785 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished UPSProcessingScheduler.execute()
2025-11-19 23:46:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start PurgeStorageScheduler.execute()
2025-11-19 23:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8493) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished PurgeStorageScheduler.execute()
2025-11-19 23:46:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8494) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8494) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:46:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8493) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:46:54,123 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:46:54,130 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:46:57,772 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start AuditScheduler.execute()
2025-11-19 23:46:57,773 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:46:57,773 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:46:57,774 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:46:57,774 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:46:57,794 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:46:57,794 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-15) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:46:57,795 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished AuditScheduler.execute()
2025-11-19 23:46:58,842 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start IANScheduler.execute()
2025-11-19 23:46:58,844 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished IANScheduler.execute()
2025-11-19 23:47:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start TaskScheduler.execute()
2025-11-19 23:47:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished TaskScheduler.execute()
2025-11-19 23:47:42,786 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start UPSProcessingScheduler.execute()
2025-11-19 23:47:42,787 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished UPSProcessingScheduler.execute()
2025-11-19 23:47:57,795 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 23:47:57,795 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:47:57,795 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:47:57,797 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:47:57,797 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:47:57,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:47:57,824 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:47:57,825 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 23:47:58,844 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 23:47:58,846 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 23:48:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 23:48:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 23:48:42,787 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 23:48:42,788 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 23:48:57,825 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 23:48:57,825 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:48:57,825 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:48:57,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:48:57,826 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:48:57,849 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:48:57,849 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:48:57,849 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 23:48:58,846 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 23:48:58,848 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 23:49:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 23:49:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 23:49:42,788 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 23:49:42,789 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 23:49:47,700 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start StudySizeScheduler.execute()
2025-11-19 23:49:47,704 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished StudySizeScheduler.execute()
2025-11-19 23:49:57,850 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start AuditScheduler.execute()
2025-11-19 23:49:57,850 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:49:57,850 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:49:57,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:49:57,851 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:49:57,872 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:49:57,873 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-7) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:49:57,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished AuditScheduler.execute()
2025-11-19 23:49:58,849 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start IANScheduler.execute()
2025-11-19 23:49:58,851 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished IANScheduler.execute()
2025-11-19 23:50:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start TaskScheduler.execute()
2025-11-19 23:50:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished TaskScheduler.execute()
2025-11-19 23:50:34,825 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-91) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68313 from null@179.231.217.120
2025-11-19 23:50:34,831 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-91) SearchForStudies: 1 Matches
2025-11-19 23:50:35,075 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-91) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series from null@179.231.217.120
2025-11-19 23:50:35,075 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-88) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68313*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:50:35,082 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-88) SearchForStudies: 1 Matches
2025-11-19 23:50:35,084 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-91) SearchForStudySeries: 1 Matches
2025-11-19 23:50:35,544 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-91) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/metadata from null@179.231.217.120
2025-11-19 23:50:35,558 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-91) retrieveSeriesMetadata: 30 Matches
2025-11-19 23:50:42,790 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start UPSProcessingScheduler.execute()
2025-11-19 23:50:42,791 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished UPSProcessingScheduler.execute()
2025-11-19 23:50:45,493 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-91) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68313 from null@179.231.217.120
2025-11-19 23:50:45,498 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-91) SearchForStudies: 1 Matches
2025-11-19 23:50:45,687 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-91) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084555810/frames/1 from null@179.231.217.120
2025-11-19 23:50:45,694 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-91) retrieveFrame: 1 Matches
2025-11-19 23:50:45,702 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-88) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68313*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:50:45,708 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-88) SearchForStudies: 1 Matches
2025-11-19 23:50:47,687 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-88) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119083042941/frames/1 from null@179.231.217.120
2025-11-19 23:50:47,692 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-88) retrieveFrame: 1 Matches
2025-11-19 23:50:53,051 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-94) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119083404080/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,051 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-93) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119083123832/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,055 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-94) retrieveFrame: 1 Matches
2025-11-19 23:50:53,057 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-93) retrieveFrame: 1 Matches
2025-11-19 23:50:53,063 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-96) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119083912606/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,063 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-91) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119083641064/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,063 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-95) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119083442539/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,063 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-88) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119083548050/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,063 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-97) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119083827026/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,063 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-98) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119083856491/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,068 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-96) retrieveFrame: 1 Matches
2025-11-19 23:50:53,068 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-95) retrieveFrame: 1 Matches
2025-11-19 23:50:53,069 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-98) retrieveFrame: 1 Matches
2025-11-19 23:50:53,072 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-91) retrieveFrame: 1 Matches
2025-11-19 23:50:53,072 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-88) retrieveFrame: 1 Matches
2025-11-19 23:50:53,088 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-97) retrieveFrame: 1 Matches
2025-11-19 23:50:53,089 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-102) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084128857/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,089 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-100) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084054799/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,089 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-99) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119083930417/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,089 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-103) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084518672/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,090 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-101) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084012045/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,091 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-104) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084626910/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,093 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-105) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084608221/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,094 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-106) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084530332/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,097 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-108) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084707142/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,098 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-109) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084844803/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,101 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-110) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084838469/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,102 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-111) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119085014988/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,103 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-112) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084856104/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,103 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-107) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084616365/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,108 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-114) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084911079/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,108 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-113) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119084902971/frames/1 from null@179.231.217.120
2025-11-19 23:50:53,120 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-99) retrieveFrame: 1 Matches
2025-11-19 23:50:53,121 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-101) retrieveFrame: 1 Matches
2025-11-19 23:50:53,122 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-102) retrieveFrame: 1 Matches
2025-11-19 23:50:53,124 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-103) retrieveFrame: 1 Matches
2025-11-19 23:50:53,124 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-104) retrieveFrame: 1 Matches
2025-11-19 23:50:53,129 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-105) retrieveFrame: 1 Matches
2025-11-19 23:50:53,151 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-100) retrieveFrame: 1 Matches
2025-11-19 23:50:53,154 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-109) retrieveFrame: 1 Matches
2025-11-19 23:50:53,160 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-112) retrieveFrame: 1 Matches
2025-11-19 23:50:53,180 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-107) retrieveFrame: 1 Matches
2025-11-19 23:50:53,180 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-108) retrieveFrame: 1 Matches
2025-11-19 23:50:53,186 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-113) retrieveFrame: 1 Matches
2025-11-19 23:50:53,187 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-111) retrieveFrame: 1 Matches
2025-11-19 23:50:53,191 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-114) retrieveFrame: 1 Matches
2025-11-19 23:50:53,213 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-106) retrieveFrame: 1 Matches
2025-11-19 23:50:53,213 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-110) retrieveFrame: 1 Matches
2025-11-19 23:50:57,873 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start AuditScheduler.execute()
2025-11-19 23:50:57,873 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:50:57,873 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:50:57,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:50:57,875 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:50:57,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:50:57,894 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-17) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:50:57,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished AuditScheduler.execute()
2025-11-19 23:50:58,851 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start IANScheduler.execute()
2025-11-19 23:50:58,854 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished IANScheduler.execute()
2025-11-19 23:51:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start TaskScheduler.execute()
2025-11-19 23:51:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished TaskScheduler.execute()
2025-11-19 23:51:32,471 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-108) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119085102279/frames/1 from null@179.231.217.120
2025-11-19 23:51:32,478 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-108) retrieveFrame: 1 Matches
2025-11-19 23:51:32,599 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-104) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119085159242/frames/1 from null@179.231.217.120
2025-11-19 23:51:32,606 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-104) retrieveFrame: 1 Matches
2025-11-19 23:51:33,175 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-102) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119085223487/frames/1 from null@179.231.217.120
2025-11-19 23:51:33,181 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-102) retrieveFrame: 1 Matches
2025-11-19 23:51:33,355 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-100) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68313/series/1.2.410.200001.101.11.301.1123109166.2.20251119083042638/instances/1.2.410.200001.101.11.301.1123109166.3.20251119085235043/frames/1 from null@179.231.217.120
2025-11-19 23:51:33,362 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-100) retrieveFrame: 1 Matches
2025-11-19 23:51:42,791 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start UPSProcessingScheduler.execute()
2025-11-19 23:51:42,792 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished UPSProcessingScheduler.execute()
2025-11-19 23:51:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start PurgeStorageScheduler.execute()
2025-11-19 23:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8515) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished PurgeStorageScheduler.execute()
2025-11-19 23:51:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8516) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:51:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8515) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:51:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8516) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:51:54,130 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:51:54,138 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:51:57,894 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start AuditScheduler.execute()
2025-11-19 23:51:57,895 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,896 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,896 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,897 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,897 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,897 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,898 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,898 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,898 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,899 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,899 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,899 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,900 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,900 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,900 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:51:57,900 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:51:57,900 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,901 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,901 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,902 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,902 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,903 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:51:57,903 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:51:57,903 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,904 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,904 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,904 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,904 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,905 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,905 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,906 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:51:57,925 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-2) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:51:57,925 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,926 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,926 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,927 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,927 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,927 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,928 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,928 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-2) Send audit message to /127.0.0.1:514
2025-11-19 23:51:57,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished AuditScheduler.execute()
2025-11-19 23:51:58,854 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start IANScheduler.execute()
2025-11-19 23:51:58,857 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished IANScheduler.execute()
2025-11-19 23:52:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 23:52:12,057 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 23:52:42,792 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 23:52:42,794 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 23:52:57,928 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start AuditScheduler.execute()
2025-11-19 23:52:57,929 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,930 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,930 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,930 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,931 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,931 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,931 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,932 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,932 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,932 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,933 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,933 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,934 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,934 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,934 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,934 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,935 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,935 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,936 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,936 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,936 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:52:57,936 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:52:57,936 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,937 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,938 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:52:57,938 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:52:57,938 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,939 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,939 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,939 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,940 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,959 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:52:57,960 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-19) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:52:57,960 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,960 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,961 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,961 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,961 INFO  [org.dcm4che3.net.audit.AuditLogger] (EE-ManagedScheduledExecutorService-default-Thread-19) Send audit message to /127.0.0.1:514
2025-11-19 23:52:57,961 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished AuditScheduler.execute()
2025-11-19 23:52:58,858 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start IANScheduler.execute()
2025-11-19 23:52:58,860 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished IANScheduler.execute()
2025-11-19 23:53:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start TaskScheduler.execute()
2025-11-19 23:53:12,053 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished TaskScheduler.execute()
2025-11-19 23:53:42,794 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) start UPSProcessingScheduler.execute()
2025-11-19 23:53:42,795 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-24) finished UPSProcessingScheduler.execute()
2025-11-19 23:53:57,962 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) start AuditScheduler.execute()
2025-11-19 23:53:57,962 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:53:57,962 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:53:57,963 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:53:57,963 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:53:57,983 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:53:57,983 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-26) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:53:57,983 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-26) finished AuditScheduler.execute()
2025-11-19 23:53:58,860 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) start IANScheduler.execute()
2025-11-19 23:53:58,864 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-15) finished IANScheduler.execute()
2025-11-19 23:54:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) start TaskScheduler.execute()
2025-11-19 23:54:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-14) finished TaskScheduler.execute()
2025-11-19 23:54:42,796 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) start UPSProcessingScheduler.execute()
2025-11-19 23:54:42,797 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-1) finished UPSProcessingScheduler.execute()
2025-11-19 23:54:47,704 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) start StudySizeScheduler.execute()
2025-11-19 23:54:47,708 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-10) finished StudySizeScheduler.execute()
2025-11-19 23:54:57,984 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) start AuditScheduler.execute()
2025-11-19 23:54:57,984 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:54:57,984 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:54:57,985 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:54:57,985 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:54:58,005 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:54:58,005 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-20) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:54:58,005 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-20) finished AuditScheduler.execute()
2025-11-19 23:54:58,865 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) start IANScheduler.execute()
2025-11-19 23:54:58,867 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-29) finished IANScheduler.execute()
2025-11-19 23:55:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) start TaskScheduler.execute()
2025-11-19 23:55:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-16) finished TaskScheduler.execute()
2025-11-19 23:55:42,797 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) start UPSProcessingScheduler.execute()
2025-11-19 23:55:42,798 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-25) finished UPSProcessingScheduler.execute()
2025-11-19 23:55:58,005 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) start AuditScheduler.execute()
2025-11-19 23:55:58,005 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:55:58,006 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:55:58,007 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:55:58,007 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:55:58,027 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:55:58,027 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-28) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:55:58,028 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-28) finished AuditScheduler.execute()
2025-11-19 23:55:58,867 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start IANScheduler.execute()
2025-11-19 23:55:58,871 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished IANScheduler.execute()
2025-11-19 23:56:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) start TaskScheduler.execute()
2025-11-19 23:56:12,054 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-8) finished TaskScheduler.execute()
2025-11-19 23:56:42,798 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) start UPSProcessingScheduler.execute()
2025-11-19 23:56:42,799 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-23) finished UPSProcessingScheduler.execute()
2025-11-19 23:56:49,969 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) start PurgeStorageScheduler.execute()
2025-11-19 23:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8537) Start deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedScheduledExecutorService-default-Thread-30) finished PurgeStorageScheduler.execute()
2025-11-19 23:56:49,970 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8538) Start deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:56:49,972 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8538) Finished deletion on Storage[id=fs1, uri=file:///storage/fs1/]
2025-11-19 23:56:49,973 INFO  [org.dcm4chee.arc.delete.impl.PurgeStorageScheduler] (EE-ManagedExecutorService-default-Thread-8537) Finished deletion on Storage[id=amazon-s3, uri=jclouds:aws-s3:https://pacs-matter-images.s3.us-east-2.amazonaws.com]
2025-11-19 23:56:54,138 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) start DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:56:54,147 INFO  [org.dcm4chee.arc.delete.impl.DeleteRejectedInstancesScheduler] (EE-ManagedScheduledExecutorService-default-Thread-7) finished DeleteRejectedInstancesScheduler.execute()
2025-11-19 23:56:58,028 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) start AuditScheduler.execute()
2025-11-19 23:56:58,028 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:56:58,028 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:56:58,030 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:56:58,030 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:56:58,055 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:56:58,055 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-32) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:56:58,055 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-32) finished AuditScheduler.execute()
2025-11-19 23:56:58,871 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) start IANScheduler.execute()
2025-11-19 23:56:58,873 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-21) finished IANScheduler.execute()
2025-11-19 23:57:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) start TaskScheduler.execute()
2025-11-19 23:57:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-12) finished TaskScheduler.execute()
2025-11-19 23:57:42,800 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) start UPSProcessingScheduler.execute()
2025-11-19 23:57:42,801 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-17) finished UPSProcessingScheduler.execute()
2025-11-19 23:57:58,055 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) start AuditScheduler.execute()
2025-11-19 23:57:58,055 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:57:58,056 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:57:58,057 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:57:58,057 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:57:58,076 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:57:58,076 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-4) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:57:58,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-4) finished AuditScheduler.execute()
2025-11-19 23:57:58,874 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) start IANScheduler.execute()
2025-11-19 23:57:58,876 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-6) finished IANScheduler.execute()
2025-11-19 23:58:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) start TaskScheduler.execute()
2025-11-19 23:58:12,050 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-11) finished TaskScheduler.execute()
2025-11-19 23:58:42,801 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) start UPSProcessingScheduler.execute()
2025-11-19 23:58:42,802 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-9) finished UPSProcessingScheduler.execute()
2025-11-19 23:58:58,077 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) start AuditScheduler.execute()
2025-11-19 23:58:58,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:58:58,077 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:58:58,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:58:58,078 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:58:58,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:58:58,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-18) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:58:58,098 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-18) finished AuditScheduler.execute()
2025-11-19 23:58:58,876 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) start IANScheduler.execute()
2025-11-19 23:58:58,878 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-2) finished IANScheduler.execute()
2025-11-19 23:59:06,362 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) start UPSDeleteScheduler.execute()
2025-11-19 23:59:06,365 INFO  [org.dcm4chee.arc.ups.impl.UPSDeleteScheduler] (EE-ManagedScheduledExecutorService-default-Thread-31) finished UPSDeleteScheduler.execute()
2025-11-19 23:59:12,046 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) start TaskScheduler.execute()
2025-11-19 23:59:12,051 INFO  [org.dcm4chee.arc.qmgt.impl.TaskScheduler] (EE-ManagedScheduledExecutorService-default-Thread-13) finished TaskScheduler.execute()
2025-11-19 23:59:42,802 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) start UPSProcessingScheduler.execute()
2025-11-19 23:59:42,803 INFO  [org.dcm4chee.arc.ups.process.impl.UPSProcessingScheduler] (EE-ManagedScheduledExecutorService-default-Thread-22) finished UPSProcessingScheduler.execute()
2025-11-19 23:59:44,418 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-102) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68310 from null@179.231.217.120
2025-11-19 23:59:44,439 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-102) SearchForStudies: 1 Matches
2025-11-19 23:59:44,611 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-102) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series from null@179.231.217.120
2025-11-19 23:59:44,626 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-102) SearchForStudySeries: 1 Matches
2025-11-19 23:59:44,647 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-102) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68310*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:59:44,655 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-102) SearchForStudies: 1 Matches
2025-11-19 23:59:45,052 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-102) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/metadata from null@179.231.217.120
2025-11-19 23:59:45,058 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-102) retrieveSeriesMetadata: 11 Matches
2025-11-19 23:59:47,708 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) start StudySizeScheduler.execute()
2025-11-19 23:59:47,710 INFO  [org.dcm4chee.arc.study.size.StudySizeScheduler] (EE-ManagedScheduledExecutorService-default-Thread-19) finished StudySizeScheduler.execute()
2025-11-19 23:59:49,059 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-102) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060&StudyInstanceUID=68310 from null@179.231.217.120
2025-11-19 23:59:49,062 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-102) SearchForStudies: 1 Matches
2025-11-19 23:59:49,212 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-102) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081953075/frames/1 from null@179.231.217.120
2025-11-19 23:59:49,218 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-102) retrieveFrame: 1 Matches
2025-11-19 23:59:49,262 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-100) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies?00100020=*68310*&limit=101&offset=0&fuzzymatching=false&includefield=00081030%2C00080060 from null@179.231.217.120
2025-11-19 23:59:49,268 INFO  [org.dcm4chee.arc.qido.QidoRS] (default task-100) SearchForStudies: 1 Matches
2025-11-19 23:59:51,076 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-100) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081323431/frames/1 from null@179.231.217.120
2025-11-19 23:59:51,082 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-100) retrieveFrame: 1 Matches
2025-11-19 23:59:56,690 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-102) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081409987/frames/1 from null@179.231.217.120
2025-11-19 23:59:56,696 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-102) retrieveFrame: 1 Matches
2025-11-19 23:59:56,696 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-100) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081347472/frames/1 from null@179.231.217.120
2025-11-19 23:59:56,702 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-100) retrieveFrame: 1 Matches
2025-11-19 23:59:56,707 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-115) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081607900/frames/1 from null@179.231.217.120
2025-11-19 23:59:56,708 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-116) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119081744905/frames/1 from null@179.231.217.120
2025-11-19 23:59:56,708 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-117) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119082023414/frames/1 from null@179.231.217.120
2025-11-19 23:59:56,710 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-119) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119082151803/frames/1 from null@179.231.217.120
2025-11-19 23:59:56,710 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-120) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119082239901/frames/1 from null@179.231.217.120
2025-11-19 23:59:56,710 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-118) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119082109190/frames/1 from null@179.231.217.120
2025-11-19 23:59:56,710 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-121) Process GET /dcm4chee-arc/aets/DCM4CHEE/rs/studies/68310/series/1.2.410.200001.101.11.301.1123109166.2.20251119081323298/instances/1.2.410.200001.101.11.301.1123109166.3.20251119082302113/frames/1 from null@179.231.217.120
2025-11-19 23:59:56,714 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-115) retrieveFrame: 1 Matches
2025-11-19 23:59:56,725 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-117) retrieveFrame: 1 Matches
2025-11-19 23:59:56,726 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-120) retrieveFrame: 1 Matches
2025-11-19 23:59:56,726 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-116) retrieveFrame: 1 Matches
2025-11-19 23:59:56,728 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-118) retrieveFrame: 1 Matches
2025-11-19 23:59:56,733 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-121) retrieveFrame: 1 Matches
2025-11-19 23:59:56,733 INFO  [org.dcm4chee.arc.wado.WadoRS] (default task-119) retrieveFrame: 1 Matches
2025-11-19 23:59:58,098 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) start AuditScheduler.execute()
2025-11-19 23:59:58,098 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:59:58,099 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-54982_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:59:58,100 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:59:58,100 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS50US07-DCM4CHEE-339863_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:59:58,121 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to process [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger].
: java.lang.NullPointerException

2025-11-19 23:59:58,121 INFO  [org.dcm4chee.arc.audit.AuditService] (EE-ManagedScheduledExecutorService-default-Thread-27) Failed to mark [AuditSpoolFile=/opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR] of [AuditLogger=Audit Logger] as failed.
: java.nio.file.FileAlreadyExistsException: /opt/wildfly/standalone/data/audit-spool/Audit+Logger/STORE_CREA-HS30-DCM4CHEE-2836_ERROR.failed
	at java.base/sun.nio.fs.UnixCopyFile.move(UnixCopyFile.java:449)
	at java.base/sun.nio.fs.UnixFileSystemProvider.move(UnixFileSystemProvider.java:266)
	at java.base/java.nio.file.Files.move(Files.java:1432)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService.auditAndProcessFile(AuditService.java:461)
	at jdk.internal.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
	at org.jboss.weld.core@3.1.9.Final//org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditService$Proxy$_$$_WeldClientProxy.auditAndProcessFile(Unknown Source)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear//org.dcm4chee.arc.audit.AuditScheduler.execute(AuditScheduler.java:116)
	at deployment.dcm4chee-arc-ear-5.30.0-psql.ear.dcm4chee-arc-service-5.30.0.jar//org.dcm4chee.arc.Scheduler.run(Scheduler.java:78)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.ControlPointUtils$ControlledScheduledRunnable.run(ControlPointUtils.java:178)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
	at org.jboss.as.ee@26.1.2.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.access$201(ManagedScheduledThreadPoolExecutor.java:360)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.internal.ManagedScheduledThreadPoolExecutor$ManagedScheduledFutureTask.run(ManagedScheduledThreadPoolExecutor.java:511)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)

2025-11-19 23:59:58,121 INFO  [org.dcm4chee.arc.audit.AuditScheduler] (EE-ManagedScheduledExecutorService-default-Thread-27) finished AuditScheduler.execute()
2025-11-19 23:59:58,879 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) start IANScheduler.execute()
2025-11-19 23:59:58,883 INFO  [org.dcm4chee.arc.ian.scu.IANScheduler] (EE-ManagedScheduledExecutorService-default-Thread-3) finished IANScheduler.execute()
